UNPKG

1.43 kBJSONView Raw
1{
2 "interfaces": {
3 "google.cloud.speech.v1p1beta1.Speech": {
4 "retry_codes": {
5 "non_idempotent": [],
6 "idempotent": [
7 "DEADLINE_EXCEEDED",
8 "UNAVAILABLE"
9 ]
10 },
11 "retry_params": {
12 "default": {
13 "initial_retry_delay_millis": 100,
14 "retry_delay_multiplier": 1.3,
15 "max_retry_delay_millis": 60000,
16 "initial_rpc_timeout_millis": 60000,
17 "rpc_timeout_multiplier": 1,
18 "max_rpc_timeout_millis": 60000,
19 "total_timeout_millis": 600000
20 }
21 },
22 "methods": {
23 "Recognize": {
24 "timeout_millis": 5000000,
25 "retry_codes_name": "idempotent",
26 "retry_params_name": "default"
27 },
28 "LongRunningRecognize": {
29 "timeout_millis": 5000000,
30 "retry_codes_name": "non_idempotent",
31 "retry_params_name": "default"
32 },
33 "StreamingRecognize": {
34 "timeout_millis": 5000000,
35 "retry_codes_name": "idempotent",
36 "retry_params_name": "default"
37 }
38 }
39 }
40 }
41}