Class ToolCall.Builder (0.57.0)

public static final class ToolCall.Builder extends GeneratedMessageV3.Builder<ToolCall.Builder> implements ToolCallOrBuilder

Represents a call of a specific tool's action with the specified inputs.

Protobuf type google.cloud.dialogflow.cx.v3beta1.ToolCall

Implements

ToolCallOrBuilder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ToolCall.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ToolCall.Builder
Overrides

build()

public ToolCall build()
Returns
Type Description
ToolCall

buildPartial()

public ToolCall buildPartial()
Returns
Type Description
ToolCall

clear()

public ToolCall.Builder clear()
Returns
Type Description
ToolCall.Builder
Overrides

clearAction()

public ToolCall.Builder clearAction()

The name of the tool's action associated with this call.

string action = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ToolCall.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ToolCall.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ToolCall.Builder
Overrides

clearInputParameters()

public ToolCall.Builder clearInputParameters()

The action's input parameters.

.google.protobuf.Struct input_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ToolCall.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public ToolCall.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ToolCall.Builder
Overrides

clearTool()

public ToolCall.Builder clearTool()

The tool associated with this call. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/tools/<Tool ID>.

string tool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ToolCall.Builder

This builder for chaining.

clone()

public ToolCall.Builder clone()
Returns
Type Description
ToolCall.Builder
Overrides

getAction()

public String getAction()

The name of the tool's action associated with this call.

string action = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The action.

getActionBytes()

public ByteString getActionBytes()

The name of the tool's action associated with this call.

string action = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for action.

getDefaultInstanceForType()

public ToolCall getDefaultInstanceForType()
Returns
Type Description
ToolCall

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getInputParameters()

public Struct getInputParameters()

The action's input parameters.

.google.protobuf.Struct input_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Struct

The inputParameters.

getInputParametersBuilder()

public Struct.Builder getInputParametersBuilder()

The action's input parameters.

.google.protobuf.Struct input_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getInputParametersOrBuilder()

public StructOrBuilder getInputParametersOrBuilder()

The action's input parameters.

.google.protobuf.Struct input_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
StructOrBuilder

getTool()

public String getTool()

The tool associated with this call. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/tools/<Tool ID>.

string tool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The tool.

getToolBytes()

public ByteString getToolBytes()

The tool associated with this call. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/tools/<Tool ID>.

string tool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for tool.

hasInputParameters()

public boolean hasInputParameters()

The action's input parameters.

.google.protobuf.Struct input_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the inputParameters field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ToolCall other)

public ToolCall.Builder mergeFrom(ToolCall other)
Parameter
Name Description
other ToolCall
Returns
Type Description
ToolCall.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ToolCall.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ToolCall.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ToolCall.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ToolCall.Builder
Overrides

mergeInputParameters(Struct value)

public ToolCall.Builder mergeInputParameters(Struct value)

The action's input parameters.

.google.protobuf.Struct input_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Struct
Returns
Type Description
ToolCall.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ToolCall.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ToolCall.Builder
Overrides

setAction(String value)

public ToolCall.Builder setAction(String value)

The name of the tool's action associated with this call.

string action = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The action to set.

Returns
Type Description
ToolCall.Builder

This builder for chaining.

setActionBytes(ByteString value)

public ToolCall.Builder setActionBytes(ByteString value)

The name of the tool's action associated with this call.

string action = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for action to set.

Returns
Type Description
ToolCall.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ToolCall.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ToolCall.Builder
Overrides

setInputParameters(Struct value)

public ToolCall.Builder setInputParameters(Struct value)

The action's input parameters.

.google.protobuf.Struct input_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Struct
Returns
Type Description
ToolCall.Builder

setInputParameters(Struct.Builder builderForValue)

public ToolCall.Builder setInputParameters(Struct.Builder builderForValue)

The action's input parameters.

.google.protobuf.Struct input_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ToolCall.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ToolCall.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ToolCall.Builder
Overrides

setTool(String value)

public ToolCall.Builder setTool(String value)

The tool associated with this call. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/tools/<Tool ID>.

string tool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The tool to set.

Returns
Type Description
ToolCall.Builder

This builder for chaining.

setToolBytes(ByteString value)

public ToolCall.Builder setToolBytes(ByteString value)

The tool associated with this call. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/tools/<Tool ID>.

string tool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for tool to set.

Returns
Type Description
ToolCall.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final ToolCall.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ToolCall.Builder
Overrides