public interface DataStoreConnectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataStore()
The full name of the referenced data store.
|
com.google.protobuf.ByteString |
getDataStoreBytes()
The full name of the referenced data store.
|
DataStoreType |
getDataStoreType()
The type of the connected data store.
|
int |
getDataStoreTypeValue()
The type of the connected data store.
|
DocumentProcessingMode |
getDocumentProcessingMode()
The document processing mode for the data store connection.
|
int |
getDocumentProcessingModeValue()
The document processing mode for the data store connection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDataStoreTypeValue()
The type of the connected data store.
.google.cloud.dialogflow.cx.v3.DataStoreType data_store_type = 1;DataStoreType getDataStoreType()
The type of the connected data store.
.google.cloud.dialogflow.cx.v3.DataStoreType data_store_type = 1;String getDataStore()
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}`
string data_store = 2;com.google.protobuf.ByteString getDataStoreBytes()
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}`
string data_store = 2;int getDocumentProcessingModeValue()
The document processing mode for the data store connection. Should only be set for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy mode.
.google.cloud.dialogflow.cx.v3.DocumentProcessingMode document_processing_mode = 4;
DocumentProcessingMode getDocumentProcessingMode()
The document processing mode for the data store connection. Should only be set for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy mode.
.google.cloud.dialogflow.cx.v3.DocumentProcessingMode document_processing_mode = 4;
Copyright © 2025 Google LLC. All rights reserved.