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 cba28a3 commit 835e35aCopy full SHA for 835e35a
1 file changed
packages/google-cloud-firestore/synth.py
@@ -16,6 +16,9 @@
16
import synthtool as s
17
from synthtool import gcp
18
19
+AUTOSYNTH_MULTIPLE_PRS = True
20
+AUTOSYNTH_MULTIPLE_COMMITS = True
21
+
22
gapic = gcp.GAPICBazel()
23
common = gcp.CommonTemplates()
24
versions = ["v1beta1", "v1"]
0 commit comments