Class: Google::Cloud::DiscoveryEngine::V1beta::ListDataStoresRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListDataStoresRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb
Overview
Request message for DataStoreService.ListDataStores method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter by solution type.
-
#page_size ⇒ ::Integer
Maximum number of DataStores to return.
-
#page_token ⇒ ::String
A page token ListDataStoresResponse.next_page_token, received from a previous DataStoreService.ListDataStores call.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filter by solution type. For example: filter = 'solution_type:SOLUTION_TYPE_SEARCH'.
129 130 131 132 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb', line 129 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.
129 130 131 132 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb', line 129 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.
129 130 131 132 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb', line 129 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.
129 130 131 132 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb', line 129 class ListDataStoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |