Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: generate a GAPIC library from api definition #3208

Merged
merged 23 commits into from
Sep 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change comment
  • Loading branch information
JoeWang1127 committed Sep 19, 2024
commit a3e9840fc9ec1ae6b35560c45700bb2fbd44e7da
3 changes: 2 additions & 1 deletion library_generation/cli/entry_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def main(ctx):
default=".",
show_default=True,
help="""
The path to which the api definition (proto and service yaml) resides.
The path to which the api definition (proto and service yaml) and its
dependencies resides.
If not specified, the path is the current working directory.
""",
)
Expand Down
Loading