Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.DataStoreConnection
-
Packages that use DataStoreConnection Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of DataStoreConnection in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return DataStoreConnection Modifier and Type Method Description DataStoreConnection
DataStoreConnection.Builder. build()
DataStoreConnection
DataStoreConnection.Builder. buildPartial()
DataStoreConnection
KnowledgeConnectorSettings.Builder. getDataStoreConnections(int index)
Optional.DataStoreConnection
KnowledgeConnectorSettings. getDataStoreConnections(int index)
Optional.DataStoreConnection
KnowledgeConnectorSettingsOrBuilder. getDataStoreConnections(int index)
Optional.static DataStoreConnection
DataStoreConnection. getDefaultInstance()
DataStoreConnection
DataStoreConnection.Builder. getDefaultInstanceForType()
DataStoreConnection
DataStoreConnection. getDefaultInstanceForType()
static DataStoreConnection
DataStoreConnection. parseDelimitedFrom(InputStream input)
static DataStoreConnection
DataStoreConnection. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataStoreConnection
DataStoreConnection. parseFrom(byte[] data)
static DataStoreConnection
DataStoreConnection. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataStoreConnection
DataStoreConnection. parseFrom(com.google.protobuf.ByteString data)
static DataStoreConnection
DataStoreConnection. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataStoreConnection
DataStoreConnection. parseFrom(com.google.protobuf.CodedInputStream input)
static DataStoreConnection
DataStoreConnection. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataStoreConnection
DataStoreConnection. parseFrom(InputStream input)
static DataStoreConnection
DataStoreConnection. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataStoreConnection
DataStoreConnection. parseFrom(ByteBuffer data)
static DataStoreConnection
DataStoreConnection. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type DataStoreConnection Modifier and Type Method Description List<DataStoreConnection>
KnowledgeConnectorSettings.Builder. getDataStoreConnectionsList()
Optional.List<DataStoreConnection>
KnowledgeConnectorSettings. getDataStoreConnectionsList()
Optional.List<DataStoreConnection>
KnowledgeConnectorSettingsOrBuilder. getDataStoreConnectionsList()
Optional.com.google.protobuf.Parser<DataStoreConnection>
DataStoreConnection. getParserForType()
static com.google.protobuf.Parser<DataStoreConnection>
DataStoreConnection. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type DataStoreConnection Modifier and Type Method Description KnowledgeConnectorSettings.Builder
KnowledgeConnectorSettings.Builder. addDataStoreConnections(int index, DataStoreConnection value)
Optional.KnowledgeConnectorSettings.Builder
KnowledgeConnectorSettings.Builder. addDataStoreConnections(DataStoreConnection value)
Optional.DataStoreConnection.Builder
DataStoreConnection.Builder. mergeFrom(DataStoreConnection other)
static DataStoreConnection.Builder
DataStoreConnection. newBuilder(DataStoreConnection prototype)
KnowledgeConnectorSettings.Builder
KnowledgeConnectorSettings.Builder. setDataStoreConnections(int index, DataStoreConnection value)
Optional.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type DataStoreConnection Modifier and Type Method Description KnowledgeConnectorSettings.Builder
KnowledgeConnectorSettings.Builder. addAllDataStoreConnections(Iterable<? extends DataStoreConnection> values)
Optional.
-