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 96fdbba commit d3b0577Copy full SHA for d3b0577
ingestion/v1alpha/get_udm_event.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python3
2
3
-# Copyright 2025 Google LLC
+# Copyright 2024 Google LLC
4
#
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
@@ -25,11 +25,12 @@
25
import argparse
26
import json
27
28
+from google.auth.transport import requests
29
+
30
from common import chronicle_auth
31
from common import project_id
32
from common import project_instance
33
from common import regions
-from google.auth.transport import requests
34
35
SCOPES = [
36
"https://www.googleapis.com/auth/cloud-platform",
0 commit comments