We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b99489 commit 6a61cd0Copy full SHA for 6a61cd0
1 file changed
packages/gapic-generator/gapic/utils/options.py
@@ -58,7 +58,7 @@ class Options:
58
OPT_FLAGS: FrozenSet[str] = frozenset(
59
(
60
"add-iam-methods", # microgenerator implementation for `reroute_to_grpc_interface`
61
- "lazy-import", # requires >= 3.7
+ "lazy-import",
62
"metadata", # generate GAPIC metadata JSON file
63
"old-naming", # TODO(dovs): Come up with a better comment
64
"retry-config", # takes a path
0 commit comments