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

..18-Oct-2021-

cmd/H18-Oct-2021-706482

execv/H18-Oct-2021-224157

generator/H03-May-2022-2,6272,292

gensnippets/H18-Oct-2021-274207

git/H18-Oct-2021-792610

README.mdH A D18-Oct-2021811 1713

go.modH A D18-Oct-2021672 1916

go.sumH A D18-Oct-202160.4 KiB620619

tools.goH A D18-Oct-20211.1 KiB3916

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