Skip to content

Commit

Permalink
docs: challenge is also returned for INVISIBLE keys
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700933092

Source-Link: googleapis/googleapis@072ae46

Source-Link: googleapis/googleapis-gen@edb6014
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuUmVjYXB0Y2hhRW50ZXJwcmlzZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiZWRiNjAxNDk3NDA0NjdiNzEwMjY1YzU4YTE3NDM1OGEzNjQ5NjExYiJ9
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Nov 28, 2024
1 parent 5846fb6 commit d71a32f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7550,7 +7550,8 @@ public float Score {
public const int ChallengeFieldNumber = 4;
private global::Google.Cloud.RecaptchaEnterprise.V1.RiskAnalysis.Types.Challenge challenge_ = global::Google.Cloud.RecaptchaEnterprise.V1.RiskAnalysis.Types.Challenge.Unspecified;
/// <summary>
/// Output only. Challenge information for SCORE_AND_CHALLENGE keys
/// Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE
/// keys
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -7792,7 +7793,7 @@ public enum ClassificationReason {
}

/// <summary>
/// Challenge information for SCORE_AND_CHALLENGE keys
/// Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
/// </summary>
public enum Challenge {
/// <summary>
Expand Down Expand Up @@ -22306,7 +22307,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// The removeIpOverride request message.
/// The RemoveIpOverride request message.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RemoveIpOverrideRequest : pb::IMessage<RemoveIpOverrideRequest>
Expand Down

0 comments on commit d71a32f

Please sign in to comment.