Interface CreateEvaluationRequestOrBuilder (0.44.0)

public interface CreateEvaluationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluation()

public abstract Evaluation getEvaluation()

Required. The Evaluation to create.

.google.cloud.discoveryengine.v1beta.Evaluation evaluation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Evaluation

The evaluation.

getEvaluationOrBuilder()

public abstract EvaluationOrBuilder getEvaluationOrBuilder()

Required. The Evaluation to create.

.google.cloud.discoveryengine.v1beta.Evaluation evaluation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EvaluationOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource name, such as projects/{project}/locations/{location}.

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

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource name, such as projects/{project}/locations/{location}.

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

Returns
Type Description
ByteString

The bytes for parent.

hasEvaluation()

public abstract boolean hasEvaluation()

Required. The Evaluation to create.

.google.cloud.discoveryengine.v1beta.Evaluation evaluation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the evaluation field is set.