-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(storage): generate GAPIC under internal subdir (#4018)
Add a gRPC Go GAPIC for the Storage API under an internal subdirectory of the submodule to ensure no one can import it. This GAPIC is being added for proof of concept development and should not be used in production or by any other client library. Generated with the following: ```bash $ cd google-cloud-go $ export GOOGLE_CLOUD_GO=$(pwd) $ cd internal/gapicgen $ go run cloud.google.com/go/internal/gapicgen/cmd/genbot \ -local \ -regen-only \ -only-gapics \ -gapic=cloud.google.com/go/storage/internal/apiv1 \ -gocloud-dir=$GOOGLE_CLOUD_GO ```
- Loading branch information
Showing
6 changed files
with
3,863 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.