Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::DataStoreConnection.
A data store connection. It represents a data store in Discovery Engine and the type of the contents it contains.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_store
def data_store() -> ::String
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}
#data_store=
def data_store=(value) -> ::String
Parameter
-
value (::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}
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}
#data_store_type
def data_store_type() -> ::Google::Cloud::Dialogflow::CX::V3::DataStoreType
Returns
- (::Google::Cloud::Dialogflow::CX::V3::DataStoreType) — The type of the connected data store.
#data_store_type=
def data_store_type=(value) -> ::Google::Cloud::Dialogflow::CX::V3::DataStoreType
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::DataStoreType) — The type of the connected data store.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::DataStoreType) — The type of the connected data store.