google-cloud-advisory_notifications-v1 0.11.0 → 0.12.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/advisory_notifications/v1/advisory_notifications_service/client.rb +7 -0
- data/lib/google/cloud/advisory_notifications/v1/advisory_notifications_service/rest/client.rb +7 -0
- data/lib/google/cloud/advisory_notifications/v1/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: 86c2c9518b2c6b5df0e73cfae073ba16584803fa50ded83ec320360a09feb609
|
4
|
+
data.tar.gz: 231ad4afd9034ec6a0536ea75c5a4ee64452fc38b8fb58d2d65bc1f0059d4bd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cbe7e5ff899845f9e0577fe385d466e3a503b8a00c359ef44d0ecd8957950137287cb69988a2fb99a7890b3ce314fa17825d8be3c1b8e3f4a249e88e9d3f760
|
7
|
+
data.tar.gz: 5d36ad5d5a90622e95735628acee807f21ea103adb3beedb922d960e7c6e10b04e0e7e71dfc188e05d8543b9e6166cb2c11a2b144047e3aee17c257eecbf5932
|
data/README.md
CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
85
85
|
|
86
86
|
## Supported Ruby Versions
|
87
87
|
|
88
|
-
This library is supported on Ruby
|
88
|
+
This library is supported on Ruby 3.0+.
|
89
89
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -615,6 +615,13 @@ module Google
|
|
615
615
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
616
616
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
617
617
|
# * (`nil`) indicating no credentials
|
618
|
+
#
|
619
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
620
|
+
# external source for authentication to Google Cloud, you must validate it before
|
621
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
622
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
623
|
+
# For more information, refer to [Validate credential configurations from external
|
624
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
618
625
|
# @return [::Object]
|
619
626
|
# @!attribute [rw] scope
|
620
627
|
# The OAuth scopes
|
data/lib/google/cloud/advisory_notifications/v1/advisory_notifications_service/rest/client.rb
CHANGED
@@ -578,6 +578,13 @@ module Google
|
|
578
578
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
579
579
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
580
580
|
# * (`nil`) indicating no credentials
|
581
|
+
#
|
582
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
583
|
+
# external source for authentication to Google Cloud, you must validate it before
|
584
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
585
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
586
|
+
# For more information, refer to [Validate credential configurations from external
|
587
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
581
588
|
# @return [::Object]
|
582
589
|
# @!attribute [rw] scope
|
583
590
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-advisory_notifications-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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:
|
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
|
@@ -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: '
|
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.
|
101
|
-
signing_key:
|
98
|
+
rubygems_version: 3.6.2
|
102
99
|
specification_version: 4
|
103
100
|
summary: An API for accessing Advisory Notifications in Google Cloud.
|
104
101
|
test_files: []
|