Class: Google::Cloud::DiscoveryEngine::V1beta::DataStore::ServingConfigDataStore

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#disabled_for_serving::Boolean

Returns If set true, the DataStore will not be available for serving search requests.

Returns:

  • (::Boolean)

    If set true, the DataStore will not be available for serving search requests.



136
137
138
139
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb', line 136

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