Enum ConditionEvaluation.EvaluationValue (3.41.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

NameDescription
CONDITIONAL

The evaluation result is conditional when the condition expression contains variables that are either missing input values or have not been supported by 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 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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()