class IdRef extends Message

A reference to an expression id.

Generated from protobuf message google.api.expr.v1beta1.IdRef

Methods

__construct(array $data = NULL)

Constructor.

int
getId()

The expression id.

$this
setId(int $var)

The expression id.

Details

at line 35
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type int $id
      The expression id.

}

at line 46
int getId()

The expression id.

Generated from protobuf field int32 id = 1;

Return Value

int

at line 58
$this setId(int $var)

The expression id.

Generated from protobuf field int32 id = 1;

Parameters

int $var

Return Value

$this