Class: Google::Cloud::DiscoveryEngine::V1beta::DataStore::ServingConfigDataStore
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::DataStore::ServingConfigDataStore
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb
Overview
Stores information regarding the serving configurations at DataStore level.
Instance Attribute Summary collapse
-
#disabled_for_serving ⇒ ::Boolean
Optional.
Instance Attribute Details
#disabled_for_serving ⇒ ::Boolean
Returns Optional. If set true, the DataStore will not be available for serving search requests.
197 198 199 200 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb', line 197 class ServingConfigDataStore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |