Class Action.FlowStateUpdate.FunctionCall.Builder (0.89.0)

public static final class Action.FlowStateUpdate.FunctionCall.Builder extends GeneratedMessageV3.Builder<Action.FlowStateUpdate.FunctionCall.Builder> implements Action.FlowStateUpdate.FunctionCallOrBuilder

Stores the metadata of a function call to execute.

Protobuf type google.cloud.dialogflow.cx.v3beta1.Action.FlowStateUpdate.FunctionCall

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Action.FlowStateUpdate.FunctionCall build()
Returns
Type Description
Action.FlowStateUpdate.FunctionCall

buildPartial()

public Action.FlowStateUpdate.FunctionCall buildPartial()
Returns
Type Description
Action.FlowStateUpdate.FunctionCall

clear()

public Action.FlowStateUpdate.FunctionCall.Builder clear()
Returns
Type Description
Action.FlowStateUpdate.FunctionCall.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Action.FlowStateUpdate.FunctionCall.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Action.FlowStateUpdate.FunctionCall.Builder
Overrides

clearName()

public Action.FlowStateUpdate.FunctionCall.Builder clearName()

The name of the function call.

string name = 1;

Returns
Type Description
Action.FlowStateUpdate.FunctionCall.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Action.FlowStateUpdate.FunctionCall.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Action.FlowStateUpdate.FunctionCall.Builder
Overrides

clone()

public Action.FlowStateUpdate.FunctionCall.Builder clone()
Returns
Type Description
Action.FlowStateUpdate.FunctionCall.Builder
Overrides

getDefaultInstanceForType()

public Action.FlowStateUpdate.FunctionCall getDefaultInstanceForType()
Returns
Type Description
Action.FlowStateUpdate.FunctionCall

getDescriptorForType()

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

getName()

public String getName()

The name of the function call.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the function call.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Action.FlowStateUpdate.FunctionCall other)

public Action.FlowStateUpdate.FunctionCall.Builder mergeFrom(Action.FlowStateUpdate.FunctionCall other)
Parameter
Name Description
other Action.FlowStateUpdate.FunctionCall
Returns
Type Description
Action.FlowStateUpdate.FunctionCall.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public Action.FlowStateUpdate.FunctionCall.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Action.FlowStateUpdate.FunctionCall.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Action.FlowStateUpdate.FunctionCall.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Action.FlowStateUpdate.FunctionCall.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public Action.FlowStateUpdate.FunctionCall.Builder setName(String value)

The name of the function call.

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
Action.FlowStateUpdate.FunctionCall.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Action.FlowStateUpdate.FunctionCall.Builder setNameBytes(ByteString value)

The name of the function call.

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
Action.FlowStateUpdate.FunctionCall.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

public final Action.FlowStateUpdate.FunctionCall.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Action.FlowStateUpdate.FunctionCall.Builder
Overrides