@service-bridge/node 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +854 -0
- package/biome.json +28 -0
- package/bun.lock +249 -0
- package/dist/express.d.ts +51 -0
- package/dist/express.js +129 -0
- package/dist/fastify.d.ts +43 -0
- package/dist/fastify.js +122 -0
- package/dist/index.js +34410 -0
- package/dist/trace.d.ts +19 -0
- package/http/dist/express.d.ts +51 -0
- package/http/dist/express.d.ts.map +1 -0
- package/http/dist/express.test.d.ts +2 -0
- package/http/dist/express.test.d.ts.map +1 -0
- package/http/dist/fastify.d.ts +43 -0
- package/http/dist/fastify.d.ts.map +1 -0
- package/http/dist/fastify.test.d.ts +2 -0
- package/http/dist/fastify.test.d.ts.map +1 -0
- package/http/dist/index.d.ts +7 -0
- package/http/dist/index.d.ts.map +1 -0
- package/http/dist/trace.d.ts +19 -0
- package/http/dist/trace.d.ts.map +1 -0
- package/http/dist/trace.test.d.ts +2 -0
- package/http/dist/trace.test.d.ts.map +1 -0
- package/http/package.json +48 -0
- package/http/src/express.test.ts +125 -0
- package/http/src/express.ts +209 -0
- package/http/src/fastify.test.ts +142 -0
- package/http/src/fastify.ts +159 -0
- package/http/src/index.ts +10 -0
- package/http/src/sdk-augment.d.ts +11 -0
- package/http/src/servicebridge.d.ts +23 -0
- package/http/src/trace.test.ts +97 -0
- package/http/src/trace.ts +56 -0
- package/http/tsconfig.json +17 -0
- package/http/tsconfig.test.json +6 -0
- package/package.json +65 -0
- package/sdk/dist/generated/servicebridge-package-definition.d.ts +4709 -0
- package/sdk/dist/grpc-client.d.ts +304 -0
- package/sdk/dist/grpc-client.test.d.ts +1 -0
- package/sdk/dist/index.d.ts +2 -0
- package/sdk/package.json +30 -0
- package/sdk/scripts/generate-proto.ts +65 -0
- package/sdk/src/generated/servicebridge-package-definition.ts +5198 -0
- package/sdk/src/grpc-client.d.ts +305 -0
- package/sdk/src/grpc-client.d.ts.map +1 -0
- package/sdk/src/grpc-client.test.ts +422 -0
- package/sdk/src/grpc-client.ts +2924 -0
- package/sdk/src/index.d.ts +3 -0
- package/sdk/src/index.d.ts.map +1 -0
- package/sdk/src/index.ts +29 -0
- package/sdk/tsconfig.json +13 -0
|
@@ -0,0 +1,4709 @@
|
|
|
1
|
+
export declare const servicebridgePackageDefinition: {
|
|
2
|
+
readonly "servicebridge.ServiceBridge": {
|
|
3
|
+
readonly RegisterFunction: {
|
|
4
|
+
readonly path: "/servicebridge.ServiceBridge/RegisterFunction";
|
|
5
|
+
readonly requestStream: false;
|
|
6
|
+
readonly responseStream: false;
|
|
7
|
+
readonly requestSerialize: undefined;
|
|
8
|
+
readonly requestDeserialize: undefined;
|
|
9
|
+
readonly responseSerialize: undefined;
|
|
10
|
+
readonly responseDeserialize: undefined;
|
|
11
|
+
readonly originalName: "registerFunction";
|
|
12
|
+
readonly requestType: {
|
|
13
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
14
|
+
readonly type: {
|
|
15
|
+
readonly field: readonly [{
|
|
16
|
+
readonly name: "fn_name";
|
|
17
|
+
readonly extendee: "";
|
|
18
|
+
readonly number: 1;
|
|
19
|
+
readonly label: "LABEL_OPTIONAL";
|
|
20
|
+
readonly type: "TYPE_STRING";
|
|
21
|
+
readonly typeName: "";
|
|
22
|
+
readonly defaultValue: "";
|
|
23
|
+
readonly options: null;
|
|
24
|
+
readonly oneofIndex: 0;
|
|
25
|
+
readonly jsonName: "";
|
|
26
|
+
readonly proto3Optional: false;
|
|
27
|
+
}, {
|
|
28
|
+
readonly name: "service_name";
|
|
29
|
+
readonly extendee: "";
|
|
30
|
+
readonly number: 2;
|
|
31
|
+
readonly label: "LABEL_OPTIONAL";
|
|
32
|
+
readonly type: "TYPE_STRING";
|
|
33
|
+
readonly typeName: "";
|
|
34
|
+
readonly defaultValue: "";
|
|
35
|
+
readonly options: null;
|
|
36
|
+
readonly oneofIndex: 0;
|
|
37
|
+
readonly jsonName: "";
|
|
38
|
+
readonly proto3Optional: false;
|
|
39
|
+
}, {
|
|
40
|
+
readonly name: "instance_id";
|
|
41
|
+
readonly extendee: "";
|
|
42
|
+
readonly number: 3;
|
|
43
|
+
readonly label: "LABEL_OPTIONAL";
|
|
44
|
+
readonly type: "TYPE_STRING";
|
|
45
|
+
readonly typeName: "";
|
|
46
|
+
readonly defaultValue: "";
|
|
47
|
+
readonly options: null;
|
|
48
|
+
readonly oneofIndex: 0;
|
|
49
|
+
readonly jsonName: "";
|
|
50
|
+
readonly proto3Optional: false;
|
|
51
|
+
}, {
|
|
52
|
+
readonly name: "endpoint";
|
|
53
|
+
readonly extendee: "";
|
|
54
|
+
readonly number: 4;
|
|
55
|
+
readonly label: "LABEL_OPTIONAL";
|
|
56
|
+
readonly type: "TYPE_STRING";
|
|
57
|
+
readonly typeName: "";
|
|
58
|
+
readonly defaultValue: "";
|
|
59
|
+
readonly options: null;
|
|
60
|
+
readonly oneofIndex: 0;
|
|
61
|
+
readonly jsonName: "";
|
|
62
|
+
readonly proto3Optional: false;
|
|
63
|
+
}, {
|
|
64
|
+
readonly name: "weight";
|
|
65
|
+
readonly extendee: "";
|
|
66
|
+
readonly number: 5;
|
|
67
|
+
readonly label: "LABEL_OPTIONAL";
|
|
68
|
+
readonly type: "TYPE_INT32";
|
|
69
|
+
readonly typeName: "";
|
|
70
|
+
readonly defaultValue: "";
|
|
71
|
+
readonly options: null;
|
|
72
|
+
readonly oneofIndex: 0;
|
|
73
|
+
readonly jsonName: "";
|
|
74
|
+
readonly proto3Optional: false;
|
|
75
|
+
}, {
|
|
76
|
+
readonly name: "input_schema_json";
|
|
77
|
+
readonly extendee: "";
|
|
78
|
+
readonly number: 6;
|
|
79
|
+
readonly label: "LABEL_OPTIONAL";
|
|
80
|
+
readonly type: "TYPE_STRING";
|
|
81
|
+
readonly typeName: "";
|
|
82
|
+
readonly defaultValue: "";
|
|
83
|
+
readonly options: null;
|
|
84
|
+
readonly oneofIndex: 0;
|
|
85
|
+
readonly jsonName: "";
|
|
86
|
+
readonly proto3Optional: false;
|
|
87
|
+
}, {
|
|
88
|
+
readonly name: "output_schema_json";
|
|
89
|
+
readonly extendee: "";
|
|
90
|
+
readonly number: 7;
|
|
91
|
+
readonly label: "LABEL_OPTIONAL";
|
|
92
|
+
readonly type: "TYPE_STRING";
|
|
93
|
+
readonly typeName: "";
|
|
94
|
+
readonly defaultValue: "";
|
|
95
|
+
readonly options: null;
|
|
96
|
+
readonly oneofIndex: 0;
|
|
97
|
+
readonly jsonName: "";
|
|
98
|
+
readonly proto3Optional: false;
|
|
99
|
+
}, {
|
|
100
|
+
readonly name: "transport";
|
|
101
|
+
readonly extendee: "";
|
|
102
|
+
readonly number: 8;
|
|
103
|
+
readonly label: "LABEL_OPTIONAL";
|
|
104
|
+
readonly type: "TYPE_STRING";
|
|
105
|
+
readonly typeName: "";
|
|
106
|
+
readonly defaultValue: "";
|
|
107
|
+
readonly options: null;
|
|
108
|
+
readonly oneofIndex: 0;
|
|
109
|
+
readonly jsonName: "";
|
|
110
|
+
readonly proto3Optional: false;
|
|
111
|
+
}];
|
|
112
|
+
readonly nestedType: readonly [];
|
|
113
|
+
readonly enumType: readonly [];
|
|
114
|
+
readonly extensionRange: readonly [];
|
|
115
|
+
readonly extension: readonly [];
|
|
116
|
+
readonly oneofDecl: readonly [];
|
|
117
|
+
readonly reservedRange: readonly [];
|
|
118
|
+
readonly reservedName: readonly [];
|
|
119
|
+
readonly name: "RegisterFunctionRequest";
|
|
120
|
+
readonly options: null;
|
|
121
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
122
|
+
};
|
|
123
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
124
|
+
};
|
|
125
|
+
readonly responseType: {
|
|
126
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
127
|
+
readonly type: {
|
|
128
|
+
readonly field: readonly [];
|
|
129
|
+
readonly nestedType: readonly [];
|
|
130
|
+
readonly enumType: readonly [];
|
|
131
|
+
readonly extensionRange: readonly [];
|
|
132
|
+
readonly extension: readonly [];
|
|
133
|
+
readonly oneofDecl: readonly [];
|
|
134
|
+
readonly reservedRange: readonly [];
|
|
135
|
+
readonly reservedName: readonly [];
|
|
136
|
+
readonly name: "RegisterFunctionResponse";
|
|
137
|
+
readonly options: null;
|
|
138
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
139
|
+
};
|
|
140
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
141
|
+
};
|
|
142
|
+
readonly options: {
|
|
143
|
+
readonly deprecated: false;
|
|
144
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
145
|
+
readonly uninterpreted_option: readonly [];
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
readonly RegisterConsumerGroup: {
|
|
149
|
+
readonly path: "/servicebridge.ServiceBridge/RegisterConsumerGroup";
|
|
150
|
+
readonly requestStream: false;
|
|
151
|
+
readonly responseStream: false;
|
|
152
|
+
readonly requestSerialize: undefined;
|
|
153
|
+
readonly requestDeserialize: undefined;
|
|
154
|
+
readonly responseSerialize: undefined;
|
|
155
|
+
readonly responseDeserialize: undefined;
|
|
156
|
+
readonly originalName: "registerConsumerGroup";
|
|
157
|
+
readonly requestType: {
|
|
158
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
159
|
+
readonly type: {
|
|
160
|
+
readonly field: readonly [{
|
|
161
|
+
readonly name: "name";
|
|
162
|
+
readonly extendee: "";
|
|
163
|
+
readonly number: 1;
|
|
164
|
+
readonly label: "LABEL_OPTIONAL";
|
|
165
|
+
readonly type: "TYPE_STRING";
|
|
166
|
+
readonly typeName: "";
|
|
167
|
+
readonly defaultValue: "";
|
|
168
|
+
readonly options: null;
|
|
169
|
+
readonly oneofIndex: 0;
|
|
170
|
+
readonly jsonName: "";
|
|
171
|
+
readonly proto3Optional: false;
|
|
172
|
+
}, {
|
|
173
|
+
readonly name: "pattern";
|
|
174
|
+
readonly extendee: "";
|
|
175
|
+
readonly number: 2;
|
|
176
|
+
readonly label: "LABEL_OPTIONAL";
|
|
177
|
+
readonly type: "TYPE_STRING";
|
|
178
|
+
readonly typeName: "";
|
|
179
|
+
readonly defaultValue: "";
|
|
180
|
+
readonly options: null;
|
|
181
|
+
readonly oneofIndex: 0;
|
|
182
|
+
readonly jsonName: "";
|
|
183
|
+
readonly proto3Optional: false;
|
|
184
|
+
}, {
|
|
185
|
+
readonly name: "mode";
|
|
186
|
+
readonly extendee: "";
|
|
187
|
+
readonly number: 3;
|
|
188
|
+
readonly label: "LABEL_OPTIONAL";
|
|
189
|
+
readonly type: "TYPE_STRING";
|
|
190
|
+
readonly typeName: "";
|
|
191
|
+
readonly defaultValue: "";
|
|
192
|
+
readonly options: null;
|
|
193
|
+
readonly oneofIndex: 0;
|
|
194
|
+
readonly jsonName: "";
|
|
195
|
+
readonly proto3Optional: false;
|
|
196
|
+
}, {
|
|
197
|
+
readonly name: "retry_policy_json";
|
|
198
|
+
readonly extendee: "";
|
|
199
|
+
readonly number: 4;
|
|
200
|
+
readonly label: "LABEL_OPTIONAL";
|
|
201
|
+
readonly type: "TYPE_STRING";
|
|
202
|
+
readonly typeName: "";
|
|
203
|
+
readonly defaultValue: "";
|
|
204
|
+
readonly options: null;
|
|
205
|
+
readonly oneofIndex: 0;
|
|
206
|
+
readonly jsonName: "";
|
|
207
|
+
readonly proto3Optional: false;
|
|
208
|
+
}, {
|
|
209
|
+
readonly name: "active";
|
|
210
|
+
readonly extendee: "";
|
|
211
|
+
readonly number: 6;
|
|
212
|
+
readonly label: "LABEL_OPTIONAL";
|
|
213
|
+
readonly type: "TYPE_BOOL";
|
|
214
|
+
readonly typeName: "";
|
|
215
|
+
readonly defaultValue: "";
|
|
216
|
+
readonly options: null;
|
|
217
|
+
readonly oneofIndex: 0;
|
|
218
|
+
readonly jsonName: "";
|
|
219
|
+
readonly proto3Optional: false;
|
|
220
|
+
}, {
|
|
221
|
+
readonly name: "filter_expr";
|
|
222
|
+
readonly extendee: "";
|
|
223
|
+
readonly number: 7;
|
|
224
|
+
readonly label: "LABEL_OPTIONAL";
|
|
225
|
+
readonly type: "TYPE_STRING";
|
|
226
|
+
readonly typeName: "";
|
|
227
|
+
readonly defaultValue: "";
|
|
228
|
+
readonly options: null;
|
|
229
|
+
readonly oneofIndex: 0;
|
|
230
|
+
readonly jsonName: "";
|
|
231
|
+
readonly proto3Optional: false;
|
|
232
|
+
}];
|
|
233
|
+
readonly nestedType: readonly [];
|
|
234
|
+
readonly enumType: readonly [];
|
|
235
|
+
readonly extensionRange: readonly [];
|
|
236
|
+
readonly extension: readonly [];
|
|
237
|
+
readonly oneofDecl: readonly [];
|
|
238
|
+
readonly reservedRange: readonly [{
|
|
239
|
+
readonly start: 5;
|
|
240
|
+
readonly end: 5;
|
|
241
|
+
}];
|
|
242
|
+
readonly reservedName: readonly [];
|
|
243
|
+
readonly name: "RegisterConsumerGroupRequest";
|
|
244
|
+
readonly options: null;
|
|
245
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
246
|
+
};
|
|
247
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
248
|
+
};
|
|
249
|
+
readonly responseType: {
|
|
250
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
251
|
+
readonly type: {
|
|
252
|
+
readonly field: readonly [];
|
|
253
|
+
readonly nestedType: readonly [];
|
|
254
|
+
readonly enumType: readonly [];
|
|
255
|
+
readonly extensionRange: readonly [];
|
|
256
|
+
readonly extension: readonly [];
|
|
257
|
+
readonly oneofDecl: readonly [];
|
|
258
|
+
readonly reservedRange: readonly [];
|
|
259
|
+
readonly reservedName: readonly [];
|
|
260
|
+
readonly name: "RegisterConsumerGroupResponse";
|
|
261
|
+
readonly options: null;
|
|
262
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
263
|
+
};
|
|
264
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
265
|
+
};
|
|
266
|
+
readonly options: {
|
|
267
|
+
readonly deprecated: false;
|
|
268
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
269
|
+
readonly uninterpreted_option: readonly [];
|
|
270
|
+
};
|
|
271
|
+
};
|
|
272
|
+
readonly RegisterGroupMember: {
|
|
273
|
+
readonly path: "/servicebridge.ServiceBridge/RegisterGroupMember";
|
|
274
|
+
readonly requestStream: false;
|
|
275
|
+
readonly responseStream: false;
|
|
276
|
+
readonly requestSerialize: undefined;
|
|
277
|
+
readonly requestDeserialize: undefined;
|
|
278
|
+
readonly responseSerialize: undefined;
|
|
279
|
+
readonly responseDeserialize: undefined;
|
|
280
|
+
readonly originalName: "registerGroupMember";
|
|
281
|
+
readonly requestType: {
|
|
282
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
283
|
+
readonly type: {
|
|
284
|
+
readonly field: readonly [{
|
|
285
|
+
readonly name: "group_name";
|
|
286
|
+
readonly extendee: "";
|
|
287
|
+
readonly number: 1;
|
|
288
|
+
readonly label: "LABEL_OPTIONAL";
|
|
289
|
+
readonly type: "TYPE_STRING";
|
|
290
|
+
readonly typeName: "";
|
|
291
|
+
readonly defaultValue: "";
|
|
292
|
+
readonly options: null;
|
|
293
|
+
readonly oneofIndex: 0;
|
|
294
|
+
readonly jsonName: "";
|
|
295
|
+
readonly proto3Optional: false;
|
|
296
|
+
}, {
|
|
297
|
+
readonly name: "service_name";
|
|
298
|
+
readonly extendee: "";
|
|
299
|
+
readonly number: 2;
|
|
300
|
+
readonly label: "LABEL_OPTIONAL";
|
|
301
|
+
readonly type: "TYPE_STRING";
|
|
302
|
+
readonly typeName: "";
|
|
303
|
+
readonly defaultValue: "";
|
|
304
|
+
readonly options: null;
|
|
305
|
+
readonly oneofIndex: 0;
|
|
306
|
+
readonly jsonName: "";
|
|
307
|
+
readonly proto3Optional: false;
|
|
308
|
+
}, {
|
|
309
|
+
readonly name: "instance_id";
|
|
310
|
+
readonly extendee: "";
|
|
311
|
+
readonly number: 3;
|
|
312
|
+
readonly label: "LABEL_OPTIONAL";
|
|
313
|
+
readonly type: "TYPE_STRING";
|
|
314
|
+
readonly typeName: "";
|
|
315
|
+
readonly defaultValue: "";
|
|
316
|
+
readonly options: null;
|
|
317
|
+
readonly oneofIndex: 0;
|
|
318
|
+
readonly jsonName: "";
|
|
319
|
+
readonly proto3Optional: false;
|
|
320
|
+
}, {
|
|
321
|
+
readonly name: "endpoint";
|
|
322
|
+
readonly extendee: "";
|
|
323
|
+
readonly number: 4;
|
|
324
|
+
readonly label: "LABEL_OPTIONAL";
|
|
325
|
+
readonly type: "TYPE_STRING";
|
|
326
|
+
readonly typeName: "";
|
|
327
|
+
readonly defaultValue: "";
|
|
328
|
+
readonly options: null;
|
|
329
|
+
readonly oneofIndex: 0;
|
|
330
|
+
readonly jsonName: "";
|
|
331
|
+
readonly proto3Optional: false;
|
|
332
|
+
}, {
|
|
333
|
+
readonly name: "weight";
|
|
334
|
+
readonly extendee: "";
|
|
335
|
+
readonly number: 5;
|
|
336
|
+
readonly label: "LABEL_OPTIONAL";
|
|
337
|
+
readonly type: "TYPE_INT32";
|
|
338
|
+
readonly typeName: "";
|
|
339
|
+
readonly defaultValue: "";
|
|
340
|
+
readonly options: null;
|
|
341
|
+
readonly oneofIndex: 0;
|
|
342
|
+
readonly jsonName: "";
|
|
343
|
+
readonly proto3Optional: false;
|
|
344
|
+
}, {
|
|
345
|
+
readonly name: "transport";
|
|
346
|
+
readonly extendee: "";
|
|
347
|
+
readonly number: 6;
|
|
348
|
+
readonly label: "LABEL_OPTIONAL";
|
|
349
|
+
readonly type: "TYPE_STRING";
|
|
350
|
+
readonly typeName: "";
|
|
351
|
+
readonly defaultValue: "";
|
|
352
|
+
readonly options: null;
|
|
353
|
+
readonly oneofIndex: 0;
|
|
354
|
+
readonly jsonName: "";
|
|
355
|
+
readonly proto3Optional: false;
|
|
356
|
+
}];
|
|
357
|
+
readonly nestedType: readonly [];
|
|
358
|
+
readonly enumType: readonly [];
|
|
359
|
+
readonly extensionRange: readonly [];
|
|
360
|
+
readonly extension: readonly [];
|
|
361
|
+
readonly oneofDecl: readonly [];
|
|
362
|
+
readonly reservedRange: readonly [];
|
|
363
|
+
readonly reservedName: readonly [];
|
|
364
|
+
readonly name: "RegisterGroupMemberRequest";
|
|
365
|
+
readonly options: null;
|
|
366
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
367
|
+
};
|
|
368
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
369
|
+
};
|
|
370
|
+
readonly responseType: {
|
|
371
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
372
|
+
readonly type: {
|
|
373
|
+
readonly field: readonly [];
|
|
374
|
+
readonly nestedType: readonly [];
|
|
375
|
+
readonly enumType: readonly [];
|
|
376
|
+
readonly extensionRange: readonly [];
|
|
377
|
+
readonly extension: readonly [];
|
|
378
|
+
readonly oneofDecl: readonly [];
|
|
379
|
+
readonly reservedRange: readonly [];
|
|
380
|
+
readonly reservedName: readonly [];
|
|
381
|
+
readonly name: "RegisterGroupMemberResponse";
|
|
382
|
+
readonly options: null;
|
|
383
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
384
|
+
};
|
|
385
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
386
|
+
};
|
|
387
|
+
readonly options: {
|
|
388
|
+
readonly deprecated: false;
|
|
389
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
390
|
+
readonly uninterpreted_option: readonly [];
|
|
391
|
+
};
|
|
392
|
+
};
|
|
393
|
+
readonly Heartbeat: {
|
|
394
|
+
readonly path: "/servicebridge.ServiceBridge/Heartbeat";
|
|
395
|
+
readonly requestStream: false;
|
|
396
|
+
readonly responseStream: false;
|
|
397
|
+
readonly requestSerialize: undefined;
|
|
398
|
+
readonly requestDeserialize: undefined;
|
|
399
|
+
readonly responseSerialize: undefined;
|
|
400
|
+
readonly responseDeserialize: undefined;
|
|
401
|
+
readonly originalName: "heartbeat";
|
|
402
|
+
readonly requestType: {
|
|
403
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
404
|
+
readonly type: {
|
|
405
|
+
readonly field: readonly [{
|
|
406
|
+
readonly name: "service_name";
|
|
407
|
+
readonly extendee: "";
|
|
408
|
+
readonly number: 1;
|
|
409
|
+
readonly label: "LABEL_OPTIONAL";
|
|
410
|
+
readonly type: "TYPE_STRING";
|
|
411
|
+
readonly typeName: "";
|
|
412
|
+
readonly defaultValue: "";
|
|
413
|
+
readonly options: null;
|
|
414
|
+
readonly oneofIndex: 0;
|
|
415
|
+
readonly jsonName: "";
|
|
416
|
+
readonly proto3Optional: false;
|
|
417
|
+
}, {
|
|
418
|
+
readonly name: "instance_id";
|
|
419
|
+
readonly extendee: "";
|
|
420
|
+
readonly number: 2;
|
|
421
|
+
readonly label: "LABEL_OPTIONAL";
|
|
422
|
+
readonly type: "TYPE_STRING";
|
|
423
|
+
readonly typeName: "";
|
|
424
|
+
readonly defaultValue: "";
|
|
425
|
+
readonly options: null;
|
|
426
|
+
readonly oneofIndex: 0;
|
|
427
|
+
readonly jsonName: "";
|
|
428
|
+
readonly proto3Optional: false;
|
|
429
|
+
}, {
|
|
430
|
+
readonly name: "endpoint";
|
|
431
|
+
readonly extendee: "";
|
|
432
|
+
readonly number: 3;
|
|
433
|
+
readonly label: "LABEL_OPTIONAL";
|
|
434
|
+
readonly type: "TYPE_STRING";
|
|
435
|
+
readonly typeName: "";
|
|
436
|
+
readonly defaultValue: "";
|
|
437
|
+
readonly options: null;
|
|
438
|
+
readonly oneofIndex: 0;
|
|
439
|
+
readonly jsonName: "";
|
|
440
|
+
readonly proto3Optional: false;
|
|
441
|
+
}, {
|
|
442
|
+
readonly name: "group_names";
|
|
443
|
+
readonly extendee: "";
|
|
444
|
+
readonly number: 4;
|
|
445
|
+
readonly label: "LABEL_REPEATED";
|
|
446
|
+
readonly type: "TYPE_STRING";
|
|
447
|
+
readonly typeName: "";
|
|
448
|
+
readonly defaultValue: "";
|
|
449
|
+
readonly options: null;
|
|
450
|
+
readonly oneofIndex: 0;
|
|
451
|
+
readonly jsonName: "";
|
|
452
|
+
readonly proto3Optional: false;
|
|
453
|
+
}, {
|
|
454
|
+
readonly name: "function_names";
|
|
455
|
+
readonly extendee: "";
|
|
456
|
+
readonly number: 5;
|
|
457
|
+
readonly label: "LABEL_REPEATED";
|
|
458
|
+
readonly type: "TYPE_STRING";
|
|
459
|
+
readonly typeName: "";
|
|
460
|
+
readonly defaultValue: "";
|
|
461
|
+
readonly options: null;
|
|
462
|
+
readonly oneofIndex: 0;
|
|
463
|
+
readonly jsonName: "";
|
|
464
|
+
readonly proto3Optional: false;
|
|
465
|
+
}, {
|
|
466
|
+
readonly name: "transport";
|
|
467
|
+
readonly extendee: "";
|
|
468
|
+
readonly number: 6;
|
|
469
|
+
readonly label: "LABEL_OPTIONAL";
|
|
470
|
+
readonly type: "TYPE_STRING";
|
|
471
|
+
readonly typeName: "";
|
|
472
|
+
readonly defaultValue: "";
|
|
473
|
+
readonly options: null;
|
|
474
|
+
readonly oneofIndex: 0;
|
|
475
|
+
readonly jsonName: "";
|
|
476
|
+
readonly proto3Optional: false;
|
|
477
|
+
}, {
|
|
478
|
+
readonly name: "cpu_percent";
|
|
479
|
+
readonly extendee: "";
|
|
480
|
+
readonly number: 7;
|
|
481
|
+
readonly label: "LABEL_OPTIONAL";
|
|
482
|
+
readonly type: "TYPE_FLOAT";
|
|
483
|
+
readonly typeName: "";
|
|
484
|
+
readonly defaultValue: "";
|
|
485
|
+
readonly options: {
|
|
486
|
+
readonly targets: readonly [];
|
|
487
|
+
readonly editionDefaults: readonly [];
|
|
488
|
+
readonly uninterpretedOption: readonly [];
|
|
489
|
+
readonly ctype: "STRING";
|
|
490
|
+
readonly packed: false;
|
|
491
|
+
readonly deprecated: false;
|
|
492
|
+
readonly lazy: false;
|
|
493
|
+
readonly jstype: "JS_NORMAL";
|
|
494
|
+
readonly weak: false;
|
|
495
|
+
readonly unverifiedLazy: false;
|
|
496
|
+
readonly debugRedact: false;
|
|
497
|
+
readonly retention: "RETENTION_UNKNOWN";
|
|
498
|
+
readonly features: null;
|
|
499
|
+
readonly featureSupport: null;
|
|
500
|
+
};
|
|
501
|
+
readonly oneofIndex: 0;
|
|
502
|
+
readonly jsonName: "";
|
|
503
|
+
readonly proto3Optional: false;
|
|
504
|
+
}, {
|
|
505
|
+
readonly name: "ram_mb";
|
|
506
|
+
readonly extendee: "";
|
|
507
|
+
readonly number: 8;
|
|
508
|
+
readonly label: "LABEL_OPTIONAL";
|
|
509
|
+
readonly type: "TYPE_INT32";
|
|
510
|
+
readonly typeName: "";
|
|
511
|
+
readonly defaultValue: "";
|
|
512
|
+
readonly options: {
|
|
513
|
+
readonly targets: readonly [];
|
|
514
|
+
readonly editionDefaults: readonly [];
|
|
515
|
+
readonly uninterpretedOption: readonly [];
|
|
516
|
+
readonly ctype: "STRING";
|
|
517
|
+
readonly packed: false;
|
|
518
|
+
readonly deprecated: false;
|
|
519
|
+
readonly lazy: false;
|
|
520
|
+
readonly jstype: "JS_NORMAL";
|
|
521
|
+
readonly weak: false;
|
|
522
|
+
readonly unverifiedLazy: false;
|
|
523
|
+
readonly debugRedact: false;
|
|
524
|
+
readonly retention: "RETENTION_UNKNOWN";
|
|
525
|
+
readonly features: null;
|
|
526
|
+
readonly featureSupport: null;
|
|
527
|
+
};
|
|
528
|
+
readonly oneofIndex: 1;
|
|
529
|
+
readonly jsonName: "";
|
|
530
|
+
readonly proto3Optional: false;
|
|
531
|
+
}];
|
|
532
|
+
readonly nestedType: readonly [];
|
|
533
|
+
readonly enumType: readonly [];
|
|
534
|
+
readonly extensionRange: readonly [];
|
|
535
|
+
readonly extension: readonly [];
|
|
536
|
+
readonly oneofDecl: readonly [{
|
|
537
|
+
readonly name: "_cpu_percent";
|
|
538
|
+
readonly options: null;
|
|
539
|
+
}, {
|
|
540
|
+
readonly name: "_ram_mb";
|
|
541
|
+
readonly options: null;
|
|
542
|
+
}];
|
|
543
|
+
readonly reservedRange: readonly [];
|
|
544
|
+
readonly reservedName: readonly [];
|
|
545
|
+
readonly name: "HeartbeatRequest";
|
|
546
|
+
readonly options: null;
|
|
547
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
548
|
+
};
|
|
549
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
550
|
+
};
|
|
551
|
+
readonly responseType: {
|
|
552
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
553
|
+
readonly type: {
|
|
554
|
+
readonly field: readonly [];
|
|
555
|
+
readonly nestedType: readonly [];
|
|
556
|
+
readonly enumType: readonly [];
|
|
557
|
+
readonly extensionRange: readonly [];
|
|
558
|
+
readonly extension: readonly [];
|
|
559
|
+
readonly oneofDecl: readonly [];
|
|
560
|
+
readonly reservedRange: readonly [];
|
|
561
|
+
readonly reservedName: readonly [];
|
|
562
|
+
readonly name: "HeartbeatResponse";
|
|
563
|
+
readonly options: null;
|
|
564
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
565
|
+
};
|
|
566
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
567
|
+
};
|
|
568
|
+
readonly options: {
|
|
569
|
+
readonly deprecated: false;
|
|
570
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
571
|
+
readonly uninterpreted_option: readonly [];
|
|
572
|
+
};
|
|
573
|
+
};
|
|
574
|
+
readonly RegisterWorkflow: {
|
|
575
|
+
readonly path: "/servicebridge.ServiceBridge/RegisterWorkflow";
|
|
576
|
+
readonly requestStream: false;
|
|
577
|
+
readonly responseStream: false;
|
|
578
|
+
readonly requestSerialize: undefined;
|
|
579
|
+
readonly requestDeserialize: undefined;
|
|
580
|
+
readonly responseSerialize: undefined;
|
|
581
|
+
readonly responseDeserialize: undefined;
|
|
582
|
+
readonly originalName: "registerWorkflow";
|
|
583
|
+
readonly requestType: {
|
|
584
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
585
|
+
readonly type: {
|
|
586
|
+
readonly field: readonly [{
|
|
587
|
+
readonly name: "name";
|
|
588
|
+
readonly extendee: "";
|
|
589
|
+
readonly number: 1;
|
|
590
|
+
readonly label: "LABEL_OPTIONAL";
|
|
591
|
+
readonly type: "TYPE_STRING";
|
|
592
|
+
readonly typeName: "";
|
|
593
|
+
readonly defaultValue: "";
|
|
594
|
+
readonly options: null;
|
|
595
|
+
readonly oneofIndex: 0;
|
|
596
|
+
readonly jsonName: "";
|
|
597
|
+
readonly proto3Optional: false;
|
|
598
|
+
}, {
|
|
599
|
+
readonly name: "definition";
|
|
600
|
+
readonly extendee: "";
|
|
601
|
+
readonly number: 2;
|
|
602
|
+
readonly label: "LABEL_OPTIONAL";
|
|
603
|
+
readonly type: "TYPE_STRING";
|
|
604
|
+
readonly typeName: "";
|
|
605
|
+
readonly defaultValue: "";
|
|
606
|
+
readonly options: null;
|
|
607
|
+
readonly oneofIndex: 0;
|
|
608
|
+
readonly jsonName: "";
|
|
609
|
+
readonly proto3Optional: false;
|
|
610
|
+
}, {
|
|
611
|
+
readonly name: "opts";
|
|
612
|
+
readonly extendee: "";
|
|
613
|
+
readonly number: 3;
|
|
614
|
+
readonly label: "LABEL_OPTIONAL";
|
|
615
|
+
readonly type: "TYPE_STRING";
|
|
616
|
+
readonly typeName: "";
|
|
617
|
+
readonly defaultValue: "";
|
|
618
|
+
readonly options: null;
|
|
619
|
+
readonly oneofIndex: 0;
|
|
620
|
+
readonly jsonName: "";
|
|
621
|
+
readonly proto3Optional: false;
|
|
622
|
+
}, {
|
|
623
|
+
readonly name: "service_name";
|
|
624
|
+
readonly extendee: "";
|
|
625
|
+
readonly number: 4;
|
|
626
|
+
readonly label: "LABEL_OPTIONAL";
|
|
627
|
+
readonly type: "TYPE_STRING";
|
|
628
|
+
readonly typeName: "";
|
|
629
|
+
readonly defaultValue: "";
|
|
630
|
+
readonly options: null;
|
|
631
|
+
readonly oneofIndex: 0;
|
|
632
|
+
readonly jsonName: "";
|
|
633
|
+
readonly proto3Optional: false;
|
|
634
|
+
}];
|
|
635
|
+
readonly nestedType: readonly [];
|
|
636
|
+
readonly enumType: readonly [];
|
|
637
|
+
readonly extensionRange: readonly [];
|
|
638
|
+
readonly extension: readonly [];
|
|
639
|
+
readonly oneofDecl: readonly [];
|
|
640
|
+
readonly reservedRange: readonly [];
|
|
641
|
+
readonly reservedName: readonly [];
|
|
642
|
+
readonly name: "RegisterWorkflowRequest";
|
|
643
|
+
readonly options: null;
|
|
644
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
645
|
+
};
|
|
646
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
647
|
+
};
|
|
648
|
+
readonly responseType: {
|
|
649
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
650
|
+
readonly type: {
|
|
651
|
+
readonly field: readonly [{
|
|
652
|
+
readonly name: "id";
|
|
653
|
+
readonly extendee: "";
|
|
654
|
+
readonly number: 1;
|
|
655
|
+
readonly label: "LABEL_OPTIONAL";
|
|
656
|
+
readonly type: "TYPE_STRING";
|
|
657
|
+
readonly typeName: "";
|
|
658
|
+
readonly defaultValue: "";
|
|
659
|
+
readonly options: null;
|
|
660
|
+
readonly oneofIndex: 0;
|
|
661
|
+
readonly jsonName: "";
|
|
662
|
+
readonly proto3Optional: false;
|
|
663
|
+
}];
|
|
664
|
+
readonly nestedType: readonly [];
|
|
665
|
+
readonly enumType: readonly [];
|
|
666
|
+
readonly extensionRange: readonly [];
|
|
667
|
+
readonly extension: readonly [];
|
|
668
|
+
readonly oneofDecl: readonly [];
|
|
669
|
+
readonly reservedRange: readonly [];
|
|
670
|
+
readonly reservedName: readonly [];
|
|
671
|
+
readonly name: "RegisterWorkflowResponse";
|
|
672
|
+
readonly options: null;
|
|
673
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
674
|
+
};
|
|
675
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
676
|
+
};
|
|
677
|
+
readonly options: {
|
|
678
|
+
readonly deprecated: false;
|
|
679
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
680
|
+
readonly uninterpreted_option: readonly [];
|
|
681
|
+
};
|
|
682
|
+
};
|
|
683
|
+
readonly RegisterJob: {
|
|
684
|
+
readonly path: "/servicebridge.ServiceBridge/RegisterJob";
|
|
685
|
+
readonly requestStream: false;
|
|
686
|
+
readonly responseStream: false;
|
|
687
|
+
readonly requestSerialize: undefined;
|
|
688
|
+
readonly requestDeserialize: undefined;
|
|
689
|
+
readonly responseSerialize: undefined;
|
|
690
|
+
readonly responseDeserialize: undefined;
|
|
691
|
+
readonly originalName: "registerJob";
|
|
692
|
+
readonly requestType: {
|
|
693
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
694
|
+
readonly type: {
|
|
695
|
+
readonly field: readonly [{
|
|
696
|
+
readonly name: "cron_expr";
|
|
697
|
+
readonly extendee: "";
|
|
698
|
+
readonly number: 1;
|
|
699
|
+
readonly label: "LABEL_OPTIONAL";
|
|
700
|
+
readonly type: "TYPE_STRING";
|
|
701
|
+
readonly typeName: "";
|
|
702
|
+
readonly defaultValue: "";
|
|
703
|
+
readonly options: null;
|
|
704
|
+
readonly oneofIndex: 0;
|
|
705
|
+
readonly jsonName: "";
|
|
706
|
+
readonly proto3Optional: false;
|
|
707
|
+
}, {
|
|
708
|
+
readonly name: "timezone";
|
|
709
|
+
readonly extendee: "";
|
|
710
|
+
readonly number: 2;
|
|
711
|
+
readonly label: "LABEL_OPTIONAL";
|
|
712
|
+
readonly type: "TYPE_STRING";
|
|
713
|
+
readonly typeName: "";
|
|
714
|
+
readonly defaultValue: "";
|
|
715
|
+
readonly options: null;
|
|
716
|
+
readonly oneofIndex: 0;
|
|
717
|
+
readonly jsonName: "";
|
|
718
|
+
readonly proto3Optional: false;
|
|
719
|
+
}, {
|
|
720
|
+
readonly name: "misfire_policy";
|
|
721
|
+
readonly extendee: "";
|
|
722
|
+
readonly number: 3;
|
|
723
|
+
readonly label: "LABEL_OPTIONAL";
|
|
724
|
+
readonly type: "TYPE_STRING";
|
|
725
|
+
readonly typeName: "";
|
|
726
|
+
readonly defaultValue: "";
|
|
727
|
+
readonly options: null;
|
|
728
|
+
readonly oneofIndex: 0;
|
|
729
|
+
readonly jsonName: "";
|
|
730
|
+
readonly proto3Optional: false;
|
|
731
|
+
}, {
|
|
732
|
+
readonly name: "target_type";
|
|
733
|
+
readonly extendee: "";
|
|
734
|
+
readonly number: 4;
|
|
735
|
+
readonly label: "LABEL_OPTIONAL";
|
|
736
|
+
readonly type: "TYPE_STRING";
|
|
737
|
+
readonly typeName: "";
|
|
738
|
+
readonly defaultValue: "";
|
|
739
|
+
readonly options: null;
|
|
740
|
+
readonly oneofIndex: 0;
|
|
741
|
+
readonly jsonName: "";
|
|
742
|
+
readonly proto3Optional: false;
|
|
743
|
+
}, {
|
|
744
|
+
readonly name: "target_ref";
|
|
745
|
+
readonly extendee: "";
|
|
746
|
+
readonly number: 5;
|
|
747
|
+
readonly label: "LABEL_OPTIONAL";
|
|
748
|
+
readonly type: "TYPE_STRING";
|
|
749
|
+
readonly typeName: "";
|
|
750
|
+
readonly defaultValue: "";
|
|
751
|
+
readonly options: null;
|
|
752
|
+
readonly oneofIndex: 0;
|
|
753
|
+
readonly jsonName: "";
|
|
754
|
+
readonly proto3Optional: false;
|
|
755
|
+
}, {
|
|
756
|
+
readonly name: "delay_ms";
|
|
757
|
+
readonly extendee: "";
|
|
758
|
+
readonly number: 6;
|
|
759
|
+
readonly label: "LABEL_OPTIONAL";
|
|
760
|
+
readonly type: "TYPE_INT32";
|
|
761
|
+
readonly typeName: "";
|
|
762
|
+
readonly defaultValue: "";
|
|
763
|
+
readonly options: null;
|
|
764
|
+
readonly oneofIndex: 0;
|
|
765
|
+
readonly jsonName: "";
|
|
766
|
+
readonly proto3Optional: false;
|
|
767
|
+
}, {
|
|
768
|
+
readonly name: "service_name";
|
|
769
|
+
readonly extendee: "";
|
|
770
|
+
readonly number: 7;
|
|
771
|
+
readonly label: "LABEL_OPTIONAL";
|
|
772
|
+
readonly type: "TYPE_STRING";
|
|
773
|
+
readonly typeName: "";
|
|
774
|
+
readonly defaultValue: "";
|
|
775
|
+
readonly options: null;
|
|
776
|
+
readonly oneofIndex: 0;
|
|
777
|
+
readonly jsonName: "";
|
|
778
|
+
readonly proto3Optional: false;
|
|
779
|
+
}, {
|
|
780
|
+
readonly name: "retry_policy_json";
|
|
781
|
+
readonly extendee: "";
|
|
782
|
+
readonly number: 8;
|
|
783
|
+
readonly label: "LABEL_OPTIONAL";
|
|
784
|
+
readonly type: "TYPE_STRING";
|
|
785
|
+
readonly typeName: "";
|
|
786
|
+
readonly defaultValue: "";
|
|
787
|
+
readonly options: null;
|
|
788
|
+
readonly oneofIndex: 0;
|
|
789
|
+
readonly jsonName: "";
|
|
790
|
+
readonly proto3Optional: false;
|
|
791
|
+
}];
|
|
792
|
+
readonly nestedType: readonly [];
|
|
793
|
+
readonly enumType: readonly [];
|
|
794
|
+
readonly extensionRange: readonly [];
|
|
795
|
+
readonly extension: readonly [];
|
|
796
|
+
readonly oneofDecl: readonly [];
|
|
797
|
+
readonly reservedRange: readonly [];
|
|
798
|
+
readonly reservedName: readonly [];
|
|
799
|
+
readonly name: "RegisterJobRequest";
|
|
800
|
+
readonly options: null;
|
|
801
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
802
|
+
};
|
|
803
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
804
|
+
};
|
|
805
|
+
readonly responseType: {
|
|
806
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
807
|
+
readonly type: {
|
|
808
|
+
readonly field: readonly [{
|
|
809
|
+
readonly name: "id";
|
|
810
|
+
readonly extendee: "";
|
|
811
|
+
readonly number: 1;
|
|
812
|
+
readonly label: "LABEL_OPTIONAL";
|
|
813
|
+
readonly type: "TYPE_STRING";
|
|
814
|
+
readonly typeName: "";
|
|
815
|
+
readonly defaultValue: "";
|
|
816
|
+
readonly options: null;
|
|
817
|
+
readonly oneofIndex: 0;
|
|
818
|
+
readonly jsonName: "";
|
|
819
|
+
readonly proto3Optional: false;
|
|
820
|
+
}];
|
|
821
|
+
readonly nestedType: readonly [];
|
|
822
|
+
readonly enumType: readonly [];
|
|
823
|
+
readonly extensionRange: readonly [];
|
|
824
|
+
readonly extension: readonly [];
|
|
825
|
+
readonly oneofDecl: readonly [];
|
|
826
|
+
readonly reservedRange: readonly [];
|
|
827
|
+
readonly reservedName: readonly [];
|
|
828
|
+
readonly name: "RegisterJobResponse";
|
|
829
|
+
readonly options: null;
|
|
830
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
831
|
+
};
|
|
832
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
833
|
+
};
|
|
834
|
+
readonly options: {
|
|
835
|
+
readonly deprecated: false;
|
|
836
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
837
|
+
readonly uninterpreted_option: readonly [];
|
|
838
|
+
};
|
|
839
|
+
};
|
|
840
|
+
readonly WatchRegistry: {
|
|
841
|
+
readonly path: "/servicebridge.ServiceBridge/WatchRegistry";
|
|
842
|
+
readonly requestStream: false;
|
|
843
|
+
readonly responseStream: true;
|
|
844
|
+
readonly requestSerialize: undefined;
|
|
845
|
+
readonly requestDeserialize: undefined;
|
|
846
|
+
readonly responseSerialize: undefined;
|
|
847
|
+
readonly responseDeserialize: undefined;
|
|
848
|
+
readonly originalName: "watchRegistry";
|
|
849
|
+
readonly requestType: {
|
|
850
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
851
|
+
readonly type: {
|
|
852
|
+
readonly field: readonly [{
|
|
853
|
+
readonly name: "function_names";
|
|
854
|
+
readonly extendee: "";
|
|
855
|
+
readonly number: 1;
|
|
856
|
+
readonly label: "LABEL_REPEATED";
|
|
857
|
+
readonly type: "TYPE_STRING";
|
|
858
|
+
readonly typeName: "";
|
|
859
|
+
readonly defaultValue: "";
|
|
860
|
+
readonly options: null;
|
|
861
|
+
readonly oneofIndex: 0;
|
|
862
|
+
readonly jsonName: "";
|
|
863
|
+
readonly proto3Optional: false;
|
|
864
|
+
}];
|
|
865
|
+
readonly nestedType: readonly [];
|
|
866
|
+
readonly enumType: readonly [];
|
|
867
|
+
readonly extensionRange: readonly [];
|
|
868
|
+
readonly extension: readonly [];
|
|
869
|
+
readonly oneofDecl: readonly [];
|
|
870
|
+
readonly reservedRange: readonly [];
|
|
871
|
+
readonly reservedName: readonly [];
|
|
872
|
+
readonly name: "WatchRegistryRequest";
|
|
873
|
+
readonly options: null;
|
|
874
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
875
|
+
};
|
|
876
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
877
|
+
};
|
|
878
|
+
readonly responseType: {
|
|
879
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
880
|
+
readonly type: {
|
|
881
|
+
readonly field: readonly [{
|
|
882
|
+
readonly name: "kind";
|
|
883
|
+
readonly extendee: "";
|
|
884
|
+
readonly number: 1;
|
|
885
|
+
readonly label: "LABEL_OPTIONAL";
|
|
886
|
+
readonly type: "TYPE_ENUM";
|
|
887
|
+
readonly typeName: "RegistryMessageKind";
|
|
888
|
+
readonly defaultValue: "";
|
|
889
|
+
readonly options: null;
|
|
890
|
+
readonly oneofIndex: 0;
|
|
891
|
+
readonly jsonName: "";
|
|
892
|
+
readonly proto3Optional: false;
|
|
893
|
+
}, {
|
|
894
|
+
readonly name: "revision";
|
|
895
|
+
readonly extendee: "";
|
|
896
|
+
readonly number: 2;
|
|
897
|
+
readonly label: "LABEL_OPTIONAL";
|
|
898
|
+
readonly type: "TYPE_INT64";
|
|
899
|
+
readonly typeName: "";
|
|
900
|
+
readonly defaultValue: "";
|
|
901
|
+
readonly options: null;
|
|
902
|
+
readonly oneofIndex: 0;
|
|
903
|
+
readonly jsonName: "";
|
|
904
|
+
readonly proto3Optional: false;
|
|
905
|
+
}, {
|
|
906
|
+
readonly name: "full";
|
|
907
|
+
readonly extendee: "";
|
|
908
|
+
readonly number: 3;
|
|
909
|
+
readonly label: "LABEL_OPTIONAL";
|
|
910
|
+
readonly type: "TYPE_MESSAGE";
|
|
911
|
+
readonly typeName: "RegistrySnapshot";
|
|
912
|
+
readonly defaultValue: "";
|
|
913
|
+
readonly options: null;
|
|
914
|
+
readonly oneofIndex: 0;
|
|
915
|
+
readonly jsonName: "";
|
|
916
|
+
readonly proto3Optional: false;
|
|
917
|
+
}, {
|
|
918
|
+
readonly name: "delta";
|
|
919
|
+
readonly extendee: "";
|
|
920
|
+
readonly number: 4;
|
|
921
|
+
readonly label: "LABEL_OPTIONAL";
|
|
922
|
+
readonly type: "TYPE_MESSAGE";
|
|
923
|
+
readonly typeName: "RegistryDelta";
|
|
924
|
+
readonly defaultValue: "";
|
|
925
|
+
readonly options: null;
|
|
926
|
+
readonly oneofIndex: 0;
|
|
927
|
+
readonly jsonName: "";
|
|
928
|
+
readonly proto3Optional: false;
|
|
929
|
+
}];
|
|
930
|
+
readonly nestedType: readonly [];
|
|
931
|
+
readonly enumType: readonly [];
|
|
932
|
+
readonly extensionRange: readonly [];
|
|
933
|
+
readonly extension: readonly [];
|
|
934
|
+
readonly oneofDecl: readonly [];
|
|
935
|
+
readonly reservedRange: readonly [];
|
|
936
|
+
readonly reservedName: readonly [];
|
|
937
|
+
readonly name: "RegistryMessage";
|
|
938
|
+
readonly options: null;
|
|
939
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
940
|
+
};
|
|
941
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
942
|
+
};
|
|
943
|
+
readonly options: {
|
|
944
|
+
readonly deprecated: false;
|
|
945
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
946
|
+
readonly uninterpreted_option: readonly [];
|
|
947
|
+
};
|
|
948
|
+
};
|
|
949
|
+
readonly LookupFunction: {
|
|
950
|
+
readonly path: "/servicebridge.ServiceBridge/LookupFunction";
|
|
951
|
+
readonly requestStream: false;
|
|
952
|
+
readonly responseStream: false;
|
|
953
|
+
readonly requestSerialize: undefined;
|
|
954
|
+
readonly requestDeserialize: undefined;
|
|
955
|
+
readonly responseSerialize: undefined;
|
|
956
|
+
readonly responseDeserialize: undefined;
|
|
957
|
+
readonly originalName: "lookupFunction";
|
|
958
|
+
readonly requestType: {
|
|
959
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
960
|
+
readonly type: {
|
|
961
|
+
readonly field: readonly [{
|
|
962
|
+
readonly name: "fn_name";
|
|
963
|
+
readonly extendee: "";
|
|
964
|
+
readonly number: 1;
|
|
965
|
+
readonly label: "LABEL_OPTIONAL";
|
|
966
|
+
readonly type: "TYPE_STRING";
|
|
967
|
+
readonly typeName: "";
|
|
968
|
+
readonly defaultValue: "";
|
|
969
|
+
readonly options: null;
|
|
970
|
+
readonly oneofIndex: 0;
|
|
971
|
+
readonly jsonName: "";
|
|
972
|
+
readonly proto3Optional: false;
|
|
973
|
+
}];
|
|
974
|
+
readonly nestedType: readonly [];
|
|
975
|
+
readonly enumType: readonly [];
|
|
976
|
+
readonly extensionRange: readonly [];
|
|
977
|
+
readonly extension: readonly [];
|
|
978
|
+
readonly oneofDecl: readonly [];
|
|
979
|
+
readonly reservedRange: readonly [];
|
|
980
|
+
readonly reservedName: readonly [];
|
|
981
|
+
readonly name: "LookupFunctionRequest";
|
|
982
|
+
readonly options: null;
|
|
983
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
984
|
+
};
|
|
985
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
986
|
+
};
|
|
987
|
+
readonly responseType: {
|
|
988
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
989
|
+
readonly type: {
|
|
990
|
+
readonly field: readonly [{
|
|
991
|
+
readonly name: "found";
|
|
992
|
+
readonly extendee: "";
|
|
993
|
+
readonly number: 1;
|
|
994
|
+
readonly label: "LABEL_OPTIONAL";
|
|
995
|
+
readonly type: "TYPE_BOOL";
|
|
996
|
+
readonly typeName: "";
|
|
997
|
+
readonly defaultValue: "";
|
|
998
|
+
readonly options: null;
|
|
999
|
+
readonly oneofIndex: 0;
|
|
1000
|
+
readonly jsonName: "";
|
|
1001
|
+
readonly proto3Optional: false;
|
|
1002
|
+
}, {
|
|
1003
|
+
readonly name: "canonical_name";
|
|
1004
|
+
readonly extendee: "";
|
|
1005
|
+
readonly number: 2;
|
|
1006
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1007
|
+
readonly type: "TYPE_STRING";
|
|
1008
|
+
readonly typeName: "";
|
|
1009
|
+
readonly defaultValue: "";
|
|
1010
|
+
readonly options: null;
|
|
1011
|
+
readonly oneofIndex: 0;
|
|
1012
|
+
readonly jsonName: "";
|
|
1013
|
+
readonly proto3Optional: false;
|
|
1014
|
+
}, {
|
|
1015
|
+
readonly name: "endpoints";
|
|
1016
|
+
readonly extendee: "";
|
|
1017
|
+
readonly number: 3;
|
|
1018
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1019
|
+
readonly type: "TYPE_MESSAGE";
|
|
1020
|
+
readonly typeName: "EndpointList";
|
|
1021
|
+
readonly defaultValue: "";
|
|
1022
|
+
readonly options: null;
|
|
1023
|
+
readonly oneofIndex: 0;
|
|
1024
|
+
readonly jsonName: "";
|
|
1025
|
+
readonly proto3Optional: false;
|
|
1026
|
+
}];
|
|
1027
|
+
readonly nestedType: readonly [];
|
|
1028
|
+
readonly enumType: readonly [];
|
|
1029
|
+
readonly extensionRange: readonly [];
|
|
1030
|
+
readonly extension: readonly [];
|
|
1031
|
+
readonly oneofDecl: readonly [];
|
|
1032
|
+
readonly reservedRange: readonly [];
|
|
1033
|
+
readonly reservedName: readonly [];
|
|
1034
|
+
readonly name: "LookupFunctionResponse";
|
|
1035
|
+
readonly options: null;
|
|
1036
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1037
|
+
};
|
|
1038
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1039
|
+
};
|
|
1040
|
+
readonly options: {
|
|
1041
|
+
readonly deprecated: false;
|
|
1042
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
1043
|
+
readonly uninterpreted_option: readonly [];
|
|
1044
|
+
};
|
|
1045
|
+
};
|
|
1046
|
+
readonly ReportCallStart: {
|
|
1047
|
+
readonly path: "/servicebridge.ServiceBridge/ReportCallStart";
|
|
1048
|
+
readonly requestStream: false;
|
|
1049
|
+
readonly responseStream: false;
|
|
1050
|
+
readonly requestSerialize: undefined;
|
|
1051
|
+
readonly requestDeserialize: undefined;
|
|
1052
|
+
readonly responseSerialize: undefined;
|
|
1053
|
+
readonly responseDeserialize: undefined;
|
|
1054
|
+
readonly originalName: "reportCallStart";
|
|
1055
|
+
readonly requestType: {
|
|
1056
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1057
|
+
readonly type: {
|
|
1058
|
+
readonly field: readonly [{
|
|
1059
|
+
readonly name: "trace_id";
|
|
1060
|
+
readonly extendee: "";
|
|
1061
|
+
readonly number: 1;
|
|
1062
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1063
|
+
readonly type: "TYPE_STRING";
|
|
1064
|
+
readonly typeName: "";
|
|
1065
|
+
readonly defaultValue: "";
|
|
1066
|
+
readonly options: null;
|
|
1067
|
+
readonly oneofIndex: 0;
|
|
1068
|
+
readonly jsonName: "";
|
|
1069
|
+
readonly proto3Optional: false;
|
|
1070
|
+
}, {
|
|
1071
|
+
readonly name: "span_id";
|
|
1072
|
+
readonly extendee: "";
|
|
1073
|
+
readonly number: 2;
|
|
1074
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1075
|
+
readonly type: "TYPE_STRING";
|
|
1076
|
+
readonly typeName: "";
|
|
1077
|
+
readonly defaultValue: "";
|
|
1078
|
+
readonly options: null;
|
|
1079
|
+
readonly oneofIndex: 0;
|
|
1080
|
+
readonly jsonName: "";
|
|
1081
|
+
readonly proto3Optional: false;
|
|
1082
|
+
}, {
|
|
1083
|
+
readonly name: "fn";
|
|
1084
|
+
readonly extendee: "";
|
|
1085
|
+
readonly number: 3;
|
|
1086
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1087
|
+
readonly type: "TYPE_STRING";
|
|
1088
|
+
readonly typeName: "";
|
|
1089
|
+
readonly defaultValue: "";
|
|
1090
|
+
readonly options: null;
|
|
1091
|
+
readonly oneofIndex: 0;
|
|
1092
|
+
readonly jsonName: "";
|
|
1093
|
+
readonly proto3Optional: false;
|
|
1094
|
+
}, {
|
|
1095
|
+
readonly name: "service_name";
|
|
1096
|
+
readonly extendee: "";
|
|
1097
|
+
readonly number: 4;
|
|
1098
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1099
|
+
readonly type: "TYPE_STRING";
|
|
1100
|
+
readonly typeName: "";
|
|
1101
|
+
readonly defaultValue: "";
|
|
1102
|
+
readonly options: null;
|
|
1103
|
+
readonly oneofIndex: 0;
|
|
1104
|
+
readonly jsonName: "";
|
|
1105
|
+
readonly proto3Optional: false;
|
|
1106
|
+
}, {
|
|
1107
|
+
readonly name: "started_at";
|
|
1108
|
+
readonly extendee: "";
|
|
1109
|
+
readonly number: 5;
|
|
1110
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1111
|
+
readonly type: "TYPE_INT64";
|
|
1112
|
+
readonly typeName: "";
|
|
1113
|
+
readonly defaultValue: "";
|
|
1114
|
+
readonly options: null;
|
|
1115
|
+
readonly oneofIndex: 0;
|
|
1116
|
+
readonly jsonName: "";
|
|
1117
|
+
readonly proto3Optional: false;
|
|
1118
|
+
}, {
|
|
1119
|
+
readonly name: "input";
|
|
1120
|
+
readonly extendee: "";
|
|
1121
|
+
readonly number: 6;
|
|
1122
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1123
|
+
readonly type: "TYPE_BYTES";
|
|
1124
|
+
readonly typeName: "";
|
|
1125
|
+
readonly defaultValue: "";
|
|
1126
|
+
readonly options: null;
|
|
1127
|
+
readonly oneofIndex: 0;
|
|
1128
|
+
readonly jsonName: "";
|
|
1129
|
+
readonly proto3Optional: false;
|
|
1130
|
+
}, {
|
|
1131
|
+
readonly name: "attempt";
|
|
1132
|
+
readonly extendee: "";
|
|
1133
|
+
readonly number: 7;
|
|
1134
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1135
|
+
readonly type: "TYPE_INT32";
|
|
1136
|
+
readonly typeName: "";
|
|
1137
|
+
readonly defaultValue: "";
|
|
1138
|
+
readonly options: null;
|
|
1139
|
+
readonly oneofIndex: 0;
|
|
1140
|
+
readonly jsonName: "";
|
|
1141
|
+
readonly proto3Optional: false;
|
|
1142
|
+
}, {
|
|
1143
|
+
readonly name: "parent_span_id";
|
|
1144
|
+
readonly extendee: "";
|
|
1145
|
+
readonly number: 8;
|
|
1146
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1147
|
+
readonly type: "TYPE_STRING";
|
|
1148
|
+
readonly typeName: "";
|
|
1149
|
+
readonly defaultValue: "";
|
|
1150
|
+
readonly options: null;
|
|
1151
|
+
readonly oneofIndex: 0;
|
|
1152
|
+
readonly jsonName: "";
|
|
1153
|
+
readonly proto3Optional: false;
|
|
1154
|
+
}, {
|
|
1155
|
+
readonly name: "instance_id";
|
|
1156
|
+
readonly extendee: "";
|
|
1157
|
+
readonly number: 9;
|
|
1158
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1159
|
+
readonly type: "TYPE_STRING";
|
|
1160
|
+
readonly typeName: "";
|
|
1161
|
+
readonly defaultValue: "";
|
|
1162
|
+
readonly options: null;
|
|
1163
|
+
readonly oneofIndex: 0;
|
|
1164
|
+
readonly jsonName: "";
|
|
1165
|
+
readonly proto3Optional: false;
|
|
1166
|
+
}];
|
|
1167
|
+
readonly nestedType: readonly [];
|
|
1168
|
+
readonly enumType: readonly [];
|
|
1169
|
+
readonly extensionRange: readonly [];
|
|
1170
|
+
readonly extension: readonly [];
|
|
1171
|
+
readonly oneofDecl: readonly [];
|
|
1172
|
+
readonly reservedRange: readonly [];
|
|
1173
|
+
readonly reservedName: readonly [];
|
|
1174
|
+
readonly name: "ReportCallStartRequest";
|
|
1175
|
+
readonly options: null;
|
|
1176
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1177
|
+
};
|
|
1178
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1179
|
+
};
|
|
1180
|
+
readonly responseType: {
|
|
1181
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1182
|
+
readonly type: {
|
|
1183
|
+
readonly field: readonly [];
|
|
1184
|
+
readonly nestedType: readonly [];
|
|
1185
|
+
readonly enumType: readonly [];
|
|
1186
|
+
readonly extensionRange: readonly [];
|
|
1187
|
+
readonly extension: readonly [];
|
|
1188
|
+
readonly oneofDecl: readonly [];
|
|
1189
|
+
readonly reservedRange: readonly [];
|
|
1190
|
+
readonly reservedName: readonly [];
|
|
1191
|
+
readonly name: "ReportCallResponse";
|
|
1192
|
+
readonly options: null;
|
|
1193
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1194
|
+
};
|
|
1195
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1196
|
+
};
|
|
1197
|
+
readonly options: {
|
|
1198
|
+
readonly deprecated: false;
|
|
1199
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
1200
|
+
readonly uninterpreted_option: readonly [];
|
|
1201
|
+
};
|
|
1202
|
+
};
|
|
1203
|
+
readonly ReportCall: {
|
|
1204
|
+
readonly path: "/servicebridge.ServiceBridge/ReportCall";
|
|
1205
|
+
readonly requestStream: false;
|
|
1206
|
+
readonly responseStream: false;
|
|
1207
|
+
readonly requestSerialize: undefined;
|
|
1208
|
+
readonly requestDeserialize: undefined;
|
|
1209
|
+
readonly responseSerialize: undefined;
|
|
1210
|
+
readonly responseDeserialize: undefined;
|
|
1211
|
+
readonly originalName: "reportCall";
|
|
1212
|
+
readonly requestType: {
|
|
1213
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1214
|
+
readonly type: {
|
|
1215
|
+
readonly field: readonly [{
|
|
1216
|
+
readonly name: "trace_id";
|
|
1217
|
+
readonly extendee: "";
|
|
1218
|
+
readonly number: 1;
|
|
1219
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1220
|
+
readonly type: "TYPE_STRING";
|
|
1221
|
+
readonly typeName: "";
|
|
1222
|
+
readonly defaultValue: "";
|
|
1223
|
+
readonly options: null;
|
|
1224
|
+
readonly oneofIndex: 0;
|
|
1225
|
+
readonly jsonName: "";
|
|
1226
|
+
readonly proto3Optional: false;
|
|
1227
|
+
}, {
|
|
1228
|
+
readonly name: "span_id";
|
|
1229
|
+
readonly extendee: "";
|
|
1230
|
+
readonly number: 2;
|
|
1231
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1232
|
+
readonly type: "TYPE_STRING";
|
|
1233
|
+
readonly typeName: "";
|
|
1234
|
+
readonly defaultValue: "";
|
|
1235
|
+
readonly options: null;
|
|
1236
|
+
readonly oneofIndex: 0;
|
|
1237
|
+
readonly jsonName: "";
|
|
1238
|
+
readonly proto3Optional: false;
|
|
1239
|
+
}, {
|
|
1240
|
+
readonly name: "fn";
|
|
1241
|
+
readonly extendee: "";
|
|
1242
|
+
readonly number: 3;
|
|
1243
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1244
|
+
readonly type: "TYPE_STRING";
|
|
1245
|
+
readonly typeName: "";
|
|
1246
|
+
readonly defaultValue: "";
|
|
1247
|
+
readonly options: null;
|
|
1248
|
+
readonly oneofIndex: 0;
|
|
1249
|
+
readonly jsonName: "";
|
|
1250
|
+
readonly proto3Optional: false;
|
|
1251
|
+
}, {
|
|
1252
|
+
readonly name: "service_name";
|
|
1253
|
+
readonly extendee: "";
|
|
1254
|
+
readonly number: 4;
|
|
1255
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1256
|
+
readonly type: "TYPE_STRING";
|
|
1257
|
+
readonly typeName: "";
|
|
1258
|
+
readonly defaultValue: "";
|
|
1259
|
+
readonly options: null;
|
|
1260
|
+
readonly oneofIndex: 0;
|
|
1261
|
+
readonly jsonName: "";
|
|
1262
|
+
readonly proto3Optional: false;
|
|
1263
|
+
}, {
|
|
1264
|
+
readonly name: "started_at";
|
|
1265
|
+
readonly extendee: "";
|
|
1266
|
+
readonly number: 5;
|
|
1267
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1268
|
+
readonly type: "TYPE_INT64";
|
|
1269
|
+
readonly typeName: "";
|
|
1270
|
+
readonly defaultValue: "";
|
|
1271
|
+
readonly options: null;
|
|
1272
|
+
readonly oneofIndex: 0;
|
|
1273
|
+
readonly jsonName: "";
|
|
1274
|
+
readonly proto3Optional: false;
|
|
1275
|
+
}, {
|
|
1276
|
+
readonly name: "duration_ms";
|
|
1277
|
+
readonly extendee: "";
|
|
1278
|
+
readonly number: 6;
|
|
1279
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1280
|
+
readonly type: "TYPE_INT64";
|
|
1281
|
+
readonly typeName: "";
|
|
1282
|
+
readonly defaultValue: "";
|
|
1283
|
+
readonly options: null;
|
|
1284
|
+
readonly oneofIndex: 0;
|
|
1285
|
+
readonly jsonName: "";
|
|
1286
|
+
readonly proto3Optional: false;
|
|
1287
|
+
}, {
|
|
1288
|
+
readonly name: "success";
|
|
1289
|
+
readonly extendee: "";
|
|
1290
|
+
readonly number: 7;
|
|
1291
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1292
|
+
readonly type: "TYPE_BOOL";
|
|
1293
|
+
readonly typeName: "";
|
|
1294
|
+
readonly defaultValue: "";
|
|
1295
|
+
readonly options: null;
|
|
1296
|
+
readonly oneofIndex: 0;
|
|
1297
|
+
readonly jsonName: "";
|
|
1298
|
+
readonly proto3Optional: false;
|
|
1299
|
+
}, {
|
|
1300
|
+
readonly name: "error";
|
|
1301
|
+
readonly extendee: "";
|
|
1302
|
+
readonly number: 8;
|
|
1303
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1304
|
+
readonly type: "TYPE_STRING";
|
|
1305
|
+
readonly typeName: "";
|
|
1306
|
+
readonly defaultValue: "";
|
|
1307
|
+
readonly options: null;
|
|
1308
|
+
readonly oneofIndex: 0;
|
|
1309
|
+
readonly jsonName: "";
|
|
1310
|
+
readonly proto3Optional: false;
|
|
1311
|
+
}, {
|
|
1312
|
+
readonly name: "input";
|
|
1313
|
+
readonly extendee: "";
|
|
1314
|
+
readonly number: 9;
|
|
1315
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1316
|
+
readonly type: "TYPE_BYTES";
|
|
1317
|
+
readonly typeName: "";
|
|
1318
|
+
readonly defaultValue: "";
|
|
1319
|
+
readonly options: null;
|
|
1320
|
+
readonly oneofIndex: 0;
|
|
1321
|
+
readonly jsonName: "";
|
|
1322
|
+
readonly proto3Optional: false;
|
|
1323
|
+
}, {
|
|
1324
|
+
readonly name: "output";
|
|
1325
|
+
readonly extendee: "";
|
|
1326
|
+
readonly number: 10;
|
|
1327
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1328
|
+
readonly type: "TYPE_BYTES";
|
|
1329
|
+
readonly typeName: "";
|
|
1330
|
+
readonly defaultValue: "";
|
|
1331
|
+
readonly options: null;
|
|
1332
|
+
readonly oneofIndex: 0;
|
|
1333
|
+
readonly jsonName: "";
|
|
1334
|
+
readonly proto3Optional: false;
|
|
1335
|
+
}, {
|
|
1336
|
+
readonly name: "attempt";
|
|
1337
|
+
readonly extendee: "";
|
|
1338
|
+
readonly number: 11;
|
|
1339
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1340
|
+
readonly type: "TYPE_INT32";
|
|
1341
|
+
readonly typeName: "";
|
|
1342
|
+
readonly defaultValue: "";
|
|
1343
|
+
readonly options: null;
|
|
1344
|
+
readonly oneofIndex: 0;
|
|
1345
|
+
readonly jsonName: "";
|
|
1346
|
+
readonly proto3Optional: false;
|
|
1347
|
+
}, {
|
|
1348
|
+
readonly name: "instance_id";
|
|
1349
|
+
readonly extendee: "";
|
|
1350
|
+
readonly number: 12;
|
|
1351
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1352
|
+
readonly type: "TYPE_STRING";
|
|
1353
|
+
readonly typeName: "";
|
|
1354
|
+
readonly defaultValue: "";
|
|
1355
|
+
readonly options: null;
|
|
1356
|
+
readonly oneofIndex: 0;
|
|
1357
|
+
readonly jsonName: "";
|
|
1358
|
+
readonly proto3Optional: false;
|
|
1359
|
+
}];
|
|
1360
|
+
readonly nestedType: readonly [];
|
|
1361
|
+
readonly enumType: readonly [];
|
|
1362
|
+
readonly extensionRange: readonly [];
|
|
1363
|
+
readonly extension: readonly [];
|
|
1364
|
+
readonly oneofDecl: readonly [];
|
|
1365
|
+
readonly reservedRange: readonly [];
|
|
1366
|
+
readonly reservedName: readonly [];
|
|
1367
|
+
readonly name: "ReportCallRequest";
|
|
1368
|
+
readonly options: null;
|
|
1369
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1370
|
+
};
|
|
1371
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1372
|
+
};
|
|
1373
|
+
readonly responseType: {
|
|
1374
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1375
|
+
readonly type: {
|
|
1376
|
+
readonly field: readonly [];
|
|
1377
|
+
readonly nestedType: readonly [];
|
|
1378
|
+
readonly enumType: readonly [];
|
|
1379
|
+
readonly extensionRange: readonly [];
|
|
1380
|
+
readonly extension: readonly [];
|
|
1381
|
+
readonly oneofDecl: readonly [];
|
|
1382
|
+
readonly reservedRange: readonly [];
|
|
1383
|
+
readonly reservedName: readonly [];
|
|
1384
|
+
readonly name: "ReportCallResponse";
|
|
1385
|
+
readonly options: null;
|
|
1386
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1387
|
+
};
|
|
1388
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1389
|
+
};
|
|
1390
|
+
readonly options: {
|
|
1391
|
+
readonly deprecated: false;
|
|
1392
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
1393
|
+
readonly uninterpreted_option: readonly [];
|
|
1394
|
+
};
|
|
1395
|
+
};
|
|
1396
|
+
readonly ReportLog: {
|
|
1397
|
+
readonly path: "/servicebridge.ServiceBridge/ReportLog";
|
|
1398
|
+
readonly requestStream: false;
|
|
1399
|
+
readonly responseStream: false;
|
|
1400
|
+
readonly requestSerialize: undefined;
|
|
1401
|
+
readonly requestDeserialize: undefined;
|
|
1402
|
+
readonly responseSerialize: undefined;
|
|
1403
|
+
readonly responseDeserialize: undefined;
|
|
1404
|
+
readonly originalName: "reportLog";
|
|
1405
|
+
readonly requestType: {
|
|
1406
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1407
|
+
readonly type: {
|
|
1408
|
+
readonly field: readonly [{
|
|
1409
|
+
readonly name: "entries";
|
|
1410
|
+
readonly extendee: "";
|
|
1411
|
+
readonly number: 1;
|
|
1412
|
+
readonly label: "LABEL_REPEATED";
|
|
1413
|
+
readonly type: "TYPE_MESSAGE";
|
|
1414
|
+
readonly typeName: "LogEntry";
|
|
1415
|
+
readonly defaultValue: "";
|
|
1416
|
+
readonly options: null;
|
|
1417
|
+
readonly oneofIndex: 0;
|
|
1418
|
+
readonly jsonName: "";
|
|
1419
|
+
readonly proto3Optional: false;
|
|
1420
|
+
}];
|
|
1421
|
+
readonly nestedType: readonly [];
|
|
1422
|
+
readonly enumType: readonly [];
|
|
1423
|
+
readonly extensionRange: readonly [];
|
|
1424
|
+
readonly extension: readonly [];
|
|
1425
|
+
readonly oneofDecl: readonly [];
|
|
1426
|
+
readonly reservedRange: readonly [];
|
|
1427
|
+
readonly reservedName: readonly [];
|
|
1428
|
+
readonly name: "ReportLogRequest";
|
|
1429
|
+
readonly options: null;
|
|
1430
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1431
|
+
};
|
|
1432
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1433
|
+
};
|
|
1434
|
+
readonly responseType: {
|
|
1435
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1436
|
+
readonly type: {
|
|
1437
|
+
readonly field: readonly [];
|
|
1438
|
+
readonly nestedType: readonly [];
|
|
1439
|
+
readonly enumType: readonly [];
|
|
1440
|
+
readonly extensionRange: readonly [];
|
|
1441
|
+
readonly extension: readonly [];
|
|
1442
|
+
readonly oneofDecl: readonly [];
|
|
1443
|
+
readonly reservedRange: readonly [];
|
|
1444
|
+
readonly reservedName: readonly [];
|
|
1445
|
+
readonly name: "ReportLogResponse";
|
|
1446
|
+
readonly options: null;
|
|
1447
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1448
|
+
};
|
|
1449
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1450
|
+
};
|
|
1451
|
+
readonly options: {
|
|
1452
|
+
readonly deprecated: false;
|
|
1453
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
1454
|
+
readonly uninterpreted_option: readonly [];
|
|
1455
|
+
};
|
|
1456
|
+
};
|
|
1457
|
+
readonly Publish: {
|
|
1458
|
+
readonly path: "/servicebridge.ServiceBridge/Publish";
|
|
1459
|
+
readonly requestStream: false;
|
|
1460
|
+
readonly responseStream: false;
|
|
1461
|
+
readonly requestSerialize: undefined;
|
|
1462
|
+
readonly requestDeserialize: undefined;
|
|
1463
|
+
readonly responseSerialize: undefined;
|
|
1464
|
+
readonly responseDeserialize: undefined;
|
|
1465
|
+
readonly originalName: "publish";
|
|
1466
|
+
readonly requestType: {
|
|
1467
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1468
|
+
readonly type: {
|
|
1469
|
+
readonly field: readonly [{
|
|
1470
|
+
readonly name: "topic";
|
|
1471
|
+
readonly extendee: "";
|
|
1472
|
+
readonly number: 1;
|
|
1473
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1474
|
+
readonly type: "TYPE_STRING";
|
|
1475
|
+
readonly typeName: "";
|
|
1476
|
+
readonly defaultValue: "";
|
|
1477
|
+
readonly options: null;
|
|
1478
|
+
readonly oneofIndex: 0;
|
|
1479
|
+
readonly jsonName: "";
|
|
1480
|
+
readonly proto3Optional: false;
|
|
1481
|
+
}, {
|
|
1482
|
+
readonly name: "payload";
|
|
1483
|
+
readonly extendee: "";
|
|
1484
|
+
readonly number: 2;
|
|
1485
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1486
|
+
readonly type: "TYPE_BYTES";
|
|
1487
|
+
readonly typeName: "";
|
|
1488
|
+
readonly defaultValue: "";
|
|
1489
|
+
readonly options: null;
|
|
1490
|
+
readonly oneofIndex: 0;
|
|
1491
|
+
readonly jsonName: "";
|
|
1492
|
+
readonly proto3Optional: false;
|
|
1493
|
+
}, {
|
|
1494
|
+
readonly name: "headers";
|
|
1495
|
+
readonly extendee: "";
|
|
1496
|
+
readonly number: 3;
|
|
1497
|
+
readonly label: "LABEL_REPEATED";
|
|
1498
|
+
readonly type: "TYPE_MESSAGE";
|
|
1499
|
+
readonly typeName: "Headers";
|
|
1500
|
+
readonly defaultValue: "";
|
|
1501
|
+
readonly options: null;
|
|
1502
|
+
readonly oneofIndex: 0;
|
|
1503
|
+
readonly jsonName: "";
|
|
1504
|
+
readonly proto3Optional: false;
|
|
1505
|
+
}, {
|
|
1506
|
+
readonly name: "trace_id";
|
|
1507
|
+
readonly extendee: "";
|
|
1508
|
+
readonly number: 4;
|
|
1509
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1510
|
+
readonly type: "TYPE_STRING";
|
|
1511
|
+
readonly typeName: "";
|
|
1512
|
+
readonly defaultValue: "";
|
|
1513
|
+
readonly options: null;
|
|
1514
|
+
readonly oneofIndex: 0;
|
|
1515
|
+
readonly jsonName: "";
|
|
1516
|
+
readonly proto3Optional: false;
|
|
1517
|
+
}, {
|
|
1518
|
+
readonly name: "parent_span_id";
|
|
1519
|
+
readonly extendee: "";
|
|
1520
|
+
readonly number: 5;
|
|
1521
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1522
|
+
readonly type: "TYPE_STRING";
|
|
1523
|
+
readonly typeName: "";
|
|
1524
|
+
readonly defaultValue: "";
|
|
1525
|
+
readonly options: null;
|
|
1526
|
+
readonly oneofIndex: 0;
|
|
1527
|
+
readonly jsonName: "";
|
|
1528
|
+
readonly proto3Optional: false;
|
|
1529
|
+
}, {
|
|
1530
|
+
readonly name: "producer_service";
|
|
1531
|
+
readonly extendee: "";
|
|
1532
|
+
readonly number: 6;
|
|
1533
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1534
|
+
readonly type: "TYPE_STRING";
|
|
1535
|
+
readonly typeName: "";
|
|
1536
|
+
readonly defaultValue: "";
|
|
1537
|
+
readonly options: null;
|
|
1538
|
+
readonly oneofIndex: 0;
|
|
1539
|
+
readonly jsonName: "";
|
|
1540
|
+
readonly proto3Optional: false;
|
|
1541
|
+
}, {
|
|
1542
|
+
readonly name: "idempotency_key";
|
|
1543
|
+
readonly extendee: "";
|
|
1544
|
+
readonly number: 7;
|
|
1545
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1546
|
+
readonly type: "TYPE_STRING";
|
|
1547
|
+
readonly typeName: "";
|
|
1548
|
+
readonly defaultValue: "";
|
|
1549
|
+
readonly options: null;
|
|
1550
|
+
readonly oneofIndex: 0;
|
|
1551
|
+
readonly jsonName: "";
|
|
1552
|
+
readonly proto3Optional: false;
|
|
1553
|
+
}];
|
|
1554
|
+
readonly nestedType: readonly [{
|
|
1555
|
+
readonly field: readonly [{
|
|
1556
|
+
readonly name: "key";
|
|
1557
|
+
readonly extendee: "";
|
|
1558
|
+
readonly number: 1;
|
|
1559
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1560
|
+
readonly type: "TYPE_STRING";
|
|
1561
|
+
readonly typeName: "";
|
|
1562
|
+
readonly defaultValue: "";
|
|
1563
|
+
readonly options: null;
|
|
1564
|
+
readonly oneofIndex: 0;
|
|
1565
|
+
readonly jsonName: "";
|
|
1566
|
+
readonly proto3Optional: false;
|
|
1567
|
+
}, {
|
|
1568
|
+
readonly name: "value";
|
|
1569
|
+
readonly extendee: "";
|
|
1570
|
+
readonly number: 2;
|
|
1571
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1572
|
+
readonly type: "TYPE_STRING";
|
|
1573
|
+
readonly typeName: "";
|
|
1574
|
+
readonly defaultValue: "";
|
|
1575
|
+
readonly options: null;
|
|
1576
|
+
readonly oneofIndex: 0;
|
|
1577
|
+
readonly jsonName: "";
|
|
1578
|
+
readonly proto3Optional: false;
|
|
1579
|
+
}];
|
|
1580
|
+
readonly nestedType: readonly [];
|
|
1581
|
+
readonly enumType: readonly [];
|
|
1582
|
+
readonly extensionRange: readonly [];
|
|
1583
|
+
readonly extension: readonly [];
|
|
1584
|
+
readonly oneofDecl: readonly [];
|
|
1585
|
+
readonly reservedRange: readonly [];
|
|
1586
|
+
readonly reservedName: readonly [];
|
|
1587
|
+
readonly name: "Headers";
|
|
1588
|
+
readonly options: {
|
|
1589
|
+
readonly uninterpretedOption: readonly [];
|
|
1590
|
+
readonly messageSetWireFormat: false;
|
|
1591
|
+
readonly noStandardDescriptorAccessor: false;
|
|
1592
|
+
readonly deprecated: false;
|
|
1593
|
+
readonly mapEntry: true;
|
|
1594
|
+
readonly deprecatedLegacyJsonFieldConflicts: false;
|
|
1595
|
+
readonly features: null;
|
|
1596
|
+
};
|
|
1597
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1598
|
+
}];
|
|
1599
|
+
readonly enumType: readonly [];
|
|
1600
|
+
readonly extensionRange: readonly [];
|
|
1601
|
+
readonly extension: readonly [];
|
|
1602
|
+
readonly oneofDecl: readonly [];
|
|
1603
|
+
readonly reservedRange: readonly [];
|
|
1604
|
+
readonly reservedName: readonly [];
|
|
1605
|
+
readonly name: "PublishRequest";
|
|
1606
|
+
readonly options: null;
|
|
1607
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1608
|
+
};
|
|
1609
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1610
|
+
};
|
|
1611
|
+
readonly responseType: {
|
|
1612
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1613
|
+
readonly type: {
|
|
1614
|
+
readonly field: readonly [{
|
|
1615
|
+
readonly name: "message_id";
|
|
1616
|
+
readonly extendee: "";
|
|
1617
|
+
readonly number: 1;
|
|
1618
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1619
|
+
readonly type: "TYPE_STRING";
|
|
1620
|
+
readonly typeName: "";
|
|
1621
|
+
readonly defaultValue: "";
|
|
1622
|
+
readonly options: null;
|
|
1623
|
+
readonly oneofIndex: 0;
|
|
1624
|
+
readonly jsonName: "";
|
|
1625
|
+
readonly proto3Optional: false;
|
|
1626
|
+
}];
|
|
1627
|
+
readonly nestedType: readonly [];
|
|
1628
|
+
readonly enumType: readonly [];
|
|
1629
|
+
readonly extensionRange: readonly [];
|
|
1630
|
+
readonly extension: readonly [];
|
|
1631
|
+
readonly oneofDecl: readonly [];
|
|
1632
|
+
readonly reservedRange: readonly [];
|
|
1633
|
+
readonly reservedName: readonly [];
|
|
1634
|
+
readonly name: "PublishResponse";
|
|
1635
|
+
readonly options: null;
|
|
1636
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1637
|
+
};
|
|
1638
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1639
|
+
};
|
|
1640
|
+
readonly options: {
|
|
1641
|
+
readonly deprecated: false;
|
|
1642
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
1643
|
+
readonly uninterpreted_option: readonly [];
|
|
1644
|
+
};
|
|
1645
|
+
};
|
|
1646
|
+
readonly AppendStream: {
|
|
1647
|
+
readonly path: "/servicebridge.ServiceBridge/AppendStream";
|
|
1648
|
+
readonly requestStream: false;
|
|
1649
|
+
readonly responseStream: false;
|
|
1650
|
+
readonly requestSerialize: undefined;
|
|
1651
|
+
readonly requestDeserialize: undefined;
|
|
1652
|
+
readonly responseSerialize: undefined;
|
|
1653
|
+
readonly responseDeserialize: undefined;
|
|
1654
|
+
readonly originalName: "appendStream";
|
|
1655
|
+
readonly requestType: {
|
|
1656
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1657
|
+
readonly type: {
|
|
1658
|
+
readonly field: readonly [{
|
|
1659
|
+
readonly name: "run_id";
|
|
1660
|
+
readonly extendee: "";
|
|
1661
|
+
readonly number: 1;
|
|
1662
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1663
|
+
readonly type: "TYPE_STRING";
|
|
1664
|
+
readonly typeName: "";
|
|
1665
|
+
readonly defaultValue: "";
|
|
1666
|
+
readonly options: null;
|
|
1667
|
+
readonly oneofIndex: 0;
|
|
1668
|
+
readonly jsonName: "";
|
|
1669
|
+
readonly proto3Optional: false;
|
|
1670
|
+
}, {
|
|
1671
|
+
readonly name: "key";
|
|
1672
|
+
readonly extendee: "";
|
|
1673
|
+
readonly number: 2;
|
|
1674
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1675
|
+
readonly type: "TYPE_STRING";
|
|
1676
|
+
readonly typeName: "";
|
|
1677
|
+
readonly defaultValue: "";
|
|
1678
|
+
readonly options: null;
|
|
1679
|
+
readonly oneofIndex: 0;
|
|
1680
|
+
readonly jsonName: "";
|
|
1681
|
+
readonly proto3Optional: false;
|
|
1682
|
+
}, {
|
|
1683
|
+
readonly name: "data";
|
|
1684
|
+
readonly extendee: "";
|
|
1685
|
+
readonly number: 3;
|
|
1686
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1687
|
+
readonly type: "TYPE_BYTES";
|
|
1688
|
+
readonly typeName: "";
|
|
1689
|
+
readonly defaultValue: "";
|
|
1690
|
+
readonly options: null;
|
|
1691
|
+
readonly oneofIndex: 0;
|
|
1692
|
+
readonly jsonName: "";
|
|
1693
|
+
readonly proto3Optional: false;
|
|
1694
|
+
}];
|
|
1695
|
+
readonly nestedType: readonly [];
|
|
1696
|
+
readonly enumType: readonly [];
|
|
1697
|
+
readonly extensionRange: readonly [];
|
|
1698
|
+
readonly extension: readonly [];
|
|
1699
|
+
readonly oneofDecl: readonly [];
|
|
1700
|
+
readonly reservedRange: readonly [];
|
|
1701
|
+
readonly reservedName: readonly [];
|
|
1702
|
+
readonly name: "AppendStreamRequest";
|
|
1703
|
+
readonly options: null;
|
|
1704
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1705
|
+
};
|
|
1706
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1707
|
+
};
|
|
1708
|
+
readonly responseType: {
|
|
1709
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1710
|
+
readonly type: {
|
|
1711
|
+
readonly field: readonly [];
|
|
1712
|
+
readonly nestedType: readonly [];
|
|
1713
|
+
readonly enumType: readonly [];
|
|
1714
|
+
readonly extensionRange: readonly [];
|
|
1715
|
+
readonly extension: readonly [];
|
|
1716
|
+
readonly oneofDecl: readonly [];
|
|
1717
|
+
readonly reservedRange: readonly [];
|
|
1718
|
+
readonly reservedName: readonly [];
|
|
1719
|
+
readonly name: "AppendStreamResponse";
|
|
1720
|
+
readonly options: null;
|
|
1721
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1722
|
+
};
|
|
1723
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1724
|
+
};
|
|
1725
|
+
readonly options: {
|
|
1726
|
+
readonly deprecated: false;
|
|
1727
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
1728
|
+
readonly uninterpreted_option: readonly [];
|
|
1729
|
+
};
|
|
1730
|
+
};
|
|
1731
|
+
readonly WatchRun: {
|
|
1732
|
+
readonly path: "/servicebridge.ServiceBridge/WatchRun";
|
|
1733
|
+
readonly requestStream: false;
|
|
1734
|
+
readonly responseStream: true;
|
|
1735
|
+
readonly requestSerialize: undefined;
|
|
1736
|
+
readonly requestDeserialize: undefined;
|
|
1737
|
+
readonly responseSerialize: undefined;
|
|
1738
|
+
readonly responseDeserialize: undefined;
|
|
1739
|
+
readonly originalName: "watchRun";
|
|
1740
|
+
readonly requestType: {
|
|
1741
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1742
|
+
readonly type: {
|
|
1743
|
+
readonly field: readonly [{
|
|
1744
|
+
readonly name: "run_id";
|
|
1745
|
+
readonly extendee: "";
|
|
1746
|
+
readonly number: 1;
|
|
1747
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1748
|
+
readonly type: "TYPE_STRING";
|
|
1749
|
+
readonly typeName: "";
|
|
1750
|
+
readonly defaultValue: "";
|
|
1751
|
+
readonly options: null;
|
|
1752
|
+
readonly oneofIndex: 0;
|
|
1753
|
+
readonly jsonName: "";
|
|
1754
|
+
readonly proto3Optional: false;
|
|
1755
|
+
}, {
|
|
1756
|
+
readonly name: "key";
|
|
1757
|
+
readonly extendee: "";
|
|
1758
|
+
readonly number: 2;
|
|
1759
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1760
|
+
readonly type: "TYPE_STRING";
|
|
1761
|
+
readonly typeName: "";
|
|
1762
|
+
readonly defaultValue: "";
|
|
1763
|
+
readonly options: null;
|
|
1764
|
+
readonly oneofIndex: 0;
|
|
1765
|
+
readonly jsonName: "";
|
|
1766
|
+
readonly proto3Optional: false;
|
|
1767
|
+
}, {
|
|
1768
|
+
readonly name: "from_sequence";
|
|
1769
|
+
readonly extendee: "";
|
|
1770
|
+
readonly number: 3;
|
|
1771
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1772
|
+
readonly type: "TYPE_INT64";
|
|
1773
|
+
readonly typeName: "";
|
|
1774
|
+
readonly defaultValue: "";
|
|
1775
|
+
readonly options: null;
|
|
1776
|
+
readonly oneofIndex: 0;
|
|
1777
|
+
readonly jsonName: "";
|
|
1778
|
+
readonly proto3Optional: false;
|
|
1779
|
+
}];
|
|
1780
|
+
readonly nestedType: readonly [];
|
|
1781
|
+
readonly enumType: readonly [];
|
|
1782
|
+
readonly extensionRange: readonly [];
|
|
1783
|
+
readonly extension: readonly [];
|
|
1784
|
+
readonly oneofDecl: readonly [];
|
|
1785
|
+
readonly reservedRange: readonly [];
|
|
1786
|
+
readonly reservedName: readonly [];
|
|
1787
|
+
readonly name: "WatchRunRequest";
|
|
1788
|
+
readonly options: null;
|
|
1789
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1790
|
+
};
|
|
1791
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1792
|
+
};
|
|
1793
|
+
readonly responseType: {
|
|
1794
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1795
|
+
readonly type: {
|
|
1796
|
+
readonly field: readonly [{
|
|
1797
|
+
readonly name: "type";
|
|
1798
|
+
readonly extendee: "";
|
|
1799
|
+
readonly number: 1;
|
|
1800
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1801
|
+
readonly type: "TYPE_STRING";
|
|
1802
|
+
readonly typeName: "";
|
|
1803
|
+
readonly defaultValue: "";
|
|
1804
|
+
readonly options: null;
|
|
1805
|
+
readonly oneofIndex: 0;
|
|
1806
|
+
readonly jsonName: "";
|
|
1807
|
+
readonly proto3Optional: false;
|
|
1808
|
+
}, {
|
|
1809
|
+
readonly name: "key";
|
|
1810
|
+
readonly extendee: "";
|
|
1811
|
+
readonly number: 3;
|
|
1812
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1813
|
+
readonly type: "TYPE_STRING";
|
|
1814
|
+
readonly typeName: "";
|
|
1815
|
+
readonly defaultValue: "";
|
|
1816
|
+
readonly options: null;
|
|
1817
|
+
readonly oneofIndex: 0;
|
|
1818
|
+
readonly jsonName: "";
|
|
1819
|
+
readonly proto3Optional: false;
|
|
1820
|
+
}, {
|
|
1821
|
+
readonly name: "data";
|
|
1822
|
+
readonly extendee: "";
|
|
1823
|
+
readonly number: 4;
|
|
1824
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1825
|
+
readonly type: "TYPE_BYTES";
|
|
1826
|
+
readonly typeName: "";
|
|
1827
|
+
readonly defaultValue: "";
|
|
1828
|
+
readonly options: null;
|
|
1829
|
+
readonly oneofIndex: 0;
|
|
1830
|
+
readonly jsonName: "";
|
|
1831
|
+
readonly proto3Optional: false;
|
|
1832
|
+
}, {
|
|
1833
|
+
readonly name: "sequence";
|
|
1834
|
+
readonly extendee: "";
|
|
1835
|
+
readonly number: 5;
|
|
1836
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1837
|
+
readonly type: "TYPE_INT64";
|
|
1838
|
+
readonly typeName: "";
|
|
1839
|
+
readonly defaultValue: "";
|
|
1840
|
+
readonly options: null;
|
|
1841
|
+
readonly oneofIndex: 0;
|
|
1842
|
+
readonly jsonName: "";
|
|
1843
|
+
readonly proto3Optional: false;
|
|
1844
|
+
}, {
|
|
1845
|
+
readonly name: "run_status";
|
|
1846
|
+
readonly extendee: "";
|
|
1847
|
+
readonly number: 6;
|
|
1848
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1849
|
+
readonly type: "TYPE_STRING";
|
|
1850
|
+
readonly typeName: "";
|
|
1851
|
+
readonly defaultValue: "";
|
|
1852
|
+
readonly options: null;
|
|
1853
|
+
readonly oneofIndex: 0;
|
|
1854
|
+
readonly jsonName: "";
|
|
1855
|
+
readonly proto3Optional: false;
|
|
1856
|
+
}];
|
|
1857
|
+
readonly nestedType: readonly [];
|
|
1858
|
+
readonly enumType: readonly [];
|
|
1859
|
+
readonly extensionRange: readonly [];
|
|
1860
|
+
readonly extension: readonly [];
|
|
1861
|
+
readonly oneofDecl: readonly [];
|
|
1862
|
+
readonly reservedRange: readonly [{
|
|
1863
|
+
readonly start: 2;
|
|
1864
|
+
readonly end: 2;
|
|
1865
|
+
}];
|
|
1866
|
+
readonly reservedName: readonly [];
|
|
1867
|
+
readonly name: "RunStreamChunk";
|
|
1868
|
+
readonly options: null;
|
|
1869
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1870
|
+
};
|
|
1871
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1872
|
+
};
|
|
1873
|
+
readonly options: {
|
|
1874
|
+
readonly deprecated: false;
|
|
1875
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
1876
|
+
readonly uninterpreted_option: readonly [];
|
|
1877
|
+
};
|
|
1878
|
+
};
|
|
1879
|
+
};
|
|
1880
|
+
readonly "servicebridge.ServiceBridgeWorker": {
|
|
1881
|
+
readonly Handle: {
|
|
1882
|
+
readonly path: "/servicebridge.ServiceBridgeWorker/Handle";
|
|
1883
|
+
readonly requestStream: false;
|
|
1884
|
+
readonly responseStream: false;
|
|
1885
|
+
readonly requestSerialize: undefined;
|
|
1886
|
+
readonly requestDeserialize: undefined;
|
|
1887
|
+
readonly responseSerialize: undefined;
|
|
1888
|
+
readonly responseDeserialize: undefined;
|
|
1889
|
+
readonly originalName: "handle";
|
|
1890
|
+
readonly requestType: {
|
|
1891
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1892
|
+
readonly type: {
|
|
1893
|
+
readonly field: readonly [{
|
|
1894
|
+
readonly name: "fn";
|
|
1895
|
+
readonly extendee: "";
|
|
1896
|
+
readonly number: 1;
|
|
1897
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1898
|
+
readonly type: "TYPE_STRING";
|
|
1899
|
+
readonly typeName: "";
|
|
1900
|
+
readonly defaultValue: "";
|
|
1901
|
+
readonly options: null;
|
|
1902
|
+
readonly oneofIndex: 0;
|
|
1903
|
+
readonly jsonName: "";
|
|
1904
|
+
readonly proto3Optional: false;
|
|
1905
|
+
}, {
|
|
1906
|
+
readonly name: "payload";
|
|
1907
|
+
readonly extendee: "";
|
|
1908
|
+
readonly number: 2;
|
|
1909
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1910
|
+
readonly type: "TYPE_BYTES";
|
|
1911
|
+
readonly typeName: "";
|
|
1912
|
+
readonly defaultValue: "";
|
|
1913
|
+
readonly options: null;
|
|
1914
|
+
readonly oneofIndex: 0;
|
|
1915
|
+
readonly jsonName: "";
|
|
1916
|
+
readonly proto3Optional: false;
|
|
1917
|
+
}, {
|
|
1918
|
+
readonly name: "trace_id";
|
|
1919
|
+
readonly extendee: "";
|
|
1920
|
+
readonly number: 3;
|
|
1921
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1922
|
+
readonly type: "TYPE_STRING";
|
|
1923
|
+
readonly typeName: "";
|
|
1924
|
+
readonly defaultValue: "";
|
|
1925
|
+
readonly options: null;
|
|
1926
|
+
readonly oneofIndex: 0;
|
|
1927
|
+
readonly jsonName: "";
|
|
1928
|
+
readonly proto3Optional: false;
|
|
1929
|
+
}, {
|
|
1930
|
+
readonly name: "span_id";
|
|
1931
|
+
readonly extendee: "";
|
|
1932
|
+
readonly number: 4;
|
|
1933
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1934
|
+
readonly type: "TYPE_STRING";
|
|
1935
|
+
readonly typeName: "";
|
|
1936
|
+
readonly defaultValue: "";
|
|
1937
|
+
readonly options: null;
|
|
1938
|
+
readonly oneofIndex: 0;
|
|
1939
|
+
readonly jsonName: "";
|
|
1940
|
+
readonly proto3Optional: false;
|
|
1941
|
+
}];
|
|
1942
|
+
readonly nestedType: readonly [];
|
|
1943
|
+
readonly enumType: readonly [];
|
|
1944
|
+
readonly extensionRange: readonly [];
|
|
1945
|
+
readonly extension: readonly [];
|
|
1946
|
+
readonly oneofDecl: readonly [];
|
|
1947
|
+
readonly reservedRange: readonly [];
|
|
1948
|
+
readonly reservedName: readonly [];
|
|
1949
|
+
readonly name: "HandleRequest";
|
|
1950
|
+
readonly options: null;
|
|
1951
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
1952
|
+
};
|
|
1953
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
1954
|
+
};
|
|
1955
|
+
readonly responseType: {
|
|
1956
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
1957
|
+
readonly type: {
|
|
1958
|
+
readonly field: readonly [{
|
|
1959
|
+
readonly name: "output";
|
|
1960
|
+
readonly extendee: "";
|
|
1961
|
+
readonly number: 1;
|
|
1962
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1963
|
+
readonly type: "TYPE_BYTES";
|
|
1964
|
+
readonly typeName: "";
|
|
1965
|
+
readonly defaultValue: "";
|
|
1966
|
+
readonly options: null;
|
|
1967
|
+
readonly oneofIndex: 0;
|
|
1968
|
+
readonly jsonName: "";
|
|
1969
|
+
readonly proto3Optional: false;
|
|
1970
|
+
}, {
|
|
1971
|
+
readonly name: "success";
|
|
1972
|
+
readonly extendee: "";
|
|
1973
|
+
readonly number: 2;
|
|
1974
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1975
|
+
readonly type: "TYPE_BOOL";
|
|
1976
|
+
readonly typeName: "";
|
|
1977
|
+
readonly defaultValue: "";
|
|
1978
|
+
readonly options: null;
|
|
1979
|
+
readonly oneofIndex: 0;
|
|
1980
|
+
readonly jsonName: "";
|
|
1981
|
+
readonly proto3Optional: false;
|
|
1982
|
+
}, {
|
|
1983
|
+
readonly name: "error";
|
|
1984
|
+
readonly extendee: "";
|
|
1985
|
+
readonly number: 3;
|
|
1986
|
+
readonly label: "LABEL_OPTIONAL";
|
|
1987
|
+
readonly type: "TYPE_STRING";
|
|
1988
|
+
readonly typeName: "";
|
|
1989
|
+
readonly defaultValue: "";
|
|
1990
|
+
readonly options: null;
|
|
1991
|
+
readonly oneofIndex: 0;
|
|
1992
|
+
readonly jsonName: "";
|
|
1993
|
+
readonly proto3Optional: false;
|
|
1994
|
+
}];
|
|
1995
|
+
readonly nestedType: readonly [];
|
|
1996
|
+
readonly enumType: readonly [];
|
|
1997
|
+
readonly extensionRange: readonly [];
|
|
1998
|
+
readonly extension: readonly [];
|
|
1999
|
+
readonly oneofDecl: readonly [];
|
|
2000
|
+
readonly reservedRange: readonly [];
|
|
2001
|
+
readonly reservedName: readonly [];
|
|
2002
|
+
readonly name: "HandleResponse";
|
|
2003
|
+
readonly options: null;
|
|
2004
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2005
|
+
};
|
|
2006
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2007
|
+
};
|
|
2008
|
+
readonly options: {
|
|
2009
|
+
readonly deprecated: false;
|
|
2010
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
2011
|
+
readonly uninterpreted_option: readonly [];
|
|
2012
|
+
};
|
|
2013
|
+
};
|
|
2014
|
+
readonly DeliverMessage: {
|
|
2015
|
+
readonly path: "/servicebridge.ServiceBridgeWorker/DeliverMessage";
|
|
2016
|
+
readonly requestStream: false;
|
|
2017
|
+
readonly responseStream: false;
|
|
2018
|
+
readonly requestSerialize: undefined;
|
|
2019
|
+
readonly requestDeserialize: undefined;
|
|
2020
|
+
readonly responseSerialize: undefined;
|
|
2021
|
+
readonly responseDeserialize: undefined;
|
|
2022
|
+
readonly originalName: "deliverMessage";
|
|
2023
|
+
readonly requestType: {
|
|
2024
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2025
|
+
readonly type: {
|
|
2026
|
+
readonly field: readonly [{
|
|
2027
|
+
readonly name: "message_id";
|
|
2028
|
+
readonly extendee: "";
|
|
2029
|
+
readonly number: 1;
|
|
2030
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2031
|
+
readonly type: "TYPE_STRING";
|
|
2032
|
+
readonly typeName: "";
|
|
2033
|
+
readonly defaultValue: "";
|
|
2034
|
+
readonly options: null;
|
|
2035
|
+
readonly oneofIndex: 0;
|
|
2036
|
+
readonly jsonName: "";
|
|
2037
|
+
readonly proto3Optional: false;
|
|
2038
|
+
}, {
|
|
2039
|
+
readonly name: "group_name";
|
|
2040
|
+
readonly extendee: "";
|
|
2041
|
+
readonly number: 2;
|
|
2042
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2043
|
+
readonly type: "TYPE_STRING";
|
|
2044
|
+
readonly typeName: "";
|
|
2045
|
+
readonly defaultValue: "";
|
|
2046
|
+
readonly options: null;
|
|
2047
|
+
readonly oneofIndex: 0;
|
|
2048
|
+
readonly jsonName: "";
|
|
2049
|
+
readonly proto3Optional: false;
|
|
2050
|
+
}, {
|
|
2051
|
+
readonly name: "topic";
|
|
2052
|
+
readonly extendee: "";
|
|
2053
|
+
readonly number: 3;
|
|
2054
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2055
|
+
readonly type: "TYPE_STRING";
|
|
2056
|
+
readonly typeName: "";
|
|
2057
|
+
readonly defaultValue: "";
|
|
2058
|
+
readonly options: null;
|
|
2059
|
+
readonly oneofIndex: 0;
|
|
2060
|
+
readonly jsonName: "";
|
|
2061
|
+
readonly proto3Optional: false;
|
|
2062
|
+
}, {
|
|
2063
|
+
readonly name: "payload";
|
|
2064
|
+
readonly extendee: "";
|
|
2065
|
+
readonly number: 4;
|
|
2066
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2067
|
+
readonly type: "TYPE_BYTES";
|
|
2068
|
+
readonly typeName: "";
|
|
2069
|
+
readonly defaultValue: "";
|
|
2070
|
+
readonly options: null;
|
|
2071
|
+
readonly oneofIndex: 0;
|
|
2072
|
+
readonly jsonName: "";
|
|
2073
|
+
readonly proto3Optional: false;
|
|
2074
|
+
}, {
|
|
2075
|
+
readonly name: "headers";
|
|
2076
|
+
readonly extendee: "";
|
|
2077
|
+
readonly number: 5;
|
|
2078
|
+
readonly label: "LABEL_REPEATED";
|
|
2079
|
+
readonly type: "TYPE_MESSAGE";
|
|
2080
|
+
readonly typeName: "Headers";
|
|
2081
|
+
readonly defaultValue: "";
|
|
2082
|
+
readonly options: null;
|
|
2083
|
+
readonly oneofIndex: 0;
|
|
2084
|
+
readonly jsonName: "";
|
|
2085
|
+
readonly proto3Optional: false;
|
|
2086
|
+
}, {
|
|
2087
|
+
readonly name: "trace_id";
|
|
2088
|
+
readonly extendee: "";
|
|
2089
|
+
readonly number: 6;
|
|
2090
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2091
|
+
readonly type: "TYPE_STRING";
|
|
2092
|
+
readonly typeName: "";
|
|
2093
|
+
readonly defaultValue: "";
|
|
2094
|
+
readonly options: null;
|
|
2095
|
+
readonly oneofIndex: 0;
|
|
2096
|
+
readonly jsonName: "";
|
|
2097
|
+
readonly proto3Optional: false;
|
|
2098
|
+
}, {
|
|
2099
|
+
readonly name: "parent_span_id";
|
|
2100
|
+
readonly extendee: "";
|
|
2101
|
+
readonly number: 7;
|
|
2102
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2103
|
+
readonly type: "TYPE_STRING";
|
|
2104
|
+
readonly typeName: "";
|
|
2105
|
+
readonly defaultValue: "";
|
|
2106
|
+
readonly options: null;
|
|
2107
|
+
readonly oneofIndex: 0;
|
|
2108
|
+
readonly jsonName: "";
|
|
2109
|
+
readonly proto3Optional: false;
|
|
2110
|
+
}, {
|
|
2111
|
+
readonly name: "attempt";
|
|
2112
|
+
readonly extendee: "";
|
|
2113
|
+
readonly number: 8;
|
|
2114
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2115
|
+
readonly type: "TYPE_INT32";
|
|
2116
|
+
readonly typeName: "";
|
|
2117
|
+
readonly defaultValue: "";
|
|
2118
|
+
readonly options: null;
|
|
2119
|
+
readonly oneofIndex: 0;
|
|
2120
|
+
readonly jsonName: "";
|
|
2121
|
+
readonly proto3Optional: false;
|
|
2122
|
+
}];
|
|
2123
|
+
readonly nestedType: readonly [{
|
|
2124
|
+
readonly field: readonly [{
|
|
2125
|
+
readonly name: "key";
|
|
2126
|
+
readonly extendee: "";
|
|
2127
|
+
readonly number: 1;
|
|
2128
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2129
|
+
readonly type: "TYPE_STRING";
|
|
2130
|
+
readonly typeName: "";
|
|
2131
|
+
readonly defaultValue: "";
|
|
2132
|
+
readonly options: null;
|
|
2133
|
+
readonly oneofIndex: 0;
|
|
2134
|
+
readonly jsonName: "";
|
|
2135
|
+
readonly proto3Optional: false;
|
|
2136
|
+
}, {
|
|
2137
|
+
readonly name: "value";
|
|
2138
|
+
readonly extendee: "";
|
|
2139
|
+
readonly number: 2;
|
|
2140
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2141
|
+
readonly type: "TYPE_STRING";
|
|
2142
|
+
readonly typeName: "";
|
|
2143
|
+
readonly defaultValue: "";
|
|
2144
|
+
readonly options: null;
|
|
2145
|
+
readonly oneofIndex: 0;
|
|
2146
|
+
readonly jsonName: "";
|
|
2147
|
+
readonly proto3Optional: false;
|
|
2148
|
+
}];
|
|
2149
|
+
readonly nestedType: readonly [];
|
|
2150
|
+
readonly enumType: readonly [];
|
|
2151
|
+
readonly extensionRange: readonly [];
|
|
2152
|
+
readonly extension: readonly [];
|
|
2153
|
+
readonly oneofDecl: readonly [];
|
|
2154
|
+
readonly reservedRange: readonly [];
|
|
2155
|
+
readonly reservedName: readonly [];
|
|
2156
|
+
readonly name: "Headers";
|
|
2157
|
+
readonly options: {
|
|
2158
|
+
readonly uninterpretedOption: readonly [];
|
|
2159
|
+
readonly messageSetWireFormat: false;
|
|
2160
|
+
readonly noStandardDescriptorAccessor: false;
|
|
2161
|
+
readonly deprecated: false;
|
|
2162
|
+
readonly mapEntry: true;
|
|
2163
|
+
readonly deprecatedLegacyJsonFieldConflicts: false;
|
|
2164
|
+
readonly features: null;
|
|
2165
|
+
};
|
|
2166
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2167
|
+
}];
|
|
2168
|
+
readonly enumType: readonly [];
|
|
2169
|
+
readonly extensionRange: readonly [];
|
|
2170
|
+
readonly extension: readonly [];
|
|
2171
|
+
readonly oneofDecl: readonly [];
|
|
2172
|
+
readonly reservedRange: readonly [];
|
|
2173
|
+
readonly reservedName: readonly [];
|
|
2174
|
+
readonly name: "DeliverMessageRequest";
|
|
2175
|
+
readonly options: null;
|
|
2176
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2177
|
+
};
|
|
2178
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2179
|
+
};
|
|
2180
|
+
readonly responseType: {
|
|
2181
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2182
|
+
readonly type: {
|
|
2183
|
+
readonly field: readonly [{
|
|
2184
|
+
readonly name: "ack";
|
|
2185
|
+
readonly extendee: "";
|
|
2186
|
+
readonly number: 1;
|
|
2187
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2188
|
+
readonly type: "TYPE_BOOL";
|
|
2189
|
+
readonly typeName: "";
|
|
2190
|
+
readonly defaultValue: "";
|
|
2191
|
+
readonly options: null;
|
|
2192
|
+
readonly oneofIndex: 0;
|
|
2193
|
+
readonly jsonName: "";
|
|
2194
|
+
readonly proto3Optional: false;
|
|
2195
|
+
}, {
|
|
2196
|
+
readonly name: "retry_after_ms";
|
|
2197
|
+
readonly extendee: "";
|
|
2198
|
+
readonly number: 2;
|
|
2199
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2200
|
+
readonly type: "TYPE_INT32";
|
|
2201
|
+
readonly typeName: "";
|
|
2202
|
+
readonly defaultValue: "";
|
|
2203
|
+
readonly options: null;
|
|
2204
|
+
readonly oneofIndex: 0;
|
|
2205
|
+
readonly jsonName: "";
|
|
2206
|
+
readonly proto3Optional: false;
|
|
2207
|
+
}, {
|
|
2208
|
+
readonly name: "reject_reason";
|
|
2209
|
+
readonly extendee: "";
|
|
2210
|
+
readonly number: 3;
|
|
2211
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2212
|
+
readonly type: "TYPE_STRING";
|
|
2213
|
+
readonly typeName: "";
|
|
2214
|
+
readonly defaultValue: "";
|
|
2215
|
+
readonly options: null;
|
|
2216
|
+
readonly oneofIndex: 0;
|
|
2217
|
+
readonly jsonName: "";
|
|
2218
|
+
readonly proto3Optional: false;
|
|
2219
|
+
}, {
|
|
2220
|
+
readonly name: "error";
|
|
2221
|
+
readonly extendee: "";
|
|
2222
|
+
readonly number: 4;
|
|
2223
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2224
|
+
readonly type: "TYPE_STRING";
|
|
2225
|
+
readonly typeName: "";
|
|
2226
|
+
readonly defaultValue: "";
|
|
2227
|
+
readonly options: null;
|
|
2228
|
+
readonly oneofIndex: 0;
|
|
2229
|
+
readonly jsonName: "";
|
|
2230
|
+
readonly proto3Optional: false;
|
|
2231
|
+
}];
|
|
2232
|
+
readonly nestedType: readonly [];
|
|
2233
|
+
readonly enumType: readonly [];
|
|
2234
|
+
readonly extensionRange: readonly [];
|
|
2235
|
+
readonly extension: readonly [];
|
|
2236
|
+
readonly oneofDecl: readonly [];
|
|
2237
|
+
readonly reservedRange: readonly [];
|
|
2238
|
+
readonly reservedName: readonly [];
|
|
2239
|
+
readonly name: "DeliveryAck";
|
|
2240
|
+
readonly options: null;
|
|
2241
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2242
|
+
};
|
|
2243
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2244
|
+
};
|
|
2245
|
+
readonly options: {
|
|
2246
|
+
readonly deprecated: false;
|
|
2247
|
+
readonly idempotency_level: "IDEMPOTENCY_UNKNOWN";
|
|
2248
|
+
readonly uninterpreted_option: readonly [];
|
|
2249
|
+
};
|
|
2250
|
+
};
|
|
2251
|
+
};
|
|
2252
|
+
readonly "servicebridge.HandleRequest": {
|
|
2253
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2254
|
+
readonly type: {
|
|
2255
|
+
readonly field: readonly [{
|
|
2256
|
+
readonly name: "fn";
|
|
2257
|
+
readonly extendee: "";
|
|
2258
|
+
readonly number: 1;
|
|
2259
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2260
|
+
readonly type: "TYPE_STRING";
|
|
2261
|
+
readonly typeName: "";
|
|
2262
|
+
readonly defaultValue: "";
|
|
2263
|
+
readonly options: null;
|
|
2264
|
+
readonly oneofIndex: 0;
|
|
2265
|
+
readonly jsonName: "";
|
|
2266
|
+
readonly proto3Optional: false;
|
|
2267
|
+
}, {
|
|
2268
|
+
readonly name: "payload";
|
|
2269
|
+
readonly extendee: "";
|
|
2270
|
+
readonly number: 2;
|
|
2271
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2272
|
+
readonly type: "TYPE_BYTES";
|
|
2273
|
+
readonly typeName: "";
|
|
2274
|
+
readonly defaultValue: "";
|
|
2275
|
+
readonly options: null;
|
|
2276
|
+
readonly oneofIndex: 0;
|
|
2277
|
+
readonly jsonName: "";
|
|
2278
|
+
readonly proto3Optional: false;
|
|
2279
|
+
}, {
|
|
2280
|
+
readonly name: "trace_id";
|
|
2281
|
+
readonly extendee: "";
|
|
2282
|
+
readonly number: 3;
|
|
2283
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2284
|
+
readonly type: "TYPE_STRING";
|
|
2285
|
+
readonly typeName: "";
|
|
2286
|
+
readonly defaultValue: "";
|
|
2287
|
+
readonly options: null;
|
|
2288
|
+
readonly oneofIndex: 0;
|
|
2289
|
+
readonly jsonName: "";
|
|
2290
|
+
readonly proto3Optional: false;
|
|
2291
|
+
}, {
|
|
2292
|
+
readonly name: "span_id";
|
|
2293
|
+
readonly extendee: "";
|
|
2294
|
+
readonly number: 4;
|
|
2295
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2296
|
+
readonly type: "TYPE_STRING";
|
|
2297
|
+
readonly typeName: "";
|
|
2298
|
+
readonly defaultValue: "";
|
|
2299
|
+
readonly options: null;
|
|
2300
|
+
readonly oneofIndex: 0;
|
|
2301
|
+
readonly jsonName: "";
|
|
2302
|
+
readonly proto3Optional: false;
|
|
2303
|
+
}];
|
|
2304
|
+
readonly nestedType: readonly [];
|
|
2305
|
+
readonly enumType: readonly [];
|
|
2306
|
+
readonly extensionRange: readonly [];
|
|
2307
|
+
readonly extension: readonly [];
|
|
2308
|
+
readonly oneofDecl: readonly [];
|
|
2309
|
+
readonly reservedRange: readonly [];
|
|
2310
|
+
readonly reservedName: readonly [];
|
|
2311
|
+
readonly name: "HandleRequest";
|
|
2312
|
+
readonly options: null;
|
|
2313
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2314
|
+
};
|
|
2315
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2316
|
+
};
|
|
2317
|
+
readonly "servicebridge.HandleResponse": {
|
|
2318
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2319
|
+
readonly type: {
|
|
2320
|
+
readonly field: readonly [{
|
|
2321
|
+
readonly name: "output";
|
|
2322
|
+
readonly extendee: "";
|
|
2323
|
+
readonly number: 1;
|
|
2324
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2325
|
+
readonly type: "TYPE_BYTES";
|
|
2326
|
+
readonly typeName: "";
|
|
2327
|
+
readonly defaultValue: "";
|
|
2328
|
+
readonly options: null;
|
|
2329
|
+
readonly oneofIndex: 0;
|
|
2330
|
+
readonly jsonName: "";
|
|
2331
|
+
readonly proto3Optional: false;
|
|
2332
|
+
}, {
|
|
2333
|
+
readonly name: "success";
|
|
2334
|
+
readonly extendee: "";
|
|
2335
|
+
readonly number: 2;
|
|
2336
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2337
|
+
readonly type: "TYPE_BOOL";
|
|
2338
|
+
readonly typeName: "";
|
|
2339
|
+
readonly defaultValue: "";
|
|
2340
|
+
readonly options: null;
|
|
2341
|
+
readonly oneofIndex: 0;
|
|
2342
|
+
readonly jsonName: "";
|
|
2343
|
+
readonly proto3Optional: false;
|
|
2344
|
+
}, {
|
|
2345
|
+
readonly name: "error";
|
|
2346
|
+
readonly extendee: "";
|
|
2347
|
+
readonly number: 3;
|
|
2348
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2349
|
+
readonly type: "TYPE_STRING";
|
|
2350
|
+
readonly typeName: "";
|
|
2351
|
+
readonly defaultValue: "";
|
|
2352
|
+
readonly options: null;
|
|
2353
|
+
readonly oneofIndex: 0;
|
|
2354
|
+
readonly jsonName: "";
|
|
2355
|
+
readonly proto3Optional: false;
|
|
2356
|
+
}];
|
|
2357
|
+
readonly nestedType: readonly [];
|
|
2358
|
+
readonly enumType: readonly [];
|
|
2359
|
+
readonly extensionRange: readonly [];
|
|
2360
|
+
readonly extension: readonly [];
|
|
2361
|
+
readonly oneofDecl: readonly [];
|
|
2362
|
+
readonly reservedRange: readonly [];
|
|
2363
|
+
readonly reservedName: readonly [];
|
|
2364
|
+
readonly name: "HandleResponse";
|
|
2365
|
+
readonly options: null;
|
|
2366
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2367
|
+
};
|
|
2368
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2369
|
+
};
|
|
2370
|
+
readonly "servicebridge.DeliverMessageRequest": {
|
|
2371
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2372
|
+
readonly type: {
|
|
2373
|
+
readonly field: readonly [{
|
|
2374
|
+
readonly name: "message_id";
|
|
2375
|
+
readonly extendee: "";
|
|
2376
|
+
readonly number: 1;
|
|
2377
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2378
|
+
readonly type: "TYPE_STRING";
|
|
2379
|
+
readonly typeName: "";
|
|
2380
|
+
readonly defaultValue: "";
|
|
2381
|
+
readonly options: null;
|
|
2382
|
+
readonly oneofIndex: 0;
|
|
2383
|
+
readonly jsonName: "";
|
|
2384
|
+
readonly proto3Optional: false;
|
|
2385
|
+
}, {
|
|
2386
|
+
readonly name: "group_name";
|
|
2387
|
+
readonly extendee: "";
|
|
2388
|
+
readonly number: 2;
|
|
2389
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2390
|
+
readonly type: "TYPE_STRING";
|
|
2391
|
+
readonly typeName: "";
|
|
2392
|
+
readonly defaultValue: "";
|
|
2393
|
+
readonly options: null;
|
|
2394
|
+
readonly oneofIndex: 0;
|
|
2395
|
+
readonly jsonName: "";
|
|
2396
|
+
readonly proto3Optional: false;
|
|
2397
|
+
}, {
|
|
2398
|
+
readonly name: "topic";
|
|
2399
|
+
readonly extendee: "";
|
|
2400
|
+
readonly number: 3;
|
|
2401
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2402
|
+
readonly type: "TYPE_STRING";
|
|
2403
|
+
readonly typeName: "";
|
|
2404
|
+
readonly defaultValue: "";
|
|
2405
|
+
readonly options: null;
|
|
2406
|
+
readonly oneofIndex: 0;
|
|
2407
|
+
readonly jsonName: "";
|
|
2408
|
+
readonly proto3Optional: false;
|
|
2409
|
+
}, {
|
|
2410
|
+
readonly name: "payload";
|
|
2411
|
+
readonly extendee: "";
|
|
2412
|
+
readonly number: 4;
|
|
2413
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2414
|
+
readonly type: "TYPE_BYTES";
|
|
2415
|
+
readonly typeName: "";
|
|
2416
|
+
readonly defaultValue: "";
|
|
2417
|
+
readonly options: null;
|
|
2418
|
+
readonly oneofIndex: 0;
|
|
2419
|
+
readonly jsonName: "";
|
|
2420
|
+
readonly proto3Optional: false;
|
|
2421
|
+
}, {
|
|
2422
|
+
readonly name: "headers";
|
|
2423
|
+
readonly extendee: "";
|
|
2424
|
+
readonly number: 5;
|
|
2425
|
+
readonly label: "LABEL_REPEATED";
|
|
2426
|
+
readonly type: "TYPE_MESSAGE";
|
|
2427
|
+
readonly typeName: "Headers";
|
|
2428
|
+
readonly defaultValue: "";
|
|
2429
|
+
readonly options: null;
|
|
2430
|
+
readonly oneofIndex: 0;
|
|
2431
|
+
readonly jsonName: "";
|
|
2432
|
+
readonly proto3Optional: false;
|
|
2433
|
+
}, {
|
|
2434
|
+
readonly name: "trace_id";
|
|
2435
|
+
readonly extendee: "";
|
|
2436
|
+
readonly number: 6;
|
|
2437
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2438
|
+
readonly type: "TYPE_STRING";
|
|
2439
|
+
readonly typeName: "";
|
|
2440
|
+
readonly defaultValue: "";
|
|
2441
|
+
readonly options: null;
|
|
2442
|
+
readonly oneofIndex: 0;
|
|
2443
|
+
readonly jsonName: "";
|
|
2444
|
+
readonly proto3Optional: false;
|
|
2445
|
+
}, {
|
|
2446
|
+
readonly name: "parent_span_id";
|
|
2447
|
+
readonly extendee: "";
|
|
2448
|
+
readonly number: 7;
|
|
2449
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2450
|
+
readonly type: "TYPE_STRING";
|
|
2451
|
+
readonly typeName: "";
|
|
2452
|
+
readonly defaultValue: "";
|
|
2453
|
+
readonly options: null;
|
|
2454
|
+
readonly oneofIndex: 0;
|
|
2455
|
+
readonly jsonName: "";
|
|
2456
|
+
readonly proto3Optional: false;
|
|
2457
|
+
}, {
|
|
2458
|
+
readonly name: "attempt";
|
|
2459
|
+
readonly extendee: "";
|
|
2460
|
+
readonly number: 8;
|
|
2461
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2462
|
+
readonly type: "TYPE_INT32";
|
|
2463
|
+
readonly typeName: "";
|
|
2464
|
+
readonly defaultValue: "";
|
|
2465
|
+
readonly options: null;
|
|
2466
|
+
readonly oneofIndex: 0;
|
|
2467
|
+
readonly jsonName: "";
|
|
2468
|
+
readonly proto3Optional: false;
|
|
2469
|
+
}];
|
|
2470
|
+
readonly nestedType: readonly [{
|
|
2471
|
+
readonly field: readonly [{
|
|
2472
|
+
readonly name: "key";
|
|
2473
|
+
readonly extendee: "";
|
|
2474
|
+
readonly number: 1;
|
|
2475
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2476
|
+
readonly type: "TYPE_STRING";
|
|
2477
|
+
readonly typeName: "";
|
|
2478
|
+
readonly defaultValue: "";
|
|
2479
|
+
readonly options: null;
|
|
2480
|
+
readonly oneofIndex: 0;
|
|
2481
|
+
readonly jsonName: "";
|
|
2482
|
+
readonly proto3Optional: false;
|
|
2483
|
+
}, {
|
|
2484
|
+
readonly name: "value";
|
|
2485
|
+
readonly extendee: "";
|
|
2486
|
+
readonly number: 2;
|
|
2487
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2488
|
+
readonly type: "TYPE_STRING";
|
|
2489
|
+
readonly typeName: "";
|
|
2490
|
+
readonly defaultValue: "";
|
|
2491
|
+
readonly options: null;
|
|
2492
|
+
readonly oneofIndex: 0;
|
|
2493
|
+
readonly jsonName: "";
|
|
2494
|
+
readonly proto3Optional: false;
|
|
2495
|
+
}];
|
|
2496
|
+
readonly nestedType: readonly [];
|
|
2497
|
+
readonly enumType: readonly [];
|
|
2498
|
+
readonly extensionRange: readonly [];
|
|
2499
|
+
readonly extension: readonly [];
|
|
2500
|
+
readonly oneofDecl: readonly [];
|
|
2501
|
+
readonly reservedRange: readonly [];
|
|
2502
|
+
readonly reservedName: readonly [];
|
|
2503
|
+
readonly name: "Headers";
|
|
2504
|
+
readonly options: {
|
|
2505
|
+
readonly uninterpretedOption: readonly [];
|
|
2506
|
+
readonly messageSetWireFormat: false;
|
|
2507
|
+
readonly noStandardDescriptorAccessor: false;
|
|
2508
|
+
readonly deprecated: false;
|
|
2509
|
+
readonly mapEntry: true;
|
|
2510
|
+
readonly deprecatedLegacyJsonFieldConflicts: false;
|
|
2511
|
+
readonly features: null;
|
|
2512
|
+
};
|
|
2513
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2514
|
+
}];
|
|
2515
|
+
readonly enumType: readonly [];
|
|
2516
|
+
readonly extensionRange: readonly [];
|
|
2517
|
+
readonly extension: readonly [];
|
|
2518
|
+
readonly oneofDecl: readonly [];
|
|
2519
|
+
readonly reservedRange: readonly [];
|
|
2520
|
+
readonly reservedName: readonly [];
|
|
2521
|
+
readonly name: "DeliverMessageRequest";
|
|
2522
|
+
readonly options: null;
|
|
2523
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2524
|
+
};
|
|
2525
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2526
|
+
};
|
|
2527
|
+
readonly "servicebridge.PublishRequest": {
|
|
2528
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2529
|
+
readonly type: {
|
|
2530
|
+
readonly field: readonly [{
|
|
2531
|
+
readonly name: "topic";
|
|
2532
|
+
readonly extendee: "";
|
|
2533
|
+
readonly number: 1;
|
|
2534
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2535
|
+
readonly type: "TYPE_STRING";
|
|
2536
|
+
readonly typeName: "";
|
|
2537
|
+
readonly defaultValue: "";
|
|
2538
|
+
readonly options: null;
|
|
2539
|
+
readonly oneofIndex: 0;
|
|
2540
|
+
readonly jsonName: "";
|
|
2541
|
+
readonly proto3Optional: false;
|
|
2542
|
+
}, {
|
|
2543
|
+
readonly name: "payload";
|
|
2544
|
+
readonly extendee: "";
|
|
2545
|
+
readonly number: 2;
|
|
2546
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2547
|
+
readonly type: "TYPE_BYTES";
|
|
2548
|
+
readonly typeName: "";
|
|
2549
|
+
readonly defaultValue: "";
|
|
2550
|
+
readonly options: null;
|
|
2551
|
+
readonly oneofIndex: 0;
|
|
2552
|
+
readonly jsonName: "";
|
|
2553
|
+
readonly proto3Optional: false;
|
|
2554
|
+
}, {
|
|
2555
|
+
readonly name: "headers";
|
|
2556
|
+
readonly extendee: "";
|
|
2557
|
+
readonly number: 3;
|
|
2558
|
+
readonly label: "LABEL_REPEATED";
|
|
2559
|
+
readonly type: "TYPE_MESSAGE";
|
|
2560
|
+
readonly typeName: "Headers";
|
|
2561
|
+
readonly defaultValue: "";
|
|
2562
|
+
readonly options: null;
|
|
2563
|
+
readonly oneofIndex: 0;
|
|
2564
|
+
readonly jsonName: "";
|
|
2565
|
+
readonly proto3Optional: false;
|
|
2566
|
+
}, {
|
|
2567
|
+
readonly name: "trace_id";
|
|
2568
|
+
readonly extendee: "";
|
|
2569
|
+
readonly number: 4;
|
|
2570
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2571
|
+
readonly type: "TYPE_STRING";
|
|
2572
|
+
readonly typeName: "";
|
|
2573
|
+
readonly defaultValue: "";
|
|
2574
|
+
readonly options: null;
|
|
2575
|
+
readonly oneofIndex: 0;
|
|
2576
|
+
readonly jsonName: "";
|
|
2577
|
+
readonly proto3Optional: false;
|
|
2578
|
+
}, {
|
|
2579
|
+
readonly name: "parent_span_id";
|
|
2580
|
+
readonly extendee: "";
|
|
2581
|
+
readonly number: 5;
|
|
2582
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2583
|
+
readonly type: "TYPE_STRING";
|
|
2584
|
+
readonly typeName: "";
|
|
2585
|
+
readonly defaultValue: "";
|
|
2586
|
+
readonly options: null;
|
|
2587
|
+
readonly oneofIndex: 0;
|
|
2588
|
+
readonly jsonName: "";
|
|
2589
|
+
readonly proto3Optional: false;
|
|
2590
|
+
}, {
|
|
2591
|
+
readonly name: "producer_service";
|
|
2592
|
+
readonly extendee: "";
|
|
2593
|
+
readonly number: 6;
|
|
2594
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2595
|
+
readonly type: "TYPE_STRING";
|
|
2596
|
+
readonly typeName: "";
|
|
2597
|
+
readonly defaultValue: "";
|
|
2598
|
+
readonly options: null;
|
|
2599
|
+
readonly oneofIndex: 0;
|
|
2600
|
+
readonly jsonName: "";
|
|
2601
|
+
readonly proto3Optional: false;
|
|
2602
|
+
}, {
|
|
2603
|
+
readonly name: "idempotency_key";
|
|
2604
|
+
readonly extendee: "";
|
|
2605
|
+
readonly number: 7;
|
|
2606
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2607
|
+
readonly type: "TYPE_STRING";
|
|
2608
|
+
readonly typeName: "";
|
|
2609
|
+
readonly defaultValue: "";
|
|
2610
|
+
readonly options: null;
|
|
2611
|
+
readonly oneofIndex: 0;
|
|
2612
|
+
readonly jsonName: "";
|
|
2613
|
+
readonly proto3Optional: false;
|
|
2614
|
+
}];
|
|
2615
|
+
readonly nestedType: readonly [{
|
|
2616
|
+
readonly field: readonly [{
|
|
2617
|
+
readonly name: "key";
|
|
2618
|
+
readonly extendee: "";
|
|
2619
|
+
readonly number: 1;
|
|
2620
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2621
|
+
readonly type: "TYPE_STRING";
|
|
2622
|
+
readonly typeName: "";
|
|
2623
|
+
readonly defaultValue: "";
|
|
2624
|
+
readonly options: null;
|
|
2625
|
+
readonly oneofIndex: 0;
|
|
2626
|
+
readonly jsonName: "";
|
|
2627
|
+
readonly proto3Optional: false;
|
|
2628
|
+
}, {
|
|
2629
|
+
readonly name: "value";
|
|
2630
|
+
readonly extendee: "";
|
|
2631
|
+
readonly number: 2;
|
|
2632
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2633
|
+
readonly type: "TYPE_STRING";
|
|
2634
|
+
readonly typeName: "";
|
|
2635
|
+
readonly defaultValue: "";
|
|
2636
|
+
readonly options: null;
|
|
2637
|
+
readonly oneofIndex: 0;
|
|
2638
|
+
readonly jsonName: "";
|
|
2639
|
+
readonly proto3Optional: false;
|
|
2640
|
+
}];
|
|
2641
|
+
readonly nestedType: readonly [];
|
|
2642
|
+
readonly enumType: readonly [];
|
|
2643
|
+
readonly extensionRange: readonly [];
|
|
2644
|
+
readonly extension: readonly [];
|
|
2645
|
+
readonly oneofDecl: readonly [];
|
|
2646
|
+
readonly reservedRange: readonly [];
|
|
2647
|
+
readonly reservedName: readonly [];
|
|
2648
|
+
readonly name: "Headers";
|
|
2649
|
+
readonly options: {
|
|
2650
|
+
readonly uninterpretedOption: readonly [];
|
|
2651
|
+
readonly messageSetWireFormat: false;
|
|
2652
|
+
readonly noStandardDescriptorAccessor: false;
|
|
2653
|
+
readonly deprecated: false;
|
|
2654
|
+
readonly mapEntry: true;
|
|
2655
|
+
readonly deprecatedLegacyJsonFieldConflicts: false;
|
|
2656
|
+
readonly features: null;
|
|
2657
|
+
};
|
|
2658
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2659
|
+
}];
|
|
2660
|
+
readonly enumType: readonly [];
|
|
2661
|
+
readonly extensionRange: readonly [];
|
|
2662
|
+
readonly extension: readonly [];
|
|
2663
|
+
readonly oneofDecl: readonly [];
|
|
2664
|
+
readonly reservedRange: readonly [];
|
|
2665
|
+
readonly reservedName: readonly [];
|
|
2666
|
+
readonly name: "PublishRequest";
|
|
2667
|
+
readonly options: null;
|
|
2668
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2669
|
+
};
|
|
2670
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2671
|
+
};
|
|
2672
|
+
readonly "servicebridge.PublishResponse": {
|
|
2673
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2674
|
+
readonly type: {
|
|
2675
|
+
readonly field: readonly [{
|
|
2676
|
+
readonly name: "message_id";
|
|
2677
|
+
readonly extendee: "";
|
|
2678
|
+
readonly number: 1;
|
|
2679
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2680
|
+
readonly type: "TYPE_STRING";
|
|
2681
|
+
readonly typeName: "";
|
|
2682
|
+
readonly defaultValue: "";
|
|
2683
|
+
readonly options: null;
|
|
2684
|
+
readonly oneofIndex: 0;
|
|
2685
|
+
readonly jsonName: "";
|
|
2686
|
+
readonly proto3Optional: false;
|
|
2687
|
+
}];
|
|
2688
|
+
readonly nestedType: readonly [];
|
|
2689
|
+
readonly enumType: readonly [];
|
|
2690
|
+
readonly extensionRange: readonly [];
|
|
2691
|
+
readonly extension: readonly [];
|
|
2692
|
+
readonly oneofDecl: readonly [];
|
|
2693
|
+
readonly reservedRange: readonly [];
|
|
2694
|
+
readonly reservedName: readonly [];
|
|
2695
|
+
readonly name: "PublishResponse";
|
|
2696
|
+
readonly options: null;
|
|
2697
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2698
|
+
};
|
|
2699
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2700
|
+
};
|
|
2701
|
+
readonly "servicebridge.DeliveryAck": {
|
|
2702
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2703
|
+
readonly type: {
|
|
2704
|
+
readonly field: readonly [{
|
|
2705
|
+
readonly name: "ack";
|
|
2706
|
+
readonly extendee: "";
|
|
2707
|
+
readonly number: 1;
|
|
2708
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2709
|
+
readonly type: "TYPE_BOOL";
|
|
2710
|
+
readonly typeName: "";
|
|
2711
|
+
readonly defaultValue: "";
|
|
2712
|
+
readonly options: null;
|
|
2713
|
+
readonly oneofIndex: 0;
|
|
2714
|
+
readonly jsonName: "";
|
|
2715
|
+
readonly proto3Optional: false;
|
|
2716
|
+
}, {
|
|
2717
|
+
readonly name: "retry_after_ms";
|
|
2718
|
+
readonly extendee: "";
|
|
2719
|
+
readonly number: 2;
|
|
2720
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2721
|
+
readonly type: "TYPE_INT32";
|
|
2722
|
+
readonly typeName: "";
|
|
2723
|
+
readonly defaultValue: "";
|
|
2724
|
+
readonly options: null;
|
|
2725
|
+
readonly oneofIndex: 0;
|
|
2726
|
+
readonly jsonName: "";
|
|
2727
|
+
readonly proto3Optional: false;
|
|
2728
|
+
}, {
|
|
2729
|
+
readonly name: "reject_reason";
|
|
2730
|
+
readonly extendee: "";
|
|
2731
|
+
readonly number: 3;
|
|
2732
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2733
|
+
readonly type: "TYPE_STRING";
|
|
2734
|
+
readonly typeName: "";
|
|
2735
|
+
readonly defaultValue: "";
|
|
2736
|
+
readonly options: null;
|
|
2737
|
+
readonly oneofIndex: 0;
|
|
2738
|
+
readonly jsonName: "";
|
|
2739
|
+
readonly proto3Optional: false;
|
|
2740
|
+
}, {
|
|
2741
|
+
readonly name: "error";
|
|
2742
|
+
readonly extendee: "";
|
|
2743
|
+
readonly number: 4;
|
|
2744
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2745
|
+
readonly type: "TYPE_STRING";
|
|
2746
|
+
readonly typeName: "";
|
|
2747
|
+
readonly defaultValue: "";
|
|
2748
|
+
readonly options: null;
|
|
2749
|
+
readonly oneofIndex: 0;
|
|
2750
|
+
readonly jsonName: "";
|
|
2751
|
+
readonly proto3Optional: false;
|
|
2752
|
+
}];
|
|
2753
|
+
readonly nestedType: readonly [];
|
|
2754
|
+
readonly enumType: readonly [];
|
|
2755
|
+
readonly extensionRange: readonly [];
|
|
2756
|
+
readonly extension: readonly [];
|
|
2757
|
+
readonly oneofDecl: readonly [];
|
|
2758
|
+
readonly reservedRange: readonly [];
|
|
2759
|
+
readonly reservedName: readonly [];
|
|
2760
|
+
readonly name: "DeliveryAck";
|
|
2761
|
+
readonly options: null;
|
|
2762
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2763
|
+
};
|
|
2764
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2765
|
+
};
|
|
2766
|
+
readonly "servicebridge.WatchRegistryRequest": {
|
|
2767
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2768
|
+
readonly type: {
|
|
2769
|
+
readonly field: readonly [{
|
|
2770
|
+
readonly name: "function_names";
|
|
2771
|
+
readonly extendee: "";
|
|
2772
|
+
readonly number: 1;
|
|
2773
|
+
readonly label: "LABEL_REPEATED";
|
|
2774
|
+
readonly type: "TYPE_STRING";
|
|
2775
|
+
readonly typeName: "";
|
|
2776
|
+
readonly defaultValue: "";
|
|
2777
|
+
readonly options: null;
|
|
2778
|
+
readonly oneofIndex: 0;
|
|
2779
|
+
readonly jsonName: "";
|
|
2780
|
+
readonly proto3Optional: false;
|
|
2781
|
+
}];
|
|
2782
|
+
readonly nestedType: readonly [];
|
|
2783
|
+
readonly enumType: readonly [];
|
|
2784
|
+
readonly extensionRange: readonly [];
|
|
2785
|
+
readonly extension: readonly [];
|
|
2786
|
+
readonly oneofDecl: readonly [];
|
|
2787
|
+
readonly reservedRange: readonly [];
|
|
2788
|
+
readonly reservedName: readonly [];
|
|
2789
|
+
readonly name: "WatchRegistryRequest";
|
|
2790
|
+
readonly options: null;
|
|
2791
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2792
|
+
};
|
|
2793
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2794
|
+
};
|
|
2795
|
+
readonly "servicebridge.LookupFunctionRequest": {
|
|
2796
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2797
|
+
readonly type: {
|
|
2798
|
+
readonly field: readonly [{
|
|
2799
|
+
readonly name: "fn_name";
|
|
2800
|
+
readonly extendee: "";
|
|
2801
|
+
readonly number: 1;
|
|
2802
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2803
|
+
readonly type: "TYPE_STRING";
|
|
2804
|
+
readonly typeName: "";
|
|
2805
|
+
readonly defaultValue: "";
|
|
2806
|
+
readonly options: null;
|
|
2807
|
+
readonly oneofIndex: 0;
|
|
2808
|
+
readonly jsonName: "";
|
|
2809
|
+
readonly proto3Optional: false;
|
|
2810
|
+
}];
|
|
2811
|
+
readonly nestedType: readonly [];
|
|
2812
|
+
readonly enumType: readonly [];
|
|
2813
|
+
readonly extensionRange: readonly [];
|
|
2814
|
+
readonly extension: readonly [];
|
|
2815
|
+
readonly oneofDecl: readonly [];
|
|
2816
|
+
readonly reservedRange: readonly [];
|
|
2817
|
+
readonly reservedName: readonly [];
|
|
2818
|
+
readonly name: "LookupFunctionRequest";
|
|
2819
|
+
readonly options: null;
|
|
2820
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2821
|
+
};
|
|
2822
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2823
|
+
};
|
|
2824
|
+
readonly "servicebridge.LookupFunctionResponse": {
|
|
2825
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2826
|
+
readonly type: {
|
|
2827
|
+
readonly field: readonly [{
|
|
2828
|
+
readonly name: "found";
|
|
2829
|
+
readonly extendee: "";
|
|
2830
|
+
readonly number: 1;
|
|
2831
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2832
|
+
readonly type: "TYPE_BOOL";
|
|
2833
|
+
readonly typeName: "";
|
|
2834
|
+
readonly defaultValue: "";
|
|
2835
|
+
readonly options: null;
|
|
2836
|
+
readonly oneofIndex: 0;
|
|
2837
|
+
readonly jsonName: "";
|
|
2838
|
+
readonly proto3Optional: false;
|
|
2839
|
+
}, {
|
|
2840
|
+
readonly name: "canonical_name";
|
|
2841
|
+
readonly extendee: "";
|
|
2842
|
+
readonly number: 2;
|
|
2843
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2844
|
+
readonly type: "TYPE_STRING";
|
|
2845
|
+
readonly typeName: "";
|
|
2846
|
+
readonly defaultValue: "";
|
|
2847
|
+
readonly options: null;
|
|
2848
|
+
readonly oneofIndex: 0;
|
|
2849
|
+
readonly jsonName: "";
|
|
2850
|
+
readonly proto3Optional: false;
|
|
2851
|
+
}, {
|
|
2852
|
+
readonly name: "endpoints";
|
|
2853
|
+
readonly extendee: "";
|
|
2854
|
+
readonly number: 3;
|
|
2855
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2856
|
+
readonly type: "TYPE_MESSAGE";
|
|
2857
|
+
readonly typeName: "EndpointList";
|
|
2858
|
+
readonly defaultValue: "";
|
|
2859
|
+
readonly options: null;
|
|
2860
|
+
readonly oneofIndex: 0;
|
|
2861
|
+
readonly jsonName: "";
|
|
2862
|
+
readonly proto3Optional: false;
|
|
2863
|
+
}];
|
|
2864
|
+
readonly nestedType: readonly [];
|
|
2865
|
+
readonly enumType: readonly [];
|
|
2866
|
+
readonly extensionRange: readonly [];
|
|
2867
|
+
readonly extension: readonly [];
|
|
2868
|
+
readonly oneofDecl: readonly [];
|
|
2869
|
+
readonly reservedRange: readonly [];
|
|
2870
|
+
readonly reservedName: readonly [];
|
|
2871
|
+
readonly name: "LookupFunctionResponse";
|
|
2872
|
+
readonly options: null;
|
|
2873
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2874
|
+
};
|
|
2875
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2876
|
+
};
|
|
2877
|
+
readonly "servicebridge.RegistryMessageKind": {
|
|
2878
|
+
readonly format: "Protocol Buffer 3 EnumDescriptorProto";
|
|
2879
|
+
readonly type: {
|
|
2880
|
+
readonly value: readonly [{
|
|
2881
|
+
readonly name: "FULL";
|
|
2882
|
+
readonly number: 0;
|
|
2883
|
+
readonly options: null;
|
|
2884
|
+
}, {
|
|
2885
|
+
readonly name: "DELTA";
|
|
2886
|
+
readonly number: 1;
|
|
2887
|
+
readonly options: null;
|
|
2888
|
+
}];
|
|
2889
|
+
readonly reservedRange: readonly [];
|
|
2890
|
+
readonly reservedName: readonly [];
|
|
2891
|
+
readonly name: "RegistryMessageKind";
|
|
2892
|
+
readonly options: null;
|
|
2893
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2894
|
+
};
|
|
2895
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2896
|
+
};
|
|
2897
|
+
readonly "servicebridge.RegistryMessage": {
|
|
2898
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2899
|
+
readonly type: {
|
|
2900
|
+
readonly field: readonly [{
|
|
2901
|
+
readonly name: "kind";
|
|
2902
|
+
readonly extendee: "";
|
|
2903
|
+
readonly number: 1;
|
|
2904
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2905
|
+
readonly type: "TYPE_ENUM";
|
|
2906
|
+
readonly typeName: "RegistryMessageKind";
|
|
2907
|
+
readonly defaultValue: "";
|
|
2908
|
+
readonly options: null;
|
|
2909
|
+
readonly oneofIndex: 0;
|
|
2910
|
+
readonly jsonName: "";
|
|
2911
|
+
readonly proto3Optional: false;
|
|
2912
|
+
}, {
|
|
2913
|
+
readonly name: "revision";
|
|
2914
|
+
readonly extendee: "";
|
|
2915
|
+
readonly number: 2;
|
|
2916
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2917
|
+
readonly type: "TYPE_INT64";
|
|
2918
|
+
readonly typeName: "";
|
|
2919
|
+
readonly defaultValue: "";
|
|
2920
|
+
readonly options: null;
|
|
2921
|
+
readonly oneofIndex: 0;
|
|
2922
|
+
readonly jsonName: "";
|
|
2923
|
+
readonly proto3Optional: false;
|
|
2924
|
+
}, {
|
|
2925
|
+
readonly name: "full";
|
|
2926
|
+
readonly extendee: "";
|
|
2927
|
+
readonly number: 3;
|
|
2928
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2929
|
+
readonly type: "TYPE_MESSAGE";
|
|
2930
|
+
readonly typeName: "RegistrySnapshot";
|
|
2931
|
+
readonly defaultValue: "";
|
|
2932
|
+
readonly options: null;
|
|
2933
|
+
readonly oneofIndex: 0;
|
|
2934
|
+
readonly jsonName: "";
|
|
2935
|
+
readonly proto3Optional: false;
|
|
2936
|
+
}, {
|
|
2937
|
+
readonly name: "delta";
|
|
2938
|
+
readonly extendee: "";
|
|
2939
|
+
readonly number: 4;
|
|
2940
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2941
|
+
readonly type: "TYPE_MESSAGE";
|
|
2942
|
+
readonly typeName: "RegistryDelta";
|
|
2943
|
+
readonly defaultValue: "";
|
|
2944
|
+
readonly options: null;
|
|
2945
|
+
readonly oneofIndex: 0;
|
|
2946
|
+
readonly jsonName: "";
|
|
2947
|
+
readonly proto3Optional: false;
|
|
2948
|
+
}];
|
|
2949
|
+
readonly nestedType: readonly [];
|
|
2950
|
+
readonly enumType: readonly [];
|
|
2951
|
+
readonly extensionRange: readonly [];
|
|
2952
|
+
readonly extension: readonly [];
|
|
2953
|
+
readonly oneofDecl: readonly [];
|
|
2954
|
+
readonly reservedRange: readonly [];
|
|
2955
|
+
readonly reservedName: readonly [];
|
|
2956
|
+
readonly name: "RegistryMessage";
|
|
2957
|
+
readonly options: null;
|
|
2958
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
2959
|
+
};
|
|
2960
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
2961
|
+
};
|
|
2962
|
+
readonly "servicebridge.RegistryDelta": {
|
|
2963
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
2964
|
+
readonly type: {
|
|
2965
|
+
readonly field: readonly [{
|
|
2966
|
+
readonly name: "upserts";
|
|
2967
|
+
readonly extendee: "";
|
|
2968
|
+
readonly number: 1;
|
|
2969
|
+
readonly label: "LABEL_REPEATED";
|
|
2970
|
+
readonly type: "TYPE_MESSAGE";
|
|
2971
|
+
readonly typeName: "Upserts";
|
|
2972
|
+
readonly defaultValue: "";
|
|
2973
|
+
readonly options: null;
|
|
2974
|
+
readonly oneofIndex: 0;
|
|
2975
|
+
readonly jsonName: "";
|
|
2976
|
+
readonly proto3Optional: false;
|
|
2977
|
+
}, {
|
|
2978
|
+
readonly name: "removals";
|
|
2979
|
+
readonly extendee: "";
|
|
2980
|
+
readonly number: 2;
|
|
2981
|
+
readonly label: "LABEL_REPEATED";
|
|
2982
|
+
readonly type: "TYPE_STRING";
|
|
2983
|
+
readonly typeName: "";
|
|
2984
|
+
readonly defaultValue: "";
|
|
2985
|
+
readonly options: null;
|
|
2986
|
+
readonly oneofIndex: 0;
|
|
2987
|
+
readonly jsonName: "";
|
|
2988
|
+
readonly proto3Optional: false;
|
|
2989
|
+
}];
|
|
2990
|
+
readonly nestedType: readonly [{
|
|
2991
|
+
readonly field: readonly [{
|
|
2992
|
+
readonly name: "key";
|
|
2993
|
+
readonly extendee: "";
|
|
2994
|
+
readonly number: 1;
|
|
2995
|
+
readonly label: "LABEL_OPTIONAL";
|
|
2996
|
+
readonly type: "TYPE_STRING";
|
|
2997
|
+
readonly typeName: "";
|
|
2998
|
+
readonly defaultValue: "";
|
|
2999
|
+
readonly options: null;
|
|
3000
|
+
readonly oneofIndex: 0;
|
|
3001
|
+
readonly jsonName: "";
|
|
3002
|
+
readonly proto3Optional: false;
|
|
3003
|
+
}, {
|
|
3004
|
+
readonly name: "value";
|
|
3005
|
+
readonly extendee: "";
|
|
3006
|
+
readonly number: 2;
|
|
3007
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3008
|
+
readonly type: "TYPE_MESSAGE";
|
|
3009
|
+
readonly typeName: "EndpointList";
|
|
3010
|
+
readonly defaultValue: "";
|
|
3011
|
+
readonly options: null;
|
|
3012
|
+
readonly oneofIndex: 0;
|
|
3013
|
+
readonly jsonName: "";
|
|
3014
|
+
readonly proto3Optional: false;
|
|
3015
|
+
}];
|
|
3016
|
+
readonly nestedType: readonly [];
|
|
3017
|
+
readonly enumType: readonly [];
|
|
3018
|
+
readonly extensionRange: readonly [];
|
|
3019
|
+
readonly extension: readonly [];
|
|
3020
|
+
readonly oneofDecl: readonly [];
|
|
3021
|
+
readonly reservedRange: readonly [];
|
|
3022
|
+
readonly reservedName: readonly [];
|
|
3023
|
+
readonly name: "Upserts";
|
|
3024
|
+
readonly options: {
|
|
3025
|
+
readonly uninterpretedOption: readonly [];
|
|
3026
|
+
readonly messageSetWireFormat: false;
|
|
3027
|
+
readonly noStandardDescriptorAccessor: false;
|
|
3028
|
+
readonly deprecated: false;
|
|
3029
|
+
readonly mapEntry: true;
|
|
3030
|
+
readonly deprecatedLegacyJsonFieldConflicts: false;
|
|
3031
|
+
readonly features: null;
|
|
3032
|
+
};
|
|
3033
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3034
|
+
}];
|
|
3035
|
+
readonly enumType: readonly [];
|
|
3036
|
+
readonly extensionRange: readonly [];
|
|
3037
|
+
readonly extension: readonly [];
|
|
3038
|
+
readonly oneofDecl: readonly [];
|
|
3039
|
+
readonly reservedRange: readonly [];
|
|
3040
|
+
readonly reservedName: readonly [];
|
|
3041
|
+
readonly name: "RegistryDelta";
|
|
3042
|
+
readonly options: null;
|
|
3043
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3044
|
+
};
|
|
3045
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3046
|
+
};
|
|
3047
|
+
readonly "servicebridge.WorkerEndpoint": {
|
|
3048
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3049
|
+
readonly type: {
|
|
3050
|
+
readonly field: readonly [{
|
|
3051
|
+
readonly name: "endpoint";
|
|
3052
|
+
readonly extendee: "";
|
|
3053
|
+
readonly number: 1;
|
|
3054
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3055
|
+
readonly type: "TYPE_STRING";
|
|
3056
|
+
readonly typeName: "";
|
|
3057
|
+
readonly defaultValue: "";
|
|
3058
|
+
readonly options: null;
|
|
3059
|
+
readonly oneofIndex: 0;
|
|
3060
|
+
readonly jsonName: "";
|
|
3061
|
+
readonly proto3Optional: false;
|
|
3062
|
+
}, {
|
|
3063
|
+
readonly name: "transport";
|
|
3064
|
+
readonly extendee: "";
|
|
3065
|
+
readonly number: 2;
|
|
3066
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3067
|
+
readonly type: "TYPE_STRING";
|
|
3068
|
+
readonly typeName: "";
|
|
3069
|
+
readonly defaultValue: "";
|
|
3070
|
+
readonly options: null;
|
|
3071
|
+
readonly oneofIndex: 0;
|
|
3072
|
+
readonly jsonName: "";
|
|
3073
|
+
readonly proto3Optional: false;
|
|
3074
|
+
}, {
|
|
3075
|
+
readonly name: "instance_id";
|
|
3076
|
+
readonly extendee: "";
|
|
3077
|
+
readonly number: 3;
|
|
3078
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3079
|
+
readonly type: "TYPE_STRING";
|
|
3080
|
+
readonly typeName: "";
|
|
3081
|
+
readonly defaultValue: "";
|
|
3082
|
+
readonly options: null;
|
|
3083
|
+
readonly oneofIndex: 0;
|
|
3084
|
+
readonly jsonName: "";
|
|
3085
|
+
readonly proto3Optional: false;
|
|
3086
|
+
}, {
|
|
3087
|
+
readonly name: "weight";
|
|
3088
|
+
readonly extendee: "";
|
|
3089
|
+
readonly number: 4;
|
|
3090
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3091
|
+
readonly type: "TYPE_INT32";
|
|
3092
|
+
readonly typeName: "";
|
|
3093
|
+
readonly defaultValue: "";
|
|
3094
|
+
readonly options: null;
|
|
3095
|
+
readonly oneofIndex: 0;
|
|
3096
|
+
readonly jsonName: "";
|
|
3097
|
+
readonly proto3Optional: false;
|
|
3098
|
+
}];
|
|
3099
|
+
readonly nestedType: readonly [];
|
|
3100
|
+
readonly enumType: readonly [];
|
|
3101
|
+
readonly extensionRange: readonly [];
|
|
3102
|
+
readonly extension: readonly [];
|
|
3103
|
+
readonly oneofDecl: readonly [];
|
|
3104
|
+
readonly reservedRange: readonly [];
|
|
3105
|
+
readonly reservedName: readonly [];
|
|
3106
|
+
readonly name: "WorkerEndpoint";
|
|
3107
|
+
readonly options: null;
|
|
3108
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3109
|
+
};
|
|
3110
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3111
|
+
};
|
|
3112
|
+
readonly "servicebridge.RegistrySnapshot": {
|
|
3113
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3114
|
+
readonly type: {
|
|
3115
|
+
readonly field: readonly [{
|
|
3116
|
+
readonly name: "rpc";
|
|
3117
|
+
readonly extendee: "";
|
|
3118
|
+
readonly number: 1;
|
|
3119
|
+
readonly label: "LABEL_REPEATED";
|
|
3120
|
+
readonly type: "TYPE_MESSAGE";
|
|
3121
|
+
readonly typeName: "Rpc";
|
|
3122
|
+
readonly defaultValue: "";
|
|
3123
|
+
readonly options: null;
|
|
3124
|
+
readonly oneofIndex: 0;
|
|
3125
|
+
readonly jsonName: "";
|
|
3126
|
+
readonly proto3Optional: false;
|
|
3127
|
+
}];
|
|
3128
|
+
readonly nestedType: readonly [{
|
|
3129
|
+
readonly field: readonly [{
|
|
3130
|
+
readonly name: "key";
|
|
3131
|
+
readonly extendee: "";
|
|
3132
|
+
readonly number: 1;
|
|
3133
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3134
|
+
readonly type: "TYPE_STRING";
|
|
3135
|
+
readonly typeName: "";
|
|
3136
|
+
readonly defaultValue: "";
|
|
3137
|
+
readonly options: null;
|
|
3138
|
+
readonly oneofIndex: 0;
|
|
3139
|
+
readonly jsonName: "";
|
|
3140
|
+
readonly proto3Optional: false;
|
|
3141
|
+
}, {
|
|
3142
|
+
readonly name: "value";
|
|
3143
|
+
readonly extendee: "";
|
|
3144
|
+
readonly number: 2;
|
|
3145
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3146
|
+
readonly type: "TYPE_MESSAGE";
|
|
3147
|
+
readonly typeName: "EndpointList";
|
|
3148
|
+
readonly defaultValue: "";
|
|
3149
|
+
readonly options: null;
|
|
3150
|
+
readonly oneofIndex: 0;
|
|
3151
|
+
readonly jsonName: "";
|
|
3152
|
+
readonly proto3Optional: false;
|
|
3153
|
+
}];
|
|
3154
|
+
readonly nestedType: readonly [];
|
|
3155
|
+
readonly enumType: readonly [];
|
|
3156
|
+
readonly extensionRange: readonly [];
|
|
3157
|
+
readonly extension: readonly [];
|
|
3158
|
+
readonly oneofDecl: readonly [];
|
|
3159
|
+
readonly reservedRange: readonly [];
|
|
3160
|
+
readonly reservedName: readonly [];
|
|
3161
|
+
readonly name: "Rpc";
|
|
3162
|
+
readonly options: {
|
|
3163
|
+
readonly uninterpretedOption: readonly [];
|
|
3164
|
+
readonly messageSetWireFormat: false;
|
|
3165
|
+
readonly noStandardDescriptorAccessor: false;
|
|
3166
|
+
readonly deprecated: false;
|
|
3167
|
+
readonly mapEntry: true;
|
|
3168
|
+
readonly deprecatedLegacyJsonFieldConflicts: false;
|
|
3169
|
+
readonly features: null;
|
|
3170
|
+
};
|
|
3171
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3172
|
+
}];
|
|
3173
|
+
readonly enumType: readonly [];
|
|
3174
|
+
readonly extensionRange: readonly [];
|
|
3175
|
+
readonly extension: readonly [];
|
|
3176
|
+
readonly oneofDecl: readonly [];
|
|
3177
|
+
readonly reservedRange: readonly [];
|
|
3178
|
+
readonly reservedName: readonly [];
|
|
3179
|
+
readonly name: "RegistrySnapshot";
|
|
3180
|
+
readonly options: null;
|
|
3181
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3182
|
+
};
|
|
3183
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3184
|
+
};
|
|
3185
|
+
readonly "servicebridge.EndpointList": {
|
|
3186
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3187
|
+
readonly type: {
|
|
3188
|
+
readonly field: readonly [{
|
|
3189
|
+
readonly name: "endpoints";
|
|
3190
|
+
readonly extendee: "";
|
|
3191
|
+
readonly number: 1;
|
|
3192
|
+
readonly label: "LABEL_REPEATED";
|
|
3193
|
+
readonly type: "TYPE_MESSAGE";
|
|
3194
|
+
readonly typeName: "WorkerEndpoint";
|
|
3195
|
+
readonly defaultValue: "";
|
|
3196
|
+
readonly options: null;
|
|
3197
|
+
readonly oneofIndex: 0;
|
|
3198
|
+
readonly jsonName: "";
|
|
3199
|
+
readonly proto3Optional: false;
|
|
3200
|
+
}, {
|
|
3201
|
+
readonly name: "input_schema_json";
|
|
3202
|
+
readonly extendee: "";
|
|
3203
|
+
readonly number: 2;
|
|
3204
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3205
|
+
readonly type: "TYPE_STRING";
|
|
3206
|
+
readonly typeName: "";
|
|
3207
|
+
readonly defaultValue: "";
|
|
3208
|
+
readonly options: null;
|
|
3209
|
+
readonly oneofIndex: 0;
|
|
3210
|
+
readonly jsonName: "";
|
|
3211
|
+
readonly proto3Optional: false;
|
|
3212
|
+
}, {
|
|
3213
|
+
readonly name: "output_schema_json";
|
|
3214
|
+
readonly extendee: "";
|
|
3215
|
+
readonly number: 3;
|
|
3216
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3217
|
+
readonly type: "TYPE_STRING";
|
|
3218
|
+
readonly typeName: "";
|
|
3219
|
+
readonly defaultValue: "";
|
|
3220
|
+
readonly options: null;
|
|
3221
|
+
readonly oneofIndex: 0;
|
|
3222
|
+
readonly jsonName: "";
|
|
3223
|
+
readonly proto3Optional: false;
|
|
3224
|
+
}, {
|
|
3225
|
+
readonly name: "allowed_callers";
|
|
3226
|
+
readonly extendee: "";
|
|
3227
|
+
readonly number: 4;
|
|
3228
|
+
readonly label: "LABEL_REPEATED";
|
|
3229
|
+
readonly type: "TYPE_STRING";
|
|
3230
|
+
readonly typeName: "";
|
|
3231
|
+
readonly defaultValue: "";
|
|
3232
|
+
readonly options: null;
|
|
3233
|
+
readonly oneofIndex: 0;
|
|
3234
|
+
readonly jsonName: "";
|
|
3235
|
+
readonly proto3Optional: false;
|
|
3236
|
+
}];
|
|
3237
|
+
readonly nestedType: readonly [];
|
|
3238
|
+
readonly enumType: readonly [];
|
|
3239
|
+
readonly extensionRange: readonly [];
|
|
3240
|
+
readonly extension: readonly [];
|
|
3241
|
+
readonly oneofDecl: readonly [];
|
|
3242
|
+
readonly reservedRange: readonly [{
|
|
3243
|
+
readonly start: 5;
|
|
3244
|
+
readonly end: 7;
|
|
3245
|
+
}];
|
|
3246
|
+
readonly reservedName: readonly [];
|
|
3247
|
+
readonly name: "EndpointList";
|
|
3248
|
+
readonly options: null;
|
|
3249
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3250
|
+
};
|
|
3251
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3252
|
+
};
|
|
3253
|
+
readonly "servicebridge.ReportCallStartRequest": {
|
|
3254
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3255
|
+
readonly type: {
|
|
3256
|
+
readonly field: readonly [{
|
|
3257
|
+
readonly name: "trace_id";
|
|
3258
|
+
readonly extendee: "";
|
|
3259
|
+
readonly number: 1;
|
|
3260
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3261
|
+
readonly type: "TYPE_STRING";
|
|
3262
|
+
readonly typeName: "";
|
|
3263
|
+
readonly defaultValue: "";
|
|
3264
|
+
readonly options: null;
|
|
3265
|
+
readonly oneofIndex: 0;
|
|
3266
|
+
readonly jsonName: "";
|
|
3267
|
+
readonly proto3Optional: false;
|
|
3268
|
+
}, {
|
|
3269
|
+
readonly name: "span_id";
|
|
3270
|
+
readonly extendee: "";
|
|
3271
|
+
readonly number: 2;
|
|
3272
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3273
|
+
readonly type: "TYPE_STRING";
|
|
3274
|
+
readonly typeName: "";
|
|
3275
|
+
readonly defaultValue: "";
|
|
3276
|
+
readonly options: null;
|
|
3277
|
+
readonly oneofIndex: 0;
|
|
3278
|
+
readonly jsonName: "";
|
|
3279
|
+
readonly proto3Optional: false;
|
|
3280
|
+
}, {
|
|
3281
|
+
readonly name: "fn";
|
|
3282
|
+
readonly extendee: "";
|
|
3283
|
+
readonly number: 3;
|
|
3284
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3285
|
+
readonly type: "TYPE_STRING";
|
|
3286
|
+
readonly typeName: "";
|
|
3287
|
+
readonly defaultValue: "";
|
|
3288
|
+
readonly options: null;
|
|
3289
|
+
readonly oneofIndex: 0;
|
|
3290
|
+
readonly jsonName: "";
|
|
3291
|
+
readonly proto3Optional: false;
|
|
3292
|
+
}, {
|
|
3293
|
+
readonly name: "service_name";
|
|
3294
|
+
readonly extendee: "";
|
|
3295
|
+
readonly number: 4;
|
|
3296
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3297
|
+
readonly type: "TYPE_STRING";
|
|
3298
|
+
readonly typeName: "";
|
|
3299
|
+
readonly defaultValue: "";
|
|
3300
|
+
readonly options: null;
|
|
3301
|
+
readonly oneofIndex: 0;
|
|
3302
|
+
readonly jsonName: "";
|
|
3303
|
+
readonly proto3Optional: false;
|
|
3304
|
+
}, {
|
|
3305
|
+
readonly name: "started_at";
|
|
3306
|
+
readonly extendee: "";
|
|
3307
|
+
readonly number: 5;
|
|
3308
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3309
|
+
readonly type: "TYPE_INT64";
|
|
3310
|
+
readonly typeName: "";
|
|
3311
|
+
readonly defaultValue: "";
|
|
3312
|
+
readonly options: null;
|
|
3313
|
+
readonly oneofIndex: 0;
|
|
3314
|
+
readonly jsonName: "";
|
|
3315
|
+
readonly proto3Optional: false;
|
|
3316
|
+
}, {
|
|
3317
|
+
readonly name: "input";
|
|
3318
|
+
readonly extendee: "";
|
|
3319
|
+
readonly number: 6;
|
|
3320
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3321
|
+
readonly type: "TYPE_BYTES";
|
|
3322
|
+
readonly typeName: "";
|
|
3323
|
+
readonly defaultValue: "";
|
|
3324
|
+
readonly options: null;
|
|
3325
|
+
readonly oneofIndex: 0;
|
|
3326
|
+
readonly jsonName: "";
|
|
3327
|
+
readonly proto3Optional: false;
|
|
3328
|
+
}, {
|
|
3329
|
+
readonly name: "attempt";
|
|
3330
|
+
readonly extendee: "";
|
|
3331
|
+
readonly number: 7;
|
|
3332
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3333
|
+
readonly type: "TYPE_INT32";
|
|
3334
|
+
readonly typeName: "";
|
|
3335
|
+
readonly defaultValue: "";
|
|
3336
|
+
readonly options: null;
|
|
3337
|
+
readonly oneofIndex: 0;
|
|
3338
|
+
readonly jsonName: "";
|
|
3339
|
+
readonly proto3Optional: false;
|
|
3340
|
+
}, {
|
|
3341
|
+
readonly name: "parent_span_id";
|
|
3342
|
+
readonly extendee: "";
|
|
3343
|
+
readonly number: 8;
|
|
3344
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3345
|
+
readonly type: "TYPE_STRING";
|
|
3346
|
+
readonly typeName: "";
|
|
3347
|
+
readonly defaultValue: "";
|
|
3348
|
+
readonly options: null;
|
|
3349
|
+
readonly oneofIndex: 0;
|
|
3350
|
+
readonly jsonName: "";
|
|
3351
|
+
readonly proto3Optional: false;
|
|
3352
|
+
}, {
|
|
3353
|
+
readonly name: "instance_id";
|
|
3354
|
+
readonly extendee: "";
|
|
3355
|
+
readonly number: 9;
|
|
3356
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3357
|
+
readonly type: "TYPE_STRING";
|
|
3358
|
+
readonly typeName: "";
|
|
3359
|
+
readonly defaultValue: "";
|
|
3360
|
+
readonly options: null;
|
|
3361
|
+
readonly oneofIndex: 0;
|
|
3362
|
+
readonly jsonName: "";
|
|
3363
|
+
readonly proto3Optional: false;
|
|
3364
|
+
}];
|
|
3365
|
+
readonly nestedType: readonly [];
|
|
3366
|
+
readonly enumType: readonly [];
|
|
3367
|
+
readonly extensionRange: readonly [];
|
|
3368
|
+
readonly extension: readonly [];
|
|
3369
|
+
readonly oneofDecl: readonly [];
|
|
3370
|
+
readonly reservedRange: readonly [];
|
|
3371
|
+
readonly reservedName: readonly [];
|
|
3372
|
+
readonly name: "ReportCallStartRequest";
|
|
3373
|
+
readonly options: null;
|
|
3374
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3375
|
+
};
|
|
3376
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3377
|
+
};
|
|
3378
|
+
readonly "servicebridge.ReportCallRequest": {
|
|
3379
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3380
|
+
readonly type: {
|
|
3381
|
+
readonly field: readonly [{
|
|
3382
|
+
readonly name: "trace_id";
|
|
3383
|
+
readonly extendee: "";
|
|
3384
|
+
readonly number: 1;
|
|
3385
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3386
|
+
readonly type: "TYPE_STRING";
|
|
3387
|
+
readonly typeName: "";
|
|
3388
|
+
readonly defaultValue: "";
|
|
3389
|
+
readonly options: null;
|
|
3390
|
+
readonly oneofIndex: 0;
|
|
3391
|
+
readonly jsonName: "";
|
|
3392
|
+
readonly proto3Optional: false;
|
|
3393
|
+
}, {
|
|
3394
|
+
readonly name: "span_id";
|
|
3395
|
+
readonly extendee: "";
|
|
3396
|
+
readonly number: 2;
|
|
3397
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3398
|
+
readonly type: "TYPE_STRING";
|
|
3399
|
+
readonly typeName: "";
|
|
3400
|
+
readonly defaultValue: "";
|
|
3401
|
+
readonly options: null;
|
|
3402
|
+
readonly oneofIndex: 0;
|
|
3403
|
+
readonly jsonName: "";
|
|
3404
|
+
readonly proto3Optional: false;
|
|
3405
|
+
}, {
|
|
3406
|
+
readonly name: "fn";
|
|
3407
|
+
readonly extendee: "";
|
|
3408
|
+
readonly number: 3;
|
|
3409
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3410
|
+
readonly type: "TYPE_STRING";
|
|
3411
|
+
readonly typeName: "";
|
|
3412
|
+
readonly defaultValue: "";
|
|
3413
|
+
readonly options: null;
|
|
3414
|
+
readonly oneofIndex: 0;
|
|
3415
|
+
readonly jsonName: "";
|
|
3416
|
+
readonly proto3Optional: false;
|
|
3417
|
+
}, {
|
|
3418
|
+
readonly name: "service_name";
|
|
3419
|
+
readonly extendee: "";
|
|
3420
|
+
readonly number: 4;
|
|
3421
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3422
|
+
readonly type: "TYPE_STRING";
|
|
3423
|
+
readonly typeName: "";
|
|
3424
|
+
readonly defaultValue: "";
|
|
3425
|
+
readonly options: null;
|
|
3426
|
+
readonly oneofIndex: 0;
|
|
3427
|
+
readonly jsonName: "";
|
|
3428
|
+
readonly proto3Optional: false;
|
|
3429
|
+
}, {
|
|
3430
|
+
readonly name: "started_at";
|
|
3431
|
+
readonly extendee: "";
|
|
3432
|
+
readonly number: 5;
|
|
3433
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3434
|
+
readonly type: "TYPE_INT64";
|
|
3435
|
+
readonly typeName: "";
|
|
3436
|
+
readonly defaultValue: "";
|
|
3437
|
+
readonly options: null;
|
|
3438
|
+
readonly oneofIndex: 0;
|
|
3439
|
+
readonly jsonName: "";
|
|
3440
|
+
readonly proto3Optional: false;
|
|
3441
|
+
}, {
|
|
3442
|
+
readonly name: "duration_ms";
|
|
3443
|
+
readonly extendee: "";
|
|
3444
|
+
readonly number: 6;
|
|
3445
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3446
|
+
readonly type: "TYPE_INT64";
|
|
3447
|
+
readonly typeName: "";
|
|
3448
|
+
readonly defaultValue: "";
|
|
3449
|
+
readonly options: null;
|
|
3450
|
+
readonly oneofIndex: 0;
|
|
3451
|
+
readonly jsonName: "";
|
|
3452
|
+
readonly proto3Optional: false;
|
|
3453
|
+
}, {
|
|
3454
|
+
readonly name: "success";
|
|
3455
|
+
readonly extendee: "";
|
|
3456
|
+
readonly number: 7;
|
|
3457
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3458
|
+
readonly type: "TYPE_BOOL";
|
|
3459
|
+
readonly typeName: "";
|
|
3460
|
+
readonly defaultValue: "";
|
|
3461
|
+
readonly options: null;
|
|
3462
|
+
readonly oneofIndex: 0;
|
|
3463
|
+
readonly jsonName: "";
|
|
3464
|
+
readonly proto3Optional: false;
|
|
3465
|
+
}, {
|
|
3466
|
+
readonly name: "error";
|
|
3467
|
+
readonly extendee: "";
|
|
3468
|
+
readonly number: 8;
|
|
3469
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3470
|
+
readonly type: "TYPE_STRING";
|
|
3471
|
+
readonly typeName: "";
|
|
3472
|
+
readonly defaultValue: "";
|
|
3473
|
+
readonly options: null;
|
|
3474
|
+
readonly oneofIndex: 0;
|
|
3475
|
+
readonly jsonName: "";
|
|
3476
|
+
readonly proto3Optional: false;
|
|
3477
|
+
}, {
|
|
3478
|
+
readonly name: "input";
|
|
3479
|
+
readonly extendee: "";
|
|
3480
|
+
readonly number: 9;
|
|
3481
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3482
|
+
readonly type: "TYPE_BYTES";
|
|
3483
|
+
readonly typeName: "";
|
|
3484
|
+
readonly defaultValue: "";
|
|
3485
|
+
readonly options: null;
|
|
3486
|
+
readonly oneofIndex: 0;
|
|
3487
|
+
readonly jsonName: "";
|
|
3488
|
+
readonly proto3Optional: false;
|
|
3489
|
+
}, {
|
|
3490
|
+
readonly name: "output";
|
|
3491
|
+
readonly extendee: "";
|
|
3492
|
+
readonly number: 10;
|
|
3493
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3494
|
+
readonly type: "TYPE_BYTES";
|
|
3495
|
+
readonly typeName: "";
|
|
3496
|
+
readonly defaultValue: "";
|
|
3497
|
+
readonly options: null;
|
|
3498
|
+
readonly oneofIndex: 0;
|
|
3499
|
+
readonly jsonName: "";
|
|
3500
|
+
readonly proto3Optional: false;
|
|
3501
|
+
}, {
|
|
3502
|
+
readonly name: "attempt";
|
|
3503
|
+
readonly extendee: "";
|
|
3504
|
+
readonly number: 11;
|
|
3505
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3506
|
+
readonly type: "TYPE_INT32";
|
|
3507
|
+
readonly typeName: "";
|
|
3508
|
+
readonly defaultValue: "";
|
|
3509
|
+
readonly options: null;
|
|
3510
|
+
readonly oneofIndex: 0;
|
|
3511
|
+
readonly jsonName: "";
|
|
3512
|
+
readonly proto3Optional: false;
|
|
3513
|
+
}, {
|
|
3514
|
+
readonly name: "instance_id";
|
|
3515
|
+
readonly extendee: "";
|
|
3516
|
+
readonly number: 12;
|
|
3517
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3518
|
+
readonly type: "TYPE_STRING";
|
|
3519
|
+
readonly typeName: "";
|
|
3520
|
+
readonly defaultValue: "";
|
|
3521
|
+
readonly options: null;
|
|
3522
|
+
readonly oneofIndex: 0;
|
|
3523
|
+
readonly jsonName: "";
|
|
3524
|
+
readonly proto3Optional: false;
|
|
3525
|
+
}];
|
|
3526
|
+
readonly nestedType: readonly [];
|
|
3527
|
+
readonly enumType: readonly [];
|
|
3528
|
+
readonly extensionRange: readonly [];
|
|
3529
|
+
readonly extension: readonly [];
|
|
3530
|
+
readonly oneofDecl: readonly [];
|
|
3531
|
+
readonly reservedRange: readonly [];
|
|
3532
|
+
readonly reservedName: readonly [];
|
|
3533
|
+
readonly name: "ReportCallRequest";
|
|
3534
|
+
readonly options: null;
|
|
3535
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3536
|
+
};
|
|
3537
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3538
|
+
};
|
|
3539
|
+
readonly "servicebridge.ReportCallResponse": {
|
|
3540
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3541
|
+
readonly type: {
|
|
3542
|
+
readonly field: readonly [];
|
|
3543
|
+
readonly nestedType: readonly [];
|
|
3544
|
+
readonly enumType: readonly [];
|
|
3545
|
+
readonly extensionRange: readonly [];
|
|
3546
|
+
readonly extension: readonly [];
|
|
3547
|
+
readonly oneofDecl: readonly [];
|
|
3548
|
+
readonly reservedRange: readonly [];
|
|
3549
|
+
readonly reservedName: readonly [];
|
|
3550
|
+
readonly name: "ReportCallResponse";
|
|
3551
|
+
readonly options: null;
|
|
3552
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3553
|
+
};
|
|
3554
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3555
|
+
};
|
|
3556
|
+
readonly "servicebridge.LogEntry": {
|
|
3557
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3558
|
+
readonly type: {
|
|
3559
|
+
readonly field: readonly [{
|
|
3560
|
+
readonly name: "trace_id";
|
|
3561
|
+
readonly extendee: "";
|
|
3562
|
+
readonly number: 1;
|
|
3563
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3564
|
+
readonly type: "TYPE_STRING";
|
|
3565
|
+
readonly typeName: "";
|
|
3566
|
+
readonly defaultValue: "";
|
|
3567
|
+
readonly options: null;
|
|
3568
|
+
readonly oneofIndex: 0;
|
|
3569
|
+
readonly jsonName: "";
|
|
3570
|
+
readonly proto3Optional: false;
|
|
3571
|
+
}, {
|
|
3572
|
+
readonly name: "span_id";
|
|
3573
|
+
readonly extendee: "";
|
|
3574
|
+
readonly number: 2;
|
|
3575
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3576
|
+
readonly type: "TYPE_STRING";
|
|
3577
|
+
readonly typeName: "";
|
|
3578
|
+
readonly defaultValue: "";
|
|
3579
|
+
readonly options: null;
|
|
3580
|
+
readonly oneofIndex: 0;
|
|
3581
|
+
readonly jsonName: "";
|
|
3582
|
+
readonly proto3Optional: false;
|
|
3583
|
+
}, {
|
|
3584
|
+
readonly name: "service_name";
|
|
3585
|
+
readonly extendee: "";
|
|
3586
|
+
readonly number: 3;
|
|
3587
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3588
|
+
readonly type: "TYPE_STRING";
|
|
3589
|
+
readonly typeName: "";
|
|
3590
|
+
readonly defaultValue: "";
|
|
3591
|
+
readonly options: null;
|
|
3592
|
+
readonly oneofIndex: 0;
|
|
3593
|
+
readonly jsonName: "";
|
|
3594
|
+
readonly proto3Optional: false;
|
|
3595
|
+
}, {
|
|
3596
|
+
readonly name: "level";
|
|
3597
|
+
readonly extendee: "";
|
|
3598
|
+
readonly number: 4;
|
|
3599
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3600
|
+
readonly type: "TYPE_STRING";
|
|
3601
|
+
readonly typeName: "";
|
|
3602
|
+
readonly defaultValue: "";
|
|
3603
|
+
readonly options: null;
|
|
3604
|
+
readonly oneofIndex: 0;
|
|
3605
|
+
readonly jsonName: "";
|
|
3606
|
+
readonly proto3Optional: false;
|
|
3607
|
+
}, {
|
|
3608
|
+
readonly name: "message";
|
|
3609
|
+
readonly extendee: "";
|
|
3610
|
+
readonly number: 5;
|
|
3611
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3612
|
+
readonly type: "TYPE_STRING";
|
|
3613
|
+
readonly typeName: "";
|
|
3614
|
+
readonly defaultValue: "";
|
|
3615
|
+
readonly options: null;
|
|
3616
|
+
readonly oneofIndex: 0;
|
|
3617
|
+
readonly jsonName: "";
|
|
3618
|
+
readonly proto3Optional: false;
|
|
3619
|
+
}, {
|
|
3620
|
+
readonly name: "timestamp_ns";
|
|
3621
|
+
readonly extendee: "";
|
|
3622
|
+
readonly number: 6;
|
|
3623
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3624
|
+
readonly type: "TYPE_INT64";
|
|
3625
|
+
readonly typeName: "";
|
|
3626
|
+
readonly defaultValue: "";
|
|
3627
|
+
readonly options: null;
|
|
3628
|
+
readonly oneofIndex: 0;
|
|
3629
|
+
readonly jsonName: "";
|
|
3630
|
+
readonly proto3Optional: false;
|
|
3631
|
+
}, {
|
|
3632
|
+
readonly name: "attributes";
|
|
3633
|
+
readonly extendee: "";
|
|
3634
|
+
readonly number: 7;
|
|
3635
|
+
readonly label: "LABEL_REPEATED";
|
|
3636
|
+
readonly type: "TYPE_MESSAGE";
|
|
3637
|
+
readonly typeName: "Attributes";
|
|
3638
|
+
readonly defaultValue: "";
|
|
3639
|
+
readonly options: null;
|
|
3640
|
+
readonly oneofIndex: 0;
|
|
3641
|
+
readonly jsonName: "";
|
|
3642
|
+
readonly proto3Optional: false;
|
|
3643
|
+
}, {
|
|
3644
|
+
readonly name: "instance_id";
|
|
3645
|
+
readonly extendee: "";
|
|
3646
|
+
readonly number: 8;
|
|
3647
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3648
|
+
readonly type: "TYPE_STRING";
|
|
3649
|
+
readonly typeName: "";
|
|
3650
|
+
readonly defaultValue: "";
|
|
3651
|
+
readonly options: null;
|
|
3652
|
+
readonly oneofIndex: 0;
|
|
3653
|
+
readonly jsonName: "";
|
|
3654
|
+
readonly proto3Optional: false;
|
|
3655
|
+
}];
|
|
3656
|
+
readonly nestedType: readonly [{
|
|
3657
|
+
readonly field: readonly [{
|
|
3658
|
+
readonly name: "key";
|
|
3659
|
+
readonly extendee: "";
|
|
3660
|
+
readonly number: 1;
|
|
3661
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3662
|
+
readonly type: "TYPE_STRING";
|
|
3663
|
+
readonly typeName: "";
|
|
3664
|
+
readonly defaultValue: "";
|
|
3665
|
+
readonly options: null;
|
|
3666
|
+
readonly oneofIndex: 0;
|
|
3667
|
+
readonly jsonName: "";
|
|
3668
|
+
readonly proto3Optional: false;
|
|
3669
|
+
}, {
|
|
3670
|
+
readonly name: "value";
|
|
3671
|
+
readonly extendee: "";
|
|
3672
|
+
readonly number: 2;
|
|
3673
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3674
|
+
readonly type: "TYPE_STRING";
|
|
3675
|
+
readonly typeName: "";
|
|
3676
|
+
readonly defaultValue: "";
|
|
3677
|
+
readonly options: null;
|
|
3678
|
+
readonly oneofIndex: 0;
|
|
3679
|
+
readonly jsonName: "";
|
|
3680
|
+
readonly proto3Optional: false;
|
|
3681
|
+
}];
|
|
3682
|
+
readonly nestedType: readonly [];
|
|
3683
|
+
readonly enumType: readonly [];
|
|
3684
|
+
readonly extensionRange: readonly [];
|
|
3685
|
+
readonly extension: readonly [];
|
|
3686
|
+
readonly oneofDecl: readonly [];
|
|
3687
|
+
readonly reservedRange: readonly [];
|
|
3688
|
+
readonly reservedName: readonly [];
|
|
3689
|
+
readonly name: "Attributes";
|
|
3690
|
+
readonly options: {
|
|
3691
|
+
readonly uninterpretedOption: readonly [];
|
|
3692
|
+
readonly messageSetWireFormat: false;
|
|
3693
|
+
readonly noStandardDescriptorAccessor: false;
|
|
3694
|
+
readonly deprecated: false;
|
|
3695
|
+
readonly mapEntry: true;
|
|
3696
|
+
readonly deprecatedLegacyJsonFieldConflicts: false;
|
|
3697
|
+
readonly features: null;
|
|
3698
|
+
};
|
|
3699
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3700
|
+
}];
|
|
3701
|
+
readonly enumType: readonly [];
|
|
3702
|
+
readonly extensionRange: readonly [];
|
|
3703
|
+
readonly extension: readonly [];
|
|
3704
|
+
readonly oneofDecl: readonly [];
|
|
3705
|
+
readonly reservedRange: readonly [];
|
|
3706
|
+
readonly reservedName: readonly [];
|
|
3707
|
+
readonly name: "LogEntry";
|
|
3708
|
+
readonly options: null;
|
|
3709
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3710
|
+
};
|
|
3711
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3712
|
+
};
|
|
3713
|
+
readonly "servicebridge.ReportLogRequest": {
|
|
3714
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3715
|
+
readonly type: {
|
|
3716
|
+
readonly field: readonly [{
|
|
3717
|
+
readonly name: "entries";
|
|
3718
|
+
readonly extendee: "";
|
|
3719
|
+
readonly number: 1;
|
|
3720
|
+
readonly label: "LABEL_REPEATED";
|
|
3721
|
+
readonly type: "TYPE_MESSAGE";
|
|
3722
|
+
readonly typeName: "LogEntry";
|
|
3723
|
+
readonly defaultValue: "";
|
|
3724
|
+
readonly options: null;
|
|
3725
|
+
readonly oneofIndex: 0;
|
|
3726
|
+
readonly jsonName: "";
|
|
3727
|
+
readonly proto3Optional: false;
|
|
3728
|
+
}];
|
|
3729
|
+
readonly nestedType: readonly [];
|
|
3730
|
+
readonly enumType: readonly [];
|
|
3731
|
+
readonly extensionRange: readonly [];
|
|
3732
|
+
readonly extension: readonly [];
|
|
3733
|
+
readonly oneofDecl: readonly [];
|
|
3734
|
+
readonly reservedRange: readonly [];
|
|
3735
|
+
readonly reservedName: readonly [];
|
|
3736
|
+
readonly name: "ReportLogRequest";
|
|
3737
|
+
readonly options: null;
|
|
3738
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3739
|
+
};
|
|
3740
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3741
|
+
};
|
|
3742
|
+
readonly "servicebridge.ReportLogResponse": {
|
|
3743
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3744
|
+
readonly type: {
|
|
3745
|
+
readonly field: readonly [];
|
|
3746
|
+
readonly nestedType: readonly [];
|
|
3747
|
+
readonly enumType: readonly [];
|
|
3748
|
+
readonly extensionRange: readonly [];
|
|
3749
|
+
readonly extension: readonly [];
|
|
3750
|
+
readonly oneofDecl: readonly [];
|
|
3751
|
+
readonly reservedRange: readonly [];
|
|
3752
|
+
readonly reservedName: readonly [];
|
|
3753
|
+
readonly name: "ReportLogResponse";
|
|
3754
|
+
readonly options: null;
|
|
3755
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3756
|
+
};
|
|
3757
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3758
|
+
};
|
|
3759
|
+
readonly "servicebridge.RegisterFunctionRequest": {
|
|
3760
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3761
|
+
readonly type: {
|
|
3762
|
+
readonly field: readonly [{
|
|
3763
|
+
readonly name: "fn_name";
|
|
3764
|
+
readonly extendee: "";
|
|
3765
|
+
readonly number: 1;
|
|
3766
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3767
|
+
readonly type: "TYPE_STRING";
|
|
3768
|
+
readonly typeName: "";
|
|
3769
|
+
readonly defaultValue: "";
|
|
3770
|
+
readonly options: null;
|
|
3771
|
+
readonly oneofIndex: 0;
|
|
3772
|
+
readonly jsonName: "";
|
|
3773
|
+
readonly proto3Optional: false;
|
|
3774
|
+
}, {
|
|
3775
|
+
readonly name: "service_name";
|
|
3776
|
+
readonly extendee: "";
|
|
3777
|
+
readonly number: 2;
|
|
3778
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3779
|
+
readonly type: "TYPE_STRING";
|
|
3780
|
+
readonly typeName: "";
|
|
3781
|
+
readonly defaultValue: "";
|
|
3782
|
+
readonly options: null;
|
|
3783
|
+
readonly oneofIndex: 0;
|
|
3784
|
+
readonly jsonName: "";
|
|
3785
|
+
readonly proto3Optional: false;
|
|
3786
|
+
}, {
|
|
3787
|
+
readonly name: "instance_id";
|
|
3788
|
+
readonly extendee: "";
|
|
3789
|
+
readonly number: 3;
|
|
3790
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3791
|
+
readonly type: "TYPE_STRING";
|
|
3792
|
+
readonly typeName: "";
|
|
3793
|
+
readonly defaultValue: "";
|
|
3794
|
+
readonly options: null;
|
|
3795
|
+
readonly oneofIndex: 0;
|
|
3796
|
+
readonly jsonName: "";
|
|
3797
|
+
readonly proto3Optional: false;
|
|
3798
|
+
}, {
|
|
3799
|
+
readonly name: "endpoint";
|
|
3800
|
+
readonly extendee: "";
|
|
3801
|
+
readonly number: 4;
|
|
3802
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3803
|
+
readonly type: "TYPE_STRING";
|
|
3804
|
+
readonly typeName: "";
|
|
3805
|
+
readonly defaultValue: "";
|
|
3806
|
+
readonly options: null;
|
|
3807
|
+
readonly oneofIndex: 0;
|
|
3808
|
+
readonly jsonName: "";
|
|
3809
|
+
readonly proto3Optional: false;
|
|
3810
|
+
}, {
|
|
3811
|
+
readonly name: "weight";
|
|
3812
|
+
readonly extendee: "";
|
|
3813
|
+
readonly number: 5;
|
|
3814
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3815
|
+
readonly type: "TYPE_INT32";
|
|
3816
|
+
readonly typeName: "";
|
|
3817
|
+
readonly defaultValue: "";
|
|
3818
|
+
readonly options: null;
|
|
3819
|
+
readonly oneofIndex: 0;
|
|
3820
|
+
readonly jsonName: "";
|
|
3821
|
+
readonly proto3Optional: false;
|
|
3822
|
+
}, {
|
|
3823
|
+
readonly name: "input_schema_json";
|
|
3824
|
+
readonly extendee: "";
|
|
3825
|
+
readonly number: 6;
|
|
3826
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3827
|
+
readonly type: "TYPE_STRING";
|
|
3828
|
+
readonly typeName: "";
|
|
3829
|
+
readonly defaultValue: "";
|
|
3830
|
+
readonly options: null;
|
|
3831
|
+
readonly oneofIndex: 0;
|
|
3832
|
+
readonly jsonName: "";
|
|
3833
|
+
readonly proto3Optional: false;
|
|
3834
|
+
}, {
|
|
3835
|
+
readonly name: "output_schema_json";
|
|
3836
|
+
readonly extendee: "";
|
|
3837
|
+
readonly number: 7;
|
|
3838
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3839
|
+
readonly type: "TYPE_STRING";
|
|
3840
|
+
readonly typeName: "";
|
|
3841
|
+
readonly defaultValue: "";
|
|
3842
|
+
readonly options: null;
|
|
3843
|
+
readonly oneofIndex: 0;
|
|
3844
|
+
readonly jsonName: "";
|
|
3845
|
+
readonly proto3Optional: false;
|
|
3846
|
+
}, {
|
|
3847
|
+
readonly name: "transport";
|
|
3848
|
+
readonly extendee: "";
|
|
3849
|
+
readonly number: 8;
|
|
3850
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3851
|
+
readonly type: "TYPE_STRING";
|
|
3852
|
+
readonly typeName: "";
|
|
3853
|
+
readonly defaultValue: "";
|
|
3854
|
+
readonly options: null;
|
|
3855
|
+
readonly oneofIndex: 0;
|
|
3856
|
+
readonly jsonName: "";
|
|
3857
|
+
readonly proto3Optional: false;
|
|
3858
|
+
}];
|
|
3859
|
+
readonly nestedType: readonly [];
|
|
3860
|
+
readonly enumType: readonly [];
|
|
3861
|
+
readonly extensionRange: readonly [];
|
|
3862
|
+
readonly extension: readonly [];
|
|
3863
|
+
readonly oneofDecl: readonly [];
|
|
3864
|
+
readonly reservedRange: readonly [];
|
|
3865
|
+
readonly reservedName: readonly [];
|
|
3866
|
+
readonly name: "RegisterFunctionRequest";
|
|
3867
|
+
readonly options: null;
|
|
3868
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3869
|
+
};
|
|
3870
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3871
|
+
};
|
|
3872
|
+
readonly "servicebridge.RegisterFunctionResponse": {
|
|
3873
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3874
|
+
readonly type: {
|
|
3875
|
+
readonly field: readonly [];
|
|
3876
|
+
readonly nestedType: readonly [];
|
|
3877
|
+
readonly enumType: readonly [];
|
|
3878
|
+
readonly extensionRange: readonly [];
|
|
3879
|
+
readonly extension: readonly [];
|
|
3880
|
+
readonly oneofDecl: readonly [];
|
|
3881
|
+
readonly reservedRange: readonly [];
|
|
3882
|
+
readonly reservedName: readonly [];
|
|
3883
|
+
readonly name: "RegisterFunctionResponse";
|
|
3884
|
+
readonly options: null;
|
|
3885
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3886
|
+
};
|
|
3887
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3888
|
+
};
|
|
3889
|
+
readonly "servicebridge.RegisterConsumerGroupRequest": {
|
|
3890
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3891
|
+
readonly type: {
|
|
3892
|
+
readonly field: readonly [{
|
|
3893
|
+
readonly name: "name";
|
|
3894
|
+
readonly extendee: "";
|
|
3895
|
+
readonly number: 1;
|
|
3896
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3897
|
+
readonly type: "TYPE_STRING";
|
|
3898
|
+
readonly typeName: "";
|
|
3899
|
+
readonly defaultValue: "";
|
|
3900
|
+
readonly options: null;
|
|
3901
|
+
readonly oneofIndex: 0;
|
|
3902
|
+
readonly jsonName: "";
|
|
3903
|
+
readonly proto3Optional: false;
|
|
3904
|
+
}, {
|
|
3905
|
+
readonly name: "pattern";
|
|
3906
|
+
readonly extendee: "";
|
|
3907
|
+
readonly number: 2;
|
|
3908
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3909
|
+
readonly type: "TYPE_STRING";
|
|
3910
|
+
readonly typeName: "";
|
|
3911
|
+
readonly defaultValue: "";
|
|
3912
|
+
readonly options: null;
|
|
3913
|
+
readonly oneofIndex: 0;
|
|
3914
|
+
readonly jsonName: "";
|
|
3915
|
+
readonly proto3Optional: false;
|
|
3916
|
+
}, {
|
|
3917
|
+
readonly name: "mode";
|
|
3918
|
+
readonly extendee: "";
|
|
3919
|
+
readonly number: 3;
|
|
3920
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3921
|
+
readonly type: "TYPE_STRING";
|
|
3922
|
+
readonly typeName: "";
|
|
3923
|
+
readonly defaultValue: "";
|
|
3924
|
+
readonly options: null;
|
|
3925
|
+
readonly oneofIndex: 0;
|
|
3926
|
+
readonly jsonName: "";
|
|
3927
|
+
readonly proto3Optional: false;
|
|
3928
|
+
}, {
|
|
3929
|
+
readonly name: "retry_policy_json";
|
|
3930
|
+
readonly extendee: "";
|
|
3931
|
+
readonly number: 4;
|
|
3932
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3933
|
+
readonly type: "TYPE_STRING";
|
|
3934
|
+
readonly typeName: "";
|
|
3935
|
+
readonly defaultValue: "";
|
|
3936
|
+
readonly options: null;
|
|
3937
|
+
readonly oneofIndex: 0;
|
|
3938
|
+
readonly jsonName: "";
|
|
3939
|
+
readonly proto3Optional: false;
|
|
3940
|
+
}, {
|
|
3941
|
+
readonly name: "active";
|
|
3942
|
+
readonly extendee: "";
|
|
3943
|
+
readonly number: 6;
|
|
3944
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3945
|
+
readonly type: "TYPE_BOOL";
|
|
3946
|
+
readonly typeName: "";
|
|
3947
|
+
readonly defaultValue: "";
|
|
3948
|
+
readonly options: null;
|
|
3949
|
+
readonly oneofIndex: 0;
|
|
3950
|
+
readonly jsonName: "";
|
|
3951
|
+
readonly proto3Optional: false;
|
|
3952
|
+
}, {
|
|
3953
|
+
readonly name: "filter_expr";
|
|
3954
|
+
readonly extendee: "";
|
|
3955
|
+
readonly number: 7;
|
|
3956
|
+
readonly label: "LABEL_OPTIONAL";
|
|
3957
|
+
readonly type: "TYPE_STRING";
|
|
3958
|
+
readonly typeName: "";
|
|
3959
|
+
readonly defaultValue: "";
|
|
3960
|
+
readonly options: null;
|
|
3961
|
+
readonly oneofIndex: 0;
|
|
3962
|
+
readonly jsonName: "";
|
|
3963
|
+
readonly proto3Optional: false;
|
|
3964
|
+
}];
|
|
3965
|
+
readonly nestedType: readonly [];
|
|
3966
|
+
readonly enumType: readonly [];
|
|
3967
|
+
readonly extensionRange: readonly [];
|
|
3968
|
+
readonly extension: readonly [];
|
|
3969
|
+
readonly oneofDecl: readonly [];
|
|
3970
|
+
readonly reservedRange: readonly [{
|
|
3971
|
+
readonly start: 5;
|
|
3972
|
+
readonly end: 5;
|
|
3973
|
+
}];
|
|
3974
|
+
readonly reservedName: readonly [];
|
|
3975
|
+
readonly name: "RegisterConsumerGroupRequest";
|
|
3976
|
+
readonly options: null;
|
|
3977
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3978
|
+
};
|
|
3979
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3980
|
+
};
|
|
3981
|
+
readonly "servicebridge.RegisterConsumerGroupResponse": {
|
|
3982
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
3983
|
+
readonly type: {
|
|
3984
|
+
readonly field: readonly [];
|
|
3985
|
+
readonly nestedType: readonly [];
|
|
3986
|
+
readonly enumType: readonly [];
|
|
3987
|
+
readonly extensionRange: readonly [];
|
|
3988
|
+
readonly extension: readonly [];
|
|
3989
|
+
readonly oneofDecl: readonly [];
|
|
3990
|
+
readonly reservedRange: readonly [];
|
|
3991
|
+
readonly reservedName: readonly [];
|
|
3992
|
+
readonly name: "RegisterConsumerGroupResponse";
|
|
3993
|
+
readonly options: null;
|
|
3994
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
3995
|
+
};
|
|
3996
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
3997
|
+
};
|
|
3998
|
+
readonly "servicebridge.RegisterGroupMemberRequest": {
|
|
3999
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
4000
|
+
readonly type: {
|
|
4001
|
+
readonly field: readonly [{
|
|
4002
|
+
readonly name: "group_name";
|
|
4003
|
+
readonly extendee: "";
|
|
4004
|
+
readonly number: 1;
|
|
4005
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4006
|
+
readonly type: "TYPE_STRING";
|
|
4007
|
+
readonly typeName: "";
|
|
4008
|
+
readonly defaultValue: "";
|
|
4009
|
+
readonly options: null;
|
|
4010
|
+
readonly oneofIndex: 0;
|
|
4011
|
+
readonly jsonName: "";
|
|
4012
|
+
readonly proto3Optional: false;
|
|
4013
|
+
}, {
|
|
4014
|
+
readonly name: "service_name";
|
|
4015
|
+
readonly extendee: "";
|
|
4016
|
+
readonly number: 2;
|
|
4017
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4018
|
+
readonly type: "TYPE_STRING";
|
|
4019
|
+
readonly typeName: "";
|
|
4020
|
+
readonly defaultValue: "";
|
|
4021
|
+
readonly options: null;
|
|
4022
|
+
readonly oneofIndex: 0;
|
|
4023
|
+
readonly jsonName: "";
|
|
4024
|
+
readonly proto3Optional: false;
|
|
4025
|
+
}, {
|
|
4026
|
+
readonly name: "instance_id";
|
|
4027
|
+
readonly extendee: "";
|
|
4028
|
+
readonly number: 3;
|
|
4029
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4030
|
+
readonly type: "TYPE_STRING";
|
|
4031
|
+
readonly typeName: "";
|
|
4032
|
+
readonly defaultValue: "";
|
|
4033
|
+
readonly options: null;
|
|
4034
|
+
readonly oneofIndex: 0;
|
|
4035
|
+
readonly jsonName: "";
|
|
4036
|
+
readonly proto3Optional: false;
|
|
4037
|
+
}, {
|
|
4038
|
+
readonly name: "endpoint";
|
|
4039
|
+
readonly extendee: "";
|
|
4040
|
+
readonly number: 4;
|
|
4041
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4042
|
+
readonly type: "TYPE_STRING";
|
|
4043
|
+
readonly typeName: "";
|
|
4044
|
+
readonly defaultValue: "";
|
|
4045
|
+
readonly options: null;
|
|
4046
|
+
readonly oneofIndex: 0;
|
|
4047
|
+
readonly jsonName: "";
|
|
4048
|
+
readonly proto3Optional: false;
|
|
4049
|
+
}, {
|
|
4050
|
+
readonly name: "weight";
|
|
4051
|
+
readonly extendee: "";
|
|
4052
|
+
readonly number: 5;
|
|
4053
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4054
|
+
readonly type: "TYPE_INT32";
|
|
4055
|
+
readonly typeName: "";
|
|
4056
|
+
readonly defaultValue: "";
|
|
4057
|
+
readonly options: null;
|
|
4058
|
+
readonly oneofIndex: 0;
|
|
4059
|
+
readonly jsonName: "";
|
|
4060
|
+
readonly proto3Optional: false;
|
|
4061
|
+
}, {
|
|
4062
|
+
readonly name: "transport";
|
|
4063
|
+
readonly extendee: "";
|
|
4064
|
+
readonly number: 6;
|
|
4065
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4066
|
+
readonly type: "TYPE_STRING";
|
|
4067
|
+
readonly typeName: "";
|
|
4068
|
+
readonly defaultValue: "";
|
|
4069
|
+
readonly options: null;
|
|
4070
|
+
readonly oneofIndex: 0;
|
|
4071
|
+
readonly jsonName: "";
|
|
4072
|
+
readonly proto3Optional: false;
|
|
4073
|
+
}];
|
|
4074
|
+
readonly nestedType: readonly [];
|
|
4075
|
+
readonly enumType: readonly [];
|
|
4076
|
+
readonly extensionRange: readonly [];
|
|
4077
|
+
readonly extension: readonly [];
|
|
4078
|
+
readonly oneofDecl: readonly [];
|
|
4079
|
+
readonly reservedRange: readonly [];
|
|
4080
|
+
readonly reservedName: readonly [];
|
|
4081
|
+
readonly name: "RegisterGroupMemberRequest";
|
|
4082
|
+
readonly options: null;
|
|
4083
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
4084
|
+
};
|
|
4085
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
4086
|
+
};
|
|
4087
|
+
readonly "servicebridge.RegisterGroupMemberResponse": {
|
|
4088
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
4089
|
+
readonly type: {
|
|
4090
|
+
readonly field: readonly [];
|
|
4091
|
+
readonly nestedType: readonly [];
|
|
4092
|
+
readonly enumType: readonly [];
|
|
4093
|
+
readonly extensionRange: readonly [];
|
|
4094
|
+
readonly extension: readonly [];
|
|
4095
|
+
readonly oneofDecl: readonly [];
|
|
4096
|
+
readonly reservedRange: readonly [];
|
|
4097
|
+
readonly reservedName: readonly [];
|
|
4098
|
+
readonly name: "RegisterGroupMemberResponse";
|
|
4099
|
+
readonly options: null;
|
|
4100
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
4101
|
+
};
|
|
4102
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
4103
|
+
};
|
|
4104
|
+
readonly "servicebridge.HeartbeatRequest": {
|
|
4105
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
4106
|
+
readonly type: {
|
|
4107
|
+
readonly field: readonly [{
|
|
4108
|
+
readonly name: "service_name";
|
|
4109
|
+
readonly extendee: "";
|
|
4110
|
+
readonly number: 1;
|
|
4111
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4112
|
+
readonly type: "TYPE_STRING";
|
|
4113
|
+
readonly typeName: "";
|
|
4114
|
+
readonly defaultValue: "";
|
|
4115
|
+
readonly options: null;
|
|
4116
|
+
readonly oneofIndex: 0;
|
|
4117
|
+
readonly jsonName: "";
|
|
4118
|
+
readonly proto3Optional: false;
|
|
4119
|
+
}, {
|
|
4120
|
+
readonly name: "instance_id";
|
|
4121
|
+
readonly extendee: "";
|
|
4122
|
+
readonly number: 2;
|
|
4123
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4124
|
+
readonly type: "TYPE_STRING";
|
|
4125
|
+
readonly typeName: "";
|
|
4126
|
+
readonly defaultValue: "";
|
|
4127
|
+
readonly options: null;
|
|
4128
|
+
readonly oneofIndex: 0;
|
|
4129
|
+
readonly jsonName: "";
|
|
4130
|
+
readonly proto3Optional: false;
|
|
4131
|
+
}, {
|
|
4132
|
+
readonly name: "endpoint";
|
|
4133
|
+
readonly extendee: "";
|
|
4134
|
+
readonly number: 3;
|
|
4135
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4136
|
+
readonly type: "TYPE_STRING";
|
|
4137
|
+
readonly typeName: "";
|
|
4138
|
+
readonly defaultValue: "";
|
|
4139
|
+
readonly options: null;
|
|
4140
|
+
readonly oneofIndex: 0;
|
|
4141
|
+
readonly jsonName: "";
|
|
4142
|
+
readonly proto3Optional: false;
|
|
4143
|
+
}, {
|
|
4144
|
+
readonly name: "group_names";
|
|
4145
|
+
readonly extendee: "";
|
|
4146
|
+
readonly number: 4;
|
|
4147
|
+
readonly label: "LABEL_REPEATED";
|
|
4148
|
+
readonly type: "TYPE_STRING";
|
|
4149
|
+
readonly typeName: "";
|
|
4150
|
+
readonly defaultValue: "";
|
|
4151
|
+
readonly options: null;
|
|
4152
|
+
readonly oneofIndex: 0;
|
|
4153
|
+
readonly jsonName: "";
|
|
4154
|
+
readonly proto3Optional: false;
|
|
4155
|
+
}, {
|
|
4156
|
+
readonly name: "function_names";
|
|
4157
|
+
readonly extendee: "";
|
|
4158
|
+
readonly number: 5;
|
|
4159
|
+
readonly label: "LABEL_REPEATED";
|
|
4160
|
+
readonly type: "TYPE_STRING";
|
|
4161
|
+
readonly typeName: "";
|
|
4162
|
+
readonly defaultValue: "";
|
|
4163
|
+
readonly options: null;
|
|
4164
|
+
readonly oneofIndex: 0;
|
|
4165
|
+
readonly jsonName: "";
|
|
4166
|
+
readonly proto3Optional: false;
|
|
4167
|
+
}, {
|
|
4168
|
+
readonly name: "transport";
|
|
4169
|
+
readonly extendee: "";
|
|
4170
|
+
readonly number: 6;
|
|
4171
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4172
|
+
readonly type: "TYPE_STRING";
|
|
4173
|
+
readonly typeName: "";
|
|
4174
|
+
readonly defaultValue: "";
|
|
4175
|
+
readonly options: null;
|
|
4176
|
+
readonly oneofIndex: 0;
|
|
4177
|
+
readonly jsonName: "";
|
|
4178
|
+
readonly proto3Optional: false;
|
|
4179
|
+
}, {
|
|
4180
|
+
readonly name: "cpu_percent";
|
|
4181
|
+
readonly extendee: "";
|
|
4182
|
+
readonly number: 7;
|
|
4183
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4184
|
+
readonly type: "TYPE_FLOAT";
|
|
4185
|
+
readonly typeName: "";
|
|
4186
|
+
readonly defaultValue: "";
|
|
4187
|
+
readonly options: {
|
|
4188
|
+
readonly targets: readonly [];
|
|
4189
|
+
readonly editionDefaults: readonly [];
|
|
4190
|
+
readonly uninterpretedOption: readonly [];
|
|
4191
|
+
readonly ctype: "STRING";
|
|
4192
|
+
readonly packed: false;
|
|
4193
|
+
readonly deprecated: false;
|
|
4194
|
+
readonly lazy: false;
|
|
4195
|
+
readonly jstype: "JS_NORMAL";
|
|
4196
|
+
readonly weak: false;
|
|
4197
|
+
readonly unverifiedLazy: false;
|
|
4198
|
+
readonly debugRedact: false;
|
|
4199
|
+
readonly retention: "RETENTION_UNKNOWN";
|
|
4200
|
+
readonly features: null;
|
|
4201
|
+
readonly featureSupport: null;
|
|
4202
|
+
};
|
|
4203
|
+
readonly oneofIndex: 0;
|
|
4204
|
+
readonly jsonName: "";
|
|
4205
|
+
readonly proto3Optional: false;
|
|
4206
|
+
}, {
|
|
4207
|
+
readonly name: "ram_mb";
|
|
4208
|
+
readonly extendee: "";
|
|
4209
|
+
readonly number: 8;
|
|
4210
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4211
|
+
readonly type: "TYPE_INT32";
|
|
4212
|
+
readonly typeName: "";
|
|
4213
|
+
readonly defaultValue: "";
|
|
4214
|
+
readonly options: {
|
|
4215
|
+
readonly targets: readonly [];
|
|
4216
|
+
readonly editionDefaults: readonly [];
|
|
4217
|
+
readonly uninterpretedOption: readonly [];
|
|
4218
|
+
readonly ctype: "STRING";
|
|
4219
|
+
readonly packed: false;
|
|
4220
|
+
readonly deprecated: false;
|
|
4221
|
+
readonly lazy: false;
|
|
4222
|
+
readonly jstype: "JS_NORMAL";
|
|
4223
|
+
readonly weak: false;
|
|
4224
|
+
readonly unverifiedLazy: false;
|
|
4225
|
+
readonly debugRedact: false;
|
|
4226
|
+
readonly retention: "RETENTION_UNKNOWN";
|
|
4227
|
+
readonly features: null;
|
|
4228
|
+
readonly featureSupport: null;
|
|
4229
|
+
};
|
|
4230
|
+
readonly oneofIndex: 1;
|
|
4231
|
+
readonly jsonName: "";
|
|
4232
|
+
readonly proto3Optional: false;
|
|
4233
|
+
}];
|
|
4234
|
+
readonly nestedType: readonly [];
|
|
4235
|
+
readonly enumType: readonly [];
|
|
4236
|
+
readonly extensionRange: readonly [];
|
|
4237
|
+
readonly extension: readonly [];
|
|
4238
|
+
readonly oneofDecl: readonly [{
|
|
4239
|
+
readonly name: "_cpu_percent";
|
|
4240
|
+
readonly options: null;
|
|
4241
|
+
}, {
|
|
4242
|
+
readonly name: "_ram_mb";
|
|
4243
|
+
readonly options: null;
|
|
4244
|
+
}];
|
|
4245
|
+
readonly reservedRange: readonly [];
|
|
4246
|
+
readonly reservedName: readonly [];
|
|
4247
|
+
readonly name: "HeartbeatRequest";
|
|
4248
|
+
readonly options: null;
|
|
4249
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
4250
|
+
};
|
|
4251
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
4252
|
+
};
|
|
4253
|
+
readonly "servicebridge.HeartbeatResponse": {
|
|
4254
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
4255
|
+
readonly type: {
|
|
4256
|
+
readonly field: readonly [];
|
|
4257
|
+
readonly nestedType: readonly [];
|
|
4258
|
+
readonly enumType: readonly [];
|
|
4259
|
+
readonly extensionRange: readonly [];
|
|
4260
|
+
readonly extension: readonly [];
|
|
4261
|
+
readonly oneofDecl: readonly [];
|
|
4262
|
+
readonly reservedRange: readonly [];
|
|
4263
|
+
readonly reservedName: readonly [];
|
|
4264
|
+
readonly name: "HeartbeatResponse";
|
|
4265
|
+
readonly options: null;
|
|
4266
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
4267
|
+
};
|
|
4268
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
4269
|
+
};
|
|
4270
|
+
readonly "servicebridge.RegisterWorkflowRequest": {
|
|
4271
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
4272
|
+
readonly type: {
|
|
4273
|
+
readonly field: readonly [{
|
|
4274
|
+
readonly name: "name";
|
|
4275
|
+
readonly extendee: "";
|
|
4276
|
+
readonly number: 1;
|
|
4277
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4278
|
+
readonly type: "TYPE_STRING";
|
|
4279
|
+
readonly typeName: "";
|
|
4280
|
+
readonly defaultValue: "";
|
|
4281
|
+
readonly options: null;
|
|
4282
|
+
readonly oneofIndex: 0;
|
|
4283
|
+
readonly jsonName: "";
|
|
4284
|
+
readonly proto3Optional: false;
|
|
4285
|
+
}, {
|
|
4286
|
+
readonly name: "definition";
|
|
4287
|
+
readonly extendee: "";
|
|
4288
|
+
readonly number: 2;
|
|
4289
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4290
|
+
readonly type: "TYPE_STRING";
|
|
4291
|
+
readonly typeName: "";
|
|
4292
|
+
readonly defaultValue: "";
|
|
4293
|
+
readonly options: null;
|
|
4294
|
+
readonly oneofIndex: 0;
|
|
4295
|
+
readonly jsonName: "";
|
|
4296
|
+
readonly proto3Optional: false;
|
|
4297
|
+
}, {
|
|
4298
|
+
readonly name: "opts";
|
|
4299
|
+
readonly extendee: "";
|
|
4300
|
+
readonly number: 3;
|
|
4301
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4302
|
+
readonly type: "TYPE_STRING";
|
|
4303
|
+
readonly typeName: "";
|
|
4304
|
+
readonly defaultValue: "";
|
|
4305
|
+
readonly options: null;
|
|
4306
|
+
readonly oneofIndex: 0;
|
|
4307
|
+
readonly jsonName: "";
|
|
4308
|
+
readonly proto3Optional: false;
|
|
4309
|
+
}, {
|
|
4310
|
+
readonly name: "service_name";
|
|
4311
|
+
readonly extendee: "";
|
|
4312
|
+
readonly number: 4;
|
|
4313
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4314
|
+
readonly type: "TYPE_STRING";
|
|
4315
|
+
readonly typeName: "";
|
|
4316
|
+
readonly defaultValue: "";
|
|
4317
|
+
readonly options: null;
|
|
4318
|
+
readonly oneofIndex: 0;
|
|
4319
|
+
readonly jsonName: "";
|
|
4320
|
+
readonly proto3Optional: false;
|
|
4321
|
+
}];
|
|
4322
|
+
readonly nestedType: readonly [];
|
|
4323
|
+
readonly enumType: readonly [];
|
|
4324
|
+
readonly extensionRange: readonly [];
|
|
4325
|
+
readonly extension: readonly [];
|
|
4326
|
+
readonly oneofDecl: readonly [];
|
|
4327
|
+
readonly reservedRange: readonly [];
|
|
4328
|
+
readonly reservedName: readonly [];
|
|
4329
|
+
readonly name: "RegisterWorkflowRequest";
|
|
4330
|
+
readonly options: null;
|
|
4331
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
4332
|
+
};
|
|
4333
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
4334
|
+
};
|
|
4335
|
+
readonly "servicebridge.RegisterWorkflowResponse": {
|
|
4336
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
4337
|
+
readonly type: {
|
|
4338
|
+
readonly field: readonly [{
|
|
4339
|
+
readonly name: "id";
|
|
4340
|
+
readonly extendee: "";
|
|
4341
|
+
readonly number: 1;
|
|
4342
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4343
|
+
readonly type: "TYPE_STRING";
|
|
4344
|
+
readonly typeName: "";
|
|
4345
|
+
readonly defaultValue: "";
|
|
4346
|
+
readonly options: null;
|
|
4347
|
+
readonly oneofIndex: 0;
|
|
4348
|
+
readonly jsonName: "";
|
|
4349
|
+
readonly proto3Optional: false;
|
|
4350
|
+
}];
|
|
4351
|
+
readonly nestedType: readonly [];
|
|
4352
|
+
readonly enumType: readonly [];
|
|
4353
|
+
readonly extensionRange: readonly [];
|
|
4354
|
+
readonly extension: readonly [];
|
|
4355
|
+
readonly oneofDecl: readonly [];
|
|
4356
|
+
readonly reservedRange: readonly [];
|
|
4357
|
+
readonly reservedName: readonly [];
|
|
4358
|
+
readonly name: "RegisterWorkflowResponse";
|
|
4359
|
+
readonly options: null;
|
|
4360
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
4361
|
+
};
|
|
4362
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
4363
|
+
};
|
|
4364
|
+
readonly "servicebridge.RegisterJobRequest": {
|
|
4365
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
4366
|
+
readonly type: {
|
|
4367
|
+
readonly field: readonly [{
|
|
4368
|
+
readonly name: "cron_expr";
|
|
4369
|
+
readonly extendee: "";
|
|
4370
|
+
readonly number: 1;
|
|
4371
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4372
|
+
readonly type: "TYPE_STRING";
|
|
4373
|
+
readonly typeName: "";
|
|
4374
|
+
readonly defaultValue: "";
|
|
4375
|
+
readonly options: null;
|
|
4376
|
+
readonly oneofIndex: 0;
|
|
4377
|
+
readonly jsonName: "";
|
|
4378
|
+
readonly proto3Optional: false;
|
|
4379
|
+
}, {
|
|
4380
|
+
readonly name: "timezone";
|
|
4381
|
+
readonly extendee: "";
|
|
4382
|
+
readonly number: 2;
|
|
4383
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4384
|
+
readonly type: "TYPE_STRING";
|
|
4385
|
+
readonly typeName: "";
|
|
4386
|
+
readonly defaultValue: "";
|
|
4387
|
+
readonly options: null;
|
|
4388
|
+
readonly oneofIndex: 0;
|
|
4389
|
+
readonly jsonName: "";
|
|
4390
|
+
readonly proto3Optional: false;
|
|
4391
|
+
}, {
|
|
4392
|
+
readonly name: "misfire_policy";
|
|
4393
|
+
readonly extendee: "";
|
|
4394
|
+
readonly number: 3;
|
|
4395
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4396
|
+
readonly type: "TYPE_STRING";
|
|
4397
|
+
readonly typeName: "";
|
|
4398
|
+
readonly defaultValue: "";
|
|
4399
|
+
readonly options: null;
|
|
4400
|
+
readonly oneofIndex: 0;
|
|
4401
|
+
readonly jsonName: "";
|
|
4402
|
+
readonly proto3Optional: false;
|
|
4403
|
+
}, {
|
|
4404
|
+
readonly name: "target_type";
|
|
4405
|
+
readonly extendee: "";
|
|
4406
|
+
readonly number: 4;
|
|
4407
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4408
|
+
readonly type: "TYPE_STRING";
|
|
4409
|
+
readonly typeName: "";
|
|
4410
|
+
readonly defaultValue: "";
|
|
4411
|
+
readonly options: null;
|
|
4412
|
+
readonly oneofIndex: 0;
|
|
4413
|
+
readonly jsonName: "";
|
|
4414
|
+
readonly proto3Optional: false;
|
|
4415
|
+
}, {
|
|
4416
|
+
readonly name: "target_ref";
|
|
4417
|
+
readonly extendee: "";
|
|
4418
|
+
readonly number: 5;
|
|
4419
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4420
|
+
readonly type: "TYPE_STRING";
|
|
4421
|
+
readonly typeName: "";
|
|
4422
|
+
readonly defaultValue: "";
|
|
4423
|
+
readonly options: null;
|
|
4424
|
+
readonly oneofIndex: 0;
|
|
4425
|
+
readonly jsonName: "";
|
|
4426
|
+
readonly proto3Optional: false;
|
|
4427
|
+
}, {
|
|
4428
|
+
readonly name: "delay_ms";
|
|
4429
|
+
readonly extendee: "";
|
|
4430
|
+
readonly number: 6;
|
|
4431
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4432
|
+
readonly type: "TYPE_INT32";
|
|
4433
|
+
readonly typeName: "";
|
|
4434
|
+
readonly defaultValue: "";
|
|
4435
|
+
readonly options: null;
|
|
4436
|
+
readonly oneofIndex: 0;
|
|
4437
|
+
readonly jsonName: "";
|
|
4438
|
+
readonly proto3Optional: false;
|
|
4439
|
+
}, {
|
|
4440
|
+
readonly name: "service_name";
|
|
4441
|
+
readonly extendee: "";
|
|
4442
|
+
readonly number: 7;
|
|
4443
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4444
|
+
readonly type: "TYPE_STRING";
|
|
4445
|
+
readonly typeName: "";
|
|
4446
|
+
readonly defaultValue: "";
|
|
4447
|
+
readonly options: null;
|
|
4448
|
+
readonly oneofIndex: 0;
|
|
4449
|
+
readonly jsonName: "";
|
|
4450
|
+
readonly proto3Optional: false;
|
|
4451
|
+
}, {
|
|
4452
|
+
readonly name: "retry_policy_json";
|
|
4453
|
+
readonly extendee: "";
|
|
4454
|
+
readonly number: 8;
|
|
4455
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4456
|
+
readonly type: "TYPE_STRING";
|
|
4457
|
+
readonly typeName: "";
|
|
4458
|
+
readonly defaultValue: "";
|
|
4459
|
+
readonly options: null;
|
|
4460
|
+
readonly oneofIndex: 0;
|
|
4461
|
+
readonly jsonName: "";
|
|
4462
|
+
readonly proto3Optional: false;
|
|
4463
|
+
}];
|
|
4464
|
+
readonly nestedType: readonly [];
|
|
4465
|
+
readonly enumType: readonly [];
|
|
4466
|
+
readonly extensionRange: readonly [];
|
|
4467
|
+
readonly extension: readonly [];
|
|
4468
|
+
readonly oneofDecl: readonly [];
|
|
4469
|
+
readonly reservedRange: readonly [];
|
|
4470
|
+
readonly reservedName: readonly [];
|
|
4471
|
+
readonly name: "RegisterJobRequest";
|
|
4472
|
+
readonly options: null;
|
|
4473
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
4474
|
+
};
|
|
4475
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
4476
|
+
};
|
|
4477
|
+
readonly "servicebridge.RegisterJobResponse": {
|
|
4478
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
4479
|
+
readonly type: {
|
|
4480
|
+
readonly field: readonly [{
|
|
4481
|
+
readonly name: "id";
|
|
4482
|
+
readonly extendee: "";
|
|
4483
|
+
readonly number: 1;
|
|
4484
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4485
|
+
readonly type: "TYPE_STRING";
|
|
4486
|
+
readonly typeName: "";
|
|
4487
|
+
readonly defaultValue: "";
|
|
4488
|
+
readonly options: null;
|
|
4489
|
+
readonly oneofIndex: 0;
|
|
4490
|
+
readonly jsonName: "";
|
|
4491
|
+
readonly proto3Optional: false;
|
|
4492
|
+
}];
|
|
4493
|
+
readonly nestedType: readonly [];
|
|
4494
|
+
readonly enumType: readonly [];
|
|
4495
|
+
readonly extensionRange: readonly [];
|
|
4496
|
+
readonly extension: readonly [];
|
|
4497
|
+
readonly oneofDecl: readonly [];
|
|
4498
|
+
readonly reservedRange: readonly [];
|
|
4499
|
+
readonly reservedName: readonly [];
|
|
4500
|
+
readonly name: "RegisterJobResponse";
|
|
4501
|
+
readonly options: null;
|
|
4502
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
4503
|
+
};
|
|
4504
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
4505
|
+
};
|
|
4506
|
+
readonly "servicebridge.AppendStreamRequest": {
|
|
4507
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
4508
|
+
readonly type: {
|
|
4509
|
+
readonly field: readonly [{
|
|
4510
|
+
readonly name: "run_id";
|
|
4511
|
+
readonly extendee: "";
|
|
4512
|
+
readonly number: 1;
|
|
4513
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4514
|
+
readonly type: "TYPE_STRING";
|
|
4515
|
+
readonly typeName: "";
|
|
4516
|
+
readonly defaultValue: "";
|
|
4517
|
+
readonly options: null;
|
|
4518
|
+
readonly oneofIndex: 0;
|
|
4519
|
+
readonly jsonName: "";
|
|
4520
|
+
readonly proto3Optional: false;
|
|
4521
|
+
}, {
|
|
4522
|
+
readonly name: "key";
|
|
4523
|
+
readonly extendee: "";
|
|
4524
|
+
readonly number: 2;
|
|
4525
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4526
|
+
readonly type: "TYPE_STRING";
|
|
4527
|
+
readonly typeName: "";
|
|
4528
|
+
readonly defaultValue: "";
|
|
4529
|
+
readonly options: null;
|
|
4530
|
+
readonly oneofIndex: 0;
|
|
4531
|
+
readonly jsonName: "";
|
|
4532
|
+
readonly proto3Optional: false;
|
|
4533
|
+
}, {
|
|
4534
|
+
readonly name: "data";
|
|
4535
|
+
readonly extendee: "";
|
|
4536
|
+
readonly number: 3;
|
|
4537
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4538
|
+
readonly type: "TYPE_BYTES";
|
|
4539
|
+
readonly typeName: "";
|
|
4540
|
+
readonly defaultValue: "";
|
|
4541
|
+
readonly options: null;
|
|
4542
|
+
readonly oneofIndex: 0;
|
|
4543
|
+
readonly jsonName: "";
|
|
4544
|
+
readonly proto3Optional: false;
|
|
4545
|
+
}];
|
|
4546
|
+
readonly nestedType: readonly [];
|
|
4547
|
+
readonly enumType: readonly [];
|
|
4548
|
+
readonly extensionRange: readonly [];
|
|
4549
|
+
readonly extension: readonly [];
|
|
4550
|
+
readonly oneofDecl: readonly [];
|
|
4551
|
+
readonly reservedRange: readonly [];
|
|
4552
|
+
readonly reservedName: readonly [];
|
|
4553
|
+
readonly name: "AppendStreamRequest";
|
|
4554
|
+
readonly options: null;
|
|
4555
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
4556
|
+
};
|
|
4557
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
4558
|
+
};
|
|
4559
|
+
readonly "servicebridge.AppendStreamResponse": {
|
|
4560
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
4561
|
+
readonly type: {
|
|
4562
|
+
readonly field: readonly [];
|
|
4563
|
+
readonly nestedType: readonly [];
|
|
4564
|
+
readonly enumType: readonly [];
|
|
4565
|
+
readonly extensionRange: readonly [];
|
|
4566
|
+
readonly extension: readonly [];
|
|
4567
|
+
readonly oneofDecl: readonly [];
|
|
4568
|
+
readonly reservedRange: readonly [];
|
|
4569
|
+
readonly reservedName: readonly [];
|
|
4570
|
+
readonly name: "AppendStreamResponse";
|
|
4571
|
+
readonly options: null;
|
|
4572
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
4573
|
+
};
|
|
4574
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
4575
|
+
};
|
|
4576
|
+
readonly "servicebridge.WatchRunRequest": {
|
|
4577
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
4578
|
+
readonly type: {
|
|
4579
|
+
readonly field: readonly [{
|
|
4580
|
+
readonly name: "run_id";
|
|
4581
|
+
readonly extendee: "";
|
|
4582
|
+
readonly number: 1;
|
|
4583
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4584
|
+
readonly type: "TYPE_STRING";
|
|
4585
|
+
readonly typeName: "";
|
|
4586
|
+
readonly defaultValue: "";
|
|
4587
|
+
readonly options: null;
|
|
4588
|
+
readonly oneofIndex: 0;
|
|
4589
|
+
readonly jsonName: "";
|
|
4590
|
+
readonly proto3Optional: false;
|
|
4591
|
+
}, {
|
|
4592
|
+
readonly name: "key";
|
|
4593
|
+
readonly extendee: "";
|
|
4594
|
+
readonly number: 2;
|
|
4595
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4596
|
+
readonly type: "TYPE_STRING";
|
|
4597
|
+
readonly typeName: "";
|
|
4598
|
+
readonly defaultValue: "";
|
|
4599
|
+
readonly options: null;
|
|
4600
|
+
readonly oneofIndex: 0;
|
|
4601
|
+
readonly jsonName: "";
|
|
4602
|
+
readonly proto3Optional: false;
|
|
4603
|
+
}, {
|
|
4604
|
+
readonly name: "from_sequence";
|
|
4605
|
+
readonly extendee: "";
|
|
4606
|
+
readonly number: 3;
|
|
4607
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4608
|
+
readonly type: "TYPE_INT64";
|
|
4609
|
+
readonly typeName: "";
|
|
4610
|
+
readonly defaultValue: "";
|
|
4611
|
+
readonly options: null;
|
|
4612
|
+
readonly oneofIndex: 0;
|
|
4613
|
+
readonly jsonName: "";
|
|
4614
|
+
readonly proto3Optional: false;
|
|
4615
|
+
}];
|
|
4616
|
+
readonly nestedType: readonly [];
|
|
4617
|
+
readonly enumType: readonly [];
|
|
4618
|
+
readonly extensionRange: readonly [];
|
|
4619
|
+
readonly extension: readonly [];
|
|
4620
|
+
readonly oneofDecl: readonly [];
|
|
4621
|
+
readonly reservedRange: readonly [];
|
|
4622
|
+
readonly reservedName: readonly [];
|
|
4623
|
+
readonly name: "WatchRunRequest";
|
|
4624
|
+
readonly options: null;
|
|
4625
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
4626
|
+
};
|
|
4627
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
4628
|
+
};
|
|
4629
|
+
readonly "servicebridge.RunStreamChunk": {
|
|
4630
|
+
readonly format: "Protocol Buffer 3 DescriptorProto";
|
|
4631
|
+
readonly type: {
|
|
4632
|
+
readonly field: readonly [{
|
|
4633
|
+
readonly name: "type";
|
|
4634
|
+
readonly extendee: "";
|
|
4635
|
+
readonly number: 1;
|
|
4636
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4637
|
+
readonly type: "TYPE_STRING";
|
|
4638
|
+
readonly typeName: "";
|
|
4639
|
+
readonly defaultValue: "";
|
|
4640
|
+
readonly options: null;
|
|
4641
|
+
readonly oneofIndex: 0;
|
|
4642
|
+
readonly jsonName: "";
|
|
4643
|
+
readonly proto3Optional: false;
|
|
4644
|
+
}, {
|
|
4645
|
+
readonly name: "key";
|
|
4646
|
+
readonly extendee: "";
|
|
4647
|
+
readonly number: 3;
|
|
4648
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4649
|
+
readonly type: "TYPE_STRING";
|
|
4650
|
+
readonly typeName: "";
|
|
4651
|
+
readonly defaultValue: "";
|
|
4652
|
+
readonly options: null;
|
|
4653
|
+
readonly oneofIndex: 0;
|
|
4654
|
+
readonly jsonName: "";
|
|
4655
|
+
readonly proto3Optional: false;
|
|
4656
|
+
}, {
|
|
4657
|
+
readonly name: "data";
|
|
4658
|
+
readonly extendee: "";
|
|
4659
|
+
readonly number: 4;
|
|
4660
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4661
|
+
readonly type: "TYPE_BYTES";
|
|
4662
|
+
readonly typeName: "";
|
|
4663
|
+
readonly defaultValue: "";
|
|
4664
|
+
readonly options: null;
|
|
4665
|
+
readonly oneofIndex: 0;
|
|
4666
|
+
readonly jsonName: "";
|
|
4667
|
+
readonly proto3Optional: false;
|
|
4668
|
+
}, {
|
|
4669
|
+
readonly name: "sequence";
|
|
4670
|
+
readonly extendee: "";
|
|
4671
|
+
readonly number: 5;
|
|
4672
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4673
|
+
readonly type: "TYPE_INT64";
|
|
4674
|
+
readonly typeName: "";
|
|
4675
|
+
readonly defaultValue: "";
|
|
4676
|
+
readonly options: null;
|
|
4677
|
+
readonly oneofIndex: 0;
|
|
4678
|
+
readonly jsonName: "";
|
|
4679
|
+
readonly proto3Optional: false;
|
|
4680
|
+
}, {
|
|
4681
|
+
readonly name: "run_status";
|
|
4682
|
+
readonly extendee: "";
|
|
4683
|
+
readonly number: 6;
|
|
4684
|
+
readonly label: "LABEL_OPTIONAL";
|
|
4685
|
+
readonly type: "TYPE_STRING";
|
|
4686
|
+
readonly typeName: "";
|
|
4687
|
+
readonly defaultValue: "";
|
|
4688
|
+
readonly options: null;
|
|
4689
|
+
readonly oneofIndex: 0;
|
|
4690
|
+
readonly jsonName: "";
|
|
4691
|
+
readonly proto3Optional: false;
|
|
4692
|
+
}];
|
|
4693
|
+
readonly nestedType: readonly [];
|
|
4694
|
+
readonly enumType: readonly [];
|
|
4695
|
+
readonly extensionRange: readonly [];
|
|
4696
|
+
readonly extension: readonly [];
|
|
4697
|
+
readonly oneofDecl: readonly [];
|
|
4698
|
+
readonly reservedRange: readonly [{
|
|
4699
|
+
readonly start: 2;
|
|
4700
|
+
readonly end: 2;
|
|
4701
|
+
}];
|
|
4702
|
+
readonly reservedName: readonly [];
|
|
4703
|
+
readonly name: "RunStreamChunk";
|
|
4704
|
+
readonly options: null;
|
|
4705
|
+
readonly visibility: "VISIBILITY_UNSET";
|
|
4706
|
+
};
|
|
4707
|
+
readonly fileDescriptorProtos: readonly [Buffer<ArrayBuffer>];
|
|
4708
|
+
};
|
|
4709
|
+
};
|