google-cloud-recaptcha_enterprise-v1beta1 0.16.1 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/client.rb +7 -0
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/rest/client.rb +7 -0
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03b200f2dcc66c5fdadba309aca10266951107bf277c73f994c909de3d6c5c88
|
4
|
+
data.tar.gz: 59c86dfed4cacdc11875564668913f95eb61773c0a94bce61826db23c295f549
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cae5fd141a8c3cb34381ece9da5acb6231e21e7afdf13faee56aa16f030fa2466165636a91e46ace5fc790a398d4b48fd417351ee3b88e7c773d9761ba20ef44
|
7
|
+
data.tar.gz: 370a77235c63571d7363be999e6242153e778c72aaab7068fd7423db095275bfb6713172a6f4afcdae79841671d3e6e0ceb59048cc3a721ea48f70716ccce1b8
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -421,6 +421,13 @@ module Google
|
|
421
421
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
422
422
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
423
423
|
# * (`nil`) indicating no credentials
|
424
|
+
#
|
425
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
426
|
+
# external source for authentication to Google Cloud, you must validate it before
|
427
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
428
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
429
|
+
# For more information, refer to [Validate credential configurations from external
|
430
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
424
431
|
# @return [::Object]
|
425
432
|
# @!attribute [rw] scope
|
426
433
|
# The OAuth scopes
|
data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/rest/client.rb
CHANGED
@@ -398,6 +398,13 @@ module Google
|
|
398
398
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
399
399
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
400
400
|
# * (`nil`) indicating no credentials
|
401
|
+
#
|
402
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
403
|
+
# external source for authentication to Google Cloud, you must validate it before
|
404
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
405
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
406
|
+
# For more information, refer to [Validate credential configurations from external
|
407
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
401
408
|
# @return [::Object]
|
402
409
|
# @!attribute [rw] scope
|
403
410
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-recaptcha_enterprise-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -15,7 +15,7 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
19
19
|
- - "<"
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: 2.a
|
@@ -25,7 +25,7 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
29
29
|
- - "<"
|
30
30
|
- !ruby/object:Gem::Version
|
31
31
|
version: 2.a
|
@@ -88,7 +88,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
88
88
|
requirements:
|
89
89
|
- - ">="
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version: '
|
91
|
+
version: '3.0'
|
92
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - ">="
|