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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff6b4d8139b0b76f2c0e220ab5ae4814854f5e6deea2264d9eb6d7082fa87d32
|
|
4
|
+
data.tar.gz: fe2b9bdf99927886040a10c35f67c134bfa59ca0245c8f8d0f0a3752f48da32f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
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.
|
|
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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|