LegacyCloudMonitoringAnnotationQuery🔗
@deprecated Use TimeSeriesList instead. Legacy annotation query properties for migration purposes.
Definition🔗
class LegacyCloudMonitoringAnnotationQuery:
"""
@deprecated Use TimeSeriesList instead. Legacy annotation query properties for migration purposes.
"""
# GCP project to execute the query against.
project_name: str
metric_type: str
# Query refId.
ref_id: str
# Array of filters to query data by. Labels that can be filtered on are defined by the metric.
filters: list[str]
metric_kind: googlecloudmonitoring.MetricKind
value_type: str
# Annotation title.
title: str
# Annotation text.
text: str
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.