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

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:

chore: regenerate API index

  Source-Link: https://github.com/googleapis/googleapis/commit/97088e0782e6e867b22f7e1c964518bd1b726386

feat: publish ProtoRows Message
  This is needed to parse ExecuteQuery responses

  PiperOrigin-RevId: 651386373
  Source-Link: https://github.com/googleapis/googleapis/commit/a5be6fa5ff1603b2cab067408e2640d270f0e300

feat: added RetentionConfig for enabling retention of output media segments feat: added Clip resource for performing clip cutting jobs feat: added StaticOverlay for embedding images the whole duration of the live stream docs: clarify the format of key/id fields
  PiperOrigin-RevId: 651136042
  Source-Link: https://github.com/googleapis/googleapis/commit/19577edb4d439db98d2fb1f6f48f2e1b29fba099

fix: Deprecate "EXPERIMENTAL" option for Gateway API (this value has never been supported)
  feat: add DCGM enum in monitoring config
  PiperOrigin-RevId: 651124125
  Source-Link: https://github.com/googleapis/googleapis/commit/99ca9788c719cb089d254e6cad8d6475d83f294e

docs: clarify behavior of UpdateDeliveryVehicle
  PiperOrigin-RevId: 651102275
  Source-Link: https://github.com/googleapis/googleapis/commit/ecbfd84645442aa3d182dad4238b526fd2852521

chore: regenerate API index

  Source-Link: https://github.com/googleapis/googleapis/commit/3ce84c2ca3f3e453e62bbb9bffb62f3f8ec3f016

feat: add client library for Blockchain Node Engine service, which enables automated blockchain node provision and management
  PiperOrigin-RevId: 650812671
  Source-Link: https://github.com/googleapis/googleapis/commit/c50196499de1b9bfebe46c9f65291dd4bbe9fa50

feat: Add a new field `tee_attestation` to `VerifyAttestationRequest` message proto for SEV SNP and TDX attestations chore: remove backend configuration from the service config
  PiperOrigin-RevId: 650807612
  Source-Link: https://github.com/googleapis/googleapis/commit/dc128c69949eb5880870cef9b7bbea943a1fdd0b

feat: add `airflow_database_retention_days` and `airflow_metadata_retention_config` to message `DataRetentionConfig` feat: add `AirflowMetadataRetentionPolicyConfig` message docs: various documentation clarifications
  PiperOrigin-RevId: 650807119
  Source-Link: https://github.com/googleapis/googleapis/commit/ab6ca6a75fa8e7872f76f35021cc669e9f36c60f

chore: Configure Ruby wrapper for privilegedaccessmanager
  PiperOrigin-RevId: 650790141
  Source-Link: https://github.com/googleapis/googleapis/commit/9302001e1e41a0a6d26f87b2a66a36aa33b3ef1a

feat: add DCGM enum in monitoring config
  PiperOrigin-RevId: 650740847
  Source-Link: https://github.com/googleapis/googleapis/commit/8176cd86e6345e9e71c1cedcf61d3d28fb4aa9ce

feat: add field `private_config` to message `.google.cloud.securesourcemanager.v1.Instance` feat: add constant `UNKNOWN` to field `State` in message `.google.cloud.securesourcemanager.v1.Instance` docs: A comment for field `instance` in message `.google.cloud.securesourcemanager.v1.Repository` is updated to include data plane vs control plane behavior.
  PiperOrigin-RevId: 650735536
  Source-Link: https://github.com/googleapis/googleapis/commit/847b40b12aa494f77d71b3e79b54a58ce86b7793

feat: add EXTENSIONS_NOT_ENABLED_IN_REPLICA error type
  PiperOrigin-RevId: 650720557
  Source-Link: https://github.com/googleapis/googleapis/commit/46d63dc11e2f74cfb82e78aba570d1f0b1a13ef3

chore: regenerate API index

  Source-Link: https://github.com/googleapis/googleapis/commit/7070d58e9791ba8eef33c2f53ef8dac7d29aa16e

feat: Add `EXTENSIONS_NOT_ENABLED_IN_REPLICA` enum to `SqlExternalSyncSettingErrorType`
  PiperOrigin-RevId: 650709541
  Source-Link: https://github.com/googleapis/googleapis/commit/229d325054e2a96c78e9096fae1b71608e9a3efc

feat:support update_mask in Cloud Run UpdateService docs:clarify optional fields in Cloud Run requests feat:add Job start_execution_token and run_execution_token to execute jobs immediately on creation feat: add Job ExecutionReference.completion_status to show status of the most recent execution
  PiperOrigin-RevId: 650687493
  Source-Link: https://github.com/googleapis/googleapis/commit/9a9f9b67f9ef795f9c88a1e6001ecce697911a5b
2 files changed
tree: 06320fc699ecdf0c2962af6e7884f927717ae0bd
  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.