We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292b0f7 commit 9120e12Copy full SHA for 9120e12
1 file changed
packages/google-cloud-kms/synth.py
@@ -22,18 +22,17 @@
22
23
client_library_version = "0.1.0"
24
25
-gapic = gcp.GAPICGenerator()
+gapic = gcp.GAPICBazel()
26
common = gcp.CommonTemplates()
27
version = "v1"
28
29
# ----------------------------------------------------------------------------
30
# Generate kms GAPIC layer
31
32
library = gapic.py_library(
33
- "kms",
34
- version,
35
- config_path="artman_cloudkms.yaml",
36
- artman_output_name="kms-v1",
+ service="kms",
+ version=version,
+ bazel_target="//google/cloud/kms/v1:kms-v1-py",
37
include_protos=True,
38
)
39
0 commit comments