UNPKG

4.78 kBJSONView Raw
1{
2 "interfaces": {
3 "google.pubsub.v1.Subscriber": {
4 "retry_codes": {
5 "non_idempotent": [],
6 "idempotent": [
7 "DEADLINE_EXCEEDED",
8 "UNAVAILABLE"
9 ],
10 "unknown_aborted_unavailable": [
11 "UNKNOWN",
12 "ABORTED",
13 "UNAVAILABLE"
14 ],
15 "unavailable": [
16 "UNAVAILABLE"
17 ],
18 "deadline_exceeded_resource_exhausted_aborted_internal_unavailable": [
19 "DEADLINE_EXCEEDED",
20 "RESOURCE_EXHAUSTED",
21 "ABORTED",
22 "INTERNAL",
23 "UNAVAILABLE"
24 ]
25 },
26 "retry_params": {
27 "default": {
28 "initial_retry_delay_millis": 100,
29 "retry_delay_multiplier": 1.3,
30 "max_retry_delay_millis": 60000,
31 "initial_rpc_timeout_millis": 60000,
32 "rpc_timeout_multiplier": 1,
33 "max_rpc_timeout_millis": 60000,
34 "total_timeout_millis": 600000
35 }
36 },
37 "methods": {
38 "CreateSubscription": {
39 "timeout_millis": 60000,
40 "retry_codes_name": "unknown_aborted_unavailable",
41 "retry_params_name": "default"
42 },
43 "GetSubscription": {
44 "timeout_millis": 60000,
45 "retry_codes_name": "unknown_aborted_unavailable",
46 "retry_params_name": "default"
47 },
48 "UpdateSubscription": {
49 "timeout_millis": 60000,
50 "retry_codes_name": "unavailable",
51 "retry_params_name": "default"
52 },
53 "ListSubscriptions": {
54 "timeout_millis": 60000,
55 "retry_codes_name": "unknown_aborted_unavailable",
56 "retry_params_name": "default"
57 },
58 "DeleteSubscription": {
59 "timeout_millis": 60000,
60 "retry_codes_name": "unavailable",
61 "retry_params_name": "default"
62 },
63 "ModifyAckDeadline": {
64 "timeout_millis": 60000,
65 "retry_codes_name": "unavailable",
66 "retry_params_name": "default"
67 },
68 "Acknowledge": {
69 "timeout_millis": 60000,
70 "retry_codes_name": "unavailable",
71 "retry_params_name": "default"
72 },
73 "Pull": {
74 "timeout_millis": 60000,
75 "retry_codes_name": "unknown_aborted_unavailable",
76 "retry_params_name": "default"
77 },
78 "StreamingPull": {
79 "timeout_millis": 900000,
80 "retry_codes_name": "deadline_exceeded_resource_exhausted_aborted_internal_unavailable",
81 "retry_params_name": "default"
82 },
83 "ModifyPushConfig": {
84 "timeout_millis": 60000,
85 "retry_codes_name": "unavailable",
86 "retry_params_name": "default"
87 },
88 "GetSnapshot": {
89 "timeout_millis": 60000,
90 "retry_codes_name": "unknown_aborted_unavailable",
91 "retry_params_name": "default"
92 },
93 "ListSnapshots": {
94 "timeout_millis": 60000,
95 "retry_codes_name": "unknown_aborted_unavailable",
96 "retry_params_name": "default"
97 },
98 "CreateSnapshot": {
99 "timeout_millis": 60000,
100 "retry_codes_name": "unavailable",
101 "retry_params_name": "default"
102 },
103 "UpdateSnapshot": {
104 "timeout_millis": 60000,
105 "retry_codes_name": "unavailable",
106 "retry_params_name": "default"
107 },
108 "DeleteSnapshot": {
109 "timeout_millis": 60000,
110 "retry_codes_name": "unavailable",
111 "retry_params_name": "default"
112 },
113 "Seek": {
114 "timeout_millis": 60000,
115 "retry_codes_name": "unknown_aborted_unavailable",
116 "retry_params_name": "default"
117 }
118 }
119 }
120 }
121}