google-cloud-web_risk-v1beta1 0.11.0 → 0.12.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: 679c1a004904bd10e9477450b37f181a9c3c1ddb0324e312d4287b4d085d50d6
4
- data.tar.gz: ffc9dd2160f2a35c3423882c93371809c4104519314b3d5e81c83de8ac153a8b
3
+ metadata.gz: b07253a7833abbd0d5e48dfd64a635d2ac5a9796cdbd86053f8e1d61e1bdbe01
4
+ data.tar.gz: 9d85c97829cdacce89b17fc2a6ea759cad9aeba36140f97ffe49dbbb36d232b8
5
5
  SHA512:
6
- metadata.gz: ab8d39e57ca6f51e0c50d41f42584812c634d5a0c463fccdd56b115b3be393542e3c001324aed942a8c12cf0f0b26fe1d5a6fd7a17cff459bbee72dc1360d9bc
7
- data.tar.gz: 71fea38ebc2d3861cfdd7e38549a2a415abd3772644fee4854a3d0cd438df11c2e165b368aa0dd57e4dcc68a0296ea4961be973c4d5691610ac3b3699315676b
6
+ metadata.gz: 1d75294331e22878f28745394a8887f73168ac995dafa59632368812308b70c25d128a3372fbf9f2454585b7d7b0a2c0b2dc11076e5bd02842c57fde465ae161
7
+ data.tar.gz: 63614f2ff13c5960eb17a913b59b52d733f4681d90c932eee6c7d972b6b7964b4a075722286ef3682aa664b7148779db07adfd0d64ba02a391db756bd929d15e
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module WebRisk
23
23
  module V1beta1
24
- VERSION = "0.11.0"
24
+ VERSION = "0.12.0"
25
25
  end
26
26
  end
27
27
  end
@@ -486,6 +486,13 @@ module Google
486
486
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
487
487
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
488
488
  # * (`nil`) indicating no credentials
489
+ #
490
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
491
+ # external source for authentication to Google Cloud, you must validate it before
492
+ # providing it to a Google API client library. Providing an unvalidated credential
493
+ # configuration to Google APIs can compromise the security of your systems and data.
494
+ # For more information, refer to [Validate credential configurations from external
495
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
489
496
  # @return [::Object]
490
497
  # @!attribute [rw] scope
491
498
  # The OAuth scopes
@@ -480,6 +480,13 @@ module Google
480
480
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
481
481
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
482
482
  # * (`nil`) indicating no credentials
483
+ #
484
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
485
+ # external source for authentication to Google Cloud, you must validate it before
486
+ # providing it to a Google API client library. Providing an unvalidated credential
487
+ # configuration to Google APIs can compromise the security of your systems and data.
488
+ # For more information, refer to [Validate credential configurations from external
489
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
483
490
  # @return [::Object]
484
491
  # @!attribute [rw] scope
485
492
  # The OAuth scopes
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-web_risk-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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: API Client library for the Web Risk V1beta1 API
104
101
  test_files: []