Interface DataStoreConnectionOrBuilder (0.52.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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
int

The enum numeric value on the wire for dataStoreType.