Class: Google::Cloud::DiscoveryEngine::V1::ListDataStoresRequest

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

Overview

Request message for DataStoreService.ListDataStores method.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filter by solution type. For example: filter = 'solution_type:SOLUTION_TYPE_SEARCH'.

Returns:

  • (::String)

    Filter by solution type. For example: filter = 'solution_type:SOLUTION_TYPE_SEARCH'



128
129
130
131
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store_service.rb', line 128

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

#page_size::Integer

Returns Maximum number of DataStores to return. If unspecified, defaults to 10. The maximum allowed value is 50. Values above 50 will be coerced to 50.

If this field is negative, an INVALID_ARGUMENT is returned.

Returns:

  • (::Integer)

    Maximum number of DataStores to return. If unspecified, defaults to 10. The maximum allowed value is 50. Values above 50 will be coerced to 50.

    If this field is negative, an INVALID_ARGUMENT is returned.



128
129
130
131
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store_service.rb', line 128

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

#page_token::String

Returns A page token ListDataStoresResponse.next_page_token, received from a previous DataStoreService.ListDataStores call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to DataStoreService.ListDataStores must match the call that provided the page token. Otherwise, an INVALID_ARGUMENT error is returned.

Returns:



128
129
130
131
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store_service.rb', line 128

class ListDataStoresRequest
  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}/collections/{collection_id}.

If the caller does not have permission to list DataStores under this location, regardless of whether or not this data store exists, a PERMISSION_DENIED error is returned.

Returns:

  • (::String)

    Required. The parent branch resource name, such as projects/{project}/locations/{location}/collections/{collection_id}.

    If the caller does not have permission to list DataStores under this location, regardless of whether or not this data store exists, a PERMISSION_DENIED error is returned.



128
129
130
131
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store_service.rb', line 128

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