Class: Google::Cloud::DiscoveryEngine::V1::ListControlsRequest

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

Overview

Request for ListControls method.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. A filter to apply on the list results. Supported features:

  • List all the products under the parent branch if filter is unset. Currently this field is unsupported.

Returns:

  • (::String)

    Optional. A filter to apply on the list results. Supported features:

    • List all the products under the parent branch if filter is unset. Currently this field is unsupported.


107
108
109
110
# File 'proto_docs/google/cloud/discoveryengine/v1/control_service.rb', line 107

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

#page_size::Integer

Returns Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.

Returns:

  • (::Integer)

    Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.



107
108
109
110
# File 'proto_docs/google/cloud/discoveryengine/v1/control_service.rb', line 107

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

#page_token::String

Returns Optional. A page token, received from a previous ListControls call. Provide this to retrieve the subsequent page.

Returns:

  • (::String)

    Optional. A page token, received from a previous ListControls call. Provide this to retrieve the subsequent page.



107
108
109
110
# File 'proto_docs/google/cloud/discoveryengine/v1/control_service.rb', line 107

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

#parent::String

Returns Required. The data store resource name. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id} or projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}.

Returns:

  • (::String)

    Required. The data store resource name. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id} or projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}.



107
108
109
110
# File 'proto_docs/google/cloud/discoveryengine/v1/control_service.rb', line 107

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