Class: Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::DataStoreSpec

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

Overview

A struct to define data stores to filter on in a search call.

Instance Attribute Summary collapse

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

Returns:

  • (::String)

    Required. Full resource name of DataStore, such as projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}.



257
258
259
260
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 257

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