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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/metric_service.rb

Overview

The ListTimeSeries response.

Instance Attribute Summary collapse

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.

Returns:

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

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



260
261
262
263
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 260

class ListTimeSeriesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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 page_token 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 page_token in the next call to this method.



260
261
262
263
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 260

class ListTimeSeriesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#time_series::Array<::Google::Cloud::Monitoring::V3::TimeSeries>

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

Returns:



260
261
262
263
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 260

class ListTimeSeriesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unit::String

Returns The unit in which all time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If different time_series have different units (for example, because they come from different metric types, or a unit is absent), then unit will be "{not_a_unit}".

Returns:

  • (::String)

    The unit in which all time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If different time_series have different units (for example, because they come from different metric types, or a unit is absent), then unit will be "{not_a_unit}".



260
261
262
263
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 260

class ListTimeSeriesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end