Class: Google::Logging::V2::ListLogMetricsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Logging::V2::ListLogMetricsResponse
 
 
- Defined in:
 - lib/google/cloud/logging/v2/doc/google/logging/v2/logging_metrics.rb
 
Overview
Result returned from ListLogMetrics.
Instance Attribute Summary collapse
- 
  
    
      #metrics  ⇒ Array<Google::Logging::V2::LogMetric> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of logs-based metrics.
 - 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there might be more results than appear in this response, then +nextPageToken+ is included.
 
Instance Attribute Details
#metrics ⇒ Array<Google::Logging::V2::LogMetric>
Returns A list of logs-based metrics.
      162  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_metrics.rb', line 162 class ListLogMetricsResponse; end  | 
  
#next_page_token ⇒ String
Returns If there might be more results than appear in this response, then +nextPageToken+ is included. To get the next set of results, call this method again using the value of +nextPageToken+ as +pageToken+.
      162  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_metrics.rb', line 162 class ListLogMetricsResponse; end  |