public interface CreateEvaluationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Evaluation |
getEvaluation()
Required.
|
EvaluationOrBuilder |
getEvaluationOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasEvaluation()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource name, such as
`projects/{project}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.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) = { ... }
boolean hasEvaluation()
Required. The [Evaluation][google.cloud.discoveryengine.v1beta.Evaluation] to create.
.google.cloud.discoveryengine.v1beta.Evaluation evaluation = 2 [(.google.api.field_behavior) = REQUIRED];
Evaluation getEvaluation()
Required. The [Evaluation][google.cloud.discoveryengine.v1beta.Evaluation] to create.
.google.cloud.discoveryengine.v1beta.Evaluation evaluation = 2 [(.google.api.field_behavior) = REQUIRED];
EvaluationOrBuilder getEvaluationOrBuilder()
Required. The [Evaluation][google.cloud.discoveryengine.v1beta.Evaluation] to create.
.google.cloud.discoveryengine.v1beta.Evaluation evaluation = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.