massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2 / fb303 / FacebookService.pyi
1 from typing import Any\r
2 from thrift.Thrift import TProcessor  # type: ignore\r
3 \r
4 fastbinary = ...  # type: Any\r
5 \r
6 class Iface:\r
7     def getName(self): ...\r
8     def getVersion(self): ...\r
9     def getStatus(self): ...\r
10     def getStatusDetails(self): ...\r
11     def getCounters(self): ...\r
12     def getCounter(self, key): ...\r
13     def setOption(self, key, value): ...\r
14     def getOption(self, key): ...\r
15     def getOptions(self): ...\r
16     def getCpuProfile(self, profileDurationInSec): ...\r
17     def aliveSince(self): ...\r
18     def reinitialize(self): ...\r
19     def shutdown(self): ...\r
20 \r
21 class Client(Iface):\r
22     def __init__(self, iprot, oprot=...) -> None: ...\r
23     def getName(self): ...\r
24     def send_getName(self): ...\r
25     def recv_getName(self): ...\r
26     def getVersion(self): ...\r
27     def send_getVersion(self): ...\r
28     def recv_getVersion(self): ...\r
29     def getStatus(self): ...\r
30     def send_getStatus(self): ...\r
31     def recv_getStatus(self): ...\r
32     def getStatusDetails(self): ...\r
33     def send_getStatusDetails(self): ...\r
34     def recv_getStatusDetails(self): ...\r
35     def getCounters(self): ...\r
36     def send_getCounters(self): ...\r
37     def recv_getCounters(self): ...\r
38     def getCounter(self, key): ...\r
39     def send_getCounter(self, key): ...\r
40     def recv_getCounter(self): ...\r
41     def setOption(self, key, value): ...\r
42     def send_setOption(self, key, value): ...\r
43     def recv_setOption(self): ...\r
44     def getOption(self, key): ...\r
45     def send_getOption(self, key): ...\r
46     def recv_getOption(self): ...\r
47     def getOptions(self): ...\r
48     def send_getOptions(self): ...\r
49     def recv_getOptions(self): ...\r
50     def getCpuProfile(self, profileDurationInSec): ...\r
51     def send_getCpuProfile(self, profileDurationInSec): ...\r
52     def recv_getCpuProfile(self): ...\r
53     def aliveSince(self): ...\r
54     def send_aliveSince(self): ...\r
55     def recv_aliveSince(self): ...\r
56     def reinitialize(self): ...\r
57     def send_reinitialize(self): ...\r
58     def shutdown(self): ...\r
59     def send_shutdown(self): ...\r
60 \r
61 class Processor(Iface, TProcessor):\r
62     def __init__(self, handler) -> None: ...\r
63     def process(self, iprot, oprot): ...\r
64     def process_getName(self, seqid, iprot, oprot): ...\r
65     def process_getVersion(self, seqid, iprot, oprot): ...\r
66     def process_getStatus(self, seqid, iprot, oprot): ...\r
67     def process_getStatusDetails(self, seqid, iprot, oprot): ...\r
68     def process_getCounters(self, seqid, iprot, oprot): ...\r
69     def process_getCounter(self, seqid, iprot, oprot): ...\r
70     def process_setOption(self, seqid, iprot, oprot): ...\r
71     def process_getOption(self, seqid, iprot, oprot): ...\r
72     def process_getOptions(self, seqid, iprot, oprot): ...\r
73     def process_getCpuProfile(self, seqid, iprot, oprot): ...\r
74     def process_aliveSince(self, seqid, iprot, oprot): ...\r
75     def process_reinitialize(self, seqid, iprot, oprot): ...\r
76     def process_shutdown(self, seqid, iprot, oprot): ...\r
77 \r
78 class getName_args:\r
79     thrift_spec = ...  # type: Any\r
80     def read(self, iprot): ...\r
81     def write(self, oprot): ...\r
82     def validate(self): ...\r
83     def __eq__(self, other): ...\r
84     def __ne__(self, other): ...\r
85 \r
86 class getName_result:\r
87     thrift_spec = ...  # type: Any\r
88     success = ...  # type: Any\r
89     def __init__(self, success=...) -> None: ...\r
90     def read(self, iprot): ...\r
91     def write(self, oprot): ...\r
92     def validate(self): ...\r
93     def __eq__(self, other): ...\r
94     def __ne__(self, other): ...\r
95 \r
96 class getVersion_args:\r
97     thrift_spec = ...  # type: Any\r
98     def read(self, iprot): ...\r
99     def write(self, oprot): ...\r
100     def validate(self): ...\r
101     def __eq__(self, other): ...\r
102     def __ne__(self, other): ...\r
103 \r
104 class getVersion_result:\r
105     thrift_spec = ...  # type: Any\r
106     success = ...  # type: Any\r
107     def __init__(self, success=...) -> None: ...\r
108     def read(self, iprot): ...\r
109     def write(self, oprot): ...\r
110     def validate(self): ...\r
111     def __eq__(self, other): ...\r
112     def __ne__(self, other): ...\r
113 \r
114 class getStatus_args:\r
115     thrift_spec = ...  # type: Any\r
116     def read(self, iprot): ...\r
117     def write(self, oprot): ...\r
118     def validate(self): ...\r
119     def __eq__(self, other): ...\r
120     def __ne__(self, other): ...\r
121 \r
122 class getStatus_result:\r
123     thrift_spec = ...  # type: Any\r
124     success = ...  # type: Any\r
125     def __init__(self, success=...) -> None: ...\r
126     def read(self, iprot): ...\r
127     def write(self, oprot): ...\r
128     def validate(self): ...\r
129     def __eq__(self, other): ...\r
130     def __ne__(self, other): ...\r
131 \r
132 class getStatusDetails_args:\r
133     thrift_spec = ...  # type: Any\r
134     def read(self, iprot): ...\r
135     def write(self, oprot): ...\r
136     def validate(self): ...\r
137     def __eq__(self, other): ...\r
138     def __ne__(self, other): ...\r
139 \r
140 class getStatusDetails_result:\r
141     thrift_spec = ...  # type: Any\r
142     success = ...  # type: Any\r
143     def __init__(self, success=...) -> None: ...\r
144     def read(self, iprot): ...\r
145     def write(self, oprot): ...\r
146     def validate(self): ...\r
147     def __eq__(self, other): ...\r
148     def __ne__(self, other): ...\r
149 \r
150 class getCounters_args:\r
151     thrift_spec = ...  # type: Any\r
152     def read(self, iprot): ...\r
153     def write(self, oprot): ...\r
154     def validate(self): ...\r
155     def __eq__(self, other): ...\r
156     def __ne__(self, other): ...\r
157 \r
158 class getCounters_result:\r
159     thrift_spec = ...  # type: Any\r
160     success = ...  # type: Any\r
161     def __init__(self, success=...) -> None: ...\r
162     def read(self, iprot): ...\r
163     def write(self, oprot): ...\r
164     def validate(self): ...\r
165     def __eq__(self, other): ...\r
166     def __ne__(self, other): ...\r
167 \r
168 class getCounter_args:\r
169     thrift_spec = ...  # type: Any\r
170     key = ...  # type: Any\r
171     def __init__(self, key=...) -> None: ...\r
172     def read(self, iprot): ...\r
173     def write(self, oprot): ...\r
174     def validate(self): ...\r
175     def __eq__(self, other): ...\r
176     def __ne__(self, other): ...\r
177 \r
178 class getCounter_result:\r
179     thrift_spec = ...  # type: Any\r
180     success = ...  # type: Any\r
181     def __init__(self, success=...) -> None: ...\r
182     def read(self, iprot): ...\r
183     def write(self, oprot): ...\r
184     def validate(self): ...\r
185     def __eq__(self, other): ...\r
186     def __ne__(self, other): ...\r
187 \r
188 class setOption_args:\r
189     thrift_spec = ...  # type: Any\r
190     key = ...  # type: Any\r
191     value = ...  # type: Any\r
192     def __init__(self, key=..., value=...) -> None: ...\r
193     def read(self, iprot): ...\r
194     def write(self, oprot): ...\r
195     def validate(self): ...\r
196     def __eq__(self, other): ...\r
197     def __ne__(self, other): ...\r
198 \r
199 class setOption_result:\r
200     thrift_spec = ...  # type: Any\r
201     def read(self, iprot): ...\r
202     def write(self, oprot): ...\r
203     def validate(self): ...\r
204     def __eq__(self, other): ...\r
205     def __ne__(self, other): ...\r
206 \r
207 class getOption_args:\r
208     thrift_spec = ...  # type: Any\r
209     key = ...  # type: Any\r
210     def __init__(self, key=...) -> None: ...\r
211     def read(self, iprot): ...\r
212     def write(self, oprot): ...\r
213     def validate(self): ...\r
214     def __eq__(self, other): ...\r
215     def __ne__(self, other): ...\r
216 \r
217 class getOption_result:\r
218     thrift_spec = ...  # type: Any\r
219     success = ...  # type: Any\r
220     def __init__(self, success=...) -> None: ...\r
221     def read(self, iprot): ...\r
222     def write(self, oprot): ...\r
223     def validate(self): ...\r
224     def __eq__(self, other): ...\r
225     def __ne__(self, other): ...\r
226 \r
227 class getOptions_args:\r
228     thrift_spec = ...  # type: Any\r
229     def read(self, iprot): ...\r
230     def write(self, oprot): ...\r
231     def validate(self): ...\r
232     def __eq__(self, other): ...\r
233     def __ne__(self, other): ...\r
234 \r
235 class getOptions_result:\r
236     thrift_spec = ...  # type: Any\r
237     success = ...  # type: Any\r
238     def __init__(self, success=...) -> None: ...\r
239     def read(self, iprot): ...\r
240     def write(self, oprot): ...\r
241     def validate(self): ...\r
242     def __eq__(self, other): ...\r
243     def __ne__(self, other): ...\r
244 \r
245 class getCpuProfile_args:\r
246     thrift_spec = ...  # type: Any\r
247     profileDurationInSec = ...  # type: Any\r
248     def __init__(self, profileDurationInSec=...) -> None: ...\r
249     def read(self, iprot): ...\r
250     def write(self, oprot): ...\r
251     def validate(self): ...\r
252     def __eq__(self, other): ...\r
253     def __ne__(self, other): ...\r
254 \r
255 class getCpuProfile_result:\r
256     thrift_spec = ...  # type: Any\r
257     success = ...  # type: Any\r
258     def __init__(self, success=...) -> None: ...\r
259     def read(self, iprot): ...\r
260     def write(self, oprot): ...\r
261     def validate(self): ...\r
262     def __eq__(self, other): ...\r
263     def __ne__(self, other): ...\r
264 \r
265 class aliveSince_args:\r
266     thrift_spec = ...  # type: Any\r
267     def read(self, iprot): ...\r
268     def write(self, oprot): ...\r
269     def validate(self): ...\r
270     def __eq__(self, other): ...\r
271     def __ne__(self, other): ...\r
272 \r
273 class aliveSince_result:\r
274     thrift_spec = ...  # type: Any\r
275     success = ...  # type: Any\r
276     def __init__(self, success=...) -> None: ...\r
277     def read(self, iprot): ...\r
278     def write(self, oprot): ...\r
279     def validate(self): ...\r
280     def __eq__(self, other): ...\r
281     def __ne__(self, other): ...\r
282 \r
283 class reinitialize_args:\r
284     thrift_spec = ...  # type: Any\r
285     def read(self, iprot): ...\r
286     def write(self, oprot): ...\r
287     def validate(self): ...\r
288     def __eq__(self, other): ...\r
289     def __ne__(self, other): ...\r
290 \r
291 class shutdown_args:\r
292     thrift_spec = ...  # type: Any\r
293     def read(self, iprot): ...\r
294     def write(self, oprot): ...\r
295     def validate(self): ...\r
296     def __eq__(self, other): ...\r
297     def __ne__(self, other): ...\r