We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b4e35 commit 99a981cCopy full SHA for 99a981c
1 file changed
samples/snippets/v3/cloud-client/snippets.py
@@ -89,8 +89,6 @@ def list_time_series(project_id):
89
90
client = monitoring_v3.MetricServiceClient()
91
project_name = f"projects/{project_id}"
92
- interval = monitoring_v3.TimeInterval()
93
-
94
now = time.time()
95
seconds = int(now)
96
nanos = int((now - seconds) * 10 ** 9)
0 commit comments