Class QueryTimeSeriesRequest (2.3.0)

QueryTimeSeriesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The QueryTimeSeries request. .. attribute:: name

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

::

   projects/[PROJECT_ID_OR_NUMBER]

:type: str

Attributes

NameDescription
query str
Required. The query in the `Monitoring Query Language
page_size int
A positive number that is the maximum number of time_series_data to return.
page_token str
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.