chore(bazel): [common-protos] update protobuf to v3.21.12 (#1263)

* chore(bazel): update protobuf to v3.21.12

PiperOrigin-RevId: 503267695

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

Source-Link: https://github.com/googleapis/googleapis-gen/commit/b98230b9e68a3828cf138296e9a20e03749ae0a0
Copy-Tag: eyJwIjoiamF2YS1jb21tb24tcHJvdG9zLy5Pd2xCb3QueWFtbCIsImgiOiJiOTgyMzBiOWU2OGEzODI4Y2YxMzgyOTZlOWEyMGUwMzc0OWFlMGEwIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Diego Alonso Marquez Palacios <[email protected]>
186 files changed
tree: e0660724b31c834225062f0324c627b299d8fb40
  1. .githooks/
  2. .github/
  3. .kokoro/
  4. api-common-java/
  5. gapic-generator-java/
  6. gapic-generator-java-bom/
  7. gapic-generator-java-pom-parent/
  8. gax-java/
  9. java-common-protos/
  10. java-iam/
  11. rules_java_gapic/
  12. scripts/
  13. showcase/
  14. test/
  15. .bazeliskrc
  16. .bazelrc
  17. .gitignore
  18. BUILD.bazel
  19. CHANGELOG.md
  20. CODE_OF_CONDUCT.md
  21. CONTRIBUTING.md
  22. DEVELOPMENT.md
  23. LICENSE
  24. pom.xml
  25. README.md
  26. renovate.json
  27. run.sh
  28. SECURITY.md
  29. settings.xml
  30. versions.txt
  31. WORKSPACE
README.md

Coverage

This repository consists of the following modules:

  • gapic-generator-java: the Protobuf compiler plugin to generate Java code. See [gapic-generator-java/DEVELOPMENT.md] for setup.
  • gax-java: the runtime library required for Google Cloud client libraries, including the ones generated by gapic-generator-java.
  • java-common-protos and api-common-java: Protobuf-generated common classes for Google services. (They are not generated by gapic-generator-java)
  • java-iam: Protobuf-generated classes for Google's Identity and Access Management (IAM). (They are not generated by gapic-generator-java)
  • showcase: demonstration of the generated client library for the fake “Showcase” API.
  • gapic-generator-java-bom: The Bill-of-Material for the libraries produced from this repository. This is used by google-cloud-java/java-shared-dependencies.

Development Setup

See DEVELOPMENT.md.