CheckRequest
class CheckRequest extends Message
Request message for the Check method.
Generated from protobuf message google.api.expr.v1alpha1.CheckRequest
Methods
Constructor.
Required. The parsed representation of the CEL program.
Declarations of types for external variables and functions.
The protocol buffer context. See "Name Resolution" in the Language Definition.
The protocol buffer context. See "Name Resolution" in the Language Definition.
If true, use only the declarations in [type_env][google.api.expr.v1alpha1.CheckRequest.type_env]. If false (default), add declarations for the standard definitions to the type environment. See "Standard Definitions" in the Language Definition.
If true, use only the declarations in [type_env][google.api.expr.v1alpha1.CheckRequest.type_env]. If false (default), add declarations for the standard definitions to the type environment. See "Standard Definitions" in the Language Definition.
Details
at line 69
__construct(array $data = NULL)
Constructor.
at line 80
ParsedExpr
getParsedExpr()
Required. The parsed representation of the CEL program.
Generated from protobuf field .google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1 [(.google.api.field_behavior) = REQUIRED];
at line 92
$this
setParsedExpr(ParsedExpr $var)
Required. The parsed representation of the CEL program.
Generated from protobuf field .google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1 [(.google.api.field_behavior) = REQUIRED];
at line 108
RepeatedField
getTypeEnv()
Declarations of types for external variables and functions.
Required if program uses external variables or functions not in the default environment.
Generated from protobuf field repeated .google.api.expr.v1alpha1.Decl type_env = 2;
at line 122
$this
setTypeEnv(Decl[]|RepeatedField $var)
Declarations of types for external variables and functions.
Required if program uses external variables or functions not in the default environment.
Generated from protobuf field repeated .google.api.expr.v1alpha1.Decl type_env = 2;
at line 137
string
getContainer()
The protocol buffer context. See "Name Resolution" in the Language Definition.
Generated from protobuf field string container = 3;
at line 150
$this
setContainer(string $var)
The protocol buffer context. See "Name Resolution" in the Language Definition.
Generated from protobuf field string container = 3;
at line 166
bool
getNoStdEnv()
If true, use only the declarations in [type_env][google.api.expr.v1alpha1.CheckRequest.type_env]. If false (default), add declarations for the standard definitions to the type environment. See "Standard Definitions" in the Language Definition.
Generated from protobuf field bool no_std_env = 4;
at line 180
$this
setNoStdEnv(bool $var)
If true, use only the declarations in [type_env][google.api.expr.v1alpha1.CheckRequest.type_env]. If false (default), add declarations for the standard definitions to the type environment. See "Standard Definitions" in the Language Definition.
Generated from protobuf field bool no_std_env = 4;