Skip to content

Commit

Permalink
chore: Migrate python-kms synth.py from artman to bazel (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
vam-google authored Apr 21, 2020
1 parent 292b0f7 commit 9120e12
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/google-cloud-kms/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@

client_library_version = "0.1.0"

gapic = gcp.GAPICGenerator()
gapic = gcp.GAPICBazel()
common = gcp.CommonTemplates()
version = "v1"

# ----------------------------------------------------------------------------
# Generate kms GAPIC layer
# ----------------------------------------------------------------------------
library = gapic.py_library(
"kms",
version,
config_path="artman_cloudkms.yaml",
artman_output_name="kms-v1",
service="kms",
version=version,
bazel_target="//google/cloud/kms/v1:kms-v1-py",
include_protos=True,
)

Expand Down

0 comments on commit 9120e12

Please sign in to comment.