Explain
class Explain extends Message
Values of intermediate expressions produced when evaluating expression.
Deprecated, use EvalState
instead.
Generated from protobuf message google.api.expr.v1alpha1.Explain
Methods
Constructor.
All of the observed values.
List of steps.
Details
at line 54
__construct(array $data = NULL)
Constructor.
at line 67
RepeatedField
getValues()
All of the observed values.
The field value_index is an index in the values list. Separating values from steps is needed to remove redundant values.
Generated from protobuf field repeated .google.api.expr.v1alpha1.Value values = 1;
at line 81
$this
setValues(Value[]|RepeatedField $var)
All of the observed values.
The field value_index is an index in the values list. Separating values from steps is needed to remove redundant values.
Generated from protobuf field repeated .google.api.expr.v1alpha1.Value values = 1;
at line 98
RepeatedField
getExprSteps()
List of steps.
Repeated evaluations of the same expression generate new ExprStep instances. The order of such ExprStep instances matches the order of elements returned by Comprehension.iter_range.
Generated from protobuf field repeated .google.api.expr.v1alpha1.Explain.ExprStep expr_steps = 2;
at line 113
$this
setExprSteps(ExprStep[]|RepeatedField $var)
List of steps.
Repeated evaluations of the same expression generate new ExprStep instances. The order of such ExprStep instances matches the order of elements returned by Comprehension.iter_range.
Generated from protobuf field repeated .google.api.expr.v1alpha1.Explain.ExprStep expr_steps = 2;