ParsedExpr
class ParsedExpr extends Message
An expression together with source information as returned by the parser.
Generated from protobuf message google.api.expr.v1beta1.ParsedExpr
Methods
Constructor.
The source info derived from input that generated the parsed expr
.
The syntax version of the source, e.g. cel1
.
The syntax version of the source, e.g. cel1
.
Details
at line 51
__construct(array $data = NULL)
Constructor.
at line 62
Expr
getExpr()
The parsed expression.
Generated from protobuf field .google.api.expr.v1beta1.Expr expr = 2;
at line 74
$this
setExpr(Expr $var)
The parsed expression.
Generated from protobuf field .google.api.expr.v1beta1.Expr expr = 2;
at line 88
SourceInfo
getSourceInfo()
The source info derived from input that generated the parsed expr
.
Generated from protobuf field .google.api.expr.v1beta1.SourceInfo source_info = 3;
at line 100
$this
setSourceInfo(SourceInfo $var)
The source info derived from input that generated the parsed expr
.
Generated from protobuf field .google.api.expr.v1beta1.SourceInfo source_info = 3;
at line 114
string
getSyntaxVersion()
The syntax version of the source, e.g. cel1
.
Generated from protobuf field string syntax_version = 4;
at line 126
$this
setSyntaxVersion(string $var)
The syntax version of the source, e.g. cel1
.
Generated from protobuf field string syntax_version = 4;