google-apis-recaptchaenterprise_v1 0.49.0 → 0.50.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdb527f549d76d29293fb395e9a0e0575f71aaea3531183b3197e5c3e64e2d65
|
4
|
+
data.tar.gz: ac1a26139710b7d5c02129450c4c40e25e3345d796ea51c1a54511d9a5fa7964
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a198e4bda1df9abf4efe8de762a41e0a1cdbf155c85e2af2ceeb568d56f3efcfb67cc9acd180c689df7bfb5851ad8cc56ec1f22608e4dabf5ba8c98a3dcb1874
|
7
|
+
data.tar.gz: a4b5f7ef2eb795bb07d03906f3781f93e8d7397898906976a3598a60f147a54c490cce6ed3bf43cd1286de628a44f188ca33f19c0b42dd9db1c564f8500ffc22
|
data/CHANGELOG.md
CHANGED
@@ -385,8 +385,7 @@ module Google
|
|
385
385
|
attr_accessor :expected_action
|
386
386
|
|
387
387
|
# Optional. Flag for a reCAPTCHA express request for an assessment without a
|
388
|
-
# token. If enabled, `site_key` must reference
|
389
|
-
# to EXPRESS.
|
388
|
+
# token. If enabled, `site_key` must reference an Express site key.
|
390
389
|
# Corresponds to the JSON property `express`
|
391
390
|
# @return [Boolean]
|
392
391
|
attr_accessor :express
|
@@ -493,6 +492,19 @@ module Google
|
|
493
492
|
end
|
494
493
|
end
|
495
494
|
|
495
|
+
# Settings specific to keys that can be used for reCAPTCHA Express.
|
496
|
+
class GoogleCloudRecaptchaenterpriseV1ExpressKeySettings
|
497
|
+
include Google::Apis::Core::Hashable
|
498
|
+
|
499
|
+
def initialize(**args)
|
500
|
+
update!(**args)
|
501
|
+
end
|
502
|
+
|
503
|
+
# Update properties of this object
|
504
|
+
def update!(**args)
|
505
|
+
end
|
506
|
+
end
|
507
|
+
|
496
508
|
# An individual action. Each action represents what to do if a policy matches.
|
497
509
|
class GoogleCloudRecaptchaenterpriseV1FirewallAction
|
498
510
|
include Google::Apis::Core::Hashable
|
@@ -973,13 +985,18 @@ module Google
|
|
973
985
|
# @return [String]
|
974
986
|
attr_accessor :display_name
|
975
987
|
|
988
|
+
# Settings specific to keys that can be used for reCAPTCHA Express.
|
989
|
+
# Corresponds to the JSON property `expressSettings`
|
990
|
+
# @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ExpressKeySettings]
|
991
|
+
attr_accessor :express_settings
|
992
|
+
|
976
993
|
# Settings specific to keys that can be used by iOS apps.
|
977
994
|
# Corresponds to the JSON property `iosSettings`
|
978
995
|
# @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IosKeySettings]
|
979
996
|
attr_accessor :ios_settings
|
980
997
|
|
981
998
|
# Optional. See [Creating and managing labels] (https://cloud.google.com/
|
982
|
-
# recaptcha
|
999
|
+
# recaptcha/docs/labels).
|
983
1000
|
# Corresponds to the JSON property `labels`
|
984
1001
|
# @return [Hash<String,String>]
|
985
1002
|
attr_accessor :labels
|
@@ -1014,6 +1031,7 @@ module Google
|
|
1014
1031
|
@android_settings = args[:android_settings] if args.key?(:android_settings)
|
1015
1032
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1016
1033
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1034
|
+
@express_settings = args[:express_settings] if args.key?(:express_settings)
|
1017
1035
|
@ios_settings = args[:ios_settings] if args.key?(:ios_settings)
|
1018
1036
|
@labels = args[:labels] if args.key?(:labels)
|
1019
1037
|
@name = args[:name] if args.key?(:name)
|
@@ -1174,12 +1192,11 @@ module Google
|
|
1174
1192
|
|
1175
1193
|
# Optional. If true, skips the billing check. A reCAPTCHA Enterprise key or
|
1176
1194
|
# migrated key behaves differently than a reCAPTCHA (non-Enterprise version) key
|
1177
|
-
# when you reach a quota limit (see https://cloud.google.com/recaptcha
|
1178
|
-
#
|
1179
|
-
#
|
1180
|
-
#
|
1181
|
-
#
|
1182
|
-
# information.
|
1195
|
+
# when you reach a quota limit (see https://cloud.google.com/recaptcha/quotas#
|
1196
|
+
# quota_limit). To avoid any disruption of your usage, we check that a billing
|
1197
|
+
# account is present. If your usage of reCAPTCHA is under the free quota, you
|
1198
|
+
# can safely skip the billing check and proceed with the migration. See https://
|
1199
|
+
# cloud.google.com/recaptcha/docs/billing-information.
|
1183
1200
|
# Corresponds to the JSON property `skipBillingCheck`
|
1184
1201
|
# @return [Boolean]
|
1185
1202
|
attr_accessor :skip_billing_check
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.50.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240713"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -82,6 +82,12 @@ module Google
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
+
class GoogleCloudRecaptchaenterpriseV1ExpressKeySettings
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
85
91
|
class GoogleCloudRecaptchaenterpriseV1FirewallAction
|
86
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
93
|
|
@@ -512,6 +518,12 @@ module Google
|
|
512
518
|
end
|
513
519
|
end
|
514
520
|
|
521
|
+
class GoogleCloudRecaptchaenterpriseV1ExpressKeySettings
|
522
|
+
# @private
|
523
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
524
|
+
end
|
525
|
+
end
|
526
|
+
|
515
527
|
class GoogleCloudRecaptchaenterpriseV1FirewallAction
|
516
528
|
# @private
|
517
529
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -667,6 +679,8 @@ module Google
|
|
667
679
|
|
668
680
|
property :create_time, as: 'createTime'
|
669
681
|
property :display_name, as: 'displayName'
|
682
|
+
property :express_settings, as: 'expressSettings', class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ExpressKeySettings, decorator: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1ExpressKeySettings::Representation
|
683
|
+
|
670
684
|
property :ios_settings, as: 'iosSettings', class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IosKeySettings, decorator: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1IosKeySettings::Representation
|
671
685
|
|
672
686
|
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.
|
4
|
+
version: 0.50.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-
|
11
|
+
date: 2024-07-25 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.50.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: []
|