Skip to content

Commit

Permalink
chore: Migrate python-videointelligence synth.py from artman to bazel (
Browse files Browse the repository at this point in the history
  • Loading branch information
vam-google authored May 2, 2020
1 parent 007930c commit e7f2c56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-videointelligence/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from synthtool import gcp


gapic = gcp.GAPICGenerator()
gapic = gcp.GAPICBazel()
common = gcp.CommonTemplates()
versions = ["v1beta2", "v1p1beta1", "v1p2beta1", "v1p3beta1", "v1"]

Expand All @@ -29,9 +29,9 @@
# ----------------------------------------------------------------------------
for version in versions:
library = gapic.py_library(
"videointelligence",
version,
artman_output_name=f"video-intelligence-{version}",
service="videointelligence",
version=version,
bazel_target=f"//google/cloud/videointelligence/{version}:videointelligence-{version}-py",
include_protos=True,
)

Expand Down

0 comments on commit e7f2c56

Please sign in to comment.