Enum ConditionEvaluation.EvaluationValue (3.45.0)

public enum ConditionEvaluation.EvaluationValue extends Enum<ConditionEvaluation.EvaluationValue> implements ProtocolMessageEnum

Value of this expression.

Protobuf enum google.cloud.asset.v1.ConditionEvaluation.EvaluationValue

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONDITIONAL

The evaluation result is conditional when the condition expression contains variables that are either missing input values or have not been supported by Policy Analyzer yet.

CONDITIONAL = 3;

CONDITIONAL_VALUE

The evaluation result is conditional when the condition expression contains variables that are either missing input values or have not been supported by Policy Analyzer yet.

CONDITIONAL = 3;

EVALUATION_VALUE_UNSPECIFIED

Reserved for future use.

EVALUATION_VALUE_UNSPECIFIED = 0;

EVALUATION_VALUE_UNSPECIFIED_VALUE

Reserved for future use.

EVALUATION_VALUE_UNSPECIFIED = 0;

FALSE

The evaluation result is false.

FALSE = 2;

FALSE_VALUE

The evaluation result is false.

FALSE = 2;

TRUE

The evaluation result is true.

TRUE = 1;

TRUE_VALUE

The evaluation result is true.

TRUE = 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()