Module: Google::Cloud::Asset::V1::ConditionEvaluation::EvaluationValue
- Defined in:
- proto_docs/google/cloud/asset/v1/assets.rb
Overview
Value of this expression.
Constant Summary collapse
- EVALUATION_VALUE_UNSPECIFIED =
Reserved for future use.
0
- TRUE =
The evaluation result is
true
. 1
- FALSE =
The evaluation result is
false
. 2
- 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. 3