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

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#3637

Changes:

fix(locations): add service yaml, BUILD.bazel, and update proto
  PiperOrigin-RevId: 354631133
  Source-Link: https://github.com/googleapis/googleapis/commit/aa237807490eae6d67ffc0ac42a63f93bf7e2d23

feat: Add new Experiment service docs: minor doc update on redact field in intent.proto and page.proto
  PiperOrigin-RevId: 354553780
  Source-Link: https://github.com/googleapis/googleapis/commit/c71a9c4ff7bc5179f2e94af31bc95ce4922575ff

feat(dialogflow/cx): Add new Experiment service docs: minor doc update on redact field in intent.proto and page.proto
  PiperOrigin-RevId: 354550974
  Source-Link: https://github.com/googleapis/googleapis/commit/ed71e24d908d7064311bf3e63282e68d2f683f04

feat(spanner/admin/database): adds PITR fields to backup and database
  PiperOrigin-RevId: 354462069
  Source-Link: https://github.com/googleapis/googleapis/commit/30eb779ddcc4f389df34d0802d081ef6c4559d6d

feat: add encryption_spec to aiplatform v1beta1
  PiperOrigin-RevId: 354148500
  Source-Link: https://github.com/googleapis/googleapis/commit/d99d5d592f3d1d5526511c90120b1e9ab3ce6e17

feat: add aiplatform v1
  PiperOrigin-RevId: 354143820
  Source-Link: https://github.com/googleapis/googleapis/commit/1e6bff6851ece8fbb6faa02dd354a39b9beefdaf

docs(dialogflow/cx): test cases doc update
  PiperOrigin-RevId: 353783208
  Source-Link: https://github.com/googleapis/googleapis/commit/6fa7194aba4d0c501592dea28c041890265079dc

docs: test cases doc update
  PiperOrigin-RevId: 353683381
  Source-Link: https://github.com/googleapis/googleapis/commit/2e29020ce87808b810deb20e0925b7e26c5e72c1
76 files changed
tree: 9a3d612ab9ed32e0051744abb99159da6860602d
  1. .github/
  2. firestore/
  3. googleapis/
  4. internal/
  5. protobuf/
  6. CONTRIBUTING.md
  7. go.mod
  8. go.sum
  9. LICENSE
  10. README.md
  11. regen.txt
  12. RELEASING.md
  13. 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.