Class GeneratorEvaluationOperationMetadata.Builder (4.89.0)

public static final class GeneratorEvaluationOperationMetadata.Builder extends GeneratedMessage.Builder<GeneratorEvaluationOperationMetadata.Builder> implements GeneratorEvaluationOperationMetadataOrBuilder

Metadata for a GeneratorEvaluations.CreateGeneratorEvaluation operation.

Protobuf type google.cloud.dialogflow.v2.GeneratorEvaluationOperationMetadata

Static Methods

getDescriptor()

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

Methods

build()

public GeneratorEvaluationOperationMetadata build()
Returns
Type Description
GeneratorEvaluationOperationMetadata

buildPartial()

public GeneratorEvaluationOperationMetadata buildPartial()
Returns
Type Description
GeneratorEvaluationOperationMetadata

clear()

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

clearGeneratorEvaluation()

public GeneratorEvaluationOperationMetadata.Builder clearGeneratorEvaluation()

Output only. The resource name of the generator evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/evaluations/<Evaluation ID>

string generator_evaluation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GeneratorEvaluationOperationMetadata.Builder

This builder for chaining.

getDefaultInstanceForType()

public GeneratorEvaluationOperationMetadata getDefaultInstanceForType()
Returns
Type Description
GeneratorEvaluationOperationMetadata

getDescriptorForType()

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

getGeneratorEvaluation()

public String getGeneratorEvaluation()

Output only. The resource name of the generator evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/evaluations/<Evaluation ID>

string generator_evaluation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The generatorEvaluation.

getGeneratorEvaluationBytes()

public ByteString getGeneratorEvaluationBytes()

Output only. The resource name of the generator evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/evaluations/<Evaluation ID>

string generator_evaluation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for generatorEvaluation.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GeneratorEvaluationOperationMetadata other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setGeneratorEvaluation(String value)

public GeneratorEvaluationOperationMetadata.Builder setGeneratorEvaluation(String value)

Output only. The resource name of the generator evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/evaluations/<Evaluation ID>

string generator_evaluation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The generatorEvaluation to set.

Returns
Type Description
GeneratorEvaluationOperationMetadata.Builder

This builder for chaining.

setGeneratorEvaluationBytes(ByteString value)

public GeneratorEvaluationOperationMetadata.Builder setGeneratorEvaluationBytes(ByteString value)

Output only. The resource name of the generator evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/evaluations/<Evaluation ID>

string generator_evaluation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for generatorEvaluation to set.

Returns
Type Description
GeneratorEvaluationOperationMetadata.Builder

This builder for chaining.