google-cloud-life_sciences-v2beta 0.15.0 → 0.16.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: '09c20e1a829e3c19c14daf272f2eec67f648c00c840a3f1e48e02e7e24e3bb0f'
4
- data.tar.gz: d5ca154c6221cda8727c90d07c3157fd4535ea67f9d9c77f32dd259dfe5a8223
3
+ metadata.gz: a94886dee392595876c7e5d2d2bcf0015aedae2c7903dde34f35e839fde19722
4
+ data.tar.gz: 33c5dcb655159a1a2716f0212b9fb72b025d86510fe08271d819910cacd75270
5
5
  SHA512:
6
- metadata.gz: 3158bbf1a49e4ec3b748d48355a2e4a384ee392ad13efe65c3c0301228c25ed56946920b0d23f6e1cb0d93b3375ad814725067141adb51e7c5d438c7890d6483
7
- data.tar.gz: 073eaece10e7a2f80503ce35293934499c552fbef1be48c601f8ab193c6b5afac4df7c45c89a5e5d8c2ab27ca02892ac587e3b9dd6388a026a8be9a69600e7cd
6
+ metadata.gz: b7e8d53a67179a4f29da5a315a1cce706c5e13ab9fa14ba2c30900fef34f876aee61630f8f522ee72dc38e28cb2d56466e5ac97d28466b64c14da7e7cae2784a
7
+ data.tar.gz: 3618bf6ca7a4c380a6150cd94c689faf84f1d9b8b6bbec4f86b1ac56b417689fd0f5ad481cf3fcdec651db772b1d97ab1efe0b892a50e2f5578f0248637ac4f8
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 LifeSciences
23
23
  module V2beta
24
- VERSION = "0.15.0"
24
+ VERSION = "0.16.0"
25
25
  end
26
26
  end
27
27
  end
@@ -434,6 +434,7 @@ module Google
434
434
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
435
435
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
436
436
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
437
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
437
438
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
438
439
  # trigger a retry.
439
440
  # @return [::Hash]
@@ -517,6 +518,7 @@ module Google
517
518
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
518
519
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
519
520
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
521
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
520
522
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
521
523
  # trigger a retry.
522
524
  #
@@ -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
  #
@@ -395,6 +395,7 @@ module Google
395
395
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
396
396
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
397
397
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
398
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
398
399
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
399
400
  # trigger a retry.
400
401
  # @return [::Hash]
@@ -474,6 +475,7 @@ module Google
474
475
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
475
476
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
476
477
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
478
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
477
479
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
478
480
  # trigger a retry.
479
481
  #
@@ -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-life_sciences-v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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