Interface GeneratorEvaluationOperationMetadataOrBuilder (4.87.0)

public interface GeneratorEvaluationOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGeneratorEvaluation()

public abstract 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 abstract 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.