We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fb8b2 commit 2852ecfCopy full SHA for 2852ecf
1 file changed
packages/google-cloud-org-policy/google/cloud/orgpolicy/v1/__init__.py
@@ -17,13 +17,15 @@
17
18
from __future__ import absolute_import
19
20
+from typing import List
21
+
22
from google.api_core.protobuf_helpers import get_messages
23
24
from google.cloud.orgpolicy.v1 import orgpolicy_pb2
25
26
_modules = [orgpolicy_pb2]
27
-names = []
28
+names: List[str] = []
29
30
for module in _modules:
31
for name, message in get_messages(module).items():
0 commit comments