Class Action.FlowStateUpdate.FunctionCall.Builder (0.94.0)

public static final class Action.FlowStateUpdate.FunctionCall.Builder extends GeneratedMessage.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

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

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.

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 GeneratedMessage.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

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.