IssueDetails
class IssueDetails extends Message
Warnings or errors in service execution are represented by [google.rpc.Status][google.rpc.Status] messages, with the following message in the details field.
Generated from protobuf message google.api.expr.v1alpha1.IssueDetails
Methods
Constructor.
The severity of the issue.
The severity of the issue.
Position in the source, if known.
Expression ID from [Expr][google.api.expr.v1alpha1.Expr], 0 if unknown.
Expression ID from [Expr][google.api.expr.v1alpha1.Expr], 0 if unknown.
Details
at line 53
__construct(array $data = NULL)
Constructor.
at line 64
int
getSeverity()
The severity of the issue.
Generated from protobuf field .google.api.expr.v1alpha1.IssueDetails.Severity severity = 1;
at line 76
$this
setSeverity(int $var)
The severity of the issue.
Generated from protobuf field .google.api.expr.v1alpha1.IssueDetails.Severity severity = 1;
at line 90
SourcePosition
getPosition()
Position in the source, if known.
Generated from protobuf field .google.api.expr.v1alpha1.SourcePosition position = 2;
at line 102
$this
setPosition(SourcePosition $var)
Position in the source, if known.
Generated from protobuf field .google.api.expr.v1alpha1.SourcePosition position = 2;
at line 116
int|string
getId()
Expression ID from [Expr][google.api.expr.v1alpha1.Expr], 0 if unknown.
Generated from protobuf field int64 id = 3;
at line 128
$this
setId(int|string $var)
Expression ID from [Expr][google.api.expr.v1alpha1.Expr], 0 if unknown.
Generated from protobuf field int64 id = 3;