google-apis-recaptchaenterprise_v1 0.73.0 → 0.74.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6cd6720cb8e640efbd1b4191981e81e5b299fe4d17902168a9a1389ca4cd2fce
4
- data.tar.gz: 641f4234e983cd980787b77fc3f0d96787baafc45790bb85d59f1bbc87a6a3c6
3
+ metadata.gz: c62a221ac8e53b6ff3a95bd53555ccfffff4333e6b0083adde96b1be471910cf
4
+ data.tar.gz: 0e6c8642fa9c49c620071721ccbebe8212180636a8bc6b07e089f9bdac67c96d
5
5
  SHA512:
6
- metadata.gz: 392c57f518d0ce32f9b976b3d63e417089670dfdb7447c05c41a0cfdfed2b8fb7ddcd307ba6723de883a47791da24b2000b6f4b7e7ba3d781bd4399b1d21863b
7
- data.tar.gz: c1ed4ad3bc5c8562851b6bc9113ef3654f47680104d9e96bf902cac59f14e43fc1230d9dd429e06c5573f488efbcb48ce2c477c16726510fb98b5265591f44e5
6
+ metadata.gz: dab9d16d0b8b111b6d73cff5f995052c6795b27e505d4a39242cf0bc6cadcd1bc2b07de66b512f6fead555d82cbbb96babb4323f524200d7a8e1e4f0413dca16
7
+ data.tar.gz: 7f5e8016c0aa43556bd369f2d8ce39d2faf4b61a8dfad275d4c561ba3b9a37932f46f7264f390a32cb957d1c14766c5025999d9e52a9a2de6f92160b7367dac7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.74.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260825
6
+
3
7
  ### v0.73.0 (2026-08-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20260719
@@ -2265,6 +2265,14 @@ module Google
2265
2265
  # @return [String]
2266
2266
  attr_accessor :android_package_name
2267
2267
 
2268
+ # Output only. Indicates a failure collecting reCAPTCHA signals at token
2269
+ # generation. This might be a transient condition, or persistent for a user’s
2270
+ # environment.
2271
+ # Corresponds to the JSON property `clientSignalsFailed`
2272
+ # @return [Boolean]
2273
+ attr_accessor :client_signals_failed
2274
+ alias_method :client_signals_failed?, :client_signals_failed
2275
+
2268
2276
  # Output only. The timestamp corresponding to the generation of the token.
2269
2277
  # Corresponds to the JSON property `createTime`
2270
2278
  # @return [String]
@@ -2303,6 +2311,7 @@ module Google
2303
2311
  def update!(**args)
2304
2312
  @action = args[:action] if args.key?(:action)
2305
2313
  @android_package_name = args[:android_package_name] if args.key?(:android_package_name)
2314
+ @client_signals_failed = args[:client_signals_failed] if args.key?(:client_signals_failed)
2306
2315
  @create_time = args[:create_time] if args.key?(:create_time)
2307
2316
  @hostname = args[:hostname] if args.key?(:hostname)
2308
2317
  @invalid_reason = args[:invalid_reason] if args.key?(:invalid_reason)
@@ -2777,7 +2786,8 @@ module Google
2777
2786
 
2778
2787
  # Optional. Settings for the frequency and difficulty at which this key triggers
2779
2788
  # captcha challenges. This should only be specified for `IntegrationType`
2780
- # CHECKBOX, INVISIBLE or POLICY_BASED_CHALLENGE.
2789
+ # CHECKBOX (defaults to BALANCE), INVISIBLE (defaults to USABILITY), or
2790
+ # POLICY_BASED_CHALLENGE (defaults to USABILITY).
2781
2791
  # Corresponds to the JSON property `challengeSecurityPreference`
2782
2792
  # @return [String]
2783
2793
  attr_accessor :challenge_security_preference
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RecaptchaenterpriseV1
18
18
  # Version of the google-apis-recaptchaenterprise_v1 gem
19
- GEM_VERSION = "0.73.0"
19
+ GEM_VERSION = "0.74.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260719"
25
+ REVISION = "20260825"
26
26
  end
27
27
  end
28
28
  end
@@ -1227,6 +1227,7 @@ module Google
1227
1227
  class Representation < Google::Apis::Core::JsonRepresentation
1228
1228
  property :action, as: 'action'
1229
1229
  property :android_package_name, as: 'androidPackageName'
1230
+ property :client_signals_failed, as: 'clientSignalsFailed'
1230
1231
  property :create_time, as: 'createTime'
1231
1232
  property :hostname, as: 'hostname'
1232
1233
  property :invalid_reason, as: 'invalidReason'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-recaptchaenterprise_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.73.0
4
+ version: 0.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.73.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.74.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1
62
62
  rdoc_options: []
63
63
  require_paths: