Skip to content

TimeSeriesQuery🔗

Constructor🔗

TimeSeriesQuery()

Methods🔗

build🔗

Builds the object.

def build() -> googlecloudmonitoring.TimeSeriesQuery

graph_period🔗

To disable the graphPeriod, it should explictly be set to 'disabled'.

def graph_period(graph_period: str) -> typing.Self

project_name🔗

GCP project to execute the query against.

def project_name(project_name: str) -> typing.Self

query🔗

MQL query to be executed.

def query(query: str) -> typing.Self

See also🔗