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>



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



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>



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



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