Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Feb 15, 2022
Merged

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

merged 1 commit into from Feb 15, 2022

Conversation

yoshi-automation
Copy link
Contributor

@yoshi-automation yoshi-automation commented Feb 15, 2022

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

Changes:

chore: regenerate API index

Source-Link: googleapis/googleapis@82cc6da

feat(osconfig/agentendpoint): Add fields to RegisterAgentRequest: - supported_capabilities - os_long_name - os_short_name - os_version - os_architecture feat: Add field to PatchConfig message: - mig_instances_allowed fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message
PiperOrigin-RevId: 428781221
Source-Link: googleapis/googleapis@f158f82

chore: Update C# generator version
PiperOrigin-RevId: 428710197
Source-Link: googleapis/googleapis@bbfb179

chore: regenerate API index

Source-Link: googleapis/googleapis@3063338

feat(servicemanagement)!: Remove EnableService and DisableService RPC methods and related protos from service management API BREAKING CHANGE:
PiperOrigin-RevId: 428693468
Source-Link: googleapis/googleapis@42a19d6

fix(security/privateca): Add google-cloud-location as a dependency for the privateca client
PiperOrigin-RevId: 428624147
Source-Link: googleapis/googleapis@d19f69b

fix(ruby): Update kms-v1 dependency to 0.11 to ensure support for managing EKM connections
PiperOrigin-RevId: 428591419
Source-Link: googleapis/googleapis@23d18b4

fix(ruby): Update grafeas-v1 dependency for google-cloud-container_analysis-v1
PiperOrigin-RevId: 428585171
Source-Link: googleapis/googleapis@2ab0f06

chore(deps): upgrade gapic-generator-java to 2.6.1 and update gax-java to 2.12.2
PiperOrigin-RevId: 428569213
Source-Link: googleapis/googleapis@3ec9414

chore(python): Prepare google/cloud/certificatemanager v1 BUILD.bazel for release
PiperOrigin-RevId: 428507726
Source-Link: googleapis/googleapis@82528cf

chore(video/livestream): Configure Ruby generator for Video Live Stream clients
PiperOrigin-RevId: 428111509
Source-Link: googleapis/googleapis@7c7a99a

chore(servicemanagement): cleanup unused imports in google/api/servicemanagement/v1
PiperOrigin-RevId: 428077790
Source-Link: googleapis/googleapis@4807247

chore(dataplex): Configure Ruby generator for Dataplex clients
PiperOrigin-RevId: 428067759
Source-Link: googleapis/googleapis@1798403

chore(ruby): Configure Ruby generator for Video Stitcher clients
PiperOrigin-RevId: 428067710
Source-Link: googleapis/googleapis@8a718b2

chore: disable Python snippetgen for BigQuery
PiperOrigin-RevId: 428049027
Source-Link: googleapis/googleapis@eec8a47

