Class: Google::Cloud::DiscoveryEngine::V1beta::LicenseConfigUsageStats
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::LicenseConfigUsageStats
- 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
-
#license_config ⇒ ::String
Required.
-
#used_license_count ⇒ ::Integer
Required.
Instance Attribute Details
#license_config ⇒ ::String
Returns 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.
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 |