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


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.


There is no corresponding google-cloud-go PR.

Changes:

docs:card proto update feat: material icon in card
  PiperOrigin-RevId: 624942359
  Source-Link: https://togithub.com/googleapis/googleapis/commit/436a34a5da04978e98859afe7487ce93d08e9c03

chore: regenerate API index
  
  Source-Link: https://togithub.com/googleapis/googleapis/commit/113a378d5aad5018876ec0a8cbfd4d6a4f746809

feat: add model_monitor resource and APIs to public v1beta1 client library
  PiperOrigin-RevId: 624288685
  Source-Link: https://togithub.com/googleapis/googleapis/commit/b5d0197dce43a7c81a38573b5c1efc8da14a27df

fix!: mark parent/name fields with the REQUIRED field_behavior annotation docs: updated comments
  PiperOrigin-RevId: 624277410
  Source-Link: https://togithub.com/googleapis/googleapis/commit/2d881be8c566e4c374061248dd205efd72b7ef4f

chore: add license and generated code headers to generated resource files
  PiperOrigin-RevId: 624246268
  Source-Link: https://togithub.com/googleapis/googleapis/commit/72bfeaddd3b2efa3d8cb176f28d2d3c324271103

feat: add PHP geo common protos and new surfaces for Maps Fleetengine PHP
  PiperOrigin-RevId: 624246100
  Source-Link: https://togithub.com/googleapis/googleapis/commit/84d7f78a42e1e19f02960a4dd159e4c79d4a5335

chore: regenerate API index
  
  Source-Link: https://togithub.com/googleapis/googleapis/commit/b9352ebb4ca015c712b673f92fd732e32c1dc7b4

docs: Various updates
  PiperOrigin-RevId: 624233552
  Source-Link: https://togithub.com/googleapis/googleapis/commit/1413b13ee1741183772b57481d5f9a99c9bdc129

3 files changed
tree: df3cb9df087026eaa72e4694b4c8000fa5df70b5
  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. go.work
  11. go.work.sum
  12. LICENSE
  13. README.md
  14. regen.txt
  15. RELEASING.md
  16. SECURITY.md
README.md

Go generated proto packages

GoDoc

go get google.golang.org/genproto/...

WARNING(2023-05-26): New submodules: upgrade before 2024-03-01 to avoid ambiguous import errors with google.golang.org/genproto. See #1015 for more information.

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.