IdRef
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.
at line 46
int
getId()
The expression id.
Generated from protobuf field int32 id = 1;
at line 58
$this
setId(int $var)
The expression id.
Generated from protobuf field int32 id = 1;