ParsedExpr
class ParsedExpr extends Message
An expression together with source information as returned by the parser.
Generated from protobuf message google.api.expr.v1alpha1.ParsedExpr
Methods
Constructor.
The source info derived from input that generated the parsed expr
.
Details
at line 43
__construct(array $data = NULL)
Constructor.
at line 54
Expr
getExpr()
The parsed expression.
Generated from protobuf field .google.api.expr.v1alpha1.Expr expr = 2;
at line 66
$this
setExpr(Expr $var)
The parsed expression.
Generated from protobuf field .google.api.expr.v1alpha1.Expr expr = 2;
at line 80
SourceInfo
getSourceInfo()
The source info derived from input that generated the parsed expr
.
Generated from protobuf field .google.api.expr.v1alpha1.SourceInfo source_info = 3;
at line 92
$this
setSourceInfo(SourceInfo $var)
The source info derived from input that generated the parsed expr
.
Generated from protobuf field .google.api.expr.v1alpha1.SourceInfo source_info = 3;