Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec

Returns a new instance of GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec.



8529
8530
8531
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8529

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#data_storeString

Required. Full resource name of DataStore, such as projects/project/ locations/location/collections/collection_id/dataStores/data_store_id`. Corresponds to the JSON propertydataStore`

Returns:

  • (String)


8527
8528
8529
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8527

def data_store
  @data_store
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8534
8535
8536
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 8534

def update!(**args)
  @data_store = args[:data_store] if args.key?(:data_store)
end