@eide/foir-proto-ts 0.1.0
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/package.json +55 -0
- package/src/analytics/v1/analytics_connect.d.ts +116 -0
- package/src/analytics/v1/analytics_connect.js +116 -0
- package/src/analytics/v1/analytics_pb.d.ts +850 -0
- package/src/analytics/v1/analytics_pb.js +250 -0
- package/src/billing/v1/billing_connect.d.ts +269 -0
- package/src/billing/v1/billing_connect.js +269 -0
- package/src/billing/v1/billing_pb.d.ts +2144 -0
- package/src/billing/v1/billing_pb.js +519 -0
- package/src/configs/v1/configs_connect.d.ts +111 -0
- package/src/configs/v1/configs_connect.js +111 -0
- package/src/configs/v1/configs_pb.d.ts +832 -0
- package/src/configs/v1/configs_pb.js +192 -0
- package/src/experiments/v1/experiments_connect.d.ts +162 -0
- package/src/experiments/v1/experiments_connect.js +162 -0
- package/src/experiments/v1/experiments_pb.d.ts +1086 -0
- package/src/experiments/v1/experiments_pb.js +284 -0
- package/src/expressions/v1/expressions_pb.d.ts +139 -0
- package/src/expressions/v1/expressions_pb.js +27 -0
- package/src/hooks/v1/hooks_connect.d.ts +106 -0
- package/src/hooks/v1/hooks_connect.js +106 -0
- package/src/hooks/v1/hooks_pb.d.ts +689 -0
- package/src/hooks/v1/hooks_pb.js +159 -0
- package/src/identity/v1/identity_connect.d.ts +738 -0
- package/src/identity/v1/identity_connect.js +738 -0
- package/src/identity/v1/identity_pb.d.ts +4612 -0
- package/src/identity/v1/identity_pb.js +1277 -0
- package/src/models/v1/models_connect.d.ts +104 -0
- package/src/models/v1/models_connect.js +104 -0
- package/src/models/v1/models_pb.d.ts +908 -0
- package/src/models/v1/models_pb.js +187 -0
- package/src/notifications/v1/notifications_connect.d.ts +182 -0
- package/src/notifications/v1/notifications_connect.js +182 -0
- package/src/notifications/v1/notifications_pb.d.ts +1173 -0
- package/src/notifications/v1/notifications_pb.js +302 -0
- package/src/operations/v1/operations_connect.d.ts +222 -0
- package/src/operations/v1/operations_connect.js +222 -0
- package/src/operations/v1/operations_pb.d.ts +1502 -0
- package/src/operations/v1/operations_pb.js +355 -0
- package/src/queue/v1/queue_connect.d.ts +89 -0
- package/src/queue/v1/queue_connect.js +89 -0
- package/src/queue/v1/queue_pb.d.ts +519 -0
- package/src/queue/v1/queue_pb.js +152 -0
- package/src/records/v1/records_connect.d.ts +451 -0
- package/src/records/v1/records_connect.js +451 -0
- package/src/records/v1/records_pb.d.ts +3099 -0
- package/src/records/v1/records_pb.js +798 -0
- package/src/schedules/v1/schedules_connect.d.ts +98 -0
- package/src/schedules/v1/schedules_connect.js +98 -0
- package/src/schedules/v1/schedules_pb.d.ts +622 -0
- package/src/schedules/v1/schedules_pb.js +159 -0
- package/src/segments/v1/segments_connect.d.ts +135 -0
- package/src/segments/v1/segments_connect.js +135 -0
- package/src/segments/v1/segments_pb.d.ts +800 -0
- package/src/segments/v1/segments_pb.js +216 -0
- package/src/settings/v1/settings_connect.d.ts +614 -0
- package/src/settings/v1/settings_connect.js +614 -0
- package/src/settings/v1/settings_pb.d.ts +4396 -0
- package/src/settings/v1/settings_pb.js +1085 -0
- package/src/storage/v1/storage_connect.d.ts +144 -0
- package/src/storage/v1/storage_connect.js +144 -0
- package/src/storage/v1/storage_pb.d.ts +930 -0
- package/src/storage/v1/storage_pb.js +239 -0
- package/src/workers/v1/workers_connect.d.ts +42 -0
- package/src/workers/v1/workers_connect.js +42 -0
- package/src/workers/v1/workers_pb.d.ts +220 -0
- package/src/workers/v1/workers_pb.js +56 -0
|
@@ -0,0 +1,1502 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file operations/v1/operations.proto (package operations.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file operations/v1/operations.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_operations_v1_operations: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @generated from message operations.v1.Operation
|
|
16
|
+
*/
|
|
17
|
+
export declare type Operation = Message<"operations.v1.Operation"> & {
|
|
18
|
+
/**
|
|
19
|
+
* @generated from field: string id = 1;
|
|
20
|
+
*/
|
|
21
|
+
id: string;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string key = 2;
|
|
25
|
+
*/
|
|
26
|
+
key: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: string name = 3;
|
|
30
|
+
*/
|
|
31
|
+
name: string;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: optional string description = 4;
|
|
35
|
+
*/
|
|
36
|
+
description?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: optional string icon = 5;
|
|
40
|
+
*/
|
|
41
|
+
icon?: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: optional string category = 6;
|
|
45
|
+
*/
|
|
46
|
+
category?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: string endpoint = 7;
|
|
50
|
+
*/
|
|
51
|
+
endpoint: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @generated from field: optional string endpoint_auth = 8;
|
|
55
|
+
*/
|
|
56
|
+
endpointAuth?: string;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: int32 timeout_ms = 9;
|
|
60
|
+
*/
|
|
61
|
+
timeoutMs: number;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: optional google.protobuf.Struct retry_policy = 10;
|
|
65
|
+
*/
|
|
66
|
+
retryPolicy?: JsonObject;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* @generated from field: optional google.protobuf.Struct input_schema = 11;
|
|
70
|
+
*/
|
|
71
|
+
inputSchema?: JsonObject;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @generated from field: optional google.protobuf.Struct output_schema = 12;
|
|
75
|
+
*/
|
|
76
|
+
outputSchema?: JsonObject;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @generated from field: optional google.protobuf.Struct ui = 13;
|
|
80
|
+
*/
|
|
81
|
+
ui?: JsonObject;
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* @generated from field: bool is_active = 14;
|
|
85
|
+
*/
|
|
86
|
+
isActive: boolean;
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* @generated from field: repeated string allowed_roles = 15;
|
|
90
|
+
*/
|
|
91
|
+
allowedRoles: string[];
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* @generated from field: optional google.protobuf.Struct stream_config = 16;
|
|
95
|
+
*/
|
|
96
|
+
streamConfig?: JsonObject;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* @generated from field: optional google.protobuf.Struct quotas = 17;
|
|
100
|
+
*/
|
|
101
|
+
quotas?: JsonObject;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* @generated from field: optional string config_id = 18;
|
|
105
|
+
*/
|
|
106
|
+
configId?: string;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Ownership.
|
|
110
|
+
*
|
|
111
|
+
* @generated from field: string tenant_id = 20;
|
|
112
|
+
*/
|
|
113
|
+
tenantId: string;
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* @generated from field: optional string project_id = 21;
|
|
117
|
+
*/
|
|
118
|
+
projectId?: string;
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* Attribution.
|
|
122
|
+
*
|
|
123
|
+
* @generated from field: optional string created_by = 30;
|
|
124
|
+
*/
|
|
125
|
+
createdBy?: string;
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Timestamps.
|
|
129
|
+
*
|
|
130
|
+
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
131
|
+
*/
|
|
132
|
+
createdAt?: Timestamp;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 51;
|
|
136
|
+
*/
|
|
137
|
+
updatedAt?: Timestamp;
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Describes the message operations.v1.Operation.
|
|
142
|
+
* Use `create(OperationSchema)` to create a new message.
|
|
143
|
+
*/
|
|
144
|
+
export declare const OperationSchema: GenMessage<Operation>;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* @generated from message operations.v1.OperationExecution
|
|
148
|
+
*/
|
|
149
|
+
export declare type OperationExecution = Message<"operations.v1.OperationExecution"> & {
|
|
150
|
+
/**
|
|
151
|
+
* @generated from field: string id = 1;
|
|
152
|
+
*/
|
|
153
|
+
id: string;
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* @generated from field: string operation_key = 2;
|
|
157
|
+
*/
|
|
158
|
+
operationKey: string;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* @generated from field: string status = 3;
|
|
162
|
+
*/
|
|
163
|
+
status: string;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* @generated from field: optional string trigger_type = 4;
|
|
167
|
+
*/
|
|
168
|
+
triggerType?: string;
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* @generated from field: optional google.protobuf.Struct trigger_context = 5;
|
|
172
|
+
*/
|
|
173
|
+
triggerContext?: JsonObject;
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* @generated from field: optional google.protobuf.Struct input = 6;
|
|
177
|
+
*/
|
|
178
|
+
input?: JsonObject;
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* @generated from field: optional google.protobuf.Struct result = 7;
|
|
182
|
+
*/
|
|
183
|
+
result?: JsonObject;
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* @generated from field: optional google.protobuf.Struct error = 8;
|
|
187
|
+
*/
|
|
188
|
+
error?: JsonObject;
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* @generated from field: optional google.protobuf.Timestamp started_at = 9;
|
|
192
|
+
*/
|
|
193
|
+
startedAt?: Timestamp;
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* @generated from field: optional google.protobuf.Timestamp completed_at = 10;
|
|
197
|
+
*/
|
|
198
|
+
completedAt?: Timestamp;
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* @generated from field: optional int32 duration_ms = 11;
|
|
202
|
+
*/
|
|
203
|
+
durationMs?: number;
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* @generated from field: int32 retry_count = 12;
|
|
207
|
+
*/
|
|
208
|
+
retryCount: number;
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* @generated from field: string tenant_id = 20;
|
|
212
|
+
*/
|
|
213
|
+
tenantId: string;
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* @generated from field: optional string project_id = 21;
|
|
217
|
+
*/
|
|
218
|
+
projectId?: string;
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
222
|
+
*/
|
|
223
|
+
createdAt?: Timestamp;
|
|
224
|
+
};
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* Describes the message operations.v1.OperationExecution.
|
|
228
|
+
* Use `create(OperationExecutionSchema)` to create a new message.
|
|
229
|
+
*/
|
|
230
|
+
export declare const OperationExecutionSchema: GenMessage<OperationExecution>;
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* @generated from message operations.v1.DeadLetterEntry
|
|
234
|
+
*/
|
|
235
|
+
export declare type DeadLetterEntry = Message<"operations.v1.DeadLetterEntry"> & {
|
|
236
|
+
/**
|
|
237
|
+
* @generated from field: string id = 1;
|
|
238
|
+
*/
|
|
239
|
+
id: string;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* @generated from field: string operation_key = 2;
|
|
243
|
+
*/
|
|
244
|
+
operationKey: string;
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* @generated from field: optional string execution_id = 3;
|
|
248
|
+
*/
|
|
249
|
+
executionId?: string;
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* @generated from field: optional google.protobuf.Struct input = 4;
|
|
253
|
+
*/
|
|
254
|
+
input?: JsonObject;
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* @generated from field: optional string trigger_type = 5;
|
|
258
|
+
*/
|
|
259
|
+
triggerType?: string;
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* @generated from field: int32 attempts = 6;
|
|
263
|
+
*/
|
|
264
|
+
attempts: number;
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* @generated from field: string last_error = 7;
|
|
268
|
+
*/
|
|
269
|
+
lastError: string;
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* @generated from field: optional string error_code = 8;
|
|
273
|
+
*/
|
|
274
|
+
errorCode?: string;
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* @generated from field: string status = 9;
|
|
278
|
+
*/
|
|
279
|
+
status: string;
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* @generated from field: google.protobuf.Timestamp failed_at = 10;
|
|
283
|
+
*/
|
|
284
|
+
failedAt?: Timestamp;
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* @generated from field: optional google.protobuf.Timestamp retried_at = 11;
|
|
288
|
+
*/
|
|
289
|
+
retriedAt?: Timestamp;
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* @generated from field: optional google.protobuf.Timestamp dismissed_at = 12;
|
|
293
|
+
*/
|
|
294
|
+
dismissedAt?: Timestamp;
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* @generated from field: optional string dismissed_by = 13;
|
|
298
|
+
*/
|
|
299
|
+
dismissedBy?: string;
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* @generated from field: string tenant_id = 20;
|
|
303
|
+
*/
|
|
304
|
+
tenantId: string;
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* @generated from field: string project_id = 21;
|
|
308
|
+
*/
|
|
309
|
+
projectId: string;
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* @generated from field: google.protobuf.Timestamp created_at = 50;
|
|
313
|
+
*/
|
|
314
|
+
createdAt?: Timestamp;
|
|
315
|
+
};
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* Describes the message operations.v1.DeadLetterEntry.
|
|
319
|
+
* Use `create(DeadLetterEntrySchema)` to create a new message.
|
|
320
|
+
*/
|
|
321
|
+
export declare const DeadLetterEntrySchema: GenMessage<DeadLetterEntry>;
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* @generated from message operations.v1.CircuitState
|
|
325
|
+
*/
|
|
326
|
+
export declare type CircuitState = Message<"operations.v1.CircuitState"> & {
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: string operation_key = 1;
|
|
329
|
+
*/
|
|
330
|
+
operationKey: string;
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* @generated from field: string endpoint = 2;
|
|
334
|
+
*/
|
|
335
|
+
endpoint: string;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* @generated from field: string state = 3;
|
|
339
|
+
*/
|
|
340
|
+
state: string;
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* @generated from field: int32 failure_count = 4;
|
|
344
|
+
*/
|
|
345
|
+
failureCount: number;
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* @generated from field: optional google.protobuf.Timestamp last_failure_at = 5;
|
|
349
|
+
*/
|
|
350
|
+
lastFailureAt?: Timestamp;
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* @generated from field: optional google.protobuf.Timestamp opened_at = 6;
|
|
354
|
+
*/
|
|
355
|
+
openedAt?: Timestamp;
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* @generated from field: optional google.protobuf.Timestamp half_open_at = 7;
|
|
359
|
+
*/
|
|
360
|
+
halfOpenAt?: Timestamp;
|
|
361
|
+
};
|
|
362
|
+
|
|
363
|
+
/**
|
|
364
|
+
* Describes the message operations.v1.CircuitState.
|
|
365
|
+
* Use `create(CircuitStateSchema)` to create a new message.
|
|
366
|
+
*/
|
|
367
|
+
export declare const CircuitStateSchema: GenMessage<CircuitState>;
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* @generated from message operations.v1.ExecutionStats
|
|
371
|
+
*/
|
|
372
|
+
export declare type ExecutionStats = Message<"operations.v1.ExecutionStats"> & {
|
|
373
|
+
/**
|
|
374
|
+
* @generated from field: string operation_key = 1;
|
|
375
|
+
*/
|
|
376
|
+
operationKey: string;
|
|
377
|
+
|
|
378
|
+
/**
|
|
379
|
+
* @generated from field: int32 total = 2;
|
|
380
|
+
*/
|
|
381
|
+
total: number;
|
|
382
|
+
|
|
383
|
+
/**
|
|
384
|
+
* @generated from field: int32 success = 3;
|
|
385
|
+
*/
|
|
386
|
+
success: number;
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* @generated from field: int32 failed = 4;
|
|
390
|
+
*/
|
|
391
|
+
failed: number;
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* @generated from field: int32 pending = 5;
|
|
395
|
+
*/
|
|
396
|
+
pending: number;
|
|
397
|
+
|
|
398
|
+
/**
|
|
399
|
+
* @generated from field: double avg_duration_ms = 6;
|
|
400
|
+
*/
|
|
401
|
+
avgDurationMs: number;
|
|
402
|
+
};
|
|
403
|
+
|
|
404
|
+
/**
|
|
405
|
+
* Describes the message operations.v1.ExecutionStats.
|
|
406
|
+
* Use `create(ExecutionStatsSchema)` to create a new message.
|
|
407
|
+
*/
|
|
408
|
+
export declare const ExecutionStatsSchema: GenMessage<ExecutionStats>;
|
|
409
|
+
|
|
410
|
+
/**
|
|
411
|
+
* @generated from message operations.v1.DeadLetterStats
|
|
412
|
+
*/
|
|
413
|
+
export declare type DeadLetterStats = Message<"operations.v1.DeadLetterStats"> & {
|
|
414
|
+
/**
|
|
415
|
+
* @generated from field: int32 pending = 1;
|
|
416
|
+
*/
|
|
417
|
+
pending: number;
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* @generated from field: int32 retried = 2;
|
|
421
|
+
*/
|
|
422
|
+
retried: number;
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* @generated from field: int32 dismissed = 3;
|
|
426
|
+
*/
|
|
427
|
+
dismissed: number;
|
|
428
|
+
|
|
429
|
+
/**
|
|
430
|
+
* @generated from field: int32 total = 4;
|
|
431
|
+
*/
|
|
432
|
+
total: number;
|
|
433
|
+
};
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* Describes the message operations.v1.DeadLetterStats.
|
|
437
|
+
* Use `create(DeadLetterStatsSchema)` to create a new message.
|
|
438
|
+
*/
|
|
439
|
+
export declare const DeadLetterStatsSchema: GenMessage<DeadLetterStats>;
|
|
440
|
+
|
|
441
|
+
/**
|
|
442
|
+
* CRUD
|
|
443
|
+
*
|
|
444
|
+
* @generated from message operations.v1.ListOperationsRequest
|
|
445
|
+
*/
|
|
446
|
+
export declare type ListOperationsRequest = Message<"operations.v1.ListOperationsRequest"> & {
|
|
447
|
+
/**
|
|
448
|
+
* @generated from field: optional string category = 1;
|
|
449
|
+
*/
|
|
450
|
+
category?: string;
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* @generated from field: optional bool is_active = 2;
|
|
454
|
+
*/
|
|
455
|
+
isActive?: boolean;
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* @generated from field: optional string search = 3;
|
|
459
|
+
*/
|
|
460
|
+
search?: string;
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* @generated from field: optional string config_id = 4;
|
|
464
|
+
*/
|
|
465
|
+
configId?: string;
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* @generated from field: int32 limit = 10;
|
|
469
|
+
*/
|
|
470
|
+
limit: number;
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* @generated from field: int32 offset = 11;
|
|
474
|
+
*/
|
|
475
|
+
offset: number;
|
|
476
|
+
};
|
|
477
|
+
|
|
478
|
+
/**
|
|
479
|
+
* Describes the message operations.v1.ListOperationsRequest.
|
|
480
|
+
* Use `create(ListOperationsRequestSchema)` to create a new message.
|
|
481
|
+
*/
|
|
482
|
+
export declare const ListOperationsRequestSchema: GenMessage<ListOperationsRequest>;
|
|
483
|
+
|
|
484
|
+
/**
|
|
485
|
+
* @generated from message operations.v1.ListOperationsResponse
|
|
486
|
+
*/
|
|
487
|
+
export declare type ListOperationsResponse = Message<"operations.v1.ListOperationsResponse"> & {
|
|
488
|
+
/**
|
|
489
|
+
* @generated from field: repeated operations.v1.Operation operations = 1;
|
|
490
|
+
*/
|
|
491
|
+
operations: Operation[];
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* @generated from field: int32 total = 2;
|
|
495
|
+
*/
|
|
496
|
+
total: number;
|
|
497
|
+
};
|
|
498
|
+
|
|
499
|
+
/**
|
|
500
|
+
* Describes the message operations.v1.ListOperationsResponse.
|
|
501
|
+
* Use `create(ListOperationsResponseSchema)` to create a new message.
|
|
502
|
+
*/
|
|
503
|
+
export declare const ListOperationsResponseSchema: GenMessage<ListOperationsResponse>;
|
|
504
|
+
|
|
505
|
+
/**
|
|
506
|
+
* @generated from message operations.v1.GetOperationRequest
|
|
507
|
+
*/
|
|
508
|
+
export declare type GetOperationRequest = Message<"operations.v1.GetOperationRequest"> & {
|
|
509
|
+
/**
|
|
510
|
+
* @generated from field: string id = 1;
|
|
511
|
+
*/
|
|
512
|
+
id: string;
|
|
513
|
+
|
|
514
|
+
/**
|
|
515
|
+
* @generated from field: optional string key = 2;
|
|
516
|
+
*/
|
|
517
|
+
key?: string;
|
|
518
|
+
};
|
|
519
|
+
|
|
520
|
+
/**
|
|
521
|
+
* Describes the message operations.v1.GetOperationRequest.
|
|
522
|
+
* Use `create(GetOperationRequestSchema)` to create a new message.
|
|
523
|
+
*/
|
|
524
|
+
export declare const GetOperationRequestSchema: GenMessage<GetOperationRequest>;
|
|
525
|
+
|
|
526
|
+
/**
|
|
527
|
+
* @generated from message operations.v1.GetOperationResponse
|
|
528
|
+
*/
|
|
529
|
+
export declare type GetOperationResponse = Message<"operations.v1.GetOperationResponse"> & {
|
|
530
|
+
/**
|
|
531
|
+
* @generated from field: operations.v1.Operation operation = 1;
|
|
532
|
+
*/
|
|
533
|
+
operation?: Operation;
|
|
534
|
+
};
|
|
535
|
+
|
|
536
|
+
/**
|
|
537
|
+
* Describes the message operations.v1.GetOperationResponse.
|
|
538
|
+
* Use `create(GetOperationResponseSchema)` to create a new message.
|
|
539
|
+
*/
|
|
540
|
+
export declare const GetOperationResponseSchema: GenMessage<GetOperationResponse>;
|
|
541
|
+
|
|
542
|
+
/**
|
|
543
|
+
* @generated from message operations.v1.CreateOperationRequest
|
|
544
|
+
*/
|
|
545
|
+
export declare type CreateOperationRequest = Message<"operations.v1.CreateOperationRequest"> & {
|
|
546
|
+
/**
|
|
547
|
+
* @generated from field: string key = 1;
|
|
548
|
+
*/
|
|
549
|
+
key: string;
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* @generated from field: string name = 2;
|
|
553
|
+
*/
|
|
554
|
+
name: string;
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* @generated from field: optional string description = 3;
|
|
558
|
+
*/
|
|
559
|
+
description?: string;
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* @generated from field: optional string icon = 4;
|
|
563
|
+
*/
|
|
564
|
+
icon?: string;
|
|
565
|
+
|
|
566
|
+
/**
|
|
567
|
+
* @generated from field: optional string category = 5;
|
|
568
|
+
*/
|
|
569
|
+
category?: string;
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* @generated from field: string endpoint = 6;
|
|
573
|
+
*/
|
|
574
|
+
endpoint: string;
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* @generated from field: optional string endpoint_auth = 7;
|
|
578
|
+
*/
|
|
579
|
+
endpointAuth?: string;
|
|
580
|
+
|
|
581
|
+
/**
|
|
582
|
+
* @generated from field: optional int32 timeout_ms = 8;
|
|
583
|
+
*/
|
|
584
|
+
timeoutMs?: number;
|
|
585
|
+
|
|
586
|
+
/**
|
|
587
|
+
* @generated from field: optional google.protobuf.Struct input_schema = 9;
|
|
588
|
+
*/
|
|
589
|
+
inputSchema?: JsonObject;
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* @generated from field: optional google.protobuf.Struct output_schema = 10;
|
|
593
|
+
*/
|
|
594
|
+
outputSchema?: JsonObject;
|
|
595
|
+
|
|
596
|
+
/**
|
|
597
|
+
* @generated from field: optional google.protobuf.Struct ui = 11;
|
|
598
|
+
*/
|
|
599
|
+
ui?: JsonObject;
|
|
600
|
+
|
|
601
|
+
/**
|
|
602
|
+
* @generated from field: optional string config_id = 12;
|
|
603
|
+
*/
|
|
604
|
+
configId?: string;
|
|
605
|
+
};
|
|
606
|
+
|
|
607
|
+
/**
|
|
608
|
+
* Describes the message operations.v1.CreateOperationRequest.
|
|
609
|
+
* Use `create(CreateOperationRequestSchema)` to create a new message.
|
|
610
|
+
*/
|
|
611
|
+
export declare const CreateOperationRequestSchema: GenMessage<CreateOperationRequest>;
|
|
612
|
+
|
|
613
|
+
/**
|
|
614
|
+
* @generated from message operations.v1.CreateOperationResponse
|
|
615
|
+
*/
|
|
616
|
+
export declare type CreateOperationResponse = Message<"operations.v1.CreateOperationResponse"> & {
|
|
617
|
+
/**
|
|
618
|
+
* @generated from field: operations.v1.Operation operation = 1;
|
|
619
|
+
*/
|
|
620
|
+
operation?: Operation;
|
|
621
|
+
};
|
|
622
|
+
|
|
623
|
+
/**
|
|
624
|
+
* Describes the message operations.v1.CreateOperationResponse.
|
|
625
|
+
* Use `create(CreateOperationResponseSchema)` to create a new message.
|
|
626
|
+
*/
|
|
627
|
+
export declare const CreateOperationResponseSchema: GenMessage<CreateOperationResponse>;
|
|
628
|
+
|
|
629
|
+
/**
|
|
630
|
+
* @generated from message operations.v1.UpdateOperationRequest
|
|
631
|
+
*/
|
|
632
|
+
export declare type UpdateOperationRequest = Message<"operations.v1.UpdateOperationRequest"> & {
|
|
633
|
+
/**
|
|
634
|
+
* @generated from field: string id = 1;
|
|
635
|
+
*/
|
|
636
|
+
id: string;
|
|
637
|
+
|
|
638
|
+
/**
|
|
639
|
+
* @generated from field: optional string name = 2;
|
|
640
|
+
*/
|
|
641
|
+
name?: string;
|
|
642
|
+
|
|
643
|
+
/**
|
|
644
|
+
* @generated from field: optional string description = 3;
|
|
645
|
+
*/
|
|
646
|
+
description?: string;
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* @generated from field: optional string endpoint = 4;
|
|
650
|
+
*/
|
|
651
|
+
endpoint?: string;
|
|
652
|
+
|
|
653
|
+
/**
|
|
654
|
+
* @generated from field: optional string endpoint_auth = 5;
|
|
655
|
+
*/
|
|
656
|
+
endpointAuth?: string;
|
|
657
|
+
|
|
658
|
+
/**
|
|
659
|
+
* @generated from field: optional int32 timeout_ms = 6;
|
|
660
|
+
*/
|
|
661
|
+
timeoutMs?: number;
|
|
662
|
+
|
|
663
|
+
/**
|
|
664
|
+
* @generated from field: optional google.protobuf.Struct input_schema = 7;
|
|
665
|
+
*/
|
|
666
|
+
inputSchema?: JsonObject;
|
|
667
|
+
|
|
668
|
+
/**
|
|
669
|
+
* @generated from field: optional google.protobuf.Struct output_schema = 8;
|
|
670
|
+
*/
|
|
671
|
+
outputSchema?: JsonObject;
|
|
672
|
+
|
|
673
|
+
/**
|
|
674
|
+
* @generated from field: optional google.protobuf.Struct ui = 9;
|
|
675
|
+
*/
|
|
676
|
+
ui?: JsonObject;
|
|
677
|
+
|
|
678
|
+
/**
|
|
679
|
+
* @generated from field: optional bool is_active = 10;
|
|
680
|
+
*/
|
|
681
|
+
isActive?: boolean;
|
|
682
|
+
};
|
|
683
|
+
|
|
684
|
+
/**
|
|
685
|
+
* Describes the message operations.v1.UpdateOperationRequest.
|
|
686
|
+
* Use `create(UpdateOperationRequestSchema)` to create a new message.
|
|
687
|
+
*/
|
|
688
|
+
export declare const UpdateOperationRequestSchema: GenMessage<UpdateOperationRequest>;
|
|
689
|
+
|
|
690
|
+
/**
|
|
691
|
+
* @generated from message operations.v1.UpdateOperationResponse
|
|
692
|
+
*/
|
|
693
|
+
export declare type UpdateOperationResponse = Message<"operations.v1.UpdateOperationResponse"> & {
|
|
694
|
+
/**
|
|
695
|
+
* @generated from field: operations.v1.Operation operation = 1;
|
|
696
|
+
*/
|
|
697
|
+
operation?: Operation;
|
|
698
|
+
};
|
|
699
|
+
|
|
700
|
+
/**
|
|
701
|
+
* Describes the message operations.v1.UpdateOperationResponse.
|
|
702
|
+
* Use `create(UpdateOperationResponseSchema)` to create a new message.
|
|
703
|
+
*/
|
|
704
|
+
export declare const UpdateOperationResponseSchema: GenMessage<UpdateOperationResponse>;
|
|
705
|
+
|
|
706
|
+
/**
|
|
707
|
+
* @generated from message operations.v1.DeleteOperationRequest
|
|
708
|
+
*/
|
|
709
|
+
export declare type DeleteOperationRequest = Message<"operations.v1.DeleteOperationRequest"> & {
|
|
710
|
+
/**
|
|
711
|
+
* @generated from field: string id = 1;
|
|
712
|
+
*/
|
|
713
|
+
id: string;
|
|
714
|
+
};
|
|
715
|
+
|
|
716
|
+
/**
|
|
717
|
+
* Describes the message operations.v1.DeleteOperationRequest.
|
|
718
|
+
* Use `create(DeleteOperationRequestSchema)` to create a new message.
|
|
719
|
+
*/
|
|
720
|
+
export declare const DeleteOperationRequestSchema: GenMessage<DeleteOperationRequest>;
|
|
721
|
+
|
|
722
|
+
/**
|
|
723
|
+
* @generated from message operations.v1.DeleteOperationResponse
|
|
724
|
+
*/
|
|
725
|
+
export declare type DeleteOperationResponse = Message<"operations.v1.DeleteOperationResponse"> & {
|
|
726
|
+
/**
|
|
727
|
+
* @generated from field: bool success = 1;
|
|
728
|
+
*/
|
|
729
|
+
success: boolean;
|
|
730
|
+
};
|
|
731
|
+
|
|
732
|
+
/**
|
|
733
|
+
* Describes the message operations.v1.DeleteOperationResponse.
|
|
734
|
+
* Use `create(DeleteOperationResponseSchema)` to create a new message.
|
|
735
|
+
*/
|
|
736
|
+
export declare const DeleteOperationResponseSchema: GenMessage<DeleteOperationResponse>;
|
|
737
|
+
|
|
738
|
+
/**
|
|
739
|
+
* Execution
|
|
740
|
+
*
|
|
741
|
+
* @generated from message operations.v1.ExecuteOperationRequest
|
|
742
|
+
*/
|
|
743
|
+
export declare type ExecuteOperationRequest = Message<"operations.v1.ExecuteOperationRequest"> & {
|
|
744
|
+
/**
|
|
745
|
+
* @generated from field: string operation_key = 1;
|
|
746
|
+
*/
|
|
747
|
+
operationKey: string;
|
|
748
|
+
|
|
749
|
+
/**
|
|
750
|
+
* @generated from field: optional google.protobuf.Struct input = 2;
|
|
751
|
+
*/
|
|
752
|
+
input?: JsonObject;
|
|
753
|
+
|
|
754
|
+
/**
|
|
755
|
+
* @generated from field: optional string trigger_type = 3;
|
|
756
|
+
*/
|
|
757
|
+
triggerType?: string;
|
|
758
|
+
|
|
759
|
+
/**
|
|
760
|
+
* @generated from field: optional google.protobuf.Struct trigger_context = 4;
|
|
761
|
+
*/
|
|
762
|
+
triggerContext?: JsonObject;
|
|
763
|
+
};
|
|
764
|
+
|
|
765
|
+
/**
|
|
766
|
+
* Describes the message operations.v1.ExecuteOperationRequest.
|
|
767
|
+
* Use `create(ExecuteOperationRequestSchema)` to create a new message.
|
|
768
|
+
*/
|
|
769
|
+
export declare const ExecuteOperationRequestSchema: GenMessage<ExecuteOperationRequest>;
|
|
770
|
+
|
|
771
|
+
/**
|
|
772
|
+
* @generated from message operations.v1.ExecuteOperationResponse
|
|
773
|
+
*/
|
|
774
|
+
export declare type ExecuteOperationResponse = Message<"operations.v1.ExecuteOperationResponse"> & {
|
|
775
|
+
/**
|
|
776
|
+
* @generated from field: operations.v1.OperationExecution execution = 1;
|
|
777
|
+
*/
|
|
778
|
+
execution?: OperationExecution;
|
|
779
|
+
};
|
|
780
|
+
|
|
781
|
+
/**
|
|
782
|
+
* Describes the message operations.v1.ExecuteOperationResponse.
|
|
783
|
+
* Use `create(ExecuteOperationResponseSchema)` to create a new message.
|
|
784
|
+
*/
|
|
785
|
+
export declare const ExecuteOperationResponseSchema: GenMessage<ExecuteOperationResponse>;
|
|
786
|
+
|
|
787
|
+
/**
|
|
788
|
+
* @generated from message operations.v1.ListOperationExecutionsRequest
|
|
789
|
+
*/
|
|
790
|
+
export declare type ListOperationExecutionsRequest = Message<"operations.v1.ListOperationExecutionsRequest"> & {
|
|
791
|
+
/**
|
|
792
|
+
* @generated from field: string operation_key = 1;
|
|
793
|
+
*/
|
|
794
|
+
operationKey: string;
|
|
795
|
+
|
|
796
|
+
/**
|
|
797
|
+
* @generated from field: optional string status = 2;
|
|
798
|
+
*/
|
|
799
|
+
status?: string;
|
|
800
|
+
|
|
801
|
+
/**
|
|
802
|
+
* @generated from field: int32 limit = 10;
|
|
803
|
+
*/
|
|
804
|
+
limit: number;
|
|
805
|
+
|
|
806
|
+
/**
|
|
807
|
+
* @generated from field: int32 offset = 11;
|
|
808
|
+
*/
|
|
809
|
+
offset: number;
|
|
810
|
+
};
|
|
811
|
+
|
|
812
|
+
/**
|
|
813
|
+
* Describes the message operations.v1.ListOperationExecutionsRequest.
|
|
814
|
+
* Use `create(ListOperationExecutionsRequestSchema)` to create a new message.
|
|
815
|
+
*/
|
|
816
|
+
export declare const ListOperationExecutionsRequestSchema: GenMessage<ListOperationExecutionsRequest>;
|
|
817
|
+
|
|
818
|
+
/**
|
|
819
|
+
* @generated from message operations.v1.ListOperationExecutionsResponse
|
|
820
|
+
*/
|
|
821
|
+
export declare type ListOperationExecutionsResponse = Message<"operations.v1.ListOperationExecutionsResponse"> & {
|
|
822
|
+
/**
|
|
823
|
+
* @generated from field: repeated operations.v1.OperationExecution executions = 1;
|
|
824
|
+
*/
|
|
825
|
+
executions: OperationExecution[];
|
|
826
|
+
|
|
827
|
+
/**
|
|
828
|
+
* @generated from field: int32 total = 2;
|
|
829
|
+
*/
|
|
830
|
+
total: number;
|
|
831
|
+
};
|
|
832
|
+
|
|
833
|
+
/**
|
|
834
|
+
* Describes the message operations.v1.ListOperationExecutionsResponse.
|
|
835
|
+
* Use `create(ListOperationExecutionsResponseSchema)` to create a new message.
|
|
836
|
+
*/
|
|
837
|
+
export declare const ListOperationExecutionsResponseSchema: GenMessage<ListOperationExecutionsResponse>;
|
|
838
|
+
|
|
839
|
+
/**
|
|
840
|
+
* @generated from message operations.v1.GetOperationExecutionStatsRequest
|
|
841
|
+
*/
|
|
842
|
+
export declare type GetOperationExecutionStatsRequest = Message<"operations.v1.GetOperationExecutionStatsRequest"> & {
|
|
843
|
+
/**
|
|
844
|
+
* @generated from field: optional string operation_key = 1;
|
|
845
|
+
*/
|
|
846
|
+
operationKey?: string;
|
|
847
|
+
};
|
|
848
|
+
|
|
849
|
+
/**
|
|
850
|
+
* Describes the message operations.v1.GetOperationExecutionStatsRequest.
|
|
851
|
+
* Use `create(GetOperationExecutionStatsRequestSchema)` to create a new message.
|
|
852
|
+
*/
|
|
853
|
+
export declare const GetOperationExecutionStatsRequestSchema: GenMessage<GetOperationExecutionStatsRequest>;
|
|
854
|
+
|
|
855
|
+
/**
|
|
856
|
+
* @generated from message operations.v1.GetOperationExecutionStatsResponse
|
|
857
|
+
*/
|
|
858
|
+
export declare type GetOperationExecutionStatsResponse = Message<"operations.v1.GetOperationExecutionStatsResponse"> & {
|
|
859
|
+
/**
|
|
860
|
+
* @generated from field: repeated operations.v1.ExecutionStats stats = 1;
|
|
861
|
+
*/
|
|
862
|
+
stats: ExecutionStats[];
|
|
863
|
+
};
|
|
864
|
+
|
|
865
|
+
/**
|
|
866
|
+
* Describes the message operations.v1.GetOperationExecutionStatsResponse.
|
|
867
|
+
* Use `create(GetOperationExecutionStatsResponseSchema)` to create a new message.
|
|
868
|
+
*/
|
|
869
|
+
export declare const GetOperationExecutionStatsResponseSchema: GenMessage<GetOperationExecutionStatsResponse>;
|
|
870
|
+
|
|
871
|
+
/**
|
|
872
|
+
* Dead Letter Queue
|
|
873
|
+
*
|
|
874
|
+
* @generated from message operations.v1.ListDeadLetterEntriesRequest
|
|
875
|
+
*/
|
|
876
|
+
export declare type ListDeadLetterEntriesRequest = Message<"operations.v1.ListDeadLetterEntriesRequest"> & {
|
|
877
|
+
/**
|
|
878
|
+
* @generated from field: optional string operation_key = 1;
|
|
879
|
+
*/
|
|
880
|
+
operationKey?: string;
|
|
881
|
+
|
|
882
|
+
/**
|
|
883
|
+
* @generated from field: optional string status = 2;
|
|
884
|
+
*/
|
|
885
|
+
status?: string;
|
|
886
|
+
|
|
887
|
+
/**
|
|
888
|
+
* @generated from field: int32 limit = 10;
|
|
889
|
+
*/
|
|
890
|
+
limit: number;
|
|
891
|
+
|
|
892
|
+
/**
|
|
893
|
+
* @generated from field: int32 offset = 11;
|
|
894
|
+
*/
|
|
895
|
+
offset: number;
|
|
896
|
+
};
|
|
897
|
+
|
|
898
|
+
/**
|
|
899
|
+
* Describes the message operations.v1.ListDeadLetterEntriesRequest.
|
|
900
|
+
* Use `create(ListDeadLetterEntriesRequestSchema)` to create a new message.
|
|
901
|
+
*/
|
|
902
|
+
export declare const ListDeadLetterEntriesRequestSchema: GenMessage<ListDeadLetterEntriesRequest>;
|
|
903
|
+
|
|
904
|
+
/**
|
|
905
|
+
* @generated from message operations.v1.ListDeadLetterEntriesResponse
|
|
906
|
+
*/
|
|
907
|
+
export declare type ListDeadLetterEntriesResponse = Message<"operations.v1.ListDeadLetterEntriesResponse"> & {
|
|
908
|
+
/**
|
|
909
|
+
* @generated from field: repeated operations.v1.DeadLetterEntry entries = 1;
|
|
910
|
+
*/
|
|
911
|
+
entries: DeadLetterEntry[];
|
|
912
|
+
|
|
913
|
+
/**
|
|
914
|
+
* @generated from field: int32 total = 2;
|
|
915
|
+
*/
|
|
916
|
+
total: number;
|
|
917
|
+
};
|
|
918
|
+
|
|
919
|
+
/**
|
|
920
|
+
* Describes the message operations.v1.ListDeadLetterEntriesResponse.
|
|
921
|
+
* Use `create(ListDeadLetterEntriesResponseSchema)` to create a new message.
|
|
922
|
+
*/
|
|
923
|
+
export declare const ListDeadLetterEntriesResponseSchema: GenMessage<ListDeadLetterEntriesResponse>;
|
|
924
|
+
|
|
925
|
+
/**
|
|
926
|
+
* @generated from message operations.v1.RetryDeadLetterEntryRequest
|
|
927
|
+
*/
|
|
928
|
+
export declare type RetryDeadLetterEntryRequest = Message<"operations.v1.RetryDeadLetterEntryRequest"> & {
|
|
929
|
+
/**
|
|
930
|
+
* @generated from field: string id = 1;
|
|
931
|
+
*/
|
|
932
|
+
id: string;
|
|
933
|
+
};
|
|
934
|
+
|
|
935
|
+
/**
|
|
936
|
+
* Describes the message operations.v1.RetryDeadLetterEntryRequest.
|
|
937
|
+
* Use `create(RetryDeadLetterEntryRequestSchema)` to create a new message.
|
|
938
|
+
*/
|
|
939
|
+
export declare const RetryDeadLetterEntryRequestSchema: GenMessage<RetryDeadLetterEntryRequest>;
|
|
940
|
+
|
|
941
|
+
/**
|
|
942
|
+
* @generated from message operations.v1.RetryDeadLetterEntryResponse
|
|
943
|
+
*/
|
|
944
|
+
export declare type RetryDeadLetterEntryResponse = Message<"operations.v1.RetryDeadLetterEntryResponse"> & {
|
|
945
|
+
/**
|
|
946
|
+
* @generated from field: bool success = 1;
|
|
947
|
+
*/
|
|
948
|
+
success: boolean;
|
|
949
|
+
};
|
|
950
|
+
|
|
951
|
+
/**
|
|
952
|
+
* Describes the message operations.v1.RetryDeadLetterEntryResponse.
|
|
953
|
+
* Use `create(RetryDeadLetterEntryResponseSchema)` to create a new message.
|
|
954
|
+
*/
|
|
955
|
+
export declare const RetryDeadLetterEntryResponseSchema: GenMessage<RetryDeadLetterEntryResponse>;
|
|
956
|
+
|
|
957
|
+
/**
|
|
958
|
+
* @generated from message operations.v1.DismissDeadLetterEntryRequest
|
|
959
|
+
*/
|
|
960
|
+
export declare type DismissDeadLetterEntryRequest = Message<"operations.v1.DismissDeadLetterEntryRequest"> & {
|
|
961
|
+
/**
|
|
962
|
+
* @generated from field: string id = 1;
|
|
963
|
+
*/
|
|
964
|
+
id: string;
|
|
965
|
+
};
|
|
966
|
+
|
|
967
|
+
/**
|
|
968
|
+
* Describes the message operations.v1.DismissDeadLetterEntryRequest.
|
|
969
|
+
* Use `create(DismissDeadLetterEntryRequestSchema)` to create a new message.
|
|
970
|
+
*/
|
|
971
|
+
export declare const DismissDeadLetterEntryRequestSchema: GenMessage<DismissDeadLetterEntryRequest>;
|
|
972
|
+
|
|
973
|
+
/**
|
|
974
|
+
* @generated from message operations.v1.DismissDeadLetterEntryResponse
|
|
975
|
+
*/
|
|
976
|
+
export declare type DismissDeadLetterEntryResponse = Message<"operations.v1.DismissDeadLetterEntryResponse"> & {
|
|
977
|
+
/**
|
|
978
|
+
* @generated from field: bool success = 1;
|
|
979
|
+
*/
|
|
980
|
+
success: boolean;
|
|
981
|
+
};
|
|
982
|
+
|
|
983
|
+
/**
|
|
984
|
+
* Describes the message operations.v1.DismissDeadLetterEntryResponse.
|
|
985
|
+
* Use `create(DismissDeadLetterEntryResponseSchema)` to create a new message.
|
|
986
|
+
*/
|
|
987
|
+
export declare const DismissDeadLetterEntryResponseSchema: GenMessage<DismissDeadLetterEntryResponse>;
|
|
988
|
+
|
|
989
|
+
/**
|
|
990
|
+
* @generated from message operations.v1.GetDeadLetterStatsRequest
|
|
991
|
+
*/
|
|
992
|
+
export declare type GetDeadLetterStatsRequest = Message<"operations.v1.GetDeadLetterStatsRequest"> & {
|
|
993
|
+
};
|
|
994
|
+
|
|
995
|
+
/**
|
|
996
|
+
* Describes the message operations.v1.GetDeadLetterStatsRequest.
|
|
997
|
+
* Use `create(GetDeadLetterStatsRequestSchema)` to create a new message.
|
|
998
|
+
*/
|
|
999
|
+
export declare const GetDeadLetterStatsRequestSchema: GenMessage<GetDeadLetterStatsRequest>;
|
|
1000
|
+
|
|
1001
|
+
/**
|
|
1002
|
+
* @generated from message operations.v1.GetDeadLetterStatsResponse
|
|
1003
|
+
*/
|
|
1004
|
+
export declare type GetDeadLetterStatsResponse = Message<"operations.v1.GetDeadLetterStatsResponse"> & {
|
|
1005
|
+
/**
|
|
1006
|
+
* @generated from field: operations.v1.DeadLetterStats stats = 1;
|
|
1007
|
+
*/
|
|
1008
|
+
stats?: DeadLetterStats;
|
|
1009
|
+
};
|
|
1010
|
+
|
|
1011
|
+
/**
|
|
1012
|
+
* Describes the message operations.v1.GetDeadLetterStatsResponse.
|
|
1013
|
+
* Use `create(GetDeadLetterStatsResponseSchema)` to create a new message.
|
|
1014
|
+
*/
|
|
1015
|
+
export declare const GetDeadLetterStatsResponseSchema: GenMessage<GetDeadLetterStatsResponse>;
|
|
1016
|
+
|
|
1017
|
+
/**
|
|
1018
|
+
* Circuit Breakers
|
|
1019
|
+
*
|
|
1020
|
+
* @generated from message operations.v1.ListCircuitStatesRequest
|
|
1021
|
+
*/
|
|
1022
|
+
export declare type ListCircuitStatesRequest = Message<"operations.v1.ListCircuitStatesRequest"> & {
|
|
1023
|
+
};
|
|
1024
|
+
|
|
1025
|
+
/**
|
|
1026
|
+
* Describes the message operations.v1.ListCircuitStatesRequest.
|
|
1027
|
+
* Use `create(ListCircuitStatesRequestSchema)` to create a new message.
|
|
1028
|
+
*/
|
|
1029
|
+
export declare const ListCircuitStatesRequestSchema: GenMessage<ListCircuitStatesRequest>;
|
|
1030
|
+
|
|
1031
|
+
/**
|
|
1032
|
+
* @generated from message operations.v1.ListCircuitStatesResponse
|
|
1033
|
+
*/
|
|
1034
|
+
export declare type ListCircuitStatesResponse = Message<"operations.v1.ListCircuitStatesResponse"> & {
|
|
1035
|
+
/**
|
|
1036
|
+
* @generated from field: repeated operations.v1.CircuitState states = 1;
|
|
1037
|
+
*/
|
|
1038
|
+
states: CircuitState[];
|
|
1039
|
+
};
|
|
1040
|
+
|
|
1041
|
+
/**
|
|
1042
|
+
* Describes the message operations.v1.ListCircuitStatesResponse.
|
|
1043
|
+
* Use `create(ListCircuitStatesResponseSchema)` to create a new message.
|
|
1044
|
+
*/
|
|
1045
|
+
export declare const ListCircuitStatesResponseSchema: GenMessage<ListCircuitStatesResponse>;
|
|
1046
|
+
|
|
1047
|
+
/**
|
|
1048
|
+
* @generated from message operations.v1.ResetCircuitRequest
|
|
1049
|
+
*/
|
|
1050
|
+
export declare type ResetCircuitRequest = Message<"operations.v1.ResetCircuitRequest"> & {
|
|
1051
|
+
/**
|
|
1052
|
+
* @generated from field: string operation_key = 1;
|
|
1053
|
+
*/
|
|
1054
|
+
operationKey: string;
|
|
1055
|
+
};
|
|
1056
|
+
|
|
1057
|
+
/**
|
|
1058
|
+
* Describes the message operations.v1.ResetCircuitRequest.
|
|
1059
|
+
* Use `create(ResetCircuitRequestSchema)` to create a new message.
|
|
1060
|
+
*/
|
|
1061
|
+
export declare const ResetCircuitRequestSchema: GenMessage<ResetCircuitRequest>;
|
|
1062
|
+
|
|
1063
|
+
/**
|
|
1064
|
+
* @generated from message operations.v1.ResetCircuitResponse
|
|
1065
|
+
*/
|
|
1066
|
+
export declare type ResetCircuitResponse = Message<"operations.v1.ResetCircuitResponse"> & {
|
|
1067
|
+
/**
|
|
1068
|
+
* @generated from field: bool success = 1;
|
|
1069
|
+
*/
|
|
1070
|
+
success: boolean;
|
|
1071
|
+
};
|
|
1072
|
+
|
|
1073
|
+
/**
|
|
1074
|
+
* Describes the message operations.v1.ResetCircuitResponse.
|
|
1075
|
+
* Use `create(ResetCircuitResponseSchema)` to create a new message.
|
|
1076
|
+
*/
|
|
1077
|
+
export declare const ResetCircuitResponseSchema: GenMessage<ResetCircuitResponse>;
|
|
1078
|
+
|
|
1079
|
+
/**
|
|
1080
|
+
* Signing Secret
|
|
1081
|
+
*
|
|
1082
|
+
* @generated from message operations.v1.GetSigningSecretRequest
|
|
1083
|
+
*/
|
|
1084
|
+
export declare type GetSigningSecretRequest = Message<"operations.v1.GetSigningSecretRequest"> & {
|
|
1085
|
+
};
|
|
1086
|
+
|
|
1087
|
+
/**
|
|
1088
|
+
* Describes the message operations.v1.GetSigningSecretRequest.
|
|
1089
|
+
* Use `create(GetSigningSecretRequestSchema)` to create a new message.
|
|
1090
|
+
*/
|
|
1091
|
+
export declare const GetSigningSecretRequestSchema: GenMessage<GetSigningSecretRequest>;
|
|
1092
|
+
|
|
1093
|
+
/**
|
|
1094
|
+
* @generated from message operations.v1.GetSigningSecretResponse
|
|
1095
|
+
*/
|
|
1096
|
+
export declare type GetSigningSecretResponse = Message<"operations.v1.GetSigningSecretResponse"> & {
|
|
1097
|
+
/**
|
|
1098
|
+
* @generated from field: string secret = 1;
|
|
1099
|
+
*/
|
|
1100
|
+
secret: string;
|
|
1101
|
+
|
|
1102
|
+
/**
|
|
1103
|
+
* @generated from field: string prefix = 2;
|
|
1104
|
+
*/
|
|
1105
|
+
prefix: string;
|
|
1106
|
+
};
|
|
1107
|
+
|
|
1108
|
+
/**
|
|
1109
|
+
* Describes the message operations.v1.GetSigningSecretResponse.
|
|
1110
|
+
* Use `create(GetSigningSecretResponseSchema)` to create a new message.
|
|
1111
|
+
*/
|
|
1112
|
+
export declare const GetSigningSecretResponseSchema: GenMessage<GetSigningSecretResponse>;
|
|
1113
|
+
|
|
1114
|
+
/**
|
|
1115
|
+
* @generated from message operations.v1.RegenerateSigningSecretRequest
|
|
1116
|
+
*/
|
|
1117
|
+
export declare type RegenerateSigningSecretRequest = Message<"operations.v1.RegenerateSigningSecretRequest"> & {
|
|
1118
|
+
};
|
|
1119
|
+
|
|
1120
|
+
/**
|
|
1121
|
+
* Describes the message operations.v1.RegenerateSigningSecretRequest.
|
|
1122
|
+
* Use `create(RegenerateSigningSecretRequestSchema)` to create a new message.
|
|
1123
|
+
*/
|
|
1124
|
+
export declare const RegenerateSigningSecretRequestSchema: GenMessage<RegenerateSigningSecretRequest>;
|
|
1125
|
+
|
|
1126
|
+
/**
|
|
1127
|
+
* @generated from message operations.v1.RegenerateSigningSecretResponse
|
|
1128
|
+
*/
|
|
1129
|
+
export declare type RegenerateSigningSecretResponse = Message<"operations.v1.RegenerateSigningSecretResponse"> & {
|
|
1130
|
+
/**
|
|
1131
|
+
* @generated from field: string secret = 1;
|
|
1132
|
+
*/
|
|
1133
|
+
secret: string;
|
|
1134
|
+
};
|
|
1135
|
+
|
|
1136
|
+
/**
|
|
1137
|
+
* Describes the message operations.v1.RegenerateSigningSecretResponse.
|
|
1138
|
+
* Use `create(RegenerateSigningSecretResponseSchema)` to create a new message.
|
|
1139
|
+
*/
|
|
1140
|
+
export declare const RegenerateSigningSecretResponseSchema: GenMessage<RegenerateSigningSecretResponse>;
|
|
1141
|
+
|
|
1142
|
+
/**
|
|
1143
|
+
* @generated from message operations.v1.GetApplicableOperationsRequest
|
|
1144
|
+
*/
|
|
1145
|
+
export declare type GetApplicableOperationsRequest = Message<"operations.v1.GetApplicableOperationsRequest"> & {
|
|
1146
|
+
/**
|
|
1147
|
+
* @generated from field: string model_key = 1;
|
|
1148
|
+
*/
|
|
1149
|
+
modelKey: string;
|
|
1150
|
+
|
|
1151
|
+
/**
|
|
1152
|
+
* @generated from field: int32 limit = 10;
|
|
1153
|
+
*/
|
|
1154
|
+
limit: number;
|
|
1155
|
+
};
|
|
1156
|
+
|
|
1157
|
+
/**
|
|
1158
|
+
* Describes the message operations.v1.GetApplicableOperationsRequest.
|
|
1159
|
+
* Use `create(GetApplicableOperationsRequestSchema)` to create a new message.
|
|
1160
|
+
*/
|
|
1161
|
+
export declare const GetApplicableOperationsRequestSchema: GenMessage<GetApplicableOperationsRequest>;
|
|
1162
|
+
|
|
1163
|
+
/**
|
|
1164
|
+
* @generated from message operations.v1.GetApplicableOperationsResponse
|
|
1165
|
+
*/
|
|
1166
|
+
export declare type GetApplicableOperationsResponse = Message<"operations.v1.GetApplicableOperationsResponse"> & {
|
|
1167
|
+
/**
|
|
1168
|
+
* @generated from field: repeated operations.v1.Operation operations = 1;
|
|
1169
|
+
*/
|
|
1170
|
+
operations: Operation[];
|
|
1171
|
+
};
|
|
1172
|
+
|
|
1173
|
+
/**
|
|
1174
|
+
* Describes the message operations.v1.GetApplicableOperationsResponse.
|
|
1175
|
+
* Use `create(GetApplicableOperationsResponseSchema)` to create a new message.
|
|
1176
|
+
*/
|
|
1177
|
+
export declare const GetApplicableOperationsResponseSchema: GenMessage<GetApplicableOperationsResponse>;
|
|
1178
|
+
|
|
1179
|
+
/**
|
|
1180
|
+
* @generated from message operations.v1.GetOperationExecutionRequest
|
|
1181
|
+
*/
|
|
1182
|
+
export declare type GetOperationExecutionRequest = Message<"operations.v1.GetOperationExecutionRequest"> & {
|
|
1183
|
+
/**
|
|
1184
|
+
* @generated from field: string id = 1;
|
|
1185
|
+
*/
|
|
1186
|
+
id: string;
|
|
1187
|
+
};
|
|
1188
|
+
|
|
1189
|
+
/**
|
|
1190
|
+
* Describes the message operations.v1.GetOperationExecutionRequest.
|
|
1191
|
+
* Use `create(GetOperationExecutionRequestSchema)` to create a new message.
|
|
1192
|
+
*/
|
|
1193
|
+
export declare const GetOperationExecutionRequestSchema: GenMessage<GetOperationExecutionRequest>;
|
|
1194
|
+
|
|
1195
|
+
/**
|
|
1196
|
+
* @generated from message operations.v1.GetOperationExecutionResponse
|
|
1197
|
+
*/
|
|
1198
|
+
export declare type GetOperationExecutionResponse = Message<"operations.v1.GetOperationExecutionResponse"> & {
|
|
1199
|
+
/**
|
|
1200
|
+
* @generated from field: operations.v1.OperationExecution execution = 1;
|
|
1201
|
+
*/
|
|
1202
|
+
execution?: OperationExecution;
|
|
1203
|
+
};
|
|
1204
|
+
|
|
1205
|
+
/**
|
|
1206
|
+
* Describes the message operations.v1.GetOperationExecutionResponse.
|
|
1207
|
+
* Use `create(GetOperationExecutionResponseSchema)` to create a new message.
|
|
1208
|
+
*/
|
|
1209
|
+
export declare const GetOperationExecutionResponseSchema: GenMessage<GetOperationExecutionResponse>;
|
|
1210
|
+
|
|
1211
|
+
/**
|
|
1212
|
+
* @generated from message operations.v1.CancelOperationExecutionRequest
|
|
1213
|
+
*/
|
|
1214
|
+
export declare type CancelOperationExecutionRequest = Message<"operations.v1.CancelOperationExecutionRequest"> & {
|
|
1215
|
+
/**
|
|
1216
|
+
* @generated from field: string id = 1;
|
|
1217
|
+
*/
|
|
1218
|
+
id: string;
|
|
1219
|
+
};
|
|
1220
|
+
|
|
1221
|
+
/**
|
|
1222
|
+
* Describes the message operations.v1.CancelOperationExecutionRequest.
|
|
1223
|
+
* Use `create(CancelOperationExecutionRequestSchema)` to create a new message.
|
|
1224
|
+
*/
|
|
1225
|
+
export declare const CancelOperationExecutionRequestSchema: GenMessage<CancelOperationExecutionRequest>;
|
|
1226
|
+
|
|
1227
|
+
/**
|
|
1228
|
+
* @generated from message operations.v1.CancelOperationExecutionResponse
|
|
1229
|
+
*/
|
|
1230
|
+
export declare type CancelOperationExecutionResponse = Message<"operations.v1.CancelOperationExecutionResponse"> & {
|
|
1231
|
+
/**
|
|
1232
|
+
* @generated from field: bool success = 1;
|
|
1233
|
+
*/
|
|
1234
|
+
success: boolean;
|
|
1235
|
+
};
|
|
1236
|
+
|
|
1237
|
+
/**
|
|
1238
|
+
* Describes the message operations.v1.CancelOperationExecutionResponse.
|
|
1239
|
+
* Use `create(CancelOperationExecutionResponseSchema)` to create a new message.
|
|
1240
|
+
*/
|
|
1241
|
+
export declare const CancelOperationExecutionResponseSchema: GenMessage<CancelOperationExecutionResponse>;
|
|
1242
|
+
|
|
1243
|
+
/**
|
|
1244
|
+
* @generated from message operations.v1.GetOperationQuotaUsageRequest
|
|
1245
|
+
*/
|
|
1246
|
+
export declare type GetOperationQuotaUsageRequest = Message<"operations.v1.GetOperationQuotaUsageRequest"> & {
|
|
1247
|
+
/**
|
|
1248
|
+
* @generated from field: string operation_key = 1;
|
|
1249
|
+
*/
|
|
1250
|
+
operationKey: string;
|
|
1251
|
+
};
|
|
1252
|
+
|
|
1253
|
+
/**
|
|
1254
|
+
* Describes the message operations.v1.GetOperationQuotaUsageRequest.
|
|
1255
|
+
* Use `create(GetOperationQuotaUsageRequestSchema)` to create a new message.
|
|
1256
|
+
*/
|
|
1257
|
+
export declare const GetOperationQuotaUsageRequestSchema: GenMessage<GetOperationQuotaUsageRequest>;
|
|
1258
|
+
|
|
1259
|
+
/**
|
|
1260
|
+
* @generated from message operations.v1.GetOperationQuotaUsageResponse
|
|
1261
|
+
*/
|
|
1262
|
+
export declare type GetOperationQuotaUsageResponse = Message<"operations.v1.GetOperationQuotaUsageResponse"> & {
|
|
1263
|
+
/**
|
|
1264
|
+
* @generated from field: int64 total_executions = 1;
|
|
1265
|
+
*/
|
|
1266
|
+
totalExecutions: bigint;
|
|
1267
|
+
|
|
1268
|
+
/**
|
|
1269
|
+
* @generated from field: int64 period_executions = 2;
|
|
1270
|
+
*/
|
|
1271
|
+
periodExecutions: bigint;
|
|
1272
|
+
|
|
1273
|
+
/**
|
|
1274
|
+
* @generated from field: optional int64 quota_limit = 3;
|
|
1275
|
+
*/
|
|
1276
|
+
quotaLimit?: bigint;
|
|
1277
|
+
};
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* Describes the message operations.v1.GetOperationQuotaUsageResponse.
|
|
1281
|
+
* Use `create(GetOperationQuotaUsageResponseSchema)` to create a new message.
|
|
1282
|
+
*/
|
|
1283
|
+
export declare const GetOperationQuotaUsageResponseSchema: GenMessage<GetOperationQuotaUsageResponse>;
|
|
1284
|
+
|
|
1285
|
+
/**
|
|
1286
|
+
* @generated from message operations.v1.GetSigningSecretRawRequest
|
|
1287
|
+
*/
|
|
1288
|
+
export declare type GetSigningSecretRawRequest = Message<"operations.v1.GetSigningSecretRawRequest"> & {
|
|
1289
|
+
};
|
|
1290
|
+
|
|
1291
|
+
/**
|
|
1292
|
+
* Describes the message operations.v1.GetSigningSecretRawRequest.
|
|
1293
|
+
* Use `create(GetSigningSecretRawRequestSchema)` to create a new message.
|
|
1294
|
+
*/
|
|
1295
|
+
export declare const GetSigningSecretRawRequestSchema: GenMessage<GetSigningSecretRawRequest>;
|
|
1296
|
+
|
|
1297
|
+
/**
|
|
1298
|
+
* @generated from message operations.v1.GetSigningSecretRawResponse
|
|
1299
|
+
*/
|
|
1300
|
+
export declare type GetSigningSecretRawResponse = Message<"operations.v1.GetSigningSecretRawResponse"> & {
|
|
1301
|
+
/**
|
|
1302
|
+
* @generated from field: string secret = 1;
|
|
1303
|
+
*/
|
|
1304
|
+
secret: string;
|
|
1305
|
+
};
|
|
1306
|
+
|
|
1307
|
+
/**
|
|
1308
|
+
* Describes the message operations.v1.GetSigningSecretRawResponse.
|
|
1309
|
+
* Use `create(GetSigningSecretRawResponseSchema)` to create a new message.
|
|
1310
|
+
*/
|
|
1311
|
+
export declare const GetSigningSecretRawResponseSchema: GenMessage<GetSigningSecretRawResponse>;
|
|
1312
|
+
|
|
1313
|
+
/**
|
|
1314
|
+
* @generated from service operations.v1.OperationsService
|
|
1315
|
+
*/
|
|
1316
|
+
export declare const OperationsService: GenService<{
|
|
1317
|
+
/**
|
|
1318
|
+
* CRUD.
|
|
1319
|
+
*
|
|
1320
|
+
* @generated from rpc operations.v1.OperationsService.ListOperations
|
|
1321
|
+
*/
|
|
1322
|
+
listOperations: {
|
|
1323
|
+
methodKind: "unary";
|
|
1324
|
+
input: typeof ListOperationsRequestSchema;
|
|
1325
|
+
output: typeof ListOperationsResponseSchema;
|
|
1326
|
+
},
|
|
1327
|
+
/**
|
|
1328
|
+
* @generated from rpc operations.v1.OperationsService.GetOperation
|
|
1329
|
+
*/
|
|
1330
|
+
getOperation: {
|
|
1331
|
+
methodKind: "unary";
|
|
1332
|
+
input: typeof GetOperationRequestSchema;
|
|
1333
|
+
output: typeof GetOperationResponseSchema;
|
|
1334
|
+
},
|
|
1335
|
+
/**
|
|
1336
|
+
* @generated from rpc operations.v1.OperationsService.CreateOperation
|
|
1337
|
+
*/
|
|
1338
|
+
createOperation: {
|
|
1339
|
+
methodKind: "unary";
|
|
1340
|
+
input: typeof CreateOperationRequestSchema;
|
|
1341
|
+
output: typeof CreateOperationResponseSchema;
|
|
1342
|
+
},
|
|
1343
|
+
/**
|
|
1344
|
+
* @generated from rpc operations.v1.OperationsService.UpdateOperation
|
|
1345
|
+
*/
|
|
1346
|
+
updateOperation: {
|
|
1347
|
+
methodKind: "unary";
|
|
1348
|
+
input: typeof UpdateOperationRequestSchema;
|
|
1349
|
+
output: typeof UpdateOperationResponseSchema;
|
|
1350
|
+
},
|
|
1351
|
+
/**
|
|
1352
|
+
* @generated from rpc operations.v1.OperationsService.DeleteOperation
|
|
1353
|
+
*/
|
|
1354
|
+
deleteOperation: {
|
|
1355
|
+
methodKind: "unary";
|
|
1356
|
+
input: typeof DeleteOperationRequestSchema;
|
|
1357
|
+
output: typeof DeleteOperationResponseSchema;
|
|
1358
|
+
},
|
|
1359
|
+
/**
|
|
1360
|
+
* Execution.
|
|
1361
|
+
*
|
|
1362
|
+
* @generated from rpc operations.v1.OperationsService.ExecuteOperation
|
|
1363
|
+
*/
|
|
1364
|
+
executeOperation: {
|
|
1365
|
+
methodKind: "unary";
|
|
1366
|
+
input: typeof ExecuteOperationRequestSchema;
|
|
1367
|
+
output: typeof ExecuteOperationResponseSchema;
|
|
1368
|
+
},
|
|
1369
|
+
/**
|
|
1370
|
+
* @generated from rpc operations.v1.OperationsService.ListOperationExecutions
|
|
1371
|
+
*/
|
|
1372
|
+
listOperationExecutions: {
|
|
1373
|
+
methodKind: "unary";
|
|
1374
|
+
input: typeof ListOperationExecutionsRequestSchema;
|
|
1375
|
+
output: typeof ListOperationExecutionsResponseSchema;
|
|
1376
|
+
},
|
|
1377
|
+
/**
|
|
1378
|
+
* @generated from rpc operations.v1.OperationsService.GetOperationExecutionStats
|
|
1379
|
+
*/
|
|
1380
|
+
getOperationExecutionStats: {
|
|
1381
|
+
methodKind: "unary";
|
|
1382
|
+
input: typeof GetOperationExecutionStatsRequestSchema;
|
|
1383
|
+
output: typeof GetOperationExecutionStatsResponseSchema;
|
|
1384
|
+
},
|
|
1385
|
+
/**
|
|
1386
|
+
* Dead Letter Queue.
|
|
1387
|
+
*
|
|
1388
|
+
* @generated from rpc operations.v1.OperationsService.ListDeadLetterEntries
|
|
1389
|
+
*/
|
|
1390
|
+
listDeadLetterEntries: {
|
|
1391
|
+
methodKind: "unary";
|
|
1392
|
+
input: typeof ListDeadLetterEntriesRequestSchema;
|
|
1393
|
+
output: typeof ListDeadLetterEntriesResponseSchema;
|
|
1394
|
+
},
|
|
1395
|
+
/**
|
|
1396
|
+
* @generated from rpc operations.v1.OperationsService.RetryDeadLetterEntry
|
|
1397
|
+
*/
|
|
1398
|
+
retryDeadLetterEntry: {
|
|
1399
|
+
methodKind: "unary";
|
|
1400
|
+
input: typeof RetryDeadLetterEntryRequestSchema;
|
|
1401
|
+
output: typeof RetryDeadLetterEntryResponseSchema;
|
|
1402
|
+
},
|
|
1403
|
+
/**
|
|
1404
|
+
* @generated from rpc operations.v1.OperationsService.DismissDeadLetterEntry
|
|
1405
|
+
*/
|
|
1406
|
+
dismissDeadLetterEntry: {
|
|
1407
|
+
methodKind: "unary";
|
|
1408
|
+
input: typeof DismissDeadLetterEntryRequestSchema;
|
|
1409
|
+
output: typeof DismissDeadLetterEntryResponseSchema;
|
|
1410
|
+
},
|
|
1411
|
+
/**
|
|
1412
|
+
* @generated from rpc operations.v1.OperationsService.GetDeadLetterStats
|
|
1413
|
+
*/
|
|
1414
|
+
getDeadLetterStats: {
|
|
1415
|
+
methodKind: "unary";
|
|
1416
|
+
input: typeof GetDeadLetterStatsRequestSchema;
|
|
1417
|
+
output: typeof GetDeadLetterStatsResponseSchema;
|
|
1418
|
+
},
|
|
1419
|
+
/**
|
|
1420
|
+
* Circuit Breakers.
|
|
1421
|
+
*
|
|
1422
|
+
* @generated from rpc operations.v1.OperationsService.ListCircuitStates
|
|
1423
|
+
*/
|
|
1424
|
+
listCircuitStates: {
|
|
1425
|
+
methodKind: "unary";
|
|
1426
|
+
input: typeof ListCircuitStatesRequestSchema;
|
|
1427
|
+
output: typeof ListCircuitStatesResponseSchema;
|
|
1428
|
+
},
|
|
1429
|
+
/**
|
|
1430
|
+
* @generated from rpc operations.v1.OperationsService.ResetCircuit
|
|
1431
|
+
*/
|
|
1432
|
+
resetCircuit: {
|
|
1433
|
+
methodKind: "unary";
|
|
1434
|
+
input: typeof ResetCircuitRequestSchema;
|
|
1435
|
+
output: typeof ResetCircuitResponseSchema;
|
|
1436
|
+
},
|
|
1437
|
+
/**
|
|
1438
|
+
* Applicable operations.
|
|
1439
|
+
*
|
|
1440
|
+
* @generated from rpc operations.v1.OperationsService.GetApplicableOperations
|
|
1441
|
+
*/
|
|
1442
|
+
getApplicableOperations: {
|
|
1443
|
+
methodKind: "unary";
|
|
1444
|
+
input: typeof GetApplicableOperationsRequestSchema;
|
|
1445
|
+
output: typeof GetApplicableOperationsResponseSchema;
|
|
1446
|
+
},
|
|
1447
|
+
/**
|
|
1448
|
+
* Execution detail.
|
|
1449
|
+
*
|
|
1450
|
+
* @generated from rpc operations.v1.OperationsService.GetOperationExecution
|
|
1451
|
+
*/
|
|
1452
|
+
getOperationExecution: {
|
|
1453
|
+
methodKind: "unary";
|
|
1454
|
+
input: typeof GetOperationExecutionRequestSchema;
|
|
1455
|
+
output: typeof GetOperationExecutionResponseSchema;
|
|
1456
|
+
},
|
|
1457
|
+
/**
|
|
1458
|
+
* @generated from rpc operations.v1.OperationsService.CancelOperationExecution
|
|
1459
|
+
*/
|
|
1460
|
+
cancelOperationExecution: {
|
|
1461
|
+
methodKind: "unary";
|
|
1462
|
+
input: typeof CancelOperationExecutionRequestSchema;
|
|
1463
|
+
output: typeof CancelOperationExecutionResponseSchema;
|
|
1464
|
+
},
|
|
1465
|
+
/**
|
|
1466
|
+
* Quota.
|
|
1467
|
+
*
|
|
1468
|
+
* @generated from rpc operations.v1.OperationsService.GetOperationQuotaUsage
|
|
1469
|
+
*/
|
|
1470
|
+
getOperationQuotaUsage: {
|
|
1471
|
+
methodKind: "unary";
|
|
1472
|
+
input: typeof GetOperationQuotaUsageRequestSchema;
|
|
1473
|
+
output: typeof GetOperationQuotaUsageResponseSchema;
|
|
1474
|
+
},
|
|
1475
|
+
/**
|
|
1476
|
+
* Signing.
|
|
1477
|
+
*
|
|
1478
|
+
* @generated from rpc operations.v1.OperationsService.GetSigningSecret
|
|
1479
|
+
*/
|
|
1480
|
+
getSigningSecret: {
|
|
1481
|
+
methodKind: "unary";
|
|
1482
|
+
input: typeof GetSigningSecretRequestSchema;
|
|
1483
|
+
output: typeof GetSigningSecretResponseSchema;
|
|
1484
|
+
},
|
|
1485
|
+
/**
|
|
1486
|
+
* @generated from rpc operations.v1.OperationsService.GetSigningSecretRaw
|
|
1487
|
+
*/
|
|
1488
|
+
getSigningSecretRaw: {
|
|
1489
|
+
methodKind: "unary";
|
|
1490
|
+
input: typeof GetSigningSecretRawRequestSchema;
|
|
1491
|
+
output: typeof GetSigningSecretRawResponseSchema;
|
|
1492
|
+
},
|
|
1493
|
+
/**
|
|
1494
|
+
* @generated from rpc operations.v1.OperationsService.RegenerateSigningSecret
|
|
1495
|
+
*/
|
|
1496
|
+
regenerateSigningSecret: {
|
|
1497
|
+
methodKind: "unary";
|
|
1498
|
+
input: typeof RegenerateSigningSecretRequestSchema;
|
|
1499
|
+
output: typeof RegenerateSigningSecretResponseSchema;
|
|
1500
|
+
},
|
|
1501
|
+
}>;
|
|
1502
|
+
|