Skip to content

Commit

Permalink
fix: set the right field number for reCAPTCHA private password leak (#…
Browse files Browse the repository at this point in the history
…385)

* fix: set the right field number for reCAPTCHA private password leak

PiperOrigin-RevId: 455215317

Source-Link: googleapis/googleapis@ec8056e

Source-Link: googleapis/googleapis-gen@8084ad7
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODA4NGFkNzFmZjkwZjRhZjY2NjA1MmU0NmJiOTU1YjhlNTU1ZDRiZiJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jun 16, 2022
1 parent 6fdd84d commit 8556bac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ message Assessment {
AccountDefenderAssessment account_defender_assessment = 6;

// Password leak verification info.
PrivatePasswordLeakVerification private_password_leak_verification = 7;
PrivatePasswordLeakVerification private_password_leak_verification = 8;
}

message Event {
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-recaptchaenterprise/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8556bac

Please sign in to comment.