google-cloud-vm_migration-v1 2.8.0 → 2.9.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: 24f849a5a08af3e7cce362c46c9ee0ec5eac2a3499c41ac69e7377e9f57c013c
4
- data.tar.gz: 48a03f3fe4c728d3cf430b8327f0c0c28ea6c3fce1dbdcfc829ec34f2afcf604
3
+ metadata.gz: 4467550c46db014f56dd5280ade0b7ab2721a97ba2c5451f1fd4126f925d5147
4
+ data.tar.gz: 0dc9128c22f733a358c83563c3048fe31d33a5b0f665f55c9bbd9a512ebe8b7a
5
5
  SHA512:
6
- metadata.gz: 11a6a71b41f97187d65363e70fd5dfca339a828b53f1d398d8301e1962568d463c5b924abd7ecbc1efa48912336987d934ec99b533e9c247d8c46f71eb4cf57d
7
- data.tar.gz: e19aa307159a70f46018e5e89ac161ddef9346b5263661bd18230317b0ab0369286ec03cac9263a6d9eb4602660eda3c8416bc8332f9cf48246555c533443e75
6
+ metadata.gz: 11c31a91822e6cf7a0996cd82f3b8e79e248a4d60fe4bae86962ddd10878be0304a0e6085ed5275f46e9601ddbf201fe35c62766960dabd93fe15d9ecff4ecff
7
+ data.tar.gz: 92754e6e25c9fc6a3791e27fd565bd5664ea597c4b3cbb5f3f616f5a4a502a455ea7d72d73056a813f354d536baf0e750bef92a737d3be37aa4df2890f693ad5
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.0+.
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VMMigration
23
23
  module V1
24
- VERSION = "2.8.0"
24
+ VERSION = "2.9.0"
25
25
  end
26
26
  end
27
27
  end
@@ -6636,6 +6636,7 @@ module Google
6636
6636
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
6637
6637
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
6638
6638
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
6639
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
6639
6640
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
6640
6641
  # trigger a retry.
6641
6642
  # @return [::Hash]
@@ -6719,6 +6720,7 @@ module Google
6719
6720
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
6720
6721
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
6721
6722
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
6723
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
6722
6724
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
6723
6725
  # trigger a retry.
6724
6726
  #
@@ -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
  #
@@ -6170,6 +6170,7 @@ module Google
6170
6170
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
6171
6171
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
6172
6172
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
6173
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
6173
6174
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
6174
6175
  # trigger a retry.
6175
6176
  # @return [::Hash]
@@ -6249,6 +6250,7 @@ module Google
6249
6250
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
6250
6251
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
6251
6252
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
6253
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
6252
6254
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
6253
6255
  # trigger a retry.
6254
6256
  #
@@ -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
  #
@@ -604,6 +604,7 @@ module Google
604
604
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
605
605
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
606
606
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
607
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
607
608
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
608
609
  # trigger a retry.
609
610
  # @return [::Hash]
@@ -687,6 +688,7 @@ module Google
687
688
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
688
689
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
689
690
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
691
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
690
692
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
691
693
  # trigger a retry.
692
694
  #
@@ -551,6 +551,7 @@ module Google
551
551
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
552
552
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
553
553
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
554
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
554
555
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
555
556
  # trigger a retry.
556
557
  # @return [::Hash]
@@ -630,6 +631,7 @@ module Google
630
631
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
631
632
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
632
633
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
634
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
633
635
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
634
636
  # trigger a retry.
635
637
  #
@@ -302,17 +302,17 @@ module Google
302
302
  # In this example, in proto `field` could take one of the following values:
303
303
  #
304
304
  # * `full_name` for a violation in the `full_name` value
305
- # * `email_addresses[1].email` for a violation in the `email` field of the
305
+ # * `email_addresses[0].email` for a violation in the `email` field of the
306
306
  # first `email_addresses` message
307
- # * `email_addresses[3].type[2]` for a violation in the second `type`
307
+ # * `email_addresses[2].type[1]` for a violation in the second `type`
308
308
  # value in the third `email_addresses` message.
309
309
  #
310
310
  # In JSON, the same values are represented as:
311
311
  #
312
312
  # * `fullName` for a violation in the `fullName` value
313
- # * `emailAddresses[1].email` for a violation in the `email` field of the
313
+ # * `emailAddresses[0].email` for a violation in the `email` field of the
314
314
  # first `emailAddresses` message
315
- # * `emailAddresses[3].type[2]` for a violation in the second `type`
315
+ # * `emailAddresses[2].type[1]` for a violation in the second `type`
316
316
  # value in the third `emailAddresses` message.
317
317
  # @!attribute [rw] description
318
318
  # @return [::String]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vm_migration-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0
4
+ version: 2.9.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