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

..02-Apr-2021-

cmd/genbot/H02-Apr-2021-1,087798

generator/H02-Apr-2021-2,2331,876

README.mdH A D02-Apr-2021811 1713

go.modH A D02-Apr-2021909 2320

go.sumH A D02-Apr-202143.8 KiB449448

tools.goH A D02-Apr-20211.1 KiB3817

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.
17