Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / dialogflow / src / v2 / entity_types_client_config.json
1 {
2   "interfaces": {
3     "google.cloud.dialogflow.v2.EntityTypes": {
4       "retry_codes": {
5         "idempotent": [
6           "DEADLINE_EXCEEDED",
7           "UNAVAILABLE"
8         ],
9         "non_idempotent": []
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": 20000,
17           "rpc_timeout_multiplier": 1.0,
18           "max_rpc_timeout_millis": 20000,
19           "total_timeout_millis": 600000
20         }
21       },
22       "methods": {
23         "ListEntityTypes": {
24           "timeout_millis": 60000,
25           "retry_codes_name": "idempotent",
26           "retry_params_name": "default"
27         },
28         "GetEntityType": {
29           "timeout_millis": 60000,
30           "retry_codes_name": "idempotent",
31           "retry_params_name": "default"
32         },
33         "CreateEntityType": {
34           "timeout_millis": 60000,
35           "retry_codes_name": "non_idempotent",
36           "retry_params_name": "default"
37         },
38         "UpdateEntityType": {
39           "timeout_millis": 60000,
40           "retry_codes_name": "non_idempotent",
41           "retry_params_name": "default"
42         },
43         "DeleteEntityType": {
44           "timeout_millis": 60000,
45           "retry_codes_name": "idempotent",
46           "retry_params_name": "default"
47         },
48         "BatchUpdateEntityTypes": {
49           "timeout_millis": 60000,
50           "retry_codes_name": "non_idempotent",
51           "retry_params_name": "default"
52         },
53         "BatchDeleteEntityTypes": {
54           "timeout_millis": 60000,
55           "retry_codes_name": "idempotent",
56           "retry_params_name": "default"
57         },
58         "BatchCreateEntities": {
59           "timeout_millis": 60000,
60           "retry_codes_name": "non_idempotent",
61           "retry_params_name": "default"
62         },
63         "BatchUpdateEntities": {
64           "timeout_millis": 60000,
65           "retry_codes_name": "non_idempotent",
66           "retry_params_name": "default"
67         },
68         "BatchDeleteEntities": {
69           "timeout_millis": 60000,
70           "retry_codes_name": "idempotent",
71           "retry_params_name": "default"
72         }
73       }
74     }
75   }
76 }