ExprStep
extends Message
in package
ID and value index of one step.
Generated from protobuf message google.api.expr.v1alpha1.Explain.ExprStep
Table of Contents
Properties
- $id : mixed
- ID of corresponding Expr node.
- $value_index : mixed
- Index of the value in the values list.
Methods
- __construct() : mixed
- Constructor.
- getId() : int|string
- ID of corresponding Expr node.
- getValueIndex() : int
- Index of the value in the values list.
- setId() : $this
- ID of corresponding Expr node.
- setValueIndex() : $this
- Index of the value in the values list.
Properties
$id
ID of corresponding Expr node.
protected
mixed
$id
= 0
Generated from protobuf field int64 id = 1 [json_name = "id"];
$value_index
Index of the value in the values list.
protected
mixed
$value_index
= 0
Generated from protobuf field int32 value_index = 2 [json_name = "valueIndex"];
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type int|string $id ID of corresponding Expr node. @type int $value_index Index of the value in the values list.}
getId()
ID of corresponding Expr node.
public
getId() : int|string
Generated from protobuf field int64 id = 1 [json_name = "id"];
Return values
int|stringgetValueIndex()
Index of the value in the values list.
public
getValueIndex() : int
Generated from protobuf field int32 value_index = 2 [json_name = "valueIndex"];
Return values
intsetId()
ID of corresponding Expr node.
public
setId(int|string $var) : $this
Generated from protobuf field int64 id = 1 [json_name = "id"];
Parameters
- $var : int|string
Return values
$thissetValueIndex()
Index of the value in the values list.
public
setValueIndex(int $var) : $this
Generated from protobuf field int32 value_index = 2 [json_name = "valueIndex"];
Parameters
- $var : int