Class: Google::Cloud::Monitoring::V3::QueryTimeSeriesResponse

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 QueryTimeSeries response.

Instance Attribute Summary collapse

Instance Attribute Details

#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.



367
368
369
370
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 367

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

#partial_errors::Array<::Google::Rpc::Status>

Returns Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.

Returns:

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

    Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.



367
368
369
370
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 367

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

#time_series_data::Array<::Google::Cloud::Monitoring::V3::TimeSeriesData>

Returns The time series data.

Returns:



367
368
369
370
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 367

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

#time_series_descriptor::Google::Cloud::Monitoring::V3::TimeSeriesDescriptor

Returns The descriptor for the time series data.

Returns:



367
368
369
370
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 367

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