google-cloud-phishing_protection-v1beta1 0.10.0 → 0.11.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: e02300f3847b85c7e07f714da098e8054005a5e21f8c5e6238840ea197c06e47
4
- data.tar.gz: e935939fb403e5016ac070b6767d40cbc17d129958114739cd4025fdfac99689
3
+ metadata.gz: 837cd56cd1dbe580fe8b0db88069c5449df43993ee1b50bf60ad5060221ca78a
4
+ data.tar.gz: 5c3259b66e4f07cac93a00fc41b3bc6f81cbd1dc03a600d2801c4b0204d30cc6
5
5
  SHA512:
6
- metadata.gz: 8dafcc890c73487d1e86e77d059c788664f204ce557b942ad7b06d4900fd0bbb579d4d1145db8da4febc7934686c2524e642cce34e261837578ec21a07b5e53a
7
- data.tar.gz: 9bce09f03b5044b8701331324b1ae6c2feb920f4753eb598285b88f8edfbf4a7de0ca6fc7fd0295212721a9fc1b3d02ab92c9ba12673dc4cdaa9f16de385fefd
6
+ metadata.gz: f7e08798deb3275d9b8ccb5d8b02508d8ca91e8a95020dc9f7cc4288429ed6aa6352eff05b7db48e5b8b9f8dee9a0f7ca9c5d9cd7d8d272153c5c9b292096a28
7
+ data.tar.gz: 3a97adeb23e4c1a7257488a035207c3533476f4d1dbcda982019203f5b3dc0492194b483fa25a3dceb2b0e8fa84ea25afb97f5230a3f0adb503ee84b9b92f870
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
@@ -323,6 +323,13 @@ module Google
323
323
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
324
324
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
325
325
  # * (`nil`) indicating no credentials
326
+ #
327
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
328
+ # external source for authentication to Google Cloud, you must validate it before
329
+ # providing it to a Google API client library. Providing an unvalidated credential
330
+ # configuration to Google APIs can compromise the security of your systems and data.
331
+ # For more information, refer to [Validate credential configurations from external
332
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
326
333
  # @return [::Object]
327
334
  # @!attribute [rw] scope
328
335
  # The OAuth scopes
@@ -307,6 +307,13 @@ module Google
307
307
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
308
308
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
309
309
  # * (`nil`) indicating no credentials
310
+ #
311
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
312
+ # external source for authentication to Google Cloud, you must validate it before
313
+ # providing it to a Google API client library. Providing an unvalidated credential
314
+ # configuration to Google APIs can compromise the security of your systems and data.
315
+ # For more information, refer to [Validate credential configurations from external
316
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
310
317
  # @return [::Object]
311
318
  # @!attribute [rw] scope
312
319
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PhishingProtection
23
23
  module V1beta1
24
- VERSION = "0.10.0"
24
+ VERSION = "0.11.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-phishing_protection-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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
@@ -84,7 +83,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
84
83
  licenses:
85
84
  - Apache-2.0
86
85
  metadata: {}
87
- post_install_message:
88
86
  rdoc_options: []
89
87
  require_paths:
90
88
  - lib
@@ -92,15 +90,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
90
  requirements:
93
91
  - - ">="
94
92
  - !ruby/object:Gem::Version
95
- version: '2.7'
93
+ version: '3.0'
96
94
  required_rubygems_version: !ruby/object:Gem::Requirement
97
95
  requirements:
98
96
  - - ">="
99
97
  - !ruby/object:Gem::Version
100
98
  version: '0'
101
99
  requirements: []
102
- rubygems_version: 3.5.23
103
- signing_key:
100
+ rubygems_version: 3.6.2
104
101
  specification_version: 4
105
102
  summary: API Client library for the Phishing Protection V1beta1 API
106
103
  test_files: []