Documentation

IdRef extends Message
in package

A reference to an expression id.

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

Table of Contents

Properties

$id  : mixed
The expression id.

Methods

__construct()  : mixed
Constructor.
getId()  : int
The expression id.
setId()  : $this
The expression id.

Properties

$id

The expression id.

protected mixed $id = 0

Generated from protobuf field int32 id = 1 [json_name = "id"];

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 $id
      The expression id.

}

getId()

The expression id.

public getId() : int

Generated from protobuf field int32 id = 1 [json_name = "id"];

Return values
int

setId()

The expression id.

public setId(int $var) : $this

Generated from protobuf field int32 id = 1 [json_name = "id"];

Parameters
$var : int
Return values
$this

        
On this page

Search results