Class: Google::Cloud::Dialogflow::CX::V3::DataStoreConnection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb

Overview

A data store connection. It represents a data store in Discovery Engine and the type of the contents it contains.

Instance Attribute Summary collapse

Instance Attribute Details

#data_store::String

Returns The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}.

Returns:

  • (::String)

    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}



36
37
38
39
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 36

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

#data_store_type::Google::Cloud::Dialogflow::CX::V3::DataStoreType

Returns The type of the connected data store.

Returns:



36
37
38
39
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 36

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