Interface CreateEvaluationExpectationRequestOrBuilder (0.3.0)

public interface CreateEvaluationExpectationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluationExpectation()

public abstract EvaluationExpectation getEvaluationExpectation()

Required. The evaluation expectation to create.

.google.cloud.ces.v1beta.EvaluationExpectation evaluation_expectation = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EvaluationExpectation

The evaluationExpectation.

getEvaluationExpectationId()

public abstract String getEvaluationExpectationId()

Optional. The ID to use for the evaluation expectation, which will become the final component of the evaluation expectation's resource name. If not provided, a unique ID will be automatically assigned for the evaluation expectation.

string evaluation_expectation_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The evaluationExpectationId.

getEvaluationExpectationIdBytes()

public abstract ByteString getEvaluationExpectationIdBytes()

Optional. The ID to use for the evaluation expectation, which will become the final component of the evaluation expectation's resource name. If not provided, a unique ID will be automatically assigned for the evaluation expectation.

string evaluation_expectation_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for evaluationExpectationId.

getEvaluationExpectationOrBuilder()

public abstract EvaluationExpectationOrBuilder getEvaluationExpectationOrBuilder()

Required. The evaluation expectation to create.

.google.cloud.ces.v1beta.EvaluationExpectation evaluation_expectation = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EvaluationExpectationOrBuilder

getParent()

public abstract String getParent()

Required. The app to create the evaluation expectation 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 expectation 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.

hasEvaluationExpectation()

public abstract boolean hasEvaluationExpectation()

Required. The evaluation expectation to create.

.google.cloud.ces.v1beta.EvaluationExpectation evaluation_expectation = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the evaluationExpectation field is set.