Class QueryTimeSeriesRequest (2.9.1)

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

The QueryTimeSeries request.

Attributes

NameDescription
name str
Required. The `project
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.

Inheritance

builtins.object > proto.message.Message > QueryTimeSeriesRequest