Interface UpdateEvaluationExpectationRequestOrBuilder (0.3.0)

public interface UpdateEvaluationExpectationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluationExpectation()

public abstract EvaluationExpectation getEvaluationExpectation()

Required. The evaluation expectation to update.

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

Returns
Type Description
EvaluationExpectation

The evaluationExpectation.

getEvaluationExpectationOrBuilder()

public abstract EvaluationExpectationOrBuilder getEvaluationExpectationOrBuilder()

Required. The evaluation expectation to update.

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

Returns
Type Description
EvaluationExpectationOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasEvaluationExpectation()

public abstract boolean hasEvaluationExpectation()

Required. The evaluation expectation to update.

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

Returns
Type Description
boolean

Whether the evaluationExpectation field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.