Class: Google::Cloud::DiscoveryEngine::V1beta::ListLicenseConfigsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#filter::String

Returns Optional. The filter to apply to the list results.

The supported fields are:

  • subscription_tier
  • state

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.

Returns:

  • (::String)

    Optional. The filter to apply to the list results.

    The supported fields are:

    • subscription_tier
    • state

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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