Interface DataStoreConnectionOrBuilder (0.70.0)

public interface DataStoreConnectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataStore()

public abstract 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;

Returns
Type Description
String

The dataStore.

getDataStoreBytes()

public abstract 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;

Returns
Type Description
ByteString

The bytes for dataStore.

getDataStoreType()

public abstract DataStoreType getDataStoreType()

The type of the connected data store.

.google.cloud.dialogflow.cx.v3beta1.DataStoreType data_store_type = 1;

Returns
Type Description
DataStoreType

The dataStoreType.

getDataStoreTypeValue()

public abstract int getDataStoreTypeValue()

The type of the connected data store.

.google.cloud.dialogflow.cx.v3beta1.DataStoreType data_store_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for dataStoreType.

getDocumentProcessingMode()

public abstract 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.v3beta1.DocumentProcessingMode document_processing_mode = 4;

Returns
Type Description
DocumentProcessingMode

The documentProcessingMode.

getDocumentProcessingModeValue()

public abstract 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.v3beta1.DocumentProcessingMode document_processing_mode = 4;

Returns
Type Description
int

The enum numeric value on the wire for documentProcessingMode.