fix(compute): fix breaking changes in Compute API (#701)

Source-Link: googleapis/googleapis@272c110

fix(pubsub)!: removing misspelled field, add correctly spelled field
PiperOrigin-RevId: 428023165
Source-Link: googleapis/googleapis@63d374d

fix(osconfig/agentendpoint): Fix description of an interpreter field, validate if the field is not unspecified
PiperOrigin-RevId: 427987153
Source-Link: googleapis/googleapis@a1b62c1

chore: regenerate API index

Source-Link: googleapis/googleapis@7a30891

fix(osconfig/agentendpoint): update third_party protos to the most actual version: - Add item that is affected by vulnerability - Add GetOsPolicyAssignmentReport and analogous List rpc method - Add Inventory to InstanceFilter - Add existing os_policy_assignment_reports.proto fixing the build - Mark methods as deprecated
PiperOrigin-RevId: 427981818
Source-Link: googleapis/googleapis@0b2c906

feat(compute): update compute API to revision 20220112 (#700)

Source-Link: googleapis/googleapis@249e9a1

@yoshi-automation yoshi-automation requested a review from a team as a code owner February 15, 2022 17:04
yoshi-automation added a commit to googleapis/google-cloud-go that referenced this pull request Feb 15, 2022
This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

If you have been assigned to review this PR, please:

- Ensure that the version of genproto in go.mod has been updated.
- 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.

Corresponding genproto PR: googleapis/go-genproto#760

Changes:

feat(osconfig/agentendpoint): Add fields to RegisterAgentRequest:   - supported_capabilities   - os_long_name   - os_short_name   - os_version   - os_architecture feat: Add field to PatchConfig message:   - mig_instances_allowed fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message
  PiperOrigin-RevId: 428781221
  Source-Link: googleapis/googleapis@f158f82

feat(servicemanagement)!: Remove EnableService and DisableService RPC methods and related protos from service management API BREAKING CHANGE:
  PiperOrigin-RevId: 428693468
  Source-Link: googleapis/googleapis@42a19d6

fix(security/privateca): Add google-cloud-location as a dependency for the privateca client
  PiperOrigin-RevId: 428624147
  Source-Link: googleapis/googleapis@d19f69b

chore(video/livestream): Configure Ruby generator for Video Live Stream clients
  PiperOrigin-RevId: 428111509
  Source-Link: googleapis/googleapis@7c7a99a

chore(servicemanagement): cleanup unused imports in google/api/servicemanagement/v1
  PiperOrigin-RevId: 428077790
  Source-Link: googleapis/googleapis@4807247

chore(dataplex): Configure Ruby generator for Dataplex clients
  PiperOrigin-RevId: 428067759
  Source-Link: googleapis/googleapis@1798403

fix(compute): fix breaking changes in Compute API (#701)

  Source-Link: googleapis/googleapis@272c110

fix(pubsub)!: removing misspelled field, add correctly spelled field
  PiperOrigin-RevId: 428023165
  Source-Link: googleapis/googleapis@63d374d

fix(osconfig/agentendpoint): Fix description of an interpreter field, validate if the field is not unspecified
  PiperOrigin-RevId: 427987153
  Source-Link: googleapis/googleapis@a1b62c1

fix(osconfig/agentendpoint): update third_party protos to the most actual version: - Add item that is affected by vulnerability - Add GetOsPolicyAssignmentReport and analogous List rpc method - Add Inventory to InstanceFilter - Add existing os_policy_assignment_reports.proto fixing the build - Mark methods as deprecated
  PiperOrigin-RevId: 427981818
  Source-Link: googleapis/googleapis@0b2c906

feat(compute): update compute API to revision 20220112 (#700)

  Source-Link: googleapis/googleapis@249e9a1
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#5659

Changes:

chore: regenerate API index

  Source-Link: googleapis/googleapis@82cc6da

feat(osconfig/agentendpoint): Add fields to RegisterAgentRequest:   - supported_capabilities   - os_long_name   - os_short_name   - os_version   - os_architecture feat: Add field to PatchConfig message:   - mig_instances_allowed fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message
  PiperOrigin-RevId: 428781221
  Source-Link: googleapis/googleapis@f158f82

chore: Update C# generator version
  PiperOrigin-RevId: 428710197
  Source-Link: googleapis/googleapis@bbfb179

chore: regenerate API index

  Source-Link: googleapis/googleapis@3063338

feat(servicemanagement)!: Remove EnableService and DisableService RPC methods and related protos from service management API BREAKING CHANGE:
  PiperOrigin-RevId: 428693468
  Source-Link: googleapis/googleapis@42a19d6

fix(security/privateca): Add google-cloud-location as a dependency for the privateca client
  PiperOrigin-RevId: 428624147
  Source-Link: googleapis/googleapis@d19f69b

fix(ruby): Update kms-v1 dependency to 0.11 to ensure support for managing EKM connections
  PiperOrigin-RevId: 428591419
  Source-Link: googleapis/googleapis@23d18b4

fix(ruby): Update grafeas-v1 dependency for google-cloud-container_analysis-v1
  PiperOrigin-RevId: 428585171
  Source-Link: googleapis/googleapis@2ab0f06

chore(deps): upgrade gapic-generator-java to 2.6.1 and update gax-java to 2.12.2
  PiperOrigin-RevId: 428569213
  Source-Link: googleapis/googleapis@3ec9414

chore(python): Prepare google/cloud/certificatemanager v1 BUILD.bazel for release
  PiperOrigin-RevId: 428507726
  Source-Link: googleapis/googleapis@82528cf

chore(video/livestream): Configure Ruby generator for Video Live Stream clients
  PiperOrigin-RevId: 428111509
  Source-Link: googleapis/googleapis@7c7a99a

chore(servicemanagement): cleanup unused imports in google/api/servicemanagement/v1
  PiperOrigin-RevId: 428077790
  Source-Link: googleapis/googleapis@4807247

chore(dataplex): Configure Ruby generator for Dataplex clients
  PiperOrigin-RevId: 428067759
  Source-Link: googleapis/googleapis@1798403

chore(ruby): Configure Ruby generator for Video Stitcher clients
  PiperOrigin-RevId: 428067710
  Source-Link: googleapis/googleapis@8a718b2

chore: disable Python snippetgen for BigQuery
  PiperOrigin-RevId: 428049027
  Source-Link: googleapis/googleapis@eec8a47

fix(compute): fix breaking changes in Compute API (#701)

  Source-Link: googleapis/googleapis@272c110

fix(pubsub)!: removing misspelled field, add correctly spelled field
  PiperOrigin-RevId: 428023165
  Source-Link: googleapis/googleapis@63d374d

fix(osconfig/agentendpoint): Fix description of an interpreter field, validate if the field is not unspecified
  PiperOrigin-RevId: 427987153
  Source-Link: googleapis/googleapis@a1b62c1

chore: regenerate API index

  Source-Link: googleapis/googleapis@7a30891

fix(osconfig/agentendpoint): update third_party protos to the most actual version: - Add item that is affected by vulnerability - Add GetOsPolicyAssignmentReport and analogous List rpc method - Add Inventory to InstanceFilter - Add existing os_policy_assignment_reports.proto fixing the build - Mark methods as deprecated
  PiperOrigin-RevId: 427981818
  Source-Link: googleapis/googleapis@0b2c906

feat(compute): update compute API to revision 20220112 (#700)

  Source-Link: googleapis/googleapis@249e9a1
@codyoss codyoss merged commit e57b466 into main Feb 15, 2022
@codyoss codyoss deleted the regen_genproto branch February 15, 2022 19:00
yoshi-automation added a commit to googleapis/google-cloud-go that referenced this pull request Feb 15, 2022
This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

If you have been assigned to review this PR, please:

- Ensure that the version of genproto in go.mod has been updated.
- 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.

Corresponding genproto PR: googleapis/go-genproto#760

Changes:

feat(osconfig/agentendpoint): Add fields to RegisterAgentRequest:   - supported_capabilities   - os_long_name   - os_short_name   - os_version   - os_architecture feat: Add field to PatchConfig message:   - mig_instances_allowed fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message
  PiperOrigin-RevId: 428781221
  Source-Link: googleapis/googleapis@f158f82

feat(servicemanagement)!: Remove EnableService and DisableService RPC methods and related protos from service management API BREAKING CHANGE:
  PiperOrigin-RevId: 428693468
  Source-Link: googleapis/googleapis@42a19d6

fix(security/privateca): Add google-cloud-location as a dependency for the privateca client
  PiperOrigin-RevId: 428624147
  Source-Link: googleapis/googleapis@d19f69b

chore(video/livestream): Configure Ruby generator for Video Live Stream clients
  PiperOrigin-RevId: 428111509
  Source-Link: googleapis/googleapis@7c7a99a

chore(servicemanagement): cleanup unused imports in google/api/servicemanagement/v1
  PiperOrigin-RevId: 428077790
  Source-Link: googleapis/googleapis@4807247

chore(dataplex): Configure Ruby generator for Dataplex clients
  PiperOrigin-RevId: 428067759
  Source-Link: googleapis/googleapis@1798403

fix(compute): fix breaking changes in Compute API (#701)

  Source-Link: googleapis/googleapis@272c110

fix(pubsub)!: removing misspelled field, add correctly spelled field
  PiperOrigin-RevId: 428023165
  Source-Link: googleapis/googleapis@63d374d

fix(osconfig/agentendpoint): Fix description of an interpreter field, validate if the field is not unspecified
  PiperOrigin-RevId: 427987153
  Source-Link: googleapis/googleapis@a1b62c1

fix(osconfig/agentendpoint): update third_party protos to the most actual version: - Add item that is affected by vulnerability - Add GetOsPolicyAssignmentReport and analogous List rpc method - Add Inventory to InstanceFilter - Add existing os_policy_assignment_reports.proto fixing the build - Mark methods as deprecated
  PiperOrigin-RevId: 427981818
  Source-Link: googleapis/googleapis@0b2c906

feat(compute): update compute API to revision 20220112 (#700)

  Source-Link: googleapis/googleapis@249e9a1
codyoss added a commit to googleapis/google-cloud-go that referenced this pull request Feb 15, 2022
* chore(all): auto-regenerate gapics

This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

If you have been assigned to review this PR, please:

- Ensure that the version of genproto in go.mod has been updated.
- 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.

Corresponding genproto PR: googleapis/go-genproto#760

Changes:

feat(osconfig/agentendpoint): Add fields to RegisterAgentRequest:   - supported_capabilities   - os_long_name   - os_short_name   - os_version   - os_architecture feat: Add field to PatchConfig message:   - mig_instances_allowed fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message
  PiperOrigin-RevId: 428781221
  Source-Link: googleapis/googleapis@f158f82

feat(servicemanagement): Remove EnableService and DisableService RPC methods and related protos from service management API BREAKING CHANGE:
  PiperOrigin-RevId: 428693468
  Source-Link: googleapis/googleapis@42a19d6

fix(security/privateca): Add google-cloud-location as a dependency for the privateca client
  PiperOrigin-RevId: 428624147
  Source-Link: googleapis/googleapis@d19f69b

chore(video/livestream): Configure Ruby generator for Video Live Stream clients
  PiperOrigin-RevId: 428111509
  Source-Link: googleapis/googleapis@7c7a99a

chore(servicemanagement): cleanup unused imports in google/api/servicemanagement/v1
  PiperOrigin-RevId: 428077790
  Source-Link: googleapis/googleapis@4807247

chore(dataplex): Configure Ruby generator for Dataplex clients
  PiperOrigin-RevId: 428067759
  Source-Link: googleapis/googleapis@1798403

fix(compute): fix breaking changes in Compute API (#701)

  Source-Link: googleapis/googleapis@272c110

fix(pubsub): removing misspelled field, add correctly spelled field
  PiperOrigin-RevId: 428023165
  Source-Link: googleapis/googleapis@63d374d

fix(osconfig/agentendpoint): Fix description of an interpreter field, validate if the field is not unspecified
  PiperOrigin-RevId: 427987153
  Source-Link: googleapis/googleapis@a1b62c1

fix(osconfig/agentendpoint): update third_party protos to the most actual version: - Add item that is affected by vulnerability - Add GetOsPolicyAssignmentReport and analogous List rpc method - Add Inventory to InstanceFilter - Add existing os_policy_assignment_reports.proto fixing the build - Mark methods as deprecated
  PiperOrigin-RevId: 427981818
  Source-Link: googleapis/googleapis@0b2c906

feat(compute): update compute API to revision 20220112 (#700)

  Source-Link: googleapis/googleapis@249e9a1

* go mod tidy

Co-authored-by: Cody Oss <codyoss@google.com>
Co-authored-by: Cody Oss <6331106+codyoss@users.noreply.github.com>
yoshi-automation added a commit that referenced this pull request Jan 24, 2023
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#7293

Changes:

chore(orchestration/airflow/service): minor docstring formatting
  PiperOrigin-RevId: 504261496
  Source-Link: googleapis/googleapis@73b3a78

chore(oslogin): reformat protos
  PiperOrigin-RevId: 504098251
  Source-Link: googleapis/googleapis@b0cf667

feat(trace): Add Cloud Trace v2 retry defaults for BatchWriteSpans
  PiperOrigin-RevId: 504068544
  Source-Link: googleapis/googleapis@685d359

chore(oslogin): whitespace formatting
  PiperOrigin-RevId: 504040442
  Source-Link: googleapis/googleapis@110d277

docs(datacatalog/lineage): fixed formatting for several literal expressions
  PiperOrigin-RevId: 504033274
  Source-Link: googleapis/googleapis@d140569

feat(dialogflow/cx): added JSON_PACKAGE field to ExportAgentRequest
  PiperOrigin-RevId: 504031208
  Source-Link: googleapis/googleapis@c6af392

docs(dialogflow): Reformat some comments and documentation
  PiperOrigin-RevId: 504029060
  Source-Link: googleapis/googleapis@4d9606e

chore: regenerate API index

  Source-Link: googleapis/googleapis@281dcfc

feat: adding new Cloud Client Libraries for advisorynotifications.googleapis.com
  PiperOrigin-RevId: 503983188
  Source-Link: googleapis/googleapis@940d394

feat(compute): Update Compute Engine API to revision 20230103 (#769)

  Source-Link: googleapis/googleapis@9fac84a

chore(deps): Update gapic-generator-java to 2.14.0
  PiperOrigin-RevId: 503433217
  Source-Link: googleapis/googleapis@c252ad5

fix(maps/addressvalidation): Return to grpc-only transport for C#
  PiperOrigin-RevId: 503381161
  Source-Link: googleapis/googleapis@31bb0c8

feat(run): Adding support for encryption_key_revocation_action and encryption_key_shutdown_duration for RevisionTemplate and ExecutionTemplate docs: Documentation improvements, including clarification that v1 labels/annotations are rejected in v2 API
  PiperOrigin-RevId: 503293343
  Source-Link: googleapis/googleapis@e3d3d63

feat(compute): Update Compute Engine API to revision 20221224 (#760)

  Source-Link: googleapis/googleapis@17d5613

chore(bazel): update protobuf to v3.21.12
  PiperOrigin-RevId: 503267695
  Source-Link: googleapis/googleapis@c790590

chore(talent): fix proto formatting
  PiperOrigin-RevId: 503230949
  Source-Link: googleapis/googleapis@55dd4d7
codyoss pushed a commit that referenced this pull request Jan 24, 2023
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#7293

Changes:

chore(orchestration/airflow/service): minor docstring formatting
  PiperOrigin-RevId: 504261496
  Source-Link: googleapis/googleapis@73b3a78

chore(oslogin): reformat protos
  PiperOrigin-RevId: 504098251
  Source-Link: googleapis/googleapis@b0cf667

feat(trace): Add Cloud Trace v2 retry defaults for BatchWriteSpans
  PiperOrigin-RevId: 504068544
  Source-Link: googleapis/googleapis@685d359

chore(oslogin): whitespace formatting
  PiperOrigin-RevId: 504040442
  Source-Link: googleapis/googleapis@110d277

docs(datacatalog/lineage): fixed formatting for several literal expressions
  PiperOrigin-RevId: 504033274
  Source-Link: googleapis/googleapis@d140569

feat(dialogflow/cx): added JSON_PACKAGE field to ExportAgentRequest
  PiperOrigin-RevId: 504031208
  Source-Link: googleapis/googleapis@c6af392

docs(dialogflow): Reformat some comments and documentation
  PiperOrigin-RevId: 504029060
  Source-Link: googleapis/googleapis@4d9606e

chore: regenerate API index

  Source-Link: googleapis/googleapis@281dcfc

feat: adding new Cloud Client Libraries for advisorynotifications.googleapis.com
  PiperOrigin-RevId: 503983188
  Source-Link: googleapis/googleapis@940d394

feat(compute): Update Compute Engine API to revision 20230103 (#769)

  Source-Link: googleapis/googleapis@9fac84a

chore(deps): Update gapic-generator-java to 2.14.0
  PiperOrigin-RevId: 503433217
  Source-Link: googleapis/googleapis@c252ad5

fix(maps/addressvalidation): Return to grpc-only transport for C#
  PiperOrigin-RevId: 503381161
  Source-Link: googleapis/googleapis@31bb0c8

feat(run): Adding support for encryption_key_revocation_action and encryption_key_shutdown_duration for RevisionTemplate and ExecutionTemplate docs: Documentation improvements, including clarification that v1 labels/annotations are rejected in v2 API
  PiperOrigin-RevId: 503293343
  Source-Link: googleapis/googleapis@e3d3d63

feat(compute): Update Compute Engine API to revision 20221224 (#760)

  Source-Link: googleapis/googleapis@17d5613

chore(bazel): update protobuf to v3.21.12
  PiperOrigin-RevId: 503267695
  Source-Link: googleapis/googleapis@c790590

chore(talent): fix proto formatting
  PiperOrigin-RevId: 503230949
  Source-Link: googleapis/googleapis@55dd4d7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants