Google Cloud Asset V1 Client - Class ConditionEvaluation (1.9.2)

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
NameDescription
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
TypeDescription
int

setEvaluationValue

The evaluation result.

Generated from protobuf field .google.cloud.asset.v1.ConditionEvaluation.EvaluationValue evaluation_value = 1;

Parameter
NameDescription
var int
Returns
TypeDescription
$this