Skip to content

Commit 8a45f1e

Browse files
feat: add verifiedBots field to RiskAnalysis and definitions for a Bot object to store metadata for a detected bot (#32269)
feat: add risk reasons to FraudPreventionAssessment feat: add a POLICY_BASED_CHALLENGE IntegrationType and associated settings feat: Add `phone_authentication_event` to `AnnotateAssessmentRequest`. This new field allows you to indicate the phone number associated with a multi-factor authentication event, i.e. `INITIATED_TWO_FACTOR`, `PASSED_TWO_FACTOR`, `FAILED_TWO_FACTOR` reasons, and the time of such an event docs: document domain, package name and bundle id limits and validation docs: clarify that WafFeature.EXPRESS is deprecated PiperOrigin-RevId: 844437009 Source-Link: googleapis/googleapis@23c5898 Source-Link: googleapis/googleapis-gen@725e813 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLXJlY2FwdGNoYV9lbnRlcnByaXNlLXYxLy5Pd2xCb3QueWFtbCIsImgiOiI3MjVlODEzOTE3ZmYyNmNiYjM0YzUwYTk2MzhkNjdiNzczZjEzNjYxIn0= * 🦉 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>
1 parent 164e0dd commit 8a45f1e

File tree

5 files changed

+219
-29
lines changed

5 files changed

+219
-29
lines changed

google-cloud-recaptcha_enterprise-v1/lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def create_assessment request, options = nil
299299
# @param options [::Gapic::CallOptions, ::Hash]
300300
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
301301
#
302-
# @overload annotate_assessment(name: nil, annotation: nil, reasons: nil, account_id: nil, hashed_account_id: nil, transaction_event: nil)
302+
# @overload annotate_assessment(name: nil, annotation: nil, reasons: nil, account_id: nil, hashed_account_id: nil, transaction_event: nil, phone_authentication_event: nil)
303303
# Pass arguments to `annotate_assessment` via keyword arguments. Note that at
304304
# least one keyword argument is required. To specify no parameters, or to keep all
305305
# the default parameter values, pass an empty Hash as a request object (see above).
@@ -325,6 +325,9 @@ def create_assessment request, options = nil
325325
# @param transaction_event [::Google::Cloud::RecaptchaEnterprise::V1::TransactionEvent, ::Hash]
326326
# Optional. If the assessment is part of a payment transaction, provide
327327
# details on payment lifecycle events that occur in the transaction.
328+
# @param phone_authentication_event [::Google::Cloud::RecaptchaEnterprise::V1::PhoneAuthenticationEvent, ::Hash]
329+
# Optional. If using an external multi-factor authentication provider,
330+
# provide phone authentication details for fraud detection purposes.
328331
#
329332
# @yield [response, operation] Access the result along with the RPC operation
330333
# @yieldparam response [::Google::Cloud::RecaptchaEnterprise::V1::AnnotateAssessmentResponse]
@@ -954,7 +957,7 @@ def delete_key request, options = nil
954957
# Optional. If true, skips the billing check.
955958
# A reCAPTCHA Enterprise key or migrated key behaves differently than a
956959
# reCAPTCHA (non-Enterprise version) key when you reach a quota limit (see
957-
# https://cloud.google.com/recaptcha/quotas#quota_limit). To avoid
960+
# https://docs.cloud.google.com/recaptcha/quotas#quota_limit). To avoid
958961
# any disruption of your usage, we check that a billing account is present.
959962
# If your usage of reCAPTCHA is under the free quota, you can safely skip the
960963
# billing check and proceed with the migration. See
@@ -1026,7 +1029,7 @@ def migrate_key request, options = nil
10261029

10271030
##
10281031
# Adds an IP override to a key. The following restrictions hold:
1029-
# * The maximum number of IP overrides per key is 100.
1032+
# * The maximum number of IP overrides per key is 1000.
10301033
# * For any conflict (such as IP already exists or IP part of an existing
10311034
# IP range), an error is returned.
10321035
#

google-cloud-recaptcha_enterprise-v1/lib/google/cloud/recaptchaenterprise/v1/recaptchaenterprise_pb.rb

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-recaptcha_enterprise-v1/lib/google/cloud/recaptchaenterprise/v1/recaptchaenterprise_services_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)