We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de10118 commit 65a8ad7Copy full SHA for 65a8ad7
1 file changed
packages/packages/google-gax/synth.py
@@ -17,6 +17,9 @@
17
import logging
18
19
logging.basicConfig(level=logging.DEBUG)
20
+
21
+AUTOSYNTH_MULTIPLE_COMMITS = True
22
23
common_templates = gcp.CommonTemplates()
24
templates = common_templates.node_library()
25
s.copy(templates, excludes=["LICENSE", "README.md"])
0 commit comments