-
Notifications
You must be signed in to change notification settings - Fork 0
/
description.json
398 lines (398 loc) · 11.5 KB
/
description.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
{
"files": [
{
"name": "FunToys.proto",
"description": "",
"package": "rpc",
"hasEnums": false,
"hasExtensions": false,
"hasMessages": true,
"hasServices": true,
"enums": [],
"extensions": [],
"messages": [
{
"name": "CreateFunToysResp",
"longName": "CreateFunToysResp",
"fullName": "rpc.CreateFunToysResp",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "products",
"description": "",
"label": "repeated",
"type": "FunToy",
"longType": "FunToy",
"fullType": "rpc.FunToy",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "FunToy",
"longName": "FunToy",
"fullName": "rpc.FunToy",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "id",
"description": "",
"label": "",
"type": "uint32",
"longType": "uint32",
"fullType": "uint32",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "name",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "description",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "GetFunToyReq",
"longName": "GetFunToyReq",
"fullName": "rpc.GetFunToyReq",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "id",
"description": "",
"label": "",
"type": "uint32",
"longType": "uint32",
"fullType": "uint32",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "GetFunToyResp",
"longName": "GetFunToyResp",
"fullName": "rpc.GetFunToyResp",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "product",
"description": "",
"label": "",
"type": "FunToy",
"longType": "FunToy",
"fullType": "rpc.FunToy",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "GetFunToysReq",
"longName": "GetFunToysReq",
"fullName": "rpc.GetFunToysReq",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "search",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "limit",
"description": "",
"label": "",
"type": "uint32",
"longType": "uint32",
"fullType": "uint32",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
}
],
"services": [
{
"name": "FunToys",
"longName": "FunToys",
"fullName": "rpc.FunToys",
"description": "",
"methods": [
{
"name": "GetFunToy",
"description": "Demonstrates a request response call",
"requestType": "GetFunToyReq",
"requestLongType": "GetFunToyReq",
"requestFullType": "rpc.GetFunToyReq",
"requestStreaming": false,
"responseType": "GetFunToyResp",
"responseLongType": "GetFunToyResp",
"responseFullType": "rpc.GetFunToyResp",
"responseStreaming": false
},
{
"name": "GetFunToys",
"description": "Demonstrates a server streamer call",
"requestType": "GetFunToysReq",
"requestLongType": "GetFunToysReq",
"requestFullType": "rpc.GetFunToysReq",
"requestStreaming": false,
"responseType": "FunToy",
"responseLongType": "FunToy",
"responseFullType": "rpc.FunToy",
"responseStreaming": true
},
{
"name": "CreateFunToys",
"description": "Demonstrates a client streaming call",
"requestType": "FunToy",
"requestLongType": "FunToy",
"requestFullType": "rpc.FunToy",
"requestStreaming": true,
"responseType": "CreateFunToysResp",
"responseLongType": "CreateFunToysResp",
"responseFullType": "rpc.CreateFunToysResp",
"responseStreaming": false
},
{
"name": "CreateFunToysInStream",
"description": "Demonstrates a bidirectional streaming call",
"requestType": "FunToy",
"requestLongType": "FunToy",
"requestFullType": "rpc.FunToy",
"requestStreaming": true,
"responseType": "FunToy",
"responseLongType": "FunToy",
"responseFullType": "rpc.FunToy",
"responseStreaming": true
}
]
}
]
}
],
"scalarValueTypes": [
{
"protoType": "double",
"notes": "",
"cppType": "double",
"csType": "double",
"goType": "float64",
"javaType": "double",
"phpType": "float",
"pythonType": "float",
"rubyType": "Float"
},
{
"protoType": "float",
"notes": "",
"cppType": "float",
"csType": "float",
"goType": "float32",
"javaType": "float",
"phpType": "float",
"pythonType": "float",
"rubyType": "Float"
},
{
"protoType": "int32",
"notes": "Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead.",
"cppType": "int32",
"csType": "int",
"goType": "int32",
"javaType": "int",
"phpType": "integer",
"pythonType": "int",
"rubyType": "Bignum or Fixnum (as required)"
},
{
"protoType": "int64",
"notes": "Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead.",
"cppType": "int64",
"csType": "long",
"goType": "int64",
"javaType": "long",
"phpType": "integer/string",
"pythonType": "int/long",
"rubyType": "Bignum"
},
{
"protoType": "uint32",
"notes": "Uses variable-length encoding.",
"cppType": "uint32",
"csType": "uint",
"goType": "uint32",
"javaType": "int",
"phpType": "integer",
"pythonType": "int/long",
"rubyType": "Bignum or Fixnum (as required)"
},
{
"protoType": "uint64",
"notes": "Uses variable-length encoding.",
"cppType": "uint64",
"csType": "ulong",
"goType": "uint64",
"javaType": "long",
"phpType": "integer/string",
"pythonType": "int/long",
"rubyType": "Bignum or Fixnum (as required)"
},
{
"protoType": "sint32",
"notes": "Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s.",
"cppType": "int32",
"csType": "int",
"goType": "int32",
"javaType": "int",
"phpType": "integer",
"pythonType": "int",
"rubyType": "Bignum or Fixnum (as required)"
},
{
"protoType": "sint64",
"notes": "Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s.",
"cppType": "int64",
"csType": "long",
"goType": "int64",
"javaType": "long",
"phpType": "integer/string",
"pythonType": "int/long",
"rubyType": "Bignum"
},
{
"protoType": "fixed32",
"notes": "Always four bytes. More efficient than uint32 if values are often greater than 2^28.",
"cppType": "uint32",
"csType": "uint",
"goType": "uint32",
"javaType": "int",
"phpType": "integer",
"pythonType": "int",
"rubyType": "Bignum or Fixnum (as required)"
},
{
"protoType": "fixed64",
"notes": "Always eight bytes. More efficient than uint64 if values are often greater than 2^56.",
"cppType": "uint64",
"csType": "ulong",
"goType": "uint64",
"javaType": "long",
"phpType": "integer/string",
"pythonType": "int/long",
"rubyType": "Bignum"
},
{
"protoType": "sfixed32",
"notes": "Always four bytes.",
"cppType": "int32",
"csType": "int",
"goType": "int32",
"javaType": "int",
"phpType": "integer",
"pythonType": "int",
"rubyType": "Bignum or Fixnum (as required)"
},
{
"protoType": "sfixed64",
"notes": "Always eight bytes.",
"cppType": "int64",
"csType": "long",
"goType": "int64",
"javaType": "long",
"phpType": "integer/string",
"pythonType": "int/long",
"rubyType": "Bignum"
},
{
"protoType": "bool",
"notes": "",
"cppType": "bool",
"csType": "bool",
"goType": "bool",
"javaType": "boolean",
"phpType": "boolean",
"pythonType": "boolean",
"rubyType": "TrueClass/FalseClass"
},
{
"protoType": "string",
"notes": "A string must always contain UTF-8 encoded or 7-bit ASCII text.",
"cppType": "string",
"csType": "string",
"goType": "string",
"javaType": "String",
"phpType": "string",
"pythonType": "str/unicode",
"rubyType": "String (UTF-8)"
},
{
"protoType": "bytes",
"notes": "May contain any arbitrary sequence of bytes.",
"cppType": "string",
"csType": "ByteString",
"goType": "[]byte",
"javaType": "ByteString",
"phpType": "string",
"pythonType": "str",
"rubyType": "String (ASCII-8BIT)"
}
]
}