Class: Google::Cloud::DiscoveryEngine::V1beta::ListLicenseConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListLicenseConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb
Overview
Response message for LicenseConfigService.ListLicenseConfigs method.
Instance Attribute Summary collapse
-
#license_configs ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig>
All the customer's LicenseConfigs.
-
#next_page_token ⇒ ::String
Not supported.
Instance Attribute Details
#license_configs ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig>
Returns All the customer's LicenseConfigs.
136 137 138 139 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb', line 136 class ListLicenseConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Not supported.
136 137 138 139 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb', line 136 class ListLicenseConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |