EvalState
class EvalState extends Message
The state of an evaluation.
Can represent an initial, partial, or completed state of evaluation.
Generated from protobuf message google.api.expr.v1beta1.EvalState
Methods
Constructor.
The unique values referenced in this message.
An ordered list of results.
Details
at line 48
__construct(array $data = NULL)
Constructor.
at line 59
RepeatedField
getValues()
The unique values referenced in this message.
Generated from protobuf field repeated .google.api.expr.v1beta1.ExprValue values = 1;
at line 71
$this
setValues(ExprValue[]|RepeatedField $var)
The unique values referenced in this message.
Generated from protobuf field repeated .google.api.expr.v1beta1.ExprValue values = 1;
at line 87
RepeatedField
getResults()
An ordered list of results.
Tracks the flow of evaluation through the expression. May be sparse.
Generated from protobuf field repeated .google.api.expr.v1beta1.EvalState.Result results = 3;
at line 101
$this
setResults(Result[]|RepeatedField $var)
An ordered list of results.
Tracks the flow of evaluation through the expression. May be sparse.
Generated from protobuf field repeated .google.api.expr.v1beta1.EvalState.Result results = 3;