Class: Google::Cloud::DiscoveryEngine::V1beta::LicenseConfigUsageStats

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/user_license.rb

Overview

Stats about users' licenses.

Instance Attribute Summary collapse

Instance Attribute Details

#license_config::String

Returns Required. The LicenseConfig name.

Returns:

  • (::String)

    Required. The LicenseConfig name.



93
94
95
96
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_license.rb', line 93

class LicenseConfigUsageStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#used_license_count::Integer

Returns Required. The number of licenses used.

Returns:

  • (::Integer)

    Required. The number of licenses used.



93
94
95
96
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_license.rb', line 93

class LicenseConfigUsageStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end