Class: Google::Cloud::DiscoveryEngine::V1beta::ListLicenseConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListLicenseConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb
Overview
Request message for LicenseConfigService.ListLicenseConfigs method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. The filter to apply to the list results.
The supported fields are:
subscription_tierstate
Examples:
subscription_tier=SUBSCRIPTION_TIER_SEARCH,state=ACTIVE- Lists all active search license configs.state=ACTIVE- Lists all active license configs.
The filter string should be a comma-separated list of field=value pairs.
121 122 123 124 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb', line 121 class ListLicenseConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Not supported.
121 122 123 124 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb', line 121 class ListLicenseConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Not supported.
121 122 123 124 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb', line 121 class ListLicenseConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent branch resource name, such as
projects/{project}/locations/{location}.
121 122 123 124 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb', line 121 class ListLicenseConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |