Class: Google::Monitoring::V3::ListTimeSeriesResponse

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

Overview

The +ListTimeSeries+ response.

Instance Attribute Summary collapse

Instance Attribute Details

#execution_errorsArray<Google::Rpc::Status>

Returns Query execution errors that may have caused the time series data returned to be incomplete.

Returns:

  • (Array<Google::Rpc::Status>)

    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_tokenString

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.

Returns:

  • (String)

    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_seriesArray<Google::Monitoring::V3::TimeSeries>

Returns One or more time series that match the filter included in the request.

Returns:



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

class ListTimeSeriesResponse; end