public interface CreateEvaluationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvaluation()
public abstract Evaluation getEvaluation()Required. The evaluation to create.
.google.cloud.ces.v1beta.Evaluation evaluation = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Evaluation |
The evaluation. |
getEvaluationId()
public abstract String getEvaluationId()Optional. The ID to use for the evaluation, which will become the final component of the evaluation's resource name. If not provided, a unique ID will be automatically assigned for the evaluation.
string evaluation_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The evaluationId. |
getEvaluationIdBytes()
public abstract ByteString getEvaluationIdBytes()Optional. The ID to use for the evaluation, which will become the final component of the evaluation's resource name. If not provided, a unique ID will be automatically assigned for the evaluation.
string evaluation_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for evaluationId. |
getEvaluationOrBuilder()
public abstract EvaluationOrBuilder getEvaluationOrBuilder()Required. The evaluation to create.
.google.cloud.ces.v1beta.Evaluation evaluation = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EvaluationOrBuilder |
|
getParent()
public abstract String getParent() Required. The app to create the evaluation for.
Format:
projects/{project}/locations/{location}/apps/{app}
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 app to create the evaluation for.
Format:
projects/{project}/locations/{location}/apps/{app}
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.ces.v1beta.Evaluation evaluation = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the evaluation field is set. |