Class: Google::Cloud::Monitoring::V3::QueryTimeSeriesRequest 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 request. For information about the status of Monitoring Query Language (MQL), see the MQL deprecation notice.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The project on which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER].

Returns:

  • (::String)

    Required. The project on which to execute the request. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    


362
363
364
365
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 362

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

#page_size::Integer

Returns A positive number that is the maximum number of time_series_data to return.

Returns:

  • (::Integer)

    A positive number that is the maximum number of time_series_data to return.



362
363
364
365
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 362

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

#page_token::String

If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.

Returns:

  • (::String)

    If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.



362
363
364
365
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 362

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

#query::String

Returns Required. The query in the Monitoring Query Language format. The default time zone is in UTC.

Returns:



362
363
364
365
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 362

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