Class: Google::Monitoring::V3::CreateTimeSeriesError
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::CreateTimeSeriesError
 
 
- 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
- 
  
    
      #status  ⇒ Google::Rpc::Status 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the requested write operation.
 - 
  
    
      #time_series  ⇒ Google::Monitoring::V3::TimeSeries 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time series, including the +Metric+, +MonitoredResource+, and +Point+s (including timestamp and value) that resulted in the error.
 
Instance Attribute Details
#status ⇒ Google::Rpc::Status
Returns The status of the requested write operation.
      224  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 224 class CreateTimeSeriesError; end  | 
  
#time_series ⇒ Google::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.
      224  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 224 class CreateTimeSeriesError; end  |