IdentDecl
class IdentDecl extends Message
An identifier declaration.
Generated from protobuf message google.api.expr.v1beta1.IdentDecl
Methods
__construct(array $data = NULL)
Constructor.
Details
at line 43
__construct(array $data = NULL)
Constructor.
at line 54
DeclType
getType()
Optional type of the identifier.
Generated from protobuf field .google.api.expr.v1beta1.DeclType type = 3;
at line 66
$this
setType(DeclType $var)
Optional type of the identifier.
Generated from protobuf field .google.api.expr.v1beta1.DeclType type = 3;
at line 80
Expr
getValue()
Optional value of the identifier.
Generated from protobuf field .google.api.expr.v1beta1.Expr value = 4;
at line 92
$this
setValue(Expr $var)
Optional value of the identifier.
Generated from protobuf field .google.api.expr.v1beta1.Expr value = 4;