Class GetFlowValidationResultRequest.Builder (0.52.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetFlowValidationResultRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GetFlowValidationResultRequest.Builder
Overrides

build()

public GetFlowValidationResultRequest build()
Returns
TypeDescription
GetFlowValidationResultRequest

buildPartial()

public GetFlowValidationResultRequest buildPartial()
Returns
TypeDescription
GetFlowValidationResultRequest

clear()

public GetFlowValidationResultRequest.Builder clear()
Returns
TypeDescription
GetFlowValidationResultRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GetFlowValidationResultRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GetFlowValidationResultRequest.Builder
Overrides

clearLanguageCode()

public GetFlowValidationResultRequest.Builder clearLanguageCode()

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

string language_code = 2;

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

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetFlowValidationResultRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GetFlowValidationResultRequest.Builder
Overrides

clone()

public GetFlowValidationResultRequest.Builder clone()
Returns
TypeDescription
GetFlowValidationResultRequest.Builder
Overrides

getDefaultInstanceForType()

public GetFlowValidationResultRequest getDefaultInstanceForType()
Returns
TypeDescription
GetFlowValidationResultRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getLanguageCode()

public String getLanguageCode()

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

string language_code = 2;

Returns
TypeDescription
String

The languageCode.

getLanguageCodeBytes()

public ByteString getLanguageCodeBytes()

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

string language_code = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GetFlowValidationResultRequest other)

public GetFlowValidationResultRequest.Builder mergeFrom(GetFlowValidationResultRequest other)
Parameter
NameDescription
otherGetFlowValidationResultRequest
Returns
TypeDescription
GetFlowValidationResultRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetFlowValidationResultRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetFlowValidationResultRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GetFlowValidationResultRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GetFlowValidationResultRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetFlowValidationResultRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetFlowValidationResultRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetFlowValidationResultRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The languageCode to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for languageCode to set.

Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GetFlowValidationResultRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetFlowValidationResultRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetFlowValidationResultRequest.Builder
Overrides