google-cloud-media_translation-v1beta1 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: '08775560a31507a5a156ed019f0d13218ae067afd2e329dcb1ff410fa0dbde76'
4
- data.tar.gz: 87c3aa667fc845b87a685bc7c85783ca5a226cbe6df1effe19415cb07e7d5514
3
+ metadata.gz: ff6b4d8139b0b76f2c0e220ab5ae4814854f5e6deea2264d9eb6d7082fa87d32
4
+ data.tar.gz: fe2b9bdf99927886040a10c35f67c134bfa59ca0245c8f8d0f0a3752f48da32f
5
5
  SHA512:
6
- metadata.gz: 9ccd729c0a2f0485b41d2e8e3e871d373e082b7c830c6b4a1a085cd32d68d2a5a54150579e38260bdef8170c7894cc389e1cadcbd4c8537686eb08b7a9e727bc
7
- data.tar.gz: a819f3fc5afdcc02db681dc192ce3ebdcbc82040d777cfbce3923f864fe6d3d599fa29deb98312ac2af8bac38153e8200ca1f63e2c5b1f2d94efff980c87ca77
6
+ metadata.gz: 81efccd17e0375487ce85a8956f574a83ee4099690272a821bbe30f0f3a8dbc95e6833dc0c570321900baf7194d160a120b840bdb7b57454570ce2a2bee20eef
7
+ data.tar.gz: d0ec017c508de0e6f0e92fab6e8b157fe26fdde52b0fa63f15348accf19bbc7dfa752c4a5f08f1e5017941e111c78c4b9439eeb6cba8fb3a7d1e2e89e74aac06
data/README.md CHANGED
@@ -82,7 +82,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
82
82
 
83
83
  ## Supported Ruby Versions
84
84
 
85
- This library is supported on Ruby 3.0+.
85
+ This library is supported on Ruby 3.2+.
86
86
 
87
87
  Google provides official support for Ruby versions that are actively supported
88
88
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -363,6 +363,7 @@ module Google
363
363
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
364
364
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
365
365
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
366
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
366
367
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
367
368
  # trigger a retry.
368
369
  # @return [::Hash]
@@ -446,6 +447,7 @@ module Google
446
447
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
447
448
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
448
449
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
450
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
449
451
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
450
452
  # trigger a retry.
451
453
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module MediaTranslation
23
23
  module V1beta1
24
- VERSION = "0.15.0"
24
+ VERSION = "0.16.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-media_translation-v1beta1
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