Stackdriver Monitoring V3 Client - Class QueryErrorList (1.10.1)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class QueryErrorList.

This is an error detail intended to be used with INVALID_ARGUMENT errors.

Generated from protobuf message google.monitoring.v3.QueryErrorList

Namespace

Google \ Cloud \ Monitoring \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ errors array<Google\Cloud\Monitoring\V3\QueryError>

Errors in parsing the time series query language text. The number of errors in the response may be limited.

↳ error_summary string

A summary of all the errors.

getErrors

Errors in parsing the time series query language text. The number of errors in the response may be limited.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setErrors

Errors in parsing the time series query language text. The number of errors in the response may be limited.

Parameter
Name Description
var array<Google\Cloud\Monitoring\V3\QueryError>
Returns
Type Description
$this

getErrorSummary

A summary of all the errors.

Returns
Type Description
string

setErrorSummary

A summary of all the errors.

Parameter
Name Description
var string
Returns
Type Description
$this