CreateTimeSeriesError
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
No description
The time series, including the Metric
, MonitoredResource
,
and Point
s (including timestamp and value) that resulted
in the error. This field provides all of the context that
would be needed to retry the operation.
The time series, including the Metric
, MonitoredResource
,
and Point
s (including timestamp and value) that resulted
in the error. This field provides all of the context that
would be needed to retry the operation.
Details
at line 34
__construct()
at line 48
TimeSeries
getTimeSeries()
The time series, including the Metric
, MonitoredResource
,
and Point
s (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;
at line 62
setTimeSeries(TimeSeries $var)
The time series, including the Metric
, MonitoredResource
,
and Point
s (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;
at line 74
Status
getStatus()
The status of the requested write operation.
Generated from protobuf field .google.rpc.Status status = 2;
at line 85
setStatus(Status $var)
The status of the requested write operation.
Generated from protobuf field .google.rpc.Status status = 2;