public interface DataStoreConnectionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v3.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.v3.DataStoreType data_store_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for dataStoreType. |