Class: Google::Cloud::Monitoring::V3::ListTimeSeriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListTimeSeriesRequest
- 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
-
#aggregation ⇒ ::Google::Cloud::Monitoring::V3::Aggregation
Specifies the alignment of data points in individual time series as well as how to combine the retrieved time series across specified labels.
-
#filter ⇒ ::String
Required.
-
#interval ⇒ ::Google::Cloud::Monitoring::V3::TimeInterval
Required.
-
#name ⇒ ::String
Required.
-
#order_by ⇒ ::String
Unsupported: must be left blank.
-
#page_size ⇒ ::Integer
A positive number that is the maximum number of results to return.
-
#page_token ⇒ ::String
If this field is not empty then it must contain the
nextPageTokenvalue returned by a previous call to this method. -
#secondary_aggregation ⇒ ::Google::Cloud::Monitoring::V3::Aggregation
Apply a second aggregation after
aggregationis applied. -
#view ⇒ ::Google::Cloud::Monitoring::V3::ListTimeSeriesRequest::TimeSeriesView
Required.
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 |