Google Cloud Asset V1 Client - Class EvaluationValue (1.12.2)

Reference documentation and code samples for the Google Cloud Asset V1 Client class EvaluationValue.

Value of this expression.

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

Namespace

Google \ Cloud \ Asset \ V1 \ ConditionEvaluation

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

EVALUATION_VALUE_UNSPECIFIED

Value: 0

Reserved for future use.

Generated from protobuf enum EVALUATION_VALUE_UNSPECIFIED = 0;

TRUE

Value: 1

The evaluation result is true.

Generated from protobuf enum TRUE = 1;

FALSE

Value: 2

The evaluation result is false.

Generated from protobuf enum FALSE = 2;

CONDITIONAL

Value: 3

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.

Generated from protobuf enum CONDITIONAL = 3;