Class: Google::Monitoring::V3::ListTimeSeriesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::ListTimeSeriesResponse
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb
 
Overview
The +ListTimeSeries+ response.
Instance Attribute Summary collapse
- 
  
    
      #execution_errors  ⇒ Array<Google::Rpc::Status> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Query execution errors that may have caused the time series data returned to be incomplete.
 - 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there are more results than have been returned, then this field is set to a non-empty value.
 - 
  
    
      #time_series  ⇒ Array<Google::Monitoring::V3::TimeSeries> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
One or more time series that match the filter included in the request.
 
Instance Attribute Details
#execution_errors ⇒ Array<Google::Rpc::Status>
Returns Query execution errors that may have caused the time series data returned to be incomplete.
      198  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 198 class ListTimeSeriesResponse; end  | 
  
#next_page_token ⇒ String
Returns If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as +pageToken+ in the next call to this method.
      198  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 198 class ListTimeSeriesResponse; end  | 
  
#time_series ⇒ Array<Google::Monitoring::V3::TimeSeries>
Returns One or more time series that match the filter included in the request.
      198  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 198 class ListTimeSeriesResponse; end  |