File: README.md

package info (click to toggle)
golang-google-cloud 0.56.0-6
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 22,456 kB
  • sloc: sh: 191; ansic: 75; awk: 64; makefile: 51; asm: 46; python: 21
file content (16 lines) | stat: -rw-r--r-- 810 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.