Result
class Result extends Message
A single evaluation result.
Generated from protobuf message google.api.expr.v1beta1.EvalState.Result
Methods
__construct(array $data = NULL)
Constructor.
int
getValue()
The index in values
of the resulting value.
$this
setValue(int $var)
The index in values
of the resulting value.
Details
at line 43
__construct(array $data = NULL)
Constructor.
at line 54
IdRef
getExpr()
The expression this result is for.
Generated from protobuf field .google.api.expr.v1beta1.IdRef expr = 1;
at line 66
$this
setExpr(IdRef $var)
The expression this result is for.
Generated from protobuf field .google.api.expr.v1beta1.IdRef expr = 1;
at line 80
int
getValue()
The index in values
of the resulting value.
Generated from protobuf field int32 value = 2;
at line 92
$this
setValue(int $var)
The index in values
of the resulting value.
Generated from protobuf field int32 value = 2;