Class GetFlowValidationResultRequest.Builder (0.94.0)

public static final class GetFlowValidationResultRequest.Builder extends GeneratedMessage.Builder<GetFlowValidationResultRequest.Builder> implements GetFlowValidationResultRequestOrBuilder

The request message for Flows.GetFlowValidationResult.

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

Static Methods

getDescriptor()

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

Methods

build()

public GetFlowValidationResultRequest build()
Returns
Type Description
GetFlowValidationResultRequest

buildPartial()

public GetFlowValidationResultRequest buildPartial()
Returns
Type Description
GetFlowValidationResultRequest

clear()

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

clearLanguageCode()

public GetFlowValidationResultRequest.Builder clearLanguageCode()

If not specified, the agent's default language is used.

string language_code = 2;

Returns
Type Description
GetFlowValidationResultRequest.Builder

This builder for chaining.

clearName()

public GetFlowValidationResultRequest.Builder clearName()

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

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

Returns
Type Description
GetFlowValidationResultRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetFlowValidationResultRequest getDefaultInstanceForType()
Returns
Type Description
GetFlowValidationResultRequest

getDescriptorForType()

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

getLanguageCode()

public String getLanguageCode()

If not specified, the agent's default language is used.

string language_code = 2;

Returns
Type Description
String

The languageCode.

getLanguageCodeBytes()

public ByteString getLanguageCodeBytes()

If not specified, the agent's default language is used.

string language_code = 2;

Returns
Type Description
ByteString

The bytes for languageCode.

getName()

public String getName()

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

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 name. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/validationResult.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setLanguageCode(String value)

public GetFlowValidationResultRequest.Builder setLanguageCode(String value)

If not specified, the agent's default language is used.

string language_code = 2;

Parameter
Name Description
value String

The languageCode to set.

Returns
Type Description
GetFlowValidationResultRequest.Builder

This builder for chaining.

setLanguageCodeBytes(ByteString value)

public GetFlowValidationResultRequest.Builder setLanguageCodeBytes(ByteString value)

If not specified, the agent's default language is used.

string language_code = 2;

Parameter
Name Description
value ByteString

The bytes for languageCode to set.

Returns
Type Description
GetFlowValidationResultRequest.Builder

This builder for chaining.

setName(String value)

public GetFlowValidationResultRequest.Builder setName(String value)

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

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetFlowValidationResultRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetFlowValidationResultRequest.Builder setNameBytes(ByteString value)

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

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
GetFlowValidationResultRequest.Builder

This builder for chaining.