EvalRequest
class EvalRequest extends Message
Request message for the Eval method.
Generated from protobuf message google.api.expr.v1alpha1.EvalRequest
Properties
protected | $expr_kind |
Methods
Constructor.
Evaluate based on the parsed representation.
Evaluate based on the checked representation.
Bindings for the external variables. The types SHOULD be compatible with the type environment in [CheckRequest][google.api.expr.v1alpha1.CheckRequest], if checked.
Bindings for the external variables. The types SHOULD be compatible with the type environment in [CheckRequest][google.api.expr.v1alpha1.CheckRequest], if checked.
SHOULD be the same container as used in [CheckRequest][google.api.expr.v1alpha1.CheckRequest], if checked.
SHOULD be the same container as used in [CheckRequest][google.api.expr.v1alpha1.CheckRequest], if checked.
No description
Details
at line 50
__construct(array $data = NULL)
Constructor.
at line 61
ParsedExpr
getParsedExpr()
Evaluate based on the parsed representation.
Generated from protobuf field .google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1;
at line 73
$this
setParsedExpr(ParsedExpr $var)
Evaluate based on the parsed representation.
Generated from protobuf field .google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1;
at line 87
CheckedExpr
getCheckedExpr()
Evaluate based on the checked representation.
Generated from protobuf field .google.api.expr.v1alpha1.CheckedExpr checked_expr = 2;
at line 99
$this
setCheckedExpr(CheckedExpr $var)
Evaluate based on the checked representation.
Generated from protobuf field .google.api.expr.v1alpha1.CheckedExpr checked_expr = 2;
at line 114
MapField
getBindings()
Bindings for the external variables. The types SHOULD be compatible with the type environment in [CheckRequest][google.api.expr.v1alpha1.CheckRequest], if checked.
Generated from protobuf field map<string, .google.api.expr.v1alpha1.ExprValue> bindings = 3;
at line 127
$this
setBindings(array|MapField $var)
Bindings for the external variables. The types SHOULD be compatible with the type environment in [CheckRequest][google.api.expr.v1alpha1.CheckRequest], if checked.
Generated from protobuf field map<string, .google.api.expr.v1alpha1.ExprValue> bindings = 3;
at line 141
string
getContainer()
SHOULD be the same container as used in [CheckRequest][google.api.expr.v1alpha1.CheckRequest], if checked.
Generated from protobuf field string container = 4;
at line 153
$this
setContainer(string $var)
SHOULD be the same container as used in [CheckRequest][google.api.expr.v1alpha1.CheckRequest], if checked.
Generated from protobuf field string container = 4;