Reference documentation and code samples for the Stackdriver Monitoring V3 Client class CreateTimeSeriesError.
DEPRECATED. Used to hold per-time-series error status.
Generated from protobuf message google.monitoring.v3.CreateTimeSeriesError
Namespace
Google \ Cloud \ Monitoring \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ time_series |
Google\Cloud\Monitoring\V3\TimeSeries
DEPRECATED. Time series ID that resulted in the |
↳ status |
Google\Rpc\Status
DEPRECATED. The status of the requested write operation for |
getTimeSeries
DEPRECATED. Time series ID that resulted in the status
error.
Returns | |
---|---|
Type | Description |
Google\Cloud\Monitoring\V3\TimeSeries|null |
hasTimeSeries
clearTimeSeries
setTimeSeries
DEPRECATED. Time series ID that resulted in the status
error.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Monitoring\V3\TimeSeries
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
DEPRECATED. The status of the requested write operation for time_series
.
Returns | |
---|---|
Type | Description |
Google\Rpc\Status|null |
hasStatus
clearStatus
setStatus
DEPRECATED. The status of the requested write operation for time_series
.
Parameter | |
---|---|
Name | Description |
var |
Google\Rpc\Status
|
Returns | |
---|---|
Type | Description |
$this |