-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: Add a --unconfigured option for API generation
This allows generation (at least for most APIs) of code without an API being part of the API catalog. This is *not* code that's ready to ship - various things may be wrong - but can still be useful as part of an API producer's workflow. Running `./generateapis.sh --unconfigured` will generate every API it can find under googleapis - or APIs can be specified as *directories* (e.g. google/cloud/functions/v2) instead of as the .NET package name.
- Loading branch information
Showing
3 changed files
with
242 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
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