Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore
- 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
-
#disabled_for_serving ⇒ Boolean
(also: #disabled_for_serving?)
If set true, the DataStore will not be available for serving search requests.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore
Returns a new instance of GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore.
5790 5791 5792 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5790 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disabled_for_serving ⇒ Boolean 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
5787 5788 5789 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5787 def disabled_for_serving @disabled_for_serving end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5795 5796 5797 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5795 def update!(**args) @disabled_for_serving = args[:disabled_for_serving] if args.key?(:disabled_for_serving) end |