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
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetFlowValidationResultRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public GetFlowValidationResultRequest build()
Returns
buildPartial()
public GetFlowValidationResultRequest buildPartial()
Returns
clear()
public GetFlowValidationResultRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public GetFlowValidationResultRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearLanguageCode()
public GetFlowValidationResultRequest.Builder clearLanguageCode()
If not specified, the agent's default language is used.
string language_code = 2;
Returns
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
clearOneof(Descriptors.OneofDescriptor oneof)
public GetFlowValidationResultRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public GetFlowValidationResultRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public GetFlowValidationResultRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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()
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
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(GetFlowValidationResultRequest other)
public GetFlowValidationResultRequest.Builder mergeFrom(GetFlowValidationResultRequest other)
Parameter
Returns
public GetFlowValidationResultRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public GetFlowValidationResultRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetFlowValidationResultRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public GetFlowValidationResultRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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
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
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
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
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetFlowValidationResultRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final GetFlowValidationResultRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides