google-apis-recaptchaenterprise_v1 0.52.0 → 0.53.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eabda2bae72ba1b1692f2f0a00cc062a13159f1eb8864418379423fd2aee21ae
4
- data.tar.gz: af1beb3945c0a3580f0b6e3ba077bfad2c346dfec59056a6153cd278c17c4f76
3
+ metadata.gz: a5de2846e4b30514fc2f63a3a0599ddcbcbab5d0acd449850a4a050cedfba6ba
4
+ data.tar.gz: 461cd8f40a565350fe3a414c32875c9dd7ed93f2308aca20d18cb1e9206dc42c
5
5
  SHA512:
6
- metadata.gz: 50872634a53cec89dc0861a1747c707f92c0f9ba997adb7451ec10e43fb43cb90e64468a73b46dbc95d20f61937e39d228a397bfec768f4974d380e50ca74bc7
7
- data.tar.gz: ad29ea9b4a3412f12bd908c53d8cc529a1b27e4b31cb58925438cdfff299eb389067c4345fb0a4cab83a522c063fc678593d992a3c7165961351d46d7cecf6f2
6
+ metadata.gz: 81af08213248bf50256f8a1bff45ec5478ad7b5f49bb8c7c46c04cfe03ce2faa893ed25debe350783ae61f531c29dc606afbbe4463c56b317e20c26fd3cb5515
7
+ data.tar.gz: ffc1271592dc2d8ffa3daae8308590d2b60000ca902db577723d1ef1da46b4fad56d283818288ed0f7dc8b8cff12b4f4a373efd0c88a11eb43c15c7b86dd39e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.53.0 (2024-08-11)
4
+
5
+ * Regenerated from discovery document revision 20240804
6
+
3
7
  ### v0.52.0 (2024-08-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240728
@@ -455,7 +455,8 @@ module Google
455
455
  attr_accessor :expected_action
456
456
 
457
457
  # Optional. Flag for a reCAPTCHA express request for an assessment without a
458
- # token. If enabled, `site_key` must reference an Express site key.
458
+ # token. If enabled, `site_key` must reference a SCORE key with WAF feature set
459
+ # to EXPRESS.
459
460
  # Corresponds to the JSON property `express`
460
461
  # @return [Boolean]
461
462
  attr_accessor :express
@@ -562,19 +563,6 @@ module Google
562
563
  end
563
564
  end
564
565
 
565
- # Settings specific to keys that can be used for reCAPTCHA Express.
566
- class GoogleCloudRecaptchaenterpriseV1ExpressKeySettings
567
- include Google::Apis::Core::Hashable
568
-
569
- def initialize(**args)
570
- update!(**args)
571
- end
572
-
573
- # Update properties of this object
574
- def update!(**args)
575
- end
576
- end
577
-
578
566
  # An individual action. Each action represents what to do if a policy matches.
579
567
  class GoogleCloudRecaptchaenterpriseV1FirewallAction
580
568
  include Google::Apis::Core::Hashable
@@ -1084,11 +1072,6 @@ module Google
1084
1072
  # @return [String]
1085
1073
  attr_accessor :display_name
1086
1074
 
1087
- # Settings specific to keys that can be used for reCAPTCHA Express.
1088
- # Corresponds to the JSON property `expressSettings`
1089
- # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ExpressKeySettings]
1090
- attr_accessor :express_settings
1091
-
1092
1075
  # Settings specific to keys that can be used by iOS apps.
1093
1076
  # Corresponds to the JSON property `iosSettings`
1094
1077
  # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IosKeySettings]
@@ -1130,7 +1113,6 @@ module Google
1130
1113
  @android_settings = args[:android_settings] if args.key?(:android_settings)
1131
1114
  @create_time = args[:create_time] if args.key?(:create_time)
1132
1115
  @display_name = args[:display_name] if args.key?(:display_name)
1133
- @express_settings = args[:express_settings] if args.key?(:express_settings)
1134
1116
  @ios_settings = args[:ios_settings] if args.key?(:ios_settings)
1135
1117
  @labels = args[:labels] if args.key?(:labels)
1136
1118
  @name = args[:name] if args.key?(:name)
@@ -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.52.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240728"
25
+ REVISION = "20240804"
26
26
  end
27
27
  end
28
28
  end
@@ -100,12 +100,6 @@ module Google
100
100
  include Google::Apis::Core::JsonObjectSupport
101
101
  end
102
102
 
103
- class GoogleCloudRecaptchaenterpriseV1ExpressKeySettings
104
- class Representation < Google::Apis::Core::JsonRepresentation; end
105
-
106
- include Google::Apis::Core::JsonObjectSupport
107
- end
108
-
109
103
  class GoogleCloudRecaptchaenterpriseV1FirewallAction
110
104
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
105
 
@@ -566,12 +560,6 @@ module Google
566
560
  end
567
561
  end
568
562
 
569
- class GoogleCloudRecaptchaenterpriseV1ExpressKeySettings
570
- # @private
571
- class Representation < Google::Apis::Core::JsonRepresentation
572
- end
573
- end
574
-
575
563
  class GoogleCloudRecaptchaenterpriseV1FirewallAction
576
564
  # @private
577
565
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -735,8 +723,6 @@ module Google
735
723
 
736
724
  property :create_time, as: 'createTime'
737
725
  property :display_name, as: 'displayName'
738
- property :express_settings, as: 'expressSettings', class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ExpressKeySettings, decorator: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ExpressKeySettings::Representation
739
-
740
726
  property :ios_settings, as: 'iosSettings', class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IosKeySettings, decorator: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IosKeySettings::Representation
741
727
 
742
728
  hash :labels, as: 'labels'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-recaptchaenterprise_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-04 00:00:00.000000000 Z
11
+ date: 2024-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.53.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1
63
63
  post_install_message:
64
64
  rdoc_options: []