Skip to content

Commit

Permalink
Include protos in synth. (#8000)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored May 16, 2019
1 parent f434e93 commit 3412596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion automl/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Generate automl GAPIC layer
# ----------------------------------------------------------------------------
for version in versions:
library = gapic.py_library("automl", version)
library = gapic.py_library("automl", version, include_protos=True)
s.move(library / f"google/cloud/automl_{version}")
s.move(library / f"tests/unit/gapic/{version}")
s.move(library / f"docs/gapic/{version}")
Expand Down
1 change: 1 addition & 0 deletions datacatalog/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
version,
config_path='/google/cloud/datacatalog/artman_datacatalog_v1beta1.yaml',
artman_output_name='datacatalog-v1beta1',
include_protos=True,
)

s.move(
Expand Down

0 comments on commit 3412596

Please sign in to comment.