Class TrainFlowRequest.Builder (0.94.0)

public static final class TrainFlowRequest.Builder extends GeneratedMessage.Builder<TrainFlowRequest.Builder> implements TrainFlowRequestOrBuilder

The request message for Flows.TrainFlow.

Protobuf type google.cloud.dialogflow.cx.v3.TrainFlowRequest

Static Methods

getDescriptor()

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

Methods

build()

public TrainFlowRequest build()
Returns
Type Description
TrainFlowRequest

buildPartial()

public TrainFlowRequest buildPartial()
Returns
Type Description
TrainFlowRequest

clear()

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

clearName()

public TrainFlowRequest.Builder clearName()

Required. The flow to train. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

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

Returns
Type Description
TrainFlowRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public TrainFlowRequest getDefaultInstanceForType()
Returns
Type Description
TrainFlowRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The flow to train. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The flow to train. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

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

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(TrainFlowRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public TrainFlowRequest.Builder setName(String value)

Required. The flow to train. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
TrainFlowRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public TrainFlowRequest.Builder setNameBytes(ByteString value)

Required. The flow to train. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
TrainFlowRequest.Builder

This builder for chaining.