google-cloud-service_health-v1 1.2.1 → 1.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16411e266310340f01ce2969fe9d097584a282a9c6df6e0f8bb3f61df9fffdfd
|
4
|
+
data.tar.gz: 428339f6892a71a5ad06f5cfa07f6c6ddfb53307ddacbb3cc79c0752ea1e7bd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 508a680c369550828783dafb68d11b2e5c460c07f4d0d30cbd8cd00c9983653cc9c071bd4496daed5e6423b15c460a10b82b17ec206d7c20903798dd4f3aaa35
|
7
|
+
data.tar.gz: 960eb2bb893cba07d163aba1bb552d1657aa2c191f421709a8afe0c29b58edc372e0e2282fcf4bad74bd1ab3c6b6da915293fc842b078c094666fb52d243dd7c
|
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
|
@@ -945,6 +945,13 @@ module Google
|
|
945
945
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
946
946
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
947
947
|
# * (`nil`) indicating no credentials
|
948
|
+
#
|
949
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
950
|
+
# external source for authentication to Google Cloud, you must validate it before
|
951
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
952
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
953
|
+
# For more information, refer to [Validate credential configurations from external
|
954
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
948
955
|
# @return [::Object]
|
949
956
|
# @!attribute [rw] scope
|
950
957
|
# The OAuth scopes
|
@@ -889,6 +889,13 @@ module Google
|
|
889
889
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
890
890
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
891
891
|
# * (`nil`) indicating no credentials
|
892
|
+
#
|
893
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
894
|
+
# external source for authentication to Google Cloud, you must validate it before
|
895
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
896
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
897
|
+
# For more information, refer to [Validate credential configurations from external
|
898
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
892
899
|
# @return [::Object]
|
893
900
|
# @!attribute [rw] scope
|
894
901
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-service_health-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
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
|
@@ -106,7 +105,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
106
105
|
licenses:
|
107
106
|
- Apache-2.0
|
108
107
|
metadata: {}
|
109
|
-
post_install_message:
|
110
108
|
rdoc_options: []
|
111
109
|
require_paths:
|
112
110
|
- lib
|
@@ -114,15 +112,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
114
112
|
requirements:
|
115
113
|
- - ">="
|
116
114
|
- !ruby/object:Gem::Version
|
117
|
-
version: '
|
115
|
+
version: '3.0'
|
118
116
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
119
117
|
requirements:
|
120
118
|
- - ">="
|
121
119
|
- !ruby/object:Gem::Version
|
122
120
|
version: '0'
|
123
121
|
requirements: []
|
124
|
-
rubygems_version: 3.
|
125
|
-
signing_key:
|
122
|
+
rubygems_version: 3.6.2
|
126
123
|
specification_version: 4
|
127
124
|
summary: Personalized Service Health helps you gain visibility into disruptive events
|
128
125
|
impacting Google Cloud products.
|