google-cloud-vmware_engine-v1 1.4.1 → 1.5.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: 76fba2f4cfec2b6bbc0e2016769db4d4ec78e15ab092f471b79288ce206af863
4
- data.tar.gz: aba8b52045287c81b4430196d88c11454362411ddd5de9a2865fcdb63734a0e3
3
+ metadata.gz: 8804352ae25f8d0b0afe30ab94b5d2bd0aa60227f3af1b39bef06d20b9c8a798
4
+ data.tar.gz: 9b0eed8dc5931d43f052649ce16c01d7a4ea99f5a8127b8fed0f3cc9af7d022f
5
5
  SHA512:
6
- metadata.gz: 1584e9672ff71cee9d5b3023b65a0ba123a8237de669bda8562dabaf4ded42fc88a27ef8c5ced269a9ad18b3c84e4b22eb389178eb8043d7d2ab9a543918dc4a
7
- data.tar.gz: 8eee11f2fec51215e59ec705f3197ecdaf621676ebfe954f6465a89ae2fded70cc6e160c5e78847345b3fc125cd5b85bc7eea8e2d4f0b2c077a01dfac32275bf
6
+ metadata.gz: 637de5780682890caa1c63f671997636c9e6ed51a4717df0c5595350fa94520a10766bf4255ae9d23a373c893afe8ca7fc56462b2b1bbb57f5d24e74e0a90bb3
7
+ data.tar.gz: 0567eb8cdaef85ea5b46879be751e0f3b05b0d8cb6b90cdccfee1d5b74106744d4a2a18bf2e0df6f2faad6487aa568ad5b033589d92d2e0eba80fc3b71a85c81
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 VmwareEngine
23
23
  module V1
24
- VERSION = "1.4.1"
24
+ VERSION = "1.5.0"
25
25
  end
26
26
  end
27
27
  end
@@ -8934,6 +8934,7 @@ module Google
8934
8934
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
8935
8935
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
8936
8936
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
8937
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
8937
8938
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
8938
8939
  # trigger a retry.
8939
8940
  # @return [::Hash]
@@ -9017,6 +9018,7 @@ module Google
9017
9018
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
9018
9019
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
9019
9020
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
9021
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
9020
9022
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
9021
9023
  # trigger a retry.
9022
9024
  #
@@ -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
  #
@@ -8385,6 +8385,7 @@ module Google
8385
8385
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
8386
8386
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
8387
8387
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
8388
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
8388
8389
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
8389
8390
  # trigger a retry.
8390
8391
  # @return [::Hash]
@@ -8464,6 +8465,7 @@ module Google
8464
8465
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
8465
8466
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
8466
8467
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
8468
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
8467
8469
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
8468
8470
  # trigger a retry.
8469
8471
  #
@@ -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
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vmware_engine-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.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