google-cloud-translate-v3 1.9.0 → 1.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: fc3f32f8655dda0f684d3d6fb97a9e2a5b601ae34afcc3be07c89e204411469f
4
- data.tar.gz: 933ad8438ae988a34b4f298dbec5cd07ea4d066d5ec0ff151d55138af97b8bd3
3
+ metadata.gz: d0ca4da9f080c388272ef286fc28cff33d2d5afdb8ba544a045bcca13bc477e6
4
+ data.tar.gz: e1963b329b20e711dfca85b0374c57651c7a79c7ef669c1f805b6b81efa6545d
5
5
  SHA512:
6
- metadata.gz: fbabe422fbd494d3d598e191bc7988480dd66ddaa78e40a86ef31a7194708667a82d0a8ddbd8ea1105bf55e5ee1d1982f0e727838b27f52fca2024b8caf8c6a9
7
- data.tar.gz: 829555b3c99b365a56868b4bd40b8ca7079b2e494f0be46d6a0ea05d2f85def05c9a127a594274ec5504b35c8d47733414e6b47fefbb2f5fcd8f1ab3759d4532
6
+ metadata.gz: 213a9df7f2a25cf49a51b4896a4c10311f603be0c9763c6c076c2da2a045ba893e9a5dd44d4bb641c3cf18df694cbffa5407a40a976670ef319e421df4a90824
7
+ data.tar.gz: e0bf1295d5967fe429015040d65a3ebf74f68d2fa886d62ecc90fe4bcbf6cf1c54abc1dd533e0fb23344d7ed08e1252fe3cc3cf4dcb644a2ba41a6dcce0ab107
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
@@ -4247,6 +4247,7 @@ module Google
4247
4247
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4248
4248
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4249
4249
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4250
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4250
4251
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4251
4252
  # trigger a retry.
4252
4253
  # @return [::Hash]
@@ -4330,6 +4331,7 @@ module Google
4330
4331
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4331
4332
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4332
4333
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4334
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4333
4335
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4334
4336
  # trigger a retry.
4335
4337
  #
@@ -711,6 +711,7 @@ module Google
711
711
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
712
712
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
713
713
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
714
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
714
715
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
715
716
  # trigger a retry.
716
717
  # @return [::Hash]
@@ -794,6 +795,7 @@ module Google
794
795
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
795
796
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
796
797
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
798
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
797
799
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
798
800
  # trigger a retry.
799
801
  #
@@ -3949,6 +3949,7 @@ module Google
3949
3949
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
3950
3950
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
3951
3951
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
3952
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
3952
3953
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
3953
3954
  # trigger a retry.
3954
3955
  # @return [::Hash]
@@ -4028,6 +4029,7 @@ module Google
4028
4029
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4029
4030
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4030
4031
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4032
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4031
4033
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4032
4034
  # trigger a retry.
4033
4035
  #
@@ -640,6 +640,7 @@ module Google
640
640
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
641
641
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
642
642
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
643
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
643
644
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
644
645
  # trigger a retry.
645
646
  # @return [::Hash]
@@ -712,6 +713,7 @@ module Google
712
713
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
713
714
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
714
715
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
716
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
715
717
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
716
718
  # trigger a retry.
717
719
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Translate
23
23
  module V3
24
- VERSION = "1.9.0"
24
+ VERSION = "1.10.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-translate-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.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