Ident
class Ident extends Message
An identifier expression. e.g. request
.
Generated from protobuf message google.api.expr.v1beta1.Expr.Ident
Methods
Constructor.
Required. Holds a single, unqualified identifier, possibly preceded by a '.'.
Required. Holds a single, unqualified identifier, possibly preceded by a '.'.
Details
at line 39
__construct(array $data = NULL)
Constructor.
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;
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;