ParseRequest
class ParseRequest extends Message
Request message for the Parse method.
Generated from protobuf message google.api.expr.v1alpha1.ParseRequest
Methods
Constructor.
Required. Source text in CEL syntax.
Required. Source text in CEL syntax.
Tag for version of CEL syntax, for future use.
Tag for version of CEL syntax, for future use.
File or resource for source text, used in [SourceInfo][google.api.expr.v1alpha1.SourceInfo].
File or resource for source text, used in [SourceInfo][google.api.expr.v1alpha1.SourceInfo].
Prevent macro expansion. See "Macros" in Language Defiinition.
Prevent macro expansion. See "Macros" in Language Defiinition.
Details
at line 59
__construct(array $data = NULL)
Constructor.
at line 70
string
getCelSource()
Required. Source text in CEL syntax.
Generated from protobuf field string cel_source = 1 [(.google.api.field_behavior) = REQUIRED];
at line 82
$this
setCelSource(string $var)
Required. Source text in CEL syntax.
Generated from protobuf field string cel_source = 1 [(.google.api.field_behavior) = REQUIRED];
at line 96
string
getSyntaxVersion()
Tag for version of CEL syntax, for future use.
Generated from protobuf field string syntax_version = 2;
at line 108
$this
setSyntaxVersion(string $var)
Tag for version of CEL syntax, for future use.
Generated from protobuf field string syntax_version = 2;
at line 122
string
getSourceLocation()
File or resource for source text, used in [SourceInfo][google.api.expr.v1alpha1.SourceInfo].
Generated from protobuf field string source_location = 3;
at line 134
$this
setSourceLocation(string $var)
File or resource for source text, used in [SourceInfo][google.api.expr.v1alpha1.SourceInfo].
Generated from protobuf field string source_location = 3;
at line 148
bool
getDisableMacros()
Prevent macro expansion. See "Macros" in Language Defiinition.
Generated from protobuf field bool disable_macros = 4;
at line 160
$this
setDisableMacros(bool $var)
Prevent macro expansion. See "Macros" in Language Defiinition.
Generated from protobuf field bool disable_macros = 4;