Class Tool.DataStoreTool (0.54.0)

public static final class Tool.DataStoreTool extends GeneratedMessageV3 implements Tool.DataStoreToolOrBuilder

A DataStoreTool is a way to provide specifications needed to search a list of data stores.

Protobuf type google.cloud.dialogflow.cx.v3beta1.Tool.DataStoreTool

Static Fields

DATA_STORE_CONNECTIONS_FIELD_NUMBER

public static final int DATA_STORE_CONNECTIONS_FIELD_NUMBER
Field Value
Type Description
int

FALLBACK_PROMPT_FIELD_NUMBER

public static final int FALLBACK_PROMPT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Tool.DataStoreTool getDefaultInstance()
Returns
Type Description
Tool.DataStoreTool

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Tool.DataStoreTool.Builder newBuilder()
Returns
Type Description
Tool.DataStoreTool.Builder

newBuilder(Tool.DataStoreTool prototype)

public static Tool.DataStoreTool.Builder newBuilder(Tool.DataStoreTool prototype)
Parameter
Name Description
prototype Tool.DataStoreTool
Returns
Type Description
Tool.DataStoreTool.Builder

parseDelimitedFrom(InputStream input)

public static Tool.DataStoreTool parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Tool.DataStoreTool
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Tool.DataStoreTool parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tool.DataStoreTool
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Tool.DataStoreTool parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Tool.DataStoreTool
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Tool.DataStoreTool parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tool.DataStoreTool
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Tool.DataStoreTool parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Tool.DataStoreTool
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Tool.DataStoreTool parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tool.DataStoreTool
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Tool.DataStoreTool parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Tool.DataStoreTool
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Tool.DataStoreTool parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tool.DataStoreTool
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Tool.DataStoreTool parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Tool.DataStoreTool
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Tool.DataStoreTool parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tool.DataStoreTool
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Tool.DataStoreTool parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Tool.DataStoreTool
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Tool.DataStoreTool parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tool.DataStoreTool
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Tool.DataStoreTool> parser()
Returns
Type Description
Parser<DataStoreTool>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataStoreConnections(int index)

public DataStoreConnection getDataStoreConnections(int index)

Required. List of data stores to search.

repeated .google.cloud.dialogflow.cx.v3beta1.DataStoreConnection data_store_connections = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DataStoreConnection

getDataStoreConnectionsCount()

public int getDataStoreConnectionsCount()

Required. List of data stores to search.

repeated .google.cloud.dialogflow.cx.v3beta1.DataStoreConnection data_store_connections = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getDataStoreConnectionsList()

public List<DataStoreConnection> getDataStoreConnectionsList()

Required. List of data stores to search.

repeated .google.cloud.dialogflow.cx.v3beta1.DataStoreConnection data_store_connections = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<DataStoreConnection>

getDataStoreConnectionsOrBuilder(int index)

public DataStoreConnectionOrBuilder getDataStoreConnectionsOrBuilder(int index)

Required. List of data stores to search.

repeated .google.cloud.dialogflow.cx.v3beta1.DataStoreConnection data_store_connections = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
DataStoreConnectionOrBuilder

getDataStoreConnectionsOrBuilderList()

public List<? extends DataStoreConnectionOrBuilder> getDataStoreConnectionsOrBuilderList()

Required. List of data stores to search.

repeated .google.cloud.dialogflow.cx.v3beta1.DataStoreConnection data_store_connections = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.dialogflow.cx.v3beta1.DataStoreConnectionOrBuilder>

getDefaultInstanceForType()

public Tool.DataStoreTool getDefaultInstanceForType()
Returns
Type Description
Tool.DataStoreTool

getFallbackPrompt()

public Tool.DataStoreTool.FallbackPrompt getFallbackPrompt()

Required. Fallback prompt configurations to use.

.google.cloud.dialogflow.cx.v3beta1.Tool.DataStoreTool.FallbackPrompt fallback_prompt = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Tool.DataStoreTool.FallbackPrompt

The fallbackPrompt.

getFallbackPromptOrBuilder()

public Tool.DataStoreTool.FallbackPromptOrBuilder getFallbackPromptOrBuilder()

Required. Fallback prompt configurations to use.

.google.cloud.dialogflow.cx.v3beta1.Tool.DataStoreTool.FallbackPrompt fallback_prompt = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Tool.DataStoreTool.FallbackPromptOrBuilder

getParserForType()

public Parser<Tool.DataStoreTool> getParserForType()
Returns
Type Description
Parser<DataStoreTool>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasFallbackPrompt()

public boolean hasFallbackPrompt()

Required. Fallback prompt configurations to use.

.google.cloud.dialogflow.cx.v3beta1.Tool.DataStoreTool.FallbackPrompt fallback_prompt = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the fallbackPrompt field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Tool.DataStoreTool.Builder newBuilderForType()
Returns
Type Description
Tool.DataStoreTool.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Tool.DataStoreTool.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Tool.DataStoreTool.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Tool.DataStoreTool.Builder toBuilder()
Returns
Type Description
Tool.DataStoreTool.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException