@@ -158,9 +158,9 @@ class GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest
158158 # @return [String]
159159 attr_accessor :account_id
160160
161- # Optional. The annotation that will be assigned to the Event. This field can be
162- # left empty to provide reasons that apply to an event without concluding
163- # whether the event is legitimate or fraudulent.
161+ # Optional. The annotation that is assigned to the Event. This field can be left
162+ # empty to provide reasons that apply to an event without concluding whether the
163+ # event is legitimate or fraudulent.
164164 # Corresponds to the JSON property `annotation`
165165 # @return [String]
166166 attr_accessor :annotation
@@ -462,8 +462,8 @@ class GoogleCloudRecaptchaenterpriseV1Event
462462 alias_method :express? , :express
463463
464464 # Optional. Flag for enabling firewall policy config assessment. If this flag is
465- # enabled, the firewall policy will be evaluated and a suggested firewall action
466- # will be returned in the response.
465+ # enabled, the firewall policy is evaluated and a suggested firewall action is
466+ # returned in the response.
467467 # Corresponds to the JSON property `firewallPolicyEvaluation`
468468 # @return [Boolean]
469469 attr_accessor :firewall_policy_evaluation
@@ -600,7 +600,7 @@ class GoogleCloudRecaptchaenterpriseV1FirewallAction
600600 attr_accessor :include_recaptcha_script
601601
602602 # A redirect action returns a 307 (temporary redirect) response, pointing the
603- # user to a ReCaptcha interstitial page to attach a token.
603+ # user to a reCAPTCHA interstitial page to attach a token.
604604 # Corresponds to the JSON property `redirect`
605605 # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1FirewallActionRedirectAction]
606606 attr_accessor :redirect
@@ -677,7 +677,7 @@ def update!(**args)
677677 end
678678
679679 # A redirect action returns a 307 (temporary redirect) response, pointing the
680- # user to a ReCaptcha interstitial page to attach a token.
680+ # user to a reCAPTCHA interstitial page to attach a token.
681681 class GoogleCloudRecaptchaenterpriseV1FirewallActionRedirectAction
682682 include Google ::Apis ::Core ::Hashable
683683
@@ -1274,9 +1274,8 @@ def update!(**args)
12741274 class GoogleCloudRecaptchaenterpriseV1Metrics
12751275 include Google ::Apis ::Core ::Hashable
12761276
1277- # Metrics will be continuous and in order by dates, and in the granularity of
1278- # day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-
1279- # based data.
1277+ # Metrics are continuous and in order by dates, and in the granularity of day.
1278+ # Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data.
12801279 # Corresponds to the JSON property `challengeMetrics`
12811280 # @return [Array<Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ChallengeMetrics>]
12821281 attr_accessor :challenge_metrics
@@ -1287,8 +1286,8 @@ class GoogleCloudRecaptchaenterpriseV1Metrics
12871286 # @return [String]
12881287 attr_accessor :name
12891288
1290- # Metrics will be continuous and in order by dates, and in the granularity of
1291- # day. All Key types should have score-based data.
1289+ # Metrics are continuous and in order by dates, and in the granularity of day.
1290+ # All Key types should have score-based data.
12921291 # Corresponds to the JSON property `scoreMetrics`
12931292 # @return [Array<Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ScoreMetrics>]
12941293 attr_accessor :score_metrics
@@ -1737,14 +1736,14 @@ class GoogleCloudRecaptchaenterpriseV1TestingOptions
17371736 include Google ::Apis ::Core ::Hashable
17381737
17391738 # Optional. For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge
1740- # requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable
1739+ # requests for this site return nocaptcha if NOCAPTCHA, or an unsolvable
17411740 # challenge if CHALLENGE.
17421741 # Corresponds to the JSON property `testingChallenge`
17431742 # @return [String]
17441743 attr_accessor :testing_challenge
17451744
1746- # Optional. All assessments for this Key will return this score. Must be between
1747- # 0 ( likely not legitimate) and 1 (likely legitimate) inclusive.
1745+ # Optional. All assessments for this Key return this score. Must be between 0 (
1746+ # likely not legitimate) and 1 (likely legitimate) inclusive.
17481747 # Corresponds to the JSON property `testingScore`
17491748 # @return [Float]
17501749 attr_accessor :testing_score
@@ -2248,7 +2247,7 @@ def update!(**args)
22482247 class GoogleCloudRecaptchaenterpriseV1WebKeySettings
22492248 include Google ::Apis ::Core ::Hashable
22502249
2251- # Optional. If set to true, it means allowed_domains will not be enforced.
2250+ # Optional. If set to true, it means allowed_domains are not enforced.
22522251 # Corresponds to the JSON property `allowAllDomains`
22532252 # @return [Boolean]
22542253 attr_accessor :allow_all_domains
@@ -2271,7 +2270,7 @@ class GoogleCloudRecaptchaenterpriseV1WebKeySettings
22712270
22722271 # Optional. Settings for the frequency and difficulty at which this key triggers
22732272 # captcha challenges. This should only be specified for IntegrationTypes
2274- # CHECKBOX and INVISIBLE.
2273+ # CHECKBOX and INVISIBLE and SCORE_AND_CHALLENGE .
22752274 # Corresponds to the JSON property `challengeSecurityPreference`
22762275 # @return [String]
22772276 attr_accessor :challenge_security_preference
0 commit comments