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

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:

feat: publish the Cloud Bigtable ExecuteQuery API
  The ExecuteQuery API will allow users to query Bigtable using SQL

  PiperOrigin-RevId: 650660213
  Source-Link: https://github.com/googleapis/googleapis/commit/f681f79a93814d8b974da9dd8cdc62228d0f4758

fix: Fix naming settings for Ruby wrapper client for GDCHardwareManagement
  PiperOrigin-RevId: 650650687
  Source-Link: https://github.com/googleapis/googleapis/commit/dbc1a3cf9abb3d47418e791caf18e463f138825c

feat: enable rest_numeric_enums for aiplatform v1 and v1beta1
  PiperOrigin-RevId: 650635427
  Source-Link: https://github.com/googleapis/googleapis/commit/a8a188ec30defabf491a4e8b96a056e35fe5ea7f

chore: regenerate API index

  Source-Link: https://github.com/googleapis/googleapis/commit/34aead5c36d42a5a40c31c21430e6f13cdb453c6

feat: Publish PAM client libraries to package managers
  PiperOrigin-RevId: 650512994
  Source-Link: https://github.com/googleapis/googleapis/commit/a55de74bd9154430c94786b063dd04469bc42658

chore: regenerate API index

  Source-Link: https://github.com/googleapis/googleapis/commit/a3528c3c840f3382747a64e8ede3b2e974053d7f

feat: added cloud provider field to list findings response feat: added ResourceValueConfig protos and API methods feat: added etd custom module protos and API methods feat: added toxic combination field to finding feat: added attack path API methods docs: update toxic combinations comments docs: update examples in comments to use backticks
  PiperOrigin-RevId: 650374217
  Source-Link: https://github.com/googleapis/googleapis/commit/f6b7b348396bfd934be0dfbb0b4c96ef6dde6327

chore: regenerate API index

  Source-Link: https://github.com/googleapis/googleapis/commit/b6df761b8d211ec9f2eb12cce45a9ea565f4179f

chore: restore Go library generation
  PiperOrigin-RevId: 650361587
  Source-Link: https://github.com/googleapis/googleapis/commit/8ea348f641af88cd703023f72a857497c206a229

chore: Remove path variable formatting from post-processor
  PiperOrigin-RevId: 650269273
  Source-Link: https://github.com/googleapis/googleapis/commit/2197f1f957c9320808fe29b7844f8f6125d80238
4 files changed
tree: 4be2798e9566ae0dadfbecfc917d0e69bca0fb88
  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.