Class: Google::Cloud::Monitoring::V3::ListTimeSeriesRequest

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

Defined Under Namespace

Modules: TimeSeriesView

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation::Google::Cloud::Monitoring::V3::Aggregation



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 245

class ListTimeSeriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Controls which fields are returned by `ListTimeSeries*`.
  module TimeSeriesView
    # Returns the identity of the metric(s), the time series,
    # and the time series data.
    FULL = 0

    # Returns the identity of the metric and the time series resource,
    # but not the time series data.
    HEADERS = 1
  end
end

#filter::String



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 245

class ListTimeSeriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Controls which fields are returned by `ListTimeSeries*`.
  module TimeSeriesView
    # Returns the identity of the metric(s), the time series,
    # and the time series data.
    FULL = 0

    # Returns the identity of the metric and the time series resource,
    # but not the time series data.
    HEADERS = 1
  end
end

#interval::Google::Cloud::Monitoring::V3::TimeInterval



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 245

class ListTimeSeriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Controls which fields are returned by `ListTimeSeries*`.
  module TimeSeriesView
    # Returns the identity of the metric(s), the time series,
    # and the time series data.
    FULL = 0

    # Returns the identity of the metric and the time series resource,
    # but not the time series data.
    HEADERS = 1
  end
end

#name::String



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 245

class ListTimeSeriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Controls which fields are returned by `ListTimeSeries*`.
  module TimeSeriesView
    # Returns the identity of the metric(s), the time series,
    # and the time series data.
    FULL = 0

    # Returns the identity of the metric and the time series resource,
    # but not the time series data.
    HEADERS = 1
  end
end

#order_by::String



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 245

class ListTimeSeriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Controls which fields are returned by `ListTimeSeries*`.
  module TimeSeriesView
    # Returns the identity of the metric(s), the time series,
    # and the time series data.
    FULL = 0

    # Returns the identity of the metric and the time series resource,
    # but not the time series data.
    HEADERS = 1
  end
end

#page_size::Integer



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 245

class ListTimeSeriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Controls which fields are returned by `ListTimeSeries*`.
  module TimeSeriesView
    # Returns the identity of the metric(s), the time series,
    # and the time series data.
    FULL = 0

    # Returns the identity of the metric and the time series resource,
    # but not the time series data.
    HEADERS = 1
  end
end

#page_token::String



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 245

class ListTimeSeriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Controls which fields are returned by `ListTimeSeries*`.
  module TimeSeriesView
    # Returns the identity of the metric(s), the time series,
    # and the time series data.
    FULL = 0

    # Returns the identity of the metric and the time series resource,
    # but not the time series data.
    HEADERS = 1
  end
end

#secondary_aggregation::Google::Cloud::Monitoring::V3::Aggregation



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 245

class ListTimeSeriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Controls which fields are returned by `ListTimeSeries*`.
  module TimeSeriesView
    # Returns the identity of the metric(s), the time series,
    # and the time series data.
    FULL = 0

    # Returns the identity of the metric and the time series resource,
    # but not the time series data.
    HEADERS = 1
  end
end

#view::Google::Cloud::Monitoring::V3::ListTimeSeriesRequest::TimeSeriesView



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 245

class ListTimeSeriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Controls which fields are returned by `ListTimeSeries*`.
  module TimeSeriesView
    # Returns the identity of the metric(s), the time series,
    # and the time series data.
    FULL = 0

    # Returns the identity of the metric and the time series resource,
    # but not the time series data.
    HEADERS = 1
  end
end