• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Apr-2020-

cmd/H17-Apr-2020-1,199842

db/H17-Apr-2020-193135

generator/H17-Apr-2020-1,4101,179

README.mdH A D17-Apr-2020810 1613

git.goH A D17-Apr-20202.9 KiB7551

go.modH A D17-Apr-2020930 2320

go.sumH A D17-Apr-202013 KiB139138

tools.goH A D17-Apr-20201.1 KiB3617

README.md

1# gapicgen
2
3gapicgen contains three binaries:
4
5- `cloud.google.com/go/internal/gapicgen/cmd/genlocal`: Generates
6  genproto+gapics locally. Intended to be run by humans - for example, when
7  testing new changes, or adding a new gapic, or generating from
8  googleapis-private.
9- `cloud.google.com/go/internal/gapicgen/cmd/genbot`: Generates genproto+gapics
10  locally, and creates CLs/PRs for them and assigns to the appropriate folks.
11  Intended to be run periodically as a bot, but humans can use it too.
12- `cloud.google.com/go/internal/gapicgen/cmd/genmgr`: Checks for an outstanding
13  gapic regen CL that needs to have reviewers added and go.mod update, and then
14  does so. Intended to be run periodically as a bot, but humans can use it too.
15
16See the README.md in each folder for more specific instructions.