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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c43d4e24507b13c83cbe4723ba34116f9b31525f5d69e1a104b1f63a207ca974
4
- data.tar.gz: 29c774322043553c11d68923eca57d979ced2f70c31a1b39c3bc3ea8d20785fd
3
+ metadata.gz: 7a92404dee59de89749c6ea3fa350b45462c9ed16fdcd97e3fed0fa598995d37
4
+ data.tar.gz: d7bf5703fdf14fa58cb54796b1b03484284dbb882ef96efaecd0d99e7f07c6a5
5
5
  SHA512:
6
- metadata.gz: 2756b0e54756aa0a1cac23db977696394ab3ea821bf3b8091b4ea09c3753da14eca65ca6f9015a4a5622d413902015cae5594531b709001a7ae96a478baa4e6d
7
- data.tar.gz: '08132374fd5c450a9eee72aace425adb712c2d0f0a64e6faad6765db62944436cd659bc505f84e51c07863538455f0d5506cddb702d02fe69d26a51d9df1dddc'
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 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
@@ -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
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.12.2"
25
+ VERSION = "0.13.0"
26
26
  end
27
27
  end
28
28
  end
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.12.2
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 00:00:00.000000000 Z
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.24.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.24.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: '2.7'
123
+ version: '3.0'
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  requirements:
126
126
  - - ">="