Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::QueryTimeSeriesRequest.
The QueryTimeSeries
request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) —
Required. The project on which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]
#name=
def name=(value) -> ::String
Parameter
-
value (::String) —
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]
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — A positive number that is the maximum number of time_series_data to return.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
#page_token
def page_token() -> ::String
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.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::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.
#query
def query() -> ::String
Returns
- (::String) — Required. The query in the Monitoring Query Language format. The default time zone is in UTC.
#query=
def query=(value) -> ::String
Parameter
- value (::String) — Required. The query in the Monitoring Query Language format. The default time zone is in UTC.
Returns
- (::String) — Required. The query in the Monitoring Query Language format. The default time zone is in UTC.