google-cloud-kms-v1 1.12.1 → 1.13.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 812f9a4292e260b24e5e99fc4c6b3073ca777f2d3ab0e8737cd493394de277f3
4
- data.tar.gz: 2d2f886f6f6526ae76c133d751e365b78393d9d9e415ce54769f6d6dd4a69df0
3
+ metadata.gz: 9eadcf4d165c74863b442afffcd0347687647c5e5b2cff74b51fa34fc459bdb6
4
+ data.tar.gz: 448e15ffe5066555dff24b48a32afe47bd19130cea95b6ed25332a89297a4653
5
5
  SHA512:
6
- metadata.gz: e971b9bb70c6b942d3995d6fc574f4eb00b34be55462e4943252fdaa9388001be01eae56bb7da920e3f29c6665e72e4b64dcf8b354287a4f680835162495822c
7
- data.tar.gz: bf6d23b36bd70a6d04eb425dc2e15552a43cc466ea7dd45c9a9930a5c98a803d979da159d66b18aca8d562850928025e85383a1de668de028794caad06449034
6
+ metadata.gz: b501991ac15ba913786e299501dbf954b11e3d8bdb2af6da654c2b690de504840f893f78ee2f880405183355382e1fcff9a305642fbf95285ed95d5def086b9c
7
+ data.tar.gz: c2bc9fb8c6dbe4f3f99958738fc1e76fe7cc812fc2f50db8e3b47d4d3281105dc9f282192f33cede999e37f30a0341f9eb93b28855536975905f413c13aa0ffd
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 3.0+.
88
+ This library is supported on Ruby 3.2+.
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
@@ -658,6 +658,7 @@ module Google
658
658
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
659
659
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
660
660
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
661
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
661
662
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
662
663
  # trigger a retry.
663
664
  # @return [::Hash]
@@ -741,6 +742,7 @@ module Google
741
742
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
742
743
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
743
744
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
745
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
744
746
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
745
747
  # trigger a retry.
746
748
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -606,6 +606,7 @@ module Google
606
606
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
607
607
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
608
608
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
609
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
609
610
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
610
611
  # trigger a retry.
611
612
  # @return [::Hash]
@@ -685,6 +686,7 @@ module Google
685
686
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
686
687
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
687
688
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
689
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
688
690
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
689
691
  # trigger a retry.
690
692
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -606,6 +606,7 @@ module Google
606
606
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
607
607
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
608
608
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
609
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
609
610
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
610
611
  # trigger a retry.
611
612
  # @return [::Hash]
@@ -689,6 +690,7 @@ module Google
689
690
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
690
691
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
691
692
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
693
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
692
694
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
693
695
  # trigger a retry.
694
696
  #
@@ -554,6 +554,7 @@ module Google
554
554
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
555
555
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
556
556
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
557
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
557
558
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
558
559
  # trigger a retry.
559
560
  # @return [::Hash]
@@ -633,6 +634,7 @@ module Google
633
634
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
634
635
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
635
636
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
637
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
636
638
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
637
639
  # trigger a retry.
638
640
  #
@@ -983,6 +983,7 @@ module Google
983
983
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
984
984
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
985
985
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
986
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
986
987
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
987
988
  # trigger a retry.
988
989
  # @return [::Hash]
@@ -1066,6 +1067,7 @@ module Google
1066
1067
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1067
1068
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1068
1069
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1070
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1069
1071
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1070
1072
  # trigger a retry.
1071
1073
  #
@@ -903,6 +903,7 @@ module Google
903
903
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
904
904
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
905
905
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
906
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
906
907
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
907
908
  # trigger a retry.
908
909
  # @return [::Hash]
@@ -982,6 +983,7 @@ module Google
982
983
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
983
984
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
984
985
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
986
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
985
987
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
986
988
  # trigger a retry.
987
989
  #
@@ -1311,6 +1311,7 @@ module Google
1311
1311
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1312
1312
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1313
1313
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1314
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1314
1315
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1315
1316
  # trigger a retry.
1316
1317
  # @return [::Hash]
@@ -1394,6 +1395,7 @@ module Google
1394
1395
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1395
1396
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1396
1397
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1398
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1397
1399
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1398
1400
  # trigger a retry.
1399
1401
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -1217,6 +1217,7 @@ module Google
1217
1217
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1218
1218
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1219
1219
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1220
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1220
1221
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1221
1222
  # trigger a retry.
1222
1223
  # @return [::Hash]
@@ -1296,6 +1297,7 @@ module Google
1296
1297
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1297
1298
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1298
1299
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1300
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1299
1301
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1300
1302
  # trigger a retry.
1301
1303
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -4164,6 +4164,7 @@ module Google
4164
4164
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4165
4165
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4166
4166
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4167
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4167
4168
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4168
4169
  # trigger a retry.
4169
4170
  # @return [::Hash]
@@ -4247,6 +4248,7 @@ module Google
4247
4248
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4248
4249
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4249
4250
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4251
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4250
4252
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4251
4253
  # trigger a retry.
4252
4254
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -3902,6 +3902,7 @@ module Google
3902
3902
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3903
3903
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3904
3904
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3905
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3905
3906
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3906
3907
  # trigger a retry.
3907
3908
  # @return [::Hash]
@@ -3981,6 +3982,7 @@ module Google
3981
3982
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3982
3983
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3983
3984
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3985
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3984
3986
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3985
3987
  # trigger a retry.
3986
3988
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Kms
23
23
  module V1
24
- VERSION = "1.12.1"
24
+ VERSION = "1.13.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-kms-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.1
4
+ version: 1.13.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.2'
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.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement