Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
chore: Migrate python-iot synth.py from artman to bazel (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
vam-google committed Apr 22, 2020
1 parent ce32dfc commit bb331f9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions synth.py
Expand Up @@ -16,17 +16,16 @@
import synthtool as s
from synthtool import gcp

gapic = gcp.GAPICGenerator()
gapic = gcp.GAPICBazel()
common = gcp.CommonTemplates()

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

Expand Down

0 comments on commit bb331f9

Please sign in to comment.