class Ident extends Message

An identifier expression. e.g. request.

Generated from protobuf message google.api.expr.v1beta1.Expr.Ident

Methods

__construct(array $data = NULL)

Constructor.

string
getName()

Required. Holds a single, unqualified identifier, possibly preceded by a '.'.

$this
setName(string $var)

Required. Holds a single, unqualified identifier, possibly preceded by a '.'.

Details

at line 39
__construct(array $data = NULL)

Constructor.

Parameters

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

@type string $name
      Required. Holds a single, unqualified identifier, possibly preceded by a
      '.'.
      Qualified names are represented by the [Expr.Select][google.api.expr.v1beta1.Expr.Select] expression.

}

at line 52
string getName()

Required. Holds a single, unqualified identifier, possibly preceded by a '.'.

Qualified names are represented by the [Expr.Select][google.api.expr.v1beta1.Expr.Select] expression.

Generated from protobuf field string name = 1;

Return Value

string

at line 66
$this setName(string $var)

Required. Holds a single, unqualified identifier, possibly preceded by a '.'.

Qualified names are represented by the [Expr.Select][google.api.expr.v1beta1.Expr.Select] expression.

Generated from protobuf field string name = 1;

Parameters

string $var

Return Value

$this