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

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 committed May 2, 2020
1 parent ce698fc commit ce1e7de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions synth.py
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 ce1e7de

Please sign in to comment.