ExprStep
class ExprStep extends Message
ID and value index of one step.
Generated from protobuf message google.api.expr.v1alpha1.Explain.ExprStep
Methods
__construct(array $data = NULL)
Constructor.
int|string
getId()
ID of corresponding Expr node.
$this
setId(int|string $var)
ID of corresponding Expr node.
int
getValueIndex()
Index of the value in the values list.
$this
setValueIndex(int $var)
Index of the value in the values list.
Details
at line 43
__construct(array $data = NULL)
Constructor.
at line 54
int|string
getId()
ID of corresponding Expr node.
Generated from protobuf field int64 id = 1;
at line 66
$this
setId(int|string $var)
ID of corresponding Expr node.
Generated from protobuf field int64 id = 1;
at line 80
int
getValueIndex()
Index of the value in the values list.
Generated from protobuf field int32 value_index = 2;
at line 92
$this
setValueIndex(int $var)
Index of the value in the values list.
Generated from protobuf field int32 value_index = 2;