tree: 780589795f8ef67e7bf1696433cabe4889069d8d [path history] [tgz]
  1. cmd/
  2. generator/
  3. go.mod
  4. go.sum
  5. README.md
  6. tools.go
internal/gapicgen/README.md

gapicgen

gapicgen contains three binaries:

  • cloud.google.com/go/internal/gapicgen/cmd/genlocal: Generates genproto+gapics locally. Intended to be run by humans - for example, when testing new changes, or adding a new gapic, or generating from googleapis-private.
  • cloud.google.com/go/internal/gapicgen/cmd/genbot: Generates genproto+gapics locally, and creates CLs/PRs for them and assigns to the appropriate folks. Intended to be run periodically as a bot, but humans can use it too.
  • cloud.google.com/go/internal/gapicgen/cmd/genmgr: Checks for an outstanding gapic regen CL that needs to have reviewers added and go.mod update, and then does so. Intended to be run periodically as a bot, but humans can use it too.

See the README.md in each folder for more specific instructions.