chore(all): auto-regenerate .pb.go files (#643)

This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#4478

Changes:

chore: regenerate API index

  Source-Link: https://github.com/googleapis/googleapis/commit/3859723d77717f5082e78b4b0565c6d08b3eedfe

feat!: storagetransfer public protos update BREAKING CHANGE: field annotations are added. Allowing this since no client libraries were generated based on old protos.
  Committer: @alexander-fenster
  PiperOrigin-RevId: 386124227
  Source-Link: https://github.com/googleapis/googleapis/commit/2d0aae27bbc728dffdc8ef920fbac8d395c9c2ef

fix: add missing dependency configmanagement.proto, cloudauditlogging.proto, metering.proto, multiclusteringress.proto, servicemesh.proto to v1alpha client
  fix: add missing dependency configmanagement.proto, metering.proto, multiclusteringress.proto to v1beta client

  Committer: @chingor13
  PiperOrigin-RevId: 386025193
  Source-Link: https://github.com/googleapis/googleapis/commit/e8d2996cc44d20d430413f60e88c45fdccc20e4c
3 files changed
tree: d2e41ad8dfea0f42b9e8a4043b0b6133ef2ceae1
  1. .github/
  2. firestore/
  3. googleapis/
  4. internal/
  5. protobuf/
  6. CODE_OF_CONDUCT.md
  7. CONTRIBUTING.md
  8. go.mod
  9. go.sum
  10. LICENSE
  11. README.md
  12. regen.txt
  13. RELEASING.md
  14. SECURITY.md
  15. 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.

The sources for the proto files used in this repository:

  • googleapis/googleapis: the code in the googleapis is derived from this repo. The packages here contain types specifically for interacting with Google APIs.

Historically, the packages in the protobuf directory used to contain generated code for certain well-known types hosted by google/protobuf. These types are now hosted by the google.golang.org/protobuf module and type aliases are used to forward declarations in this module over to declarations in the protobuf module.