regen without api-commons-proto (#150)

See: https://github.com/google/go-genproto/pull/149

In #149 we removed api-commons-protos from the generation script, since
it is not currently usable. This is the first PR to regenerate with that
change.

BREAKING_CHANGE_ACCEPTABLE=due to b/, annotations are not being synced
to googleapis. Consequentially, several annotation files have been
deleted and various fields/comments have been removed. This largely
shouldn't matter for us, since we're not using microgenerators yet
(which is the only thing that needs annotations).
41 files changed
tree: 8af6ac81ee99ac3291b31827b299fb2aa666cc94
  1. googleapis/
  2. internal/
  3. protobuf/
  4. CONTRIBUTING.md
  5. go.mod
  6. go.sum
  7. LICENSE
  8. README.md
  9. regen.go
  10. regen.sh
  11. tools.go
README.md

Go generated proto packages

GoDoc

go get google.golang.org/genproto

IMPORTANT This repository is currently experimental. The structure of the contained packages is subject to change. Please see the original source repositories (listed below) to find out the status of the each protocol buffer's associated service.

This repository contains the generated Go packages for common protocol buffer types, and the generated gRPC code necessary for interacting with Google's gRPC APIs.

There are two sources for the proto files used in this repository:

  1. google/protobuf: the code in the protobuf and ptypes subdirectories is derived from this repo. The messages in protobuf are used to describe protocol buffer messages themselves. The messages under ptypes define the common well-known types.
  2. googleapis/googleapis: the code in the googleapis is derived from this repo. The packages here contain types specifically for interacting with Google APIs.