EvalResponse
class EvalResponse extends Message
Response message for the Eval method.
Generated from protobuf message google.api.expr.v1alpha1.EvalResponse
Methods
Constructor.
Any number of issues with [StatusDetails][] as the details.
Details
at line 49
__construct(array $data = NULL)
Constructor.
at line 60
ExprValue
getResult()
The execution result, or unset if execution couldn't start.
Generated from protobuf field .google.api.expr.v1alpha1.ExprValue result = 1;
at line 72
$this
setResult(ExprValue $var)
The execution result, or unset if execution couldn't start.
Generated from protobuf field .google.api.expr.v1alpha1.ExprValue result = 1;
at line 89
RepeatedField
getIssues()
Any number of issues with [StatusDetails][] as the details.
Note that CEL execution errors are reified into [ExprValue][google.api.expr.v1alpha1.ExprValue]. Nevertheless, we'll allow out-of-band issues to be raised, which also makes the replies more regular.
Generated from protobuf field repeated .google.rpc.Status issues = 2;
at line 104
$this
setIssues(Status[]|RepeatedField $var)
Any number of issues with [StatusDetails][] as the details.
Note that CEL execution errors are reified into [ExprValue][google.api.expr.v1alpha1.ExprValue]. Nevertheless, we'll allow out-of-band issues to be raised, which also makes the replies more regular.
Generated from protobuf field repeated .google.rpc.Status issues = 2;