google-cloud-workstations-v1beta 0.9.0 → 0.10.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: fe473026943deeb9df39758de973cfea4cf2f04e75671000d397fa819421b323
4
- data.tar.gz: f01120ec7af8ca1f48400fb2acd082d56007431069aba1ba0851964543d02243
3
+ metadata.gz: 004dc934389322f5e1e45968711641ea84df0ba08b1622058c4ab8d1fff5a36d
4
+ data.tar.gz: 04777e25f4df54b8572fe64b9bac1ca0874d3e6f3777d9477196bcf705ae97c7
5
5
  SHA512:
6
- metadata.gz: fabfce073f076c81ced3eaeee7c58cf409b64b6d9199f6862aab9de72861d31bbba481c81bf5cd21cb6587fe2210c22d86f198731c7f883d1796853a34e38543
7
- data.tar.gz: 76c4b645e9faccdbc72460f99ce2de5ef1603f8ae83fbf649d3acace048231ec19794dfe13527b6699a0b47baea9c4e356c8e9a9c4603fd2a00006896292198b
6
+ metadata.gz: 845cf7ebe3918d4eb9944231e0bffc14cb6af460cbb419fb61085c265904ef2471ea562623156440ff6c25bf5f32c1948d4f47848f6b0e50915f78a461ab5fed
7
+ data.tar.gz: ee5d275d103c37ad42201868366324fc009e0d2a9f5a1d6323bee6b6078766f00296bea84c665902e747ebb5e0eaa1ec7f2ca6f8146019c695b00bdd5a476393
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workstations
23
23
  module V1beta
24
- VERSION = "0.9.0"
24
+ VERSION = "0.10.0"
25
25
  end
26
26
  end
27
27
  end
@@ -2476,6 +2476,7 @@ module Google
2476
2476
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2477
2477
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2478
2478
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2479
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2479
2480
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2480
2481
  # trigger a retry.
2481
2482
  # @return [::Hash]
@@ -2559,6 +2560,7 @@ module Google
2559
2560
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2560
2561
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2561
2562
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2563
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2562
2564
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2563
2565
  # trigger a retry.
2564
2566
  #
@@ -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
  #
@@ -2297,6 +2297,7 @@ module Google
2297
2297
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2298
2298
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2299
2299
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2300
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2300
2301
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2301
2302
  # trigger a retry.
2302
2303
  # @return [::Hash]
@@ -2376,6 +2377,7 @@ module Google
2376
2377
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2377
2378
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2378
2379
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2380
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2379
2381
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2380
2382
  # trigger a retry.
2381
2383
  #
@@ -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-workstations-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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