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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/phishing_protection/v1beta1/phishing_protection_service/client.rb +7 -0
- data/lib/google/cloud/phishing_protection/v1beta1/phishing_protection_service/rest/client.rb +7 -0
- data/lib/google/cloud/phishing_protection/v1beta1/version.rb +1 -1
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 837cd56cd1dbe580fe8b0db88069c5449df43993ee1b50bf60ad5060221ca78a
|
4
|
+
data.tar.gz: 5c3259b66e4f07cac93a00fc41b3bc6f81cbd1dc03a600d2801c4b0204d30cc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
data/lib/google/cloud/phishing_protection/v1beta1/phishing_protection_service/rest/client.rb
CHANGED
@@ -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
|
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.
|
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:
|
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.
|
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.
|
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: '
|
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.
|
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: []
|