class CheckResponse extends Message

Response message for the Check method.

Generated from protobuf message google.api.expr.v1alpha1.CheckResponse

Methods

__construct(array $data = NULL)

Constructor.

getCheckedExpr()

The annotated representation, or unset if checking failed.

$this
setCheckedExpr(CheckedExpr $var)

The annotated representation, or unset if checking failed.

RepeatedField
getIssues()

Any number of issues with [StatusDetails][] as the details.

$this
setIssues(Status[]|RepeatedField $var)

Any number of issues with [StatusDetails][] as the details.

Details

at line 43
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type \Google\Api\Expr\V1alpha1\CheckedExpr $checked_expr
      The annotated representation, or unset if checking failed.
@type \Google\Rpc\Status[]|\Google\Protobuf\Internal\RepeatedField $issues
      Any number of issues with [StatusDetails][] as the details.

}

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;

Return Value

CheckedExpr

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;

Parameters

CheckedExpr $var

Return Value

$this

at line 80
RepeatedField getIssues()

Any number of issues with [StatusDetails][] as the details.

Generated from protobuf field repeated .google.rpc.Status issues = 2;

Return Value

RepeatedField

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;

Parameters

Status[]|RepeatedField $var

Return Value

$this