Class: Google::Cloud::Monitoring::V3::QueryTimeSeriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::QueryTimeSeriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric_service.rb
Overview
The QueryTimeSeries response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If there are more results than have been returned, then this field is set to a non-empty value.
-
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
Query execution errors that may have caused the time series data returned to be incomplete.
-
#time_series_data ⇒ ::Array<::Google::Cloud::Monitoring::V3::TimeSeriesData>
The time series data.
-
#time_series_descriptor ⇒ ::Google::Cloud::Monitoring::V3::TimeSeriesDescriptor
The descriptor for the time series data.
Instance Attribute Details
#next_page_token ⇒ ::String
369 370 371 372 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 369 class QueryTimeSeriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partial_errors ⇒ ::Array<::Google::Rpc::Status>
369 370 371 372 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 369 class QueryTimeSeriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_series_data ⇒ ::Array<::Google::Cloud::Monitoring::V3::TimeSeriesData>
369 370 371 372 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 369 class QueryTimeSeriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_series_descriptor ⇒ ::Google::Cloud::Monitoring::V3::TimeSeriesDescriptor
369 370 371 372 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 369 class QueryTimeSeriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |