Class: Google::Cloud::Monitoring::V3::QueryTimeSeriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::QueryTimeSeriesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric_service.rb
Overview
The QueryTimeSeries request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
A positive number that is the maximum number of time_series_data 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. -
#query ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
345 346 347 348 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 345 class QueryTimeSeriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
345 346 347 348 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 345 class QueryTimeSeriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
345 346 347 348 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 345 class QueryTimeSeriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::String
345 346 347 348 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 345 class QueryTimeSeriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |