Class: Google::Monitoring::V3::CreateTimeSeriesError

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#statusGoogle::Rpc::Status

Returns The status of the requested write operation.

Returns:



224
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 224

class CreateTimeSeriesError; end

#time_seriesGoogle::Monitoring::V3::TimeSeries

Returns 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.

Returns:

  • (Google::Monitoring::V3::TimeSeries)

    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.



224
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 224

class CreateTimeSeriesError; end