Enum EvaluationResult.Outcome (0.3.0)

public enum EvaluationResult.Outcome extends Enum<EvaluationResult.Outcome> implements ProtocolMessageEnum

The outcome of the evaluation or expectation.

Protobuf enum google.cloud.ces.v1beta.EvaluationResult.Outcome

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAIL

Evaluation/Expectation failed. In the case of an evaluation, this means that at least one expectation was not met.

FAIL = 2;

FAIL_VALUE

Evaluation/Expectation failed. In the case of an evaluation, this means that at least one expectation was not met.

FAIL = 2;

OUTCOME_UNSPECIFIED

Evaluation outcome is not specified.

OUTCOME_UNSPECIFIED = 0;

OUTCOME_UNSPECIFIED_VALUE

Evaluation outcome is not specified.

OUTCOME_UNSPECIFIED = 0;

PASS

Evaluation/Expectation passed. In the case of an evaluation, this means that all expectations were met.

PASS = 1;

PASS_VALUE

Evaluation/Expectation passed. In the case of an evaluation, this means that all expectations were met.

PASS = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()