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.

Parameters

array $data { 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.

}

at line 54
int|string getId()

ID of corresponding Expr node.

Generated from protobuf field int64 id = 1;

Return Value

int|string

at line 66
$this setId(int|string $var)

ID of corresponding Expr node.

Generated from protobuf field int64 id = 1;

Parameters

int|string $var

Return Value

$this

at line 80
int getValueIndex()

Index of the value in the values list.

Generated from protobuf field int32 value_index = 2;

Return Value

int

at line 92
$this setValueIndex(int $var)

Index of the value in the values list.

Generated from protobuf field int32 value_index = 2;

Parameters

int $var

Return Value

$this