Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore

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

Overview

Stores information regarding the serving configurations at DataStore level.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore

Returns a new instance of GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore.



1412
1413
1414
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 1412

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

Instance Attribute Details

#disabled_for_servingBoolean Also known as: disabled_for_serving?

If set true, the DataStore will not be available for serving search requests. Corresponds to the JSON property disabledForServing

Returns:

  • (Boolean)


1409
1410
1411
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 1409

def disabled_for_serving
  @disabled_for_serving
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1417
1418
1419
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 1417

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