Reference documentation and code samples for the Google Cloud Asset V1 Client class ConditionEvaluation.
The Condition evaluation.
Generated from protobuf message google.cloud.asset.v1.ConditionEvaluation
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ evaluation_value |
int
The evaluation result. |
getEvaluationValue
The evaluation result.
Generated from protobuf field .google.cloud.asset.v1.ConditionEvaluation.EvaluationValue evaluation_value = 1;
Returns | |
---|---|
Type | Description |
int |
setEvaluationValue
The evaluation result.
Generated from protobuf field .google.cloud.asset.v1.ConditionEvaluation.EvaluationValue evaluation_value = 1;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |