Skip to content

LegacyCloudMonitoringAnnotationQuery🔗

Constructor🔗

LegacyCloudMonitoringAnnotationQuery()

Methods🔗

build🔗

Builds the object.

def build() -> googlecloudmonitoring.LegacyCloudMonitoringAnnotationQuery

filters🔗

Array of filters to query data by. Labels that can be filtered on are defined by the metric.

def filters(filters: list[str]) -> typing.Self

metric_kind🔗

def metric_kind(metric_kind: googlecloudmonitoring.MetricKind) -> typing.Self

metric_type🔗

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

project_name🔗

GCP project to execute the query against.

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

ref_id🔗

Query refId.

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

text🔗

Annotation text.

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

title🔗

Annotation title.

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

value_type🔗

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

See also🔗