google-cloud-kms-inventory-v1 0.20.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/kms/inventory/v1/key_dashboard_service/client.rb +2 -0
- data/lib/google/cloud/kms/inventory/v1/key_dashboard_service/rest/client.rb +2 -0
- data/lib/google/cloud/kms/inventory/v1/key_tracking_service/client.rb +2 -0
- data/lib/google/cloud/kms/inventory/v1/key_tracking_service/rest/client.rb +2 -0
- data/lib/google/cloud/kms/inventory/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7d340468d9d81eff73839b072c6e72b7a06caf2622001646897ab2754786fd4
|
|
4
|
+
data.tar.gz: 0727a382cef447f97527cb4b8453347dd05f42f919c7ae95cd3744ee51ea4734
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 169801a1e8ee84cb6376c3095d3fd44447c1ffd790cf2c77bf37d95f80dbd04e09db24179aa318927ab622e02fac2af0780bb98d8115f4d876d07bb4718c39c3
|
|
7
|
+
data.tar.gz: d1ab0e469c344126c4dc9ac32539ff0075006c7dc46496b493f5f7f688e2fd00c7b71b5c152be4228fe0349c8d4db158b330af115abe19106d2fb1c35b4d6cc3
|
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 3.
|
|
89
|
+
This library is supported on Ruby 3.2+.
|
|
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
|
|
@@ -383,6 +383,7 @@ module Google
|
|
|
383
383
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
384
384
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
385
385
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
386
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
386
387
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
387
388
|
# trigger a retry.
|
|
388
389
|
# @return [::Hash]
|
|
@@ -466,6 +467,7 @@ module Google
|
|
|
466
467
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
467
468
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
468
469
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
470
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
469
471
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
470
472
|
# trigger a retry.
|
|
471
473
|
#
|
|
@@ -343,6 +343,7 @@ module Google
|
|
|
343
343
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
344
344
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
345
345
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
346
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
346
347
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
347
348
|
# trigger a retry.
|
|
348
349
|
# @return [::Hash]
|
|
@@ -415,6 +416,7 @@ module Google
|
|
|
415
416
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
416
417
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
417
418
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
419
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
418
420
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
419
421
|
# trigger a retry.
|
|
420
422
|
#
|
|
@@ -515,6 +515,7 @@ module Google
|
|
|
515
515
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
516
516
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
517
517
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
518
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
518
519
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
519
520
|
# trigger a retry.
|
|
520
521
|
# @return [::Hash]
|
|
@@ -598,6 +599,7 @@ module Google
|
|
|
598
599
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
599
600
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
600
601
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
602
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
601
603
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
602
604
|
# trigger a retry.
|
|
603
605
|
#
|
|
@@ -468,6 +468,7 @@ module Google
|
|
|
468
468
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
469
469
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
470
470
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
471
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
471
472
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
472
473
|
# trigger a retry.
|
|
473
474
|
# @return [::Hash]
|
|
@@ -540,6 +541,7 @@ module Google
|
|
|
540
541
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
541
542
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
542
543
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
544
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
543
545
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
544
546
|
# trigger a retry.
|
|
545
547
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.21.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.
|
|
18
|
+
version: '1.3'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|