google-cloud-recaptcha_enterprise-v1beta1 0.16.0 → 0.17.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: b2b2e3b68b8fce70579b8f6dff6202d69c5175e63cd8991664169eb859b7de88
4
- data.tar.gz: 1992d6fdab44ca1c01380821a5c5113168fe9c92fd8f80b4a8a1985bfea82644
3
+ metadata.gz: 03b200f2dcc66c5fdadba309aca10266951107bf277c73f994c909de3d6c5c88
4
+ data.tar.gz: 59c86dfed4cacdc11875564668913f95eb61773c0a94bce61826db23c295f549
5
5
  SHA512:
6
- metadata.gz: 2a9b12a576a25b9d7482692cd333ab3bbc92ef806af9d8293ce7ef9376b9405fffa01b5f0450537fc870a718963294d9d604848fcbf9902d482ccd7ba3695208
7
- data.tar.gz: 64217e4880cd3369f888cf84232ea99445c7c37b3f62a12a6a5e4dda0032038d22d56d7e83d445d124f4ad6cf547eb3fa9f07ec6b62c9d1c49be9948727720d1
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 2.7+.
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
@@ -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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecaptchaEnterprise
23
23
  module V1beta1
24
- VERSION = "0.16.0"
24
+ VERSION = "0.17.0"
25
25
  end
26
26
  end
27
27
  end
@@ -401,10 +401,8 @@ module Google
401
401
 
402
402
  # Setting that controls Fraud Prevention assessments.
403
403
  module FraudPrevention
404
- # Default, unspecified setting. If opted in for automatic detection,
405
- # `fraud_prevention_assessment` is returned based on the request.
406
- # Otherwise, `fraud_prevention_assessment` is returned if
407
- # `transaction_data` is present in the `Event` and Fraud Prevention is
404
+ # Default, unspecified setting. `fraud_prevention_assessment` is returned
405
+ # if `transaction_data` is present in `Event` and Fraud Prevention is
408
406
  # enabled in the Google Cloud console.
409
407
  FRAUD_PREVENTION_UNSPECIFIED = 0
410
408
 
@@ -412,8 +410,8 @@ module Google
412
410
  # enabled in the Google Cloud console.
413
411
  ENABLED = 1
414
412
 
415
- # Disable Fraud Prevention for this assessment, regardless of opt-in
416
- # status or the Google Cloud console settings.
413
+ # Disable Fraud Prevention for this assessment, regardless of Google Cloud
414
+ # console settings.
417
415
  DISABLED = 2
418
416
  end
419
417
  end
metadata CHANGED
@@ -1,14 +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.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -82,7 +81,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
82
81
  licenses:
83
82
  - Apache-2.0
84
83
  metadata: {}
85
- post_install_message:
86
84
  rdoc_options: []
87
85
  require_paths:
88
86
  - lib
@@ -90,15 +88,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
88
  requirements:
91
89
  - - ">="
92
90
  - !ruby/object:Gem::Version
93
- version: '2.7'
91
+ version: '3.0'
94
92
  required_rubygems_version: !ruby/object:Gem::Requirement
95
93
  requirements:
96
94
  - - ">="
97
95
  - !ruby/object:Gem::Version
98
96
  version: '0'
99
97
  requirements: []
100
- rubygems_version: 3.5.23
101
- signing_key:
98
+ rubygems_version: 3.6.2
102
99
  specification_version: 4
103
100
  summary: Help protect your website from fraudulent activity, spam, and abuse without
104
101
  creating friction.