Class GetFlowValidationResultRequest.Builder (0.54.0)

public static final class GetFlowValidationResultRequest.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

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

clearField(Descriptors.FieldDescriptor field)

public GetFlowValidationResultRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/validationResult.

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

Returns
Type Description
GetFlowValidationResultRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/validationResult.

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

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(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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

public GetFlowValidationResultRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/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.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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