google-cloud-kms-inventory-v1 0.12.2 → 0.13.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/kms/inventory/v1/key_dashboard_service/client.rb +7 -0
- data/lib/google/cloud/kms/inventory/v1/key_dashboard_service/rest/client.rb +7 -0
- data/lib/google/cloud/kms/inventory/v1/key_tracking_service/client.rb +7 -0
- data/lib/google/cloud/kms/inventory/v1/key_tracking_service/rest/client.rb +7 -0
- data/lib/google/cloud/kms/inventory/v1/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a92404dee59de89749c6ea3fa350b45462c9ed16fdcd97e3fed0fa598995d37
|
4
|
+
data.tar.gz: d7bf5703fdf14fa58cb54796b1b03484284dbb882ef96efaecd0d99e7f07c6a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1446253e8764e0ae414bc1b2cc23b7b54ae612a2cf1e5484998a80e645e38e84b46a4c6f92f9d69ff0bb7fd50975e8d279e6b5024820cc2561dcf7c6e45860ce
|
7
|
+
data.tar.gz: 9488246fce1c2a63947e25a5a7e2213da67b1ea80f6a76dd67ccfa26c9311c349bd4896a77cf370603c1d0252f3ff7e9b186abbbfb27196ab3e235d53ea3d5ce
|
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
|
@@ -331,6 +331,13 @@ module Google
|
|
331
331
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
332
332
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
333
333
|
# * (`nil`) indicating no credentials
|
334
|
+
#
|
335
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
336
|
+
# external source for authentication to Google Cloud, you must validate it before
|
337
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
338
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
339
|
+
# For more information, refer to [Validate credential configurations from external
|
340
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
334
341
|
# @return [::Object]
|
335
342
|
# @!attribute [rw] scope
|
336
343
|
# The OAuth scopes
|
@@ -315,6 +315,13 @@ module Google
|
|
315
315
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
316
316
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
317
317
|
# * (`nil`) indicating no credentials
|
318
|
+
#
|
319
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
320
|
+
# external source for authentication to Google Cloud, you must validate it before
|
321
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
322
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
323
|
+
# For more information, refer to [Validate credential configurations from external
|
324
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
318
325
|
# @return [::Object]
|
319
326
|
# @!attribute [rw] scope
|
320
327
|
# The OAuth scopes
|
@@ -447,6 +447,13 @@ module Google
|
|
447
447
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
448
448
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
449
449
|
# * (`nil`) indicating no credentials
|
450
|
+
#
|
451
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
452
|
+
# external source for authentication to Google Cloud, you must validate it before
|
453
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
454
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
455
|
+
# For more information, refer to [Validate credential configurations from external
|
456
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
450
457
|
# @return [::Object]
|
451
458
|
# @!attribute [rw] scope
|
452
459
|
# The OAuth scopes
|
@@ -424,6 +424,13 @@ module Google
|
|
424
424
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
425
425
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
426
426
|
# * (`nil`) indicating no credentials
|
427
|
+
#
|
428
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
429
|
+
# external source for authentication to Google Cloud, you must validate it before
|
430
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
431
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
432
|
+
# For more information, refer to [Validate credential configurations from external
|
433
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
427
434
|
# @return [::Object]
|
428
435
|
# @!attribute [rw] scope
|
429
436
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-kms-inventory-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -15,7 +15,7 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
19
19
|
- - "<"
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: 2.a
|
@@ -25,7 +25,7 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
29
29
|
- - "<"
|
30
30
|
- !ruby/object:Gem::Version
|
31
31
|
version: 2.a
|
@@ -120,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
120
120
|
requirements:
|
121
121
|
- - ">="
|
122
122
|
- !ruby/object:Gem::Version
|
123
|
-
version: '
|
123
|
+
version: '3.0'
|
124
124
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
125
125
|
requirements:
|
126
126
|
- - ">="
|