google-cloud-speech-v1 1.7.1 → 1.8.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/speech/v1/adaptation/client.rb +2 -0
- data/lib/google/cloud/speech/v1/adaptation/rest/client.rb +2 -0
- data/lib/google/cloud/speech/v1/speech/client.rb +2 -0
- data/lib/google/cloud/speech/v1/speech/operations.rb +2 -0
- data/lib/google/cloud/speech/v1/speech/rest/client.rb +2 -0
- data/lib/google/cloud/speech/v1/speech/rest/operations.rb +2 -0
- data/lib/google/cloud/speech/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c75c8c6ba09dd48f8f0ac10c18968e33d59ede6d7cabec02e7ea3cb39fd5172
|
|
4
|
+
data.tar.gz: 2d605645a4d45921ab90c436da14abfffbe03375eb7e8c084617cd3c380cf51f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da2a1235a82fb77ce56dda1f40252e7bfae1519c0471449eeb0cc534479d36780a08ab891b0b9a6065b3fd4e00d1894b2045fd4c0f9d6ba69074ee87893178fc
|
|
7
|
+
data.tar.gz: fd4f20938d42665b00ff06b92b07086a31f10ed0fd8a4d212459e2c77dfd91677a03253eabfb01ec34004a42e419c8178e6bfdf92eb80396b1bb61a5a7dcb6a9
|
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.
|
|
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
|
|
@@ -1261,6 +1261,7 @@ module Google
|
|
|
1261
1261
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1262
1262
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1263
1263
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1264
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1264
1265
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1265
1266
|
# trigger a retry.
|
|
1266
1267
|
# @return [::Hash]
|
|
@@ -1344,6 +1345,7 @@ module Google
|
|
|
1344
1345
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1345
1346
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1346
1347
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1348
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1347
1349
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1348
1350
|
# trigger a retry.
|
|
1349
1351
|
#
|
|
@@ -1158,6 +1158,7 @@ module Google
|
|
|
1158
1158
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1159
1159
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1160
1160
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1161
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1161
1162
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1162
1163
|
# trigger a retry.
|
|
1163
1164
|
# @return [::Hash]
|
|
@@ -1230,6 +1231,7 @@ module Google
|
|
|
1230
1231
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1231
1232
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1232
1233
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1234
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1233
1235
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1234
1236
|
# trigger a retry.
|
|
1235
1237
|
#
|
|
@@ -561,6 +561,7 @@ module Google
|
|
|
561
561
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
562
562
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
563
563
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
564
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
564
565
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
565
566
|
# trigger a retry.
|
|
566
567
|
# @return [::Hash]
|
|
@@ -644,6 +645,7 @@ module Google
|
|
|
644
645
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
645
646
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
646
647
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
648
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
647
649
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
648
650
|
# trigger a retry.
|
|
649
651
|
#
|
|
@@ -695,6 +695,7 @@ module Google
|
|
|
695
695
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
696
696
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
697
697
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
698
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
698
699
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
699
700
|
# trigger a retry.
|
|
700
701
|
# @return [::Hash]
|
|
@@ -778,6 +779,7 @@ module Google
|
|
|
778
779
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
779
780
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
780
781
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
782
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
781
783
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
782
784
|
# trigger a retry.
|
|
783
785
|
#
|
|
@@ -446,6 +446,7 @@ module Google
|
|
|
446
446
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
447
447
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
448
448
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
449
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
449
450
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
450
451
|
# trigger a retry.
|
|
451
452
|
# @return [::Hash]
|
|
@@ -518,6 +519,7 @@ module Google
|
|
|
518
519
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
519
520
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
520
521
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
522
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
521
523
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
522
524
|
# trigger a retry.
|
|
523
525
|
#
|
|
@@ -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-speech-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.8.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
|