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
PiperOrigin-RevId: 455215317

Source-Link: googleapis/googleapis@ec8056e

Source-Link: googleapis/googleapis-gen@8084ad7
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuUmVjYXB0Y2hhRW50ZXJwcmlzZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiODA4NGFkNzFmZjkwZjRhZjY2NjA1MmU0NmJiOTU1YjhlNTU1ZDRiZiJ9
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Jun 16, 2022
1 parent 4bde0d7 commit 887e7fe
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static partial class RecaptchaenterpriseReflection {
"VG9rZW5Qcm9wZXJ0aWVzQgPgQQMSYwobYWNjb3VudF9kZWZlbmRlcl9hc3Nl",
"c3NtZW50GAYgASgLMj4uZ29vZ2xlLmNsb3VkLnJlY2FwdGNoYWVudGVycHJp",
"c2UudjEuQWNjb3VudERlZmVuZGVyQXNzZXNzbWVudBJwCiJwcml2YXRlX3Bh",
"c3N3b3JkX2xlYWtfdmVyaWZpY2F0aW9uGAcgASgLMkQuZ29vZ2xlLmNsb3Vk",
"c3N3b3JkX2xlYWtfdmVyaWZpY2F0aW9uGAggASgLMkQuZ29vZ2xlLmNsb3Vk",
"LnJlY2FwdGNoYWVudGVycHJpc2UudjEuUHJpdmF0ZVBhc3N3b3JkTGVha1Zl",
"cmlmaWNhdGlvbjpf6kFcCi1yZWNhcHRjaGFlbnRlcnByaXNlLmdvb2dsZWFw",
"aXMuY29tL0Fzc2Vzc21lbnQSK3Byb2plY3RzL3twcm9qZWN0fS9hc3Nlc3Nt",
Expand Down Expand Up @@ -1257,7 +1257,7 @@ public sealed partial class Assessment : pb::IMessage<Assessment>
}

/// <summary>Field number for the "private_password_leak_verification" field.</summary>
public const int PrivatePasswordLeakVerificationFieldNumber = 7;
public const int PrivatePasswordLeakVerificationFieldNumber = 8;
private global::Google.Cloud.RecaptchaEnterprise.V1.PrivatePasswordLeakVerification privatePasswordLeakVerification_;
/// <summary>
/// Password leak verification info.
Expand Down Expand Up @@ -1344,7 +1344,7 @@ public sealed partial class Assessment : pb::IMessage<Assessment>
output.WriteMessage(AccountDefenderAssessment);
}
if (privatePasswordLeakVerification_ != null) {
output.WriteRawTag(58);
output.WriteRawTag(66);
output.WriteMessage(PrivatePasswordLeakVerification);
}
if (_unknownFields != null) {
Expand Down Expand Up @@ -1378,7 +1378,7 @@ public sealed partial class Assessment : pb::IMessage<Assessment>
output.WriteMessage(AccountDefenderAssessment);
}
if (privatePasswordLeakVerification_ != null) {
output.WriteRawTag(58);
output.WriteRawTag(66);
output.WriteMessage(PrivatePasswordLeakVerification);
}
if (_unknownFields != null) {
Expand Down Expand Up @@ -1501,7 +1501,7 @@ public sealed partial class Assessment : pb::IMessage<Assessment>
input.ReadMessage(AccountDefenderAssessment);
break;
}
case 58: {
case 66: {
if (privatePasswordLeakVerification_ == null) {
PrivatePasswordLeakVerification = new global::Google.Cloud.RecaptchaEnterprise.V1.PrivatePasswordLeakVerification();
}
Expand Down Expand Up @@ -1555,7 +1555,7 @@ public sealed partial class Assessment : pb::IMessage<Assessment>
input.ReadMessage(AccountDefenderAssessment);
break;
}
case 58: {
case 66: {
if (privatePasswordLeakVerification_ == null) {
PrivatePasswordLeakVerification = new global::Google.Cloud.RecaptchaEnterprise.V1.PrivatePasswordLeakVerification();
}
Expand Down

0 comments on commit 887e7fe

Please sign in to comment.