Ident
extends Message
in package
An identifier expression. e.g. `request`.
Generated from protobuf message google.api.expr.v1alpha1.Expr.Ident
Table of Contents
Properties
- $name : mixed
- Required. Holds a single, unqualified identifier, possibly preceded by a '.'.
Methods
- __construct() : mixed
- Constructor.
- getName() : string
- Required. Holds a single, unqualified identifier, possibly preceded by a '.'.
- setName() : $this
- Required. Holds a single, unqualified identifier, possibly preceded by a '.'.
Properties
$name
Required. Holds a single, unqualified identifier, possibly preceded by a '.'.
protected
mixed
$name
= ''
Qualified names are represented by the [Expr.Select][google.api.expr.v1alpha1.Expr.Select] expression.
Generated from protobuf field string name = 1 [json_name = "name"];
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 string $name Required. Holds a single, unqualified identifier, possibly preceded by a '.'. Qualified names are represented by the [Expr.Select][google.api.expr.v1alpha1.Expr.Select] expression.}
getName()
Required. Holds a single, unqualified identifier, possibly preceded by a '.'.
public
getName() : string
Qualified names are represented by the [Expr.Select][google.api.expr.v1alpha1.Expr.Select] expression.
Generated from protobuf field string name = 1 [json_name = "name"];
Return values
stringsetName()
Required. Holds a single, unqualified identifier, possibly preceded by a '.'.
public
setName(string $var) : $this
Qualified names are represented by the [Expr.Select][google.api.expr.v1alpha1.Expr.Select] expression.
Generated from protobuf field string name = 1 [json_name = "name"];
Parameters
- $var : string