Class: Google::Cloud::DiscoveryEngine::V1::SearchRequest::DataStoreSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::SearchRequest::DataStoreSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/search_service.rb
Overview
A struct to define data stores to filter on in a search call.
Instance Attribute Summary collapse
-
#data_store ⇒ ::String
Required.
Instance Attribute Details
#data_store ⇒ ::String
Returns Required. Full resource name of
DataStore, such as
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}
.
228 229 230 231 |
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 228 class DataStoreSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |