Stackdriver Monitoring V3 Client - Class QueryErrorList (1.2.2)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Generated from protobuf field repeated .google.monitoring.v3.QueryError errors = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setErrors

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

Generated from protobuf field repeated .google.monitoring.v3.QueryError errors = 1;

Parameter
NameDescription
var array<Google\Cloud\Monitoring\V3\QueryError>
Returns
TypeDescription
$this

getErrorSummary

A summary of all the errors.

Generated from protobuf field string error_summary = 2;

Returns
TypeDescription
string

setErrorSummary

A summary of all the errors.

Generated from protobuf field string error_summary = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this