Skip to content

Commit

Permalink
docs: [recaptchaenterprise] tweak comments (#5923)
Browse files Browse the repository at this point in the history
* docs: Update docs for FraudPrevention field in CreateAssessment
docs: challenge is also returned for INVISIBLE keys

PiperOrigin-RevId: 712539647

Source-Link: googleapis/googleapis@3cef095

Source-Link: googleapis/googleapis-gen@a1274bb
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJlY2FwdGNoYWVudGVycHJpc2UvLk93bEJvdC55YW1sIiwiaCI6ImExMjc0YmIzZDE1M2FhYjk0OTFmZmNlOTc2ZWMyOWYyMDJkMWMyMjYifQ==

* 🦉 Updates from OwlBot post-processor

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

* docs: tweak comments

PiperOrigin-RevId: 713415280

Source-Link: googleapis/googleapis@c76e13d

Source-Link: googleapis/googleapis-gen@0735bf9
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJlY2FwdGNoYWVudGVycHJpc2UvLk93bEJvdC55YW1sIiwiaCI6IjA3MzViZjljMjFlMDdiMTAzYjg2NzQ5NDE0NWZhN2NjN2U1MjcxOWUifQ==

* 🦉 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 Jan 11, 2025
1 parent 8bb0ccf commit e486fb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -702,19 +702,17 @@ message Assessment {
message Event {
// Setting that controls Fraud Prevention assessments.
enum FraudPrevention {
// Default, unspecified setting. If opted in for automatic detection,
// `fraud_prevention_assessment` is returned based on the request.
// Otherwise, `fraud_prevention_assessment` is returned if
// `transaction_data` is present in the `Event` and Fraud Prevention is
// Default, unspecified setting. `fraud_prevention_assessment` is returned
// if `transaction_data` is present in `Event` and Fraud Prevention is
// enabled in the Google Cloud console.
FRAUD_PREVENTION_UNSPECIFIED = 0;

// Enable Fraud Prevention for this assessment, if Fraud Prevention is
// enabled in the Google Cloud console.
ENABLED = 1;

// Disable Fraud Prevention for this assessment, regardless of opt-in
// status or Google Cloud console settings.
// Disable Fraud Prevention for this assessment, regardless of Google Cloud
// console settings.
DISABLED = 2;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,19 +403,17 @@ message Assessment {
message Event {
// Setting that controls Fraud Prevention assessments.
enum FraudPrevention {
// Default, unspecified setting. If opted in for automatic detection,
// `fraud_prevention_assessment` is returned based on the request.
// Otherwise, `fraud_prevention_assessment` is returned if
// `transaction_data` is present in the `Event` and Fraud Prevention is
// Default, unspecified setting. `fraud_prevention_assessment` is returned
// if `transaction_data` is present in `Event` and Fraud Prevention is
// enabled in the Google Cloud console.
FRAUD_PREVENTION_UNSPECIFIED = 0;

// Enable Fraud Prevention for this assessment, if Fraud Prevention is
// enabled in the Google Cloud console.
ENABLED = 1;

// Disable Fraud Prevention for this assessment, regardless of opt-in
// status or the Google Cloud console settings.
// Disable Fraud Prevention for this assessment, regardless of Google Cloud
// console settings.
DISABLED = 2;
}

Expand Down

0 comments on commit e486fb7

Please sign in to comment.