UNPKG

2.45 kBJSONView Raw
1{
2 "interfaces": {
3 "google.cloud.speech.v1p1beta1.Adaptation": {
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 "CreatePhraseSet": {
24 "retry_codes_name": "non_idempotent",
25 "retry_params_name": "default"
26 },
27 "GetPhraseSet": {
28 "retry_codes_name": "non_idempotent",
29 "retry_params_name": "default"
30 },
31 "ListPhraseSet": {
32 "retry_codes_name": "non_idempotent",
33 "retry_params_name": "default"
34 },
35 "UpdatePhraseSet": {
36 "retry_codes_name": "non_idempotent",
37 "retry_params_name": "default"
38 },
39 "DeletePhraseSet": {
40 "retry_codes_name": "non_idempotent",
41 "retry_params_name": "default"
42 },
43 "CreateCustomClass": {
44 "retry_codes_name": "non_idempotent",
45 "retry_params_name": "default"
46 },
47 "GetCustomClass": {
48 "retry_codes_name": "non_idempotent",
49 "retry_params_name": "default"
50 },
51 "ListCustomClasses": {
52 "retry_codes_name": "non_idempotent",
53 "retry_params_name": "default"
54 },
55 "UpdateCustomClass": {
56 "retry_codes_name": "non_idempotent",
57 "retry_params_name": "default"
58 },
59 "DeleteCustomClass": {
60 "retry_codes_name": "non_idempotent",
61 "retry_params_name": "default"
62 }
63 }
64 }
65 }
66}