We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb3fbe commit daaa16aCopy full SHA for daaa16a
1 file changed
packages/google-cloud-monitoring/synth.py
@@ -20,6 +20,9 @@
20
import logging
21
logging.basicConfig(level=logging.DEBUG)
22
23
+AUTOSYNTH_MULTIPLE_COMMITS = True
24
+
25
26
gapic = gcp.GAPICMicrogenerator()
27
version = "v3"
28
library = gapic.typescript_library(
0 commit comments