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

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

Overview

Deprecated.

This message is deprecated and may be removed in the next major version update.

The QueryTimeSeries response. For information about the status of Monitoring Query Language (MQL), see the MQL deprecation notice.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



399
400
401
402
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 399

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

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



399
400
401
402
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 399

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

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



399
400
401
402
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 399

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

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



399
400
401
402
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 399

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