class CreateTimeSeriesError extends Message

Describes the result of a failed request to write data to a time series.

Protobuf type Google\Monitoring\V3\CreateTimeSeriesError

Methods

__construct()

No description

getTimeSeries()

The time series, including the Metric, MonitoredResource, and Points (including timestamp and value) that resulted in the error. This field provides all of the context that would be needed to retry the operation.

setTimeSeries(TimeSeries $var)

The time series, including the Metric, MonitoredResource, and Points (including timestamp and value) that resulted in the error. This field provides all of the context that would be needed to retry the operation.

getStatus()

The status of the requested write operation.

setStatus(Status $var)

The status of the requested write operation.

Details

at line 34
__construct()

at line 48
TimeSeries getTimeSeries()

The time series, including the Metric, MonitoredResource, and Points (including timestamp and value) that resulted in the error. This field provides all of the context that would be needed to retry the operation.

Generated from protobuf field .google.monitoring.v3.TimeSeries time_series = 1;

Return Value

TimeSeries

at line 62
setTimeSeries(TimeSeries $var)

The time series, including the Metric, MonitoredResource, and Points (including timestamp and value) that resulted in the error. This field provides all of the context that would be needed to retry the operation.

Generated from protobuf field .google.monitoring.v3.TimeSeries time_series = 1;

Parameters

TimeSeries $var

at line 74
Status getStatus()

The status of the requested write operation.

Generated from protobuf field .google.rpc.Status status = 2;

Return Value

Status

at line 85
setStatus(Status $var)

The status of the requested write operation.

Generated from protobuf field .google.rpc.Status status = 2;

Parameters

Status $var