CheckResponse
class CheckResponse extends Message
Response message for the Check method.
Generated from protobuf message google.api.expr.v1alpha1.CheckResponse
Methods
Constructor.
The annotated representation, or unset if checking failed.
Any number of issues with [StatusDetails][] as the details.
Details
at line 43
__construct(array $data = NULL)
Constructor.
at line 54
CheckedExpr
getCheckedExpr()
The annotated representation, or unset if checking failed.
Generated from protobuf field .google.api.expr.v1alpha1.CheckedExpr checked_expr = 1;
at line 66
$this
setCheckedExpr(CheckedExpr $var)
The annotated representation, or unset if checking failed.
Generated from protobuf field .google.api.expr.v1alpha1.CheckedExpr checked_expr = 1;
at line 80
RepeatedField
getIssues()
Any number of issues with [StatusDetails][] as the details.
Generated from protobuf field repeated .google.rpc.Status issues = 2;
at line 92
$this
setIssues(Status[]|RepeatedField $var)
Any number of issues with [StatusDetails][] as the details.
Generated from protobuf field repeated .google.rpc.Status issues = 2;