@relaymesh/githook 0.0.7
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 +143 -0
- package/dist/api.d.ts +68 -0
- package/dist/api.d.ts.map +1 -0
- package/dist/api.js +260 -0
- package/dist/api.js.map +1 -0
- package/dist/client.d.ts +10 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +10 -0
- package/dist/client.js.map +1 -0
- package/dist/codec.d.ts +9 -0
- package/dist/codec.d.ts.map +1 -0
- package/dist/codec.js +92 -0
- package/dist/codec.js.map +1 -0
- package/dist/config.d.ts +29 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +2 -0
- package/dist/config.js.map +1 -0
- package/dist/context.d.ts +8 -0
- package/dist/context.d.ts.map +1 -0
- package/dist/context.js +2 -0
- package/dist/context.js.map +1 -0
- package/dist/driver_config.d.ts +3 -0
- package/dist/driver_config.d.ts.map +1 -0
- package/dist/driver_config.js +36 -0
- package/dist/driver_config.js.map +1 -0
- package/dist/event.d.ts +14 -0
- package/dist/event.d.ts.map +1 -0
- package/dist/event.js +2 -0
- package/dist/event.js.map +1 -0
- package/dist/event_log_status.d.ts +4 -0
- package/dist/event_log_status.d.ts.map +1 -0
- package/dist/event_log_status.js +4 -0
- package/dist/event_log_status.js.map +1 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -0
- package/dist/listener.d.ts +15 -0
- package/dist/listener.d.ts.map +1 -0
- package/dist/listener.js +2 -0
- package/dist/listener.js.map +1 -0
- package/dist/metadata.d.ts +12 -0
- package/dist/metadata.d.ts.map +1 -0
- package/dist/metadata.js +12 -0
- package/dist/metadata.js.map +1 -0
- package/dist/oauth2.d.ts +20 -0
- package/dist/oauth2.d.ts.map +1 -0
- package/dist/oauth2.js +84 -0
- package/dist/oauth2.js.map +1 -0
- package/dist/retry.d.ts +20 -0
- package/dist/retry.d.ts.map +1 -0
- package/dist/retry.js +12 -0
- package/dist/retry.js.map +1 -0
- package/dist/scm_client_provider.d.ts +35 -0
- package/dist/scm_client_provider.d.ts.map +1 -0
- package/dist/scm_client_provider.js +131 -0
- package/dist/scm_client_provider.js.map +1 -0
- package/dist/scm_clients.d.ts +36 -0
- package/dist/scm_clients.d.ts.map +1 -0
- package/dist/scm_clients.js +129 -0
- package/dist/scm_clients.js.map +1 -0
- package/dist/subscriber.d.ts +8 -0
- package/dist/subscriber.d.ts.map +1 -0
- package/dist/subscriber.js +185 -0
- package/dist/subscriber.js.map +1 -0
- package/dist/types.d.ts +8 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/worker.d.ts +112 -0
- package/dist/worker.d.ts.map +1 -0
- package/dist/worker.js +726 -0
- package/dist/worker.js.map +1 -0
- package/gen/cloud/v1/githooks_pb.d.ts +2661 -0
- package/gen/cloud/v1/githooks_pb.js +921 -0
- package/package.json +29 -0
|
@@ -0,0 +1,2661 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v1.10.0
|
|
2
|
+
// @generated from file cloud/v1/githooks.proto (package cloud.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage, Timestamp } from "@bufbuild/protobuf";
|
|
7
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from enum cloud.v1.EventLogTimeseriesInterval
|
|
11
|
+
*/
|
|
12
|
+
export declare enum EventLogTimeseriesInterval {
|
|
13
|
+
/**
|
|
14
|
+
* @generated from enum value: EVENT_LOG_TIMESERIES_INTERVAL_UNSPECIFIED = 0;
|
|
15
|
+
*/
|
|
16
|
+
UNSPECIFIED = 0,
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* @generated from enum value: EVENT_LOG_TIMESERIES_INTERVAL_HOUR = 1;
|
|
20
|
+
*/
|
|
21
|
+
HOUR = 1,
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @generated from enum value: EVENT_LOG_TIMESERIES_INTERVAL_DAY = 2;
|
|
25
|
+
*/
|
|
26
|
+
DAY = 2,
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from enum value: EVENT_LOG_TIMESERIES_INTERVAL_WEEK = 3;
|
|
30
|
+
*/
|
|
31
|
+
WEEK = 3,
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* @generated from enum cloud.v1.EventLogBreakdownGroup
|
|
36
|
+
*/
|
|
37
|
+
export declare enum EventLogBreakdownGroup {
|
|
38
|
+
/**
|
|
39
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_GROUP_UNSPECIFIED = 0;
|
|
40
|
+
*/
|
|
41
|
+
UNSPECIFIED = 0,
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_GROUP_PROVIDER = 1;
|
|
45
|
+
*/
|
|
46
|
+
PROVIDER = 1,
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_GROUP_EVENT = 2;
|
|
50
|
+
*/
|
|
51
|
+
EVENT = 2,
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_GROUP_RULE_ID = 3;
|
|
55
|
+
*/
|
|
56
|
+
RULE_ID = 3,
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_GROUP_RULE_WHEN = 4;
|
|
60
|
+
*/
|
|
61
|
+
RULE_WHEN = 4,
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_GROUP_TOPIC = 5;
|
|
65
|
+
*/
|
|
66
|
+
TOPIC = 5,
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_GROUP_NAMESPACE_ID = 6;
|
|
70
|
+
*/
|
|
71
|
+
NAMESPACE_ID = 6,
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_GROUP_NAMESPACE_NAME = 7;
|
|
75
|
+
*/
|
|
76
|
+
NAMESPACE_NAME = 7,
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_GROUP_INSTALLATION_ID = 8;
|
|
80
|
+
*/
|
|
81
|
+
INSTALLATION_ID = 8,
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from enum cloud.v1.EventLogBreakdownSort
|
|
86
|
+
*/
|
|
87
|
+
export declare enum EventLogBreakdownSort {
|
|
88
|
+
/**
|
|
89
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_SORT_UNSPECIFIED = 0;
|
|
90
|
+
*/
|
|
91
|
+
UNSPECIFIED = 0,
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_SORT_COUNT = 1;
|
|
95
|
+
*/
|
|
96
|
+
COUNT = 1,
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_SORT_MATCHED = 2;
|
|
100
|
+
*/
|
|
101
|
+
MATCHED = 2,
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* @generated from enum value: EVENT_LOG_BREAKDOWN_SORT_FAILED = 3;
|
|
105
|
+
*/
|
|
106
|
+
FAILED = 3,
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* @generated from message cloud.v1.InstallRecord
|
|
111
|
+
*/
|
|
112
|
+
export declare class InstallRecord extends Message<InstallRecord> {
|
|
113
|
+
/**
|
|
114
|
+
* @generated from field: string provider = 1;
|
|
115
|
+
*/
|
|
116
|
+
provider: string;
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* @generated from field: string account_id = 2;
|
|
120
|
+
*/
|
|
121
|
+
accountId: string;
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* @generated from field: string account_name = 3;
|
|
125
|
+
*/
|
|
126
|
+
accountName: string;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* @generated from field: string installation_id = 4;
|
|
130
|
+
*/
|
|
131
|
+
installationId: string;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* @generated from field: string access_token = 5;
|
|
135
|
+
*/
|
|
136
|
+
accessToken: string;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* @generated from field: string refresh_token = 6;
|
|
140
|
+
*/
|
|
141
|
+
refreshToken: string;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* @generated from field: google.protobuf.Timestamp expires_at = 7;
|
|
145
|
+
*/
|
|
146
|
+
expiresAt?: Timestamp;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* @generated from field: string metadata_json = 8;
|
|
150
|
+
*/
|
|
151
|
+
metadataJson: string;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* @generated from field: google.protobuf.Timestamp created_at = 9;
|
|
155
|
+
*/
|
|
156
|
+
createdAt?: Timestamp;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 10;
|
|
160
|
+
*/
|
|
161
|
+
updatedAt?: Timestamp;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @generated from field: string provider_instance_key = 11;
|
|
165
|
+
*/
|
|
166
|
+
providerInstanceKey: string;
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* @generated from field: string enterprise_id = 12;
|
|
170
|
+
*/
|
|
171
|
+
enterpriseId: string;
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* @generated from field: string enterprise_slug = 13;
|
|
175
|
+
*/
|
|
176
|
+
enterpriseSlug: string;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @generated from field: string enterprise_name = 14;
|
|
180
|
+
*/
|
|
181
|
+
enterpriseName: string;
|
|
182
|
+
|
|
183
|
+
constructor(data?: PartialMessage<InstallRecord>);
|
|
184
|
+
|
|
185
|
+
static readonly runtime: typeof proto3;
|
|
186
|
+
static readonly typeName = "cloud.v1.InstallRecord";
|
|
187
|
+
static readonly fields: FieldList;
|
|
188
|
+
|
|
189
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InstallRecord;
|
|
190
|
+
|
|
191
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InstallRecord;
|
|
192
|
+
|
|
193
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InstallRecord;
|
|
194
|
+
|
|
195
|
+
static equals(a: InstallRecord | PlainMessage<InstallRecord> | undefined, b: InstallRecord | PlainMessage<InstallRecord> | undefined): boolean;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* @generated from message cloud.v1.NamespaceRecord
|
|
200
|
+
*/
|
|
201
|
+
export declare class NamespaceRecord extends Message<NamespaceRecord> {
|
|
202
|
+
/**
|
|
203
|
+
* @generated from field: string provider = 1;
|
|
204
|
+
*/
|
|
205
|
+
provider: string;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* @generated from field: string repo_id = 2;
|
|
209
|
+
*/
|
|
210
|
+
repoId: string;
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* @generated from field: string account_id = 3;
|
|
214
|
+
*/
|
|
215
|
+
accountId: string;
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* @generated from field: string installation_id = 4;
|
|
219
|
+
*/
|
|
220
|
+
installationId: string;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* @generated from field: string owner = 5;
|
|
224
|
+
*/
|
|
225
|
+
owner: string;
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* @generated from field: string repo_name = 6;
|
|
229
|
+
*/
|
|
230
|
+
repoName: string;
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* @generated from field: string full_name = 7;
|
|
234
|
+
*/
|
|
235
|
+
fullName: string;
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* @generated from field: string visibility = 8;
|
|
239
|
+
*/
|
|
240
|
+
visibility: string;
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* @generated from field: string default_branch = 9;
|
|
244
|
+
*/
|
|
245
|
+
defaultBranch: string;
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* @generated from field: string http_url = 10;
|
|
249
|
+
*/
|
|
250
|
+
httpUrl: string;
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* @generated from field: string ssh_url = 11;
|
|
254
|
+
*/
|
|
255
|
+
sshUrl: string;
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* @generated from field: bool webhooks_enabled = 12;
|
|
259
|
+
*/
|
|
260
|
+
webhooksEnabled: boolean;
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* @generated from field: google.protobuf.Timestamp created_at = 13;
|
|
264
|
+
*/
|
|
265
|
+
createdAt?: Timestamp;
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 14;
|
|
269
|
+
*/
|
|
270
|
+
updatedAt?: Timestamp;
|
|
271
|
+
|
|
272
|
+
constructor(data?: PartialMessage<NamespaceRecord>);
|
|
273
|
+
|
|
274
|
+
static readonly runtime: typeof proto3;
|
|
275
|
+
static readonly typeName = "cloud.v1.NamespaceRecord";
|
|
276
|
+
static readonly fields: FieldList;
|
|
277
|
+
|
|
278
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NamespaceRecord;
|
|
279
|
+
|
|
280
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NamespaceRecord;
|
|
281
|
+
|
|
282
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NamespaceRecord;
|
|
283
|
+
|
|
284
|
+
static equals(a: NamespaceRecord | PlainMessage<NamespaceRecord> | undefined, b: NamespaceRecord | PlainMessage<NamespaceRecord> | undefined): boolean;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* @generated from message cloud.v1.ListInstallationsRequest
|
|
289
|
+
*/
|
|
290
|
+
export declare class ListInstallationsRequest extends Message<ListInstallationsRequest> {
|
|
291
|
+
/**
|
|
292
|
+
* Optional account filter. When omitted, all accounts for the provider are returned.
|
|
293
|
+
*
|
|
294
|
+
* @generated from field: string state_id = 1;
|
|
295
|
+
*/
|
|
296
|
+
stateId: string;
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* @generated from field: string provider = 2;
|
|
300
|
+
*/
|
|
301
|
+
provider: string;
|
|
302
|
+
|
|
303
|
+
constructor(data?: PartialMessage<ListInstallationsRequest>);
|
|
304
|
+
|
|
305
|
+
static readonly runtime: typeof proto3;
|
|
306
|
+
static readonly typeName = "cloud.v1.ListInstallationsRequest";
|
|
307
|
+
static readonly fields: FieldList;
|
|
308
|
+
|
|
309
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListInstallationsRequest;
|
|
310
|
+
|
|
311
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListInstallationsRequest;
|
|
312
|
+
|
|
313
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListInstallationsRequest;
|
|
314
|
+
|
|
315
|
+
static equals(a: ListInstallationsRequest | PlainMessage<ListInstallationsRequest> | undefined, b: ListInstallationsRequest | PlainMessage<ListInstallationsRequest> | undefined): boolean;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
/**
|
|
319
|
+
* @generated from message cloud.v1.ListInstallationsResponse
|
|
320
|
+
*/
|
|
321
|
+
export declare class ListInstallationsResponse extends Message<ListInstallationsResponse> {
|
|
322
|
+
/**
|
|
323
|
+
* @generated from field: repeated cloud.v1.InstallRecord installations = 1;
|
|
324
|
+
*/
|
|
325
|
+
installations: InstallRecord[];
|
|
326
|
+
|
|
327
|
+
constructor(data?: PartialMessage<ListInstallationsResponse>);
|
|
328
|
+
|
|
329
|
+
static readonly runtime: typeof proto3;
|
|
330
|
+
static readonly typeName = "cloud.v1.ListInstallationsResponse";
|
|
331
|
+
static readonly fields: FieldList;
|
|
332
|
+
|
|
333
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListInstallationsResponse;
|
|
334
|
+
|
|
335
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListInstallationsResponse;
|
|
336
|
+
|
|
337
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListInstallationsResponse;
|
|
338
|
+
|
|
339
|
+
static equals(a: ListInstallationsResponse | PlainMessage<ListInstallationsResponse> | undefined, b: ListInstallationsResponse | PlainMessage<ListInstallationsResponse> | undefined): boolean;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* @generated from message cloud.v1.GetInstallationByIDRequest
|
|
344
|
+
*/
|
|
345
|
+
export declare class GetInstallationByIDRequest extends Message<GetInstallationByIDRequest> {
|
|
346
|
+
/**
|
|
347
|
+
* @generated from field: string provider = 1;
|
|
348
|
+
*/
|
|
349
|
+
provider: string;
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* @generated from field: string installation_id = 2;
|
|
353
|
+
*/
|
|
354
|
+
installationId: string;
|
|
355
|
+
|
|
356
|
+
constructor(data?: PartialMessage<GetInstallationByIDRequest>);
|
|
357
|
+
|
|
358
|
+
static readonly runtime: typeof proto3;
|
|
359
|
+
static readonly typeName = "cloud.v1.GetInstallationByIDRequest";
|
|
360
|
+
static readonly fields: FieldList;
|
|
361
|
+
|
|
362
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetInstallationByIDRequest;
|
|
363
|
+
|
|
364
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetInstallationByIDRequest;
|
|
365
|
+
|
|
366
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetInstallationByIDRequest;
|
|
367
|
+
|
|
368
|
+
static equals(a: GetInstallationByIDRequest | PlainMessage<GetInstallationByIDRequest> | undefined, b: GetInstallationByIDRequest | PlainMessage<GetInstallationByIDRequest> | undefined): boolean;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
/**
|
|
372
|
+
* @generated from message cloud.v1.GetInstallationByIDResponse
|
|
373
|
+
*/
|
|
374
|
+
export declare class GetInstallationByIDResponse extends Message<GetInstallationByIDResponse> {
|
|
375
|
+
/**
|
|
376
|
+
* @generated from field: cloud.v1.InstallRecord installation = 1;
|
|
377
|
+
*/
|
|
378
|
+
installation?: InstallRecord;
|
|
379
|
+
|
|
380
|
+
constructor(data?: PartialMessage<GetInstallationByIDResponse>);
|
|
381
|
+
|
|
382
|
+
static readonly runtime: typeof proto3;
|
|
383
|
+
static readonly typeName = "cloud.v1.GetInstallationByIDResponse";
|
|
384
|
+
static readonly fields: FieldList;
|
|
385
|
+
|
|
386
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetInstallationByIDResponse;
|
|
387
|
+
|
|
388
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetInstallationByIDResponse;
|
|
389
|
+
|
|
390
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetInstallationByIDResponse;
|
|
391
|
+
|
|
392
|
+
static equals(a: GetInstallationByIDResponse | PlainMessage<GetInstallationByIDResponse> | undefined, b: GetInstallationByIDResponse | PlainMessage<GetInstallationByIDResponse> | undefined): boolean;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* @generated from message cloud.v1.UpsertInstallationRequest
|
|
397
|
+
*/
|
|
398
|
+
export declare class UpsertInstallationRequest extends Message<UpsertInstallationRequest> {
|
|
399
|
+
/**
|
|
400
|
+
* @generated from field: cloud.v1.InstallRecord installation = 1;
|
|
401
|
+
*/
|
|
402
|
+
installation?: InstallRecord;
|
|
403
|
+
|
|
404
|
+
constructor(data?: PartialMessage<UpsertInstallationRequest>);
|
|
405
|
+
|
|
406
|
+
static readonly runtime: typeof proto3;
|
|
407
|
+
static readonly typeName = "cloud.v1.UpsertInstallationRequest";
|
|
408
|
+
static readonly fields: FieldList;
|
|
409
|
+
|
|
410
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpsertInstallationRequest;
|
|
411
|
+
|
|
412
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpsertInstallationRequest;
|
|
413
|
+
|
|
414
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpsertInstallationRequest;
|
|
415
|
+
|
|
416
|
+
static equals(a: UpsertInstallationRequest | PlainMessage<UpsertInstallationRequest> | undefined, b: UpsertInstallationRequest | PlainMessage<UpsertInstallationRequest> | undefined): boolean;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* @generated from message cloud.v1.UpsertInstallationResponse
|
|
421
|
+
*/
|
|
422
|
+
export declare class UpsertInstallationResponse extends Message<UpsertInstallationResponse> {
|
|
423
|
+
/**
|
|
424
|
+
* @generated from field: cloud.v1.InstallRecord installation = 1;
|
|
425
|
+
*/
|
|
426
|
+
installation?: InstallRecord;
|
|
427
|
+
|
|
428
|
+
constructor(data?: PartialMessage<UpsertInstallationResponse>);
|
|
429
|
+
|
|
430
|
+
static readonly runtime: typeof proto3;
|
|
431
|
+
static readonly typeName = "cloud.v1.UpsertInstallationResponse";
|
|
432
|
+
static readonly fields: FieldList;
|
|
433
|
+
|
|
434
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpsertInstallationResponse;
|
|
435
|
+
|
|
436
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpsertInstallationResponse;
|
|
437
|
+
|
|
438
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpsertInstallationResponse;
|
|
439
|
+
|
|
440
|
+
static equals(a: UpsertInstallationResponse | PlainMessage<UpsertInstallationResponse> | undefined, b: UpsertInstallationResponse | PlainMessage<UpsertInstallationResponse> | undefined): boolean;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
/**
|
|
444
|
+
* @generated from message cloud.v1.DeleteInstallationRequest
|
|
445
|
+
*/
|
|
446
|
+
export declare class DeleteInstallationRequest extends Message<DeleteInstallationRequest> {
|
|
447
|
+
/**
|
|
448
|
+
* @generated from field: string provider = 1;
|
|
449
|
+
*/
|
|
450
|
+
provider: string;
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* @generated from field: string account_id = 2;
|
|
454
|
+
*/
|
|
455
|
+
accountId: string;
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* @generated from field: string installation_id = 3;
|
|
459
|
+
*/
|
|
460
|
+
installationId: string;
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* @generated from field: string provider_instance_key = 4;
|
|
464
|
+
*/
|
|
465
|
+
providerInstanceKey: string;
|
|
466
|
+
|
|
467
|
+
constructor(data?: PartialMessage<DeleteInstallationRequest>);
|
|
468
|
+
|
|
469
|
+
static readonly runtime: typeof proto3;
|
|
470
|
+
static readonly typeName = "cloud.v1.DeleteInstallationRequest";
|
|
471
|
+
static readonly fields: FieldList;
|
|
472
|
+
|
|
473
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteInstallationRequest;
|
|
474
|
+
|
|
475
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteInstallationRequest;
|
|
476
|
+
|
|
477
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteInstallationRequest;
|
|
478
|
+
|
|
479
|
+
static equals(a: DeleteInstallationRequest | PlainMessage<DeleteInstallationRequest> | undefined, b: DeleteInstallationRequest | PlainMessage<DeleteInstallationRequest> | undefined): boolean;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
/**
|
|
483
|
+
* @generated from message cloud.v1.DeleteInstallationResponse
|
|
484
|
+
*/
|
|
485
|
+
export declare class DeleteInstallationResponse extends Message<DeleteInstallationResponse> {
|
|
486
|
+
constructor(data?: PartialMessage<DeleteInstallationResponse>);
|
|
487
|
+
|
|
488
|
+
static readonly runtime: typeof proto3;
|
|
489
|
+
static readonly typeName = "cloud.v1.DeleteInstallationResponse";
|
|
490
|
+
static readonly fields: FieldList;
|
|
491
|
+
|
|
492
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteInstallationResponse;
|
|
493
|
+
|
|
494
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteInstallationResponse;
|
|
495
|
+
|
|
496
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteInstallationResponse;
|
|
497
|
+
|
|
498
|
+
static equals(a: DeleteInstallationResponse | PlainMessage<DeleteInstallationResponse> | undefined, b: DeleteInstallationResponse | PlainMessage<DeleteInstallationResponse> | undefined): boolean;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* @generated from message cloud.v1.ListNamespacesRequest
|
|
503
|
+
*/
|
|
504
|
+
export declare class ListNamespacesRequest extends Message<ListNamespacesRequest> {
|
|
505
|
+
/**
|
|
506
|
+
* Optional account filter. When omitted, all accounts for the provider are returned.
|
|
507
|
+
*
|
|
508
|
+
* @generated from field: string state_id = 1;
|
|
509
|
+
*/
|
|
510
|
+
stateId: string;
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* @generated from field: string provider = 2;
|
|
514
|
+
*/
|
|
515
|
+
provider: string;
|
|
516
|
+
|
|
517
|
+
/**
|
|
518
|
+
* @generated from field: string owner = 3;
|
|
519
|
+
*/
|
|
520
|
+
owner: string;
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* @generated from field: string repo = 4;
|
|
524
|
+
*/
|
|
525
|
+
repo: string;
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* @generated from field: string full_name = 5;
|
|
529
|
+
*/
|
|
530
|
+
fullName: string;
|
|
531
|
+
|
|
532
|
+
constructor(data?: PartialMessage<ListNamespacesRequest>);
|
|
533
|
+
|
|
534
|
+
static readonly runtime: typeof proto3;
|
|
535
|
+
static readonly typeName = "cloud.v1.ListNamespacesRequest";
|
|
536
|
+
static readonly fields: FieldList;
|
|
537
|
+
|
|
538
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListNamespacesRequest;
|
|
539
|
+
|
|
540
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListNamespacesRequest;
|
|
541
|
+
|
|
542
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListNamespacesRequest;
|
|
543
|
+
|
|
544
|
+
static equals(a: ListNamespacesRequest | PlainMessage<ListNamespacesRequest> | undefined, b: ListNamespacesRequest | PlainMessage<ListNamespacesRequest> | undefined): boolean;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* @generated from message cloud.v1.ListNamespacesResponse
|
|
549
|
+
*/
|
|
550
|
+
export declare class ListNamespacesResponse extends Message<ListNamespacesResponse> {
|
|
551
|
+
/**
|
|
552
|
+
* @generated from field: repeated cloud.v1.NamespaceRecord namespaces = 1;
|
|
553
|
+
*/
|
|
554
|
+
namespaces: NamespaceRecord[];
|
|
555
|
+
|
|
556
|
+
constructor(data?: PartialMessage<ListNamespacesResponse>);
|
|
557
|
+
|
|
558
|
+
static readonly runtime: typeof proto3;
|
|
559
|
+
static readonly typeName = "cloud.v1.ListNamespacesResponse";
|
|
560
|
+
static readonly fields: FieldList;
|
|
561
|
+
|
|
562
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListNamespacesResponse;
|
|
563
|
+
|
|
564
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListNamespacesResponse;
|
|
565
|
+
|
|
566
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListNamespacesResponse;
|
|
567
|
+
|
|
568
|
+
static equals(a: ListNamespacesResponse | PlainMessage<ListNamespacesResponse> | undefined, b: ListNamespacesResponse | PlainMessage<ListNamespacesResponse> | undefined): boolean;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* @generated from message cloud.v1.SyncNamespacesRequest
|
|
573
|
+
*/
|
|
574
|
+
export declare class SyncNamespacesRequest extends Message<SyncNamespacesRequest> {
|
|
575
|
+
/**
|
|
576
|
+
* Optional account filter. When omitted, all accounts for the provider are synced.
|
|
577
|
+
*
|
|
578
|
+
* @generated from field: string state_id = 1;
|
|
579
|
+
*/
|
|
580
|
+
stateId: string;
|
|
581
|
+
|
|
582
|
+
/**
|
|
583
|
+
* @generated from field: string provider = 2;
|
|
584
|
+
*/
|
|
585
|
+
provider: string;
|
|
586
|
+
|
|
587
|
+
constructor(data?: PartialMessage<SyncNamespacesRequest>);
|
|
588
|
+
|
|
589
|
+
static readonly runtime: typeof proto3;
|
|
590
|
+
static readonly typeName = "cloud.v1.SyncNamespacesRequest";
|
|
591
|
+
static readonly fields: FieldList;
|
|
592
|
+
|
|
593
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SyncNamespacesRequest;
|
|
594
|
+
|
|
595
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SyncNamespacesRequest;
|
|
596
|
+
|
|
597
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SyncNamespacesRequest;
|
|
598
|
+
|
|
599
|
+
static equals(a: SyncNamespacesRequest | PlainMessage<SyncNamespacesRequest> | undefined, b: SyncNamespacesRequest | PlainMessage<SyncNamespacesRequest> | undefined): boolean;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
/**
|
|
603
|
+
* @generated from message cloud.v1.SyncNamespacesResponse
|
|
604
|
+
*/
|
|
605
|
+
export declare class SyncNamespacesResponse extends Message<SyncNamespacesResponse> {
|
|
606
|
+
/**
|
|
607
|
+
* @generated from field: repeated cloud.v1.NamespaceRecord namespaces = 1;
|
|
608
|
+
*/
|
|
609
|
+
namespaces: NamespaceRecord[];
|
|
610
|
+
|
|
611
|
+
constructor(data?: PartialMessage<SyncNamespacesResponse>);
|
|
612
|
+
|
|
613
|
+
static readonly runtime: typeof proto3;
|
|
614
|
+
static readonly typeName = "cloud.v1.SyncNamespacesResponse";
|
|
615
|
+
static readonly fields: FieldList;
|
|
616
|
+
|
|
617
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SyncNamespacesResponse;
|
|
618
|
+
|
|
619
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SyncNamespacesResponse;
|
|
620
|
+
|
|
621
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SyncNamespacesResponse;
|
|
622
|
+
|
|
623
|
+
static equals(a: SyncNamespacesResponse | PlainMessage<SyncNamespacesResponse> | undefined, b: SyncNamespacesResponse | PlainMessage<SyncNamespacesResponse> | undefined): boolean;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
/**
|
|
627
|
+
* @generated from message cloud.v1.GetNamespaceWebhookRequest
|
|
628
|
+
*/
|
|
629
|
+
export declare class GetNamespaceWebhookRequest extends Message<GetNamespaceWebhookRequest> {
|
|
630
|
+
/**
|
|
631
|
+
* Optional account filter. When omitted, the namespace is resolved by provider + repo_id.
|
|
632
|
+
*
|
|
633
|
+
* @generated from field: string state_id = 1;
|
|
634
|
+
*/
|
|
635
|
+
stateId: string;
|
|
636
|
+
|
|
637
|
+
/**
|
|
638
|
+
* @generated from field: string provider = 2;
|
|
639
|
+
*/
|
|
640
|
+
provider: string;
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
* @generated from field: string repo_id = 3;
|
|
644
|
+
*/
|
|
645
|
+
repoId: string;
|
|
646
|
+
|
|
647
|
+
constructor(data?: PartialMessage<GetNamespaceWebhookRequest>);
|
|
648
|
+
|
|
649
|
+
static readonly runtime: typeof proto3;
|
|
650
|
+
static readonly typeName = "cloud.v1.GetNamespaceWebhookRequest";
|
|
651
|
+
static readonly fields: FieldList;
|
|
652
|
+
|
|
653
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNamespaceWebhookRequest;
|
|
654
|
+
|
|
655
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNamespaceWebhookRequest;
|
|
656
|
+
|
|
657
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNamespaceWebhookRequest;
|
|
658
|
+
|
|
659
|
+
static equals(a: GetNamespaceWebhookRequest | PlainMessage<GetNamespaceWebhookRequest> | undefined, b: GetNamespaceWebhookRequest | PlainMessage<GetNamespaceWebhookRequest> | undefined): boolean;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
/**
|
|
663
|
+
* @generated from message cloud.v1.SetNamespaceWebhookRequest
|
|
664
|
+
*/
|
|
665
|
+
export declare class SetNamespaceWebhookRequest extends Message<SetNamespaceWebhookRequest> {
|
|
666
|
+
/**
|
|
667
|
+
* Optional account filter. When omitted, the namespace is resolved by provider + repo_id.
|
|
668
|
+
*
|
|
669
|
+
* @generated from field: string state_id = 1;
|
|
670
|
+
*/
|
|
671
|
+
stateId: string;
|
|
672
|
+
|
|
673
|
+
/**
|
|
674
|
+
* @generated from field: string provider = 2;
|
|
675
|
+
*/
|
|
676
|
+
provider: string;
|
|
677
|
+
|
|
678
|
+
/**
|
|
679
|
+
* @generated from field: string repo_id = 3;
|
|
680
|
+
*/
|
|
681
|
+
repoId: string;
|
|
682
|
+
|
|
683
|
+
/**
|
|
684
|
+
* @generated from field: bool enabled = 4;
|
|
685
|
+
*/
|
|
686
|
+
enabled: boolean;
|
|
687
|
+
|
|
688
|
+
constructor(data?: PartialMessage<SetNamespaceWebhookRequest>);
|
|
689
|
+
|
|
690
|
+
static readonly runtime: typeof proto3;
|
|
691
|
+
static readonly typeName = "cloud.v1.SetNamespaceWebhookRequest";
|
|
692
|
+
static readonly fields: FieldList;
|
|
693
|
+
|
|
694
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetNamespaceWebhookRequest;
|
|
695
|
+
|
|
696
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SetNamespaceWebhookRequest;
|
|
697
|
+
|
|
698
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SetNamespaceWebhookRequest;
|
|
699
|
+
|
|
700
|
+
static equals(a: SetNamespaceWebhookRequest | PlainMessage<SetNamespaceWebhookRequest> | undefined, b: SetNamespaceWebhookRequest | PlainMessage<SetNamespaceWebhookRequest> | undefined): boolean;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
/**
|
|
704
|
+
* @generated from message cloud.v1.GetNamespaceWebhookResponse
|
|
705
|
+
*/
|
|
706
|
+
export declare class GetNamespaceWebhookResponse extends Message<GetNamespaceWebhookResponse> {
|
|
707
|
+
/**
|
|
708
|
+
* @generated from field: bool enabled = 1;
|
|
709
|
+
*/
|
|
710
|
+
enabled: boolean;
|
|
711
|
+
|
|
712
|
+
constructor(data?: PartialMessage<GetNamespaceWebhookResponse>);
|
|
713
|
+
|
|
714
|
+
static readonly runtime: typeof proto3;
|
|
715
|
+
static readonly typeName = "cloud.v1.GetNamespaceWebhookResponse";
|
|
716
|
+
static readonly fields: FieldList;
|
|
717
|
+
|
|
718
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNamespaceWebhookResponse;
|
|
719
|
+
|
|
720
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNamespaceWebhookResponse;
|
|
721
|
+
|
|
722
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNamespaceWebhookResponse;
|
|
723
|
+
|
|
724
|
+
static equals(a: GetNamespaceWebhookResponse | PlainMessage<GetNamespaceWebhookResponse> | undefined, b: GetNamespaceWebhookResponse | PlainMessage<GetNamespaceWebhookResponse> | undefined): boolean;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
/**
|
|
728
|
+
* @generated from message cloud.v1.SetNamespaceWebhookResponse
|
|
729
|
+
*/
|
|
730
|
+
export declare class SetNamespaceWebhookResponse extends Message<SetNamespaceWebhookResponse> {
|
|
731
|
+
/**
|
|
732
|
+
* @generated from field: bool enabled = 1;
|
|
733
|
+
*/
|
|
734
|
+
enabled: boolean;
|
|
735
|
+
|
|
736
|
+
constructor(data?: PartialMessage<SetNamespaceWebhookResponse>);
|
|
737
|
+
|
|
738
|
+
static readonly runtime: typeof proto3;
|
|
739
|
+
static readonly typeName = "cloud.v1.SetNamespaceWebhookResponse";
|
|
740
|
+
static readonly fields: FieldList;
|
|
741
|
+
|
|
742
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetNamespaceWebhookResponse;
|
|
743
|
+
|
|
744
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SetNamespaceWebhookResponse;
|
|
745
|
+
|
|
746
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SetNamespaceWebhookResponse;
|
|
747
|
+
|
|
748
|
+
static equals(a: SetNamespaceWebhookResponse | PlainMessage<SetNamespaceWebhookResponse> | undefined, b: SetNamespaceWebhookResponse | PlainMessage<SetNamespaceWebhookResponse> | undefined): boolean;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
/**
|
|
752
|
+
* @generated from message cloud.v1.Rule
|
|
753
|
+
*/
|
|
754
|
+
export declare class Rule extends Message<Rule> {
|
|
755
|
+
/**
|
|
756
|
+
* @generated from field: string when = 1;
|
|
757
|
+
*/
|
|
758
|
+
when: string;
|
|
759
|
+
|
|
760
|
+
/**
|
|
761
|
+
* @generated from field: repeated string emit = 2;
|
|
762
|
+
*/
|
|
763
|
+
emit: string[];
|
|
764
|
+
|
|
765
|
+
/**
|
|
766
|
+
* @generated from field: string driver_id = 4;
|
|
767
|
+
*/
|
|
768
|
+
driverId: string;
|
|
769
|
+
|
|
770
|
+
constructor(data?: PartialMessage<Rule>);
|
|
771
|
+
|
|
772
|
+
static readonly runtime: typeof proto3;
|
|
773
|
+
static readonly typeName = "cloud.v1.Rule";
|
|
774
|
+
static readonly fields: FieldList;
|
|
775
|
+
|
|
776
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Rule;
|
|
777
|
+
|
|
778
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Rule;
|
|
779
|
+
|
|
780
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Rule;
|
|
781
|
+
|
|
782
|
+
static equals(a: Rule | PlainMessage<Rule> | undefined, b: Rule | PlainMessage<Rule> | undefined): boolean;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
/**
|
|
786
|
+
* @generated from message cloud.v1.RuleRecord
|
|
787
|
+
*/
|
|
788
|
+
export declare class RuleRecord extends Message<RuleRecord> {
|
|
789
|
+
/**
|
|
790
|
+
* @generated from field: string id = 1;
|
|
791
|
+
*/
|
|
792
|
+
id: string;
|
|
793
|
+
|
|
794
|
+
/**
|
|
795
|
+
* @generated from field: string when = 2;
|
|
796
|
+
*/
|
|
797
|
+
when: string;
|
|
798
|
+
|
|
799
|
+
/**
|
|
800
|
+
* @generated from field: repeated string emit = 3;
|
|
801
|
+
*/
|
|
802
|
+
emit: string[];
|
|
803
|
+
|
|
804
|
+
/**
|
|
805
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
806
|
+
*/
|
|
807
|
+
createdAt?: Timestamp;
|
|
808
|
+
|
|
809
|
+
/**
|
|
810
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 6;
|
|
811
|
+
*/
|
|
812
|
+
updatedAt?: Timestamp;
|
|
813
|
+
|
|
814
|
+
/**
|
|
815
|
+
* @generated from field: string driver_id = 7;
|
|
816
|
+
*/
|
|
817
|
+
driverId: string;
|
|
818
|
+
|
|
819
|
+
constructor(data?: PartialMessage<RuleRecord>);
|
|
820
|
+
|
|
821
|
+
static readonly runtime: typeof proto3;
|
|
822
|
+
static readonly typeName = "cloud.v1.RuleRecord";
|
|
823
|
+
static readonly fields: FieldList;
|
|
824
|
+
|
|
825
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RuleRecord;
|
|
826
|
+
|
|
827
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RuleRecord;
|
|
828
|
+
|
|
829
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RuleRecord;
|
|
830
|
+
|
|
831
|
+
static equals(a: RuleRecord | PlainMessage<RuleRecord> | undefined, b: RuleRecord | PlainMessage<RuleRecord> | undefined): boolean;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
/**
|
|
835
|
+
* @generated from message cloud.v1.DriverRecord
|
|
836
|
+
*/
|
|
837
|
+
export declare class DriverRecord extends Message<DriverRecord> {
|
|
838
|
+
/**
|
|
839
|
+
* @generated from field: string name = 1;
|
|
840
|
+
*/
|
|
841
|
+
name: string;
|
|
842
|
+
|
|
843
|
+
/**
|
|
844
|
+
* @generated from field: string config_json = 2;
|
|
845
|
+
*/
|
|
846
|
+
configJson: string;
|
|
847
|
+
|
|
848
|
+
/**
|
|
849
|
+
* @generated from field: bool enabled = 3;
|
|
850
|
+
*/
|
|
851
|
+
enabled: boolean;
|
|
852
|
+
|
|
853
|
+
/**
|
|
854
|
+
* @generated from field: google.protobuf.Timestamp created_at = 4;
|
|
855
|
+
*/
|
|
856
|
+
createdAt?: Timestamp;
|
|
857
|
+
|
|
858
|
+
/**
|
|
859
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 5;
|
|
860
|
+
*/
|
|
861
|
+
updatedAt?: Timestamp;
|
|
862
|
+
|
|
863
|
+
/**
|
|
864
|
+
* @generated from field: string id = 6;
|
|
865
|
+
*/
|
|
866
|
+
id: string;
|
|
867
|
+
|
|
868
|
+
constructor(data?: PartialMessage<DriverRecord>);
|
|
869
|
+
|
|
870
|
+
static readonly runtime: typeof proto3;
|
|
871
|
+
static readonly typeName = "cloud.v1.DriverRecord";
|
|
872
|
+
static readonly fields: FieldList;
|
|
873
|
+
|
|
874
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DriverRecord;
|
|
875
|
+
|
|
876
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DriverRecord;
|
|
877
|
+
|
|
878
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DriverRecord;
|
|
879
|
+
|
|
880
|
+
static equals(a: DriverRecord | PlainMessage<DriverRecord> | undefined, b: DriverRecord | PlainMessage<DriverRecord> | undefined): boolean;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
/**
|
|
884
|
+
* @generated from message cloud.v1.ProviderRecord
|
|
885
|
+
*/
|
|
886
|
+
export declare class ProviderRecord extends Message<ProviderRecord> {
|
|
887
|
+
/**
|
|
888
|
+
* @generated from field: string provider = 1;
|
|
889
|
+
*/
|
|
890
|
+
provider: string;
|
|
891
|
+
|
|
892
|
+
/**
|
|
893
|
+
* Instance hash (server-generated).
|
|
894
|
+
*
|
|
895
|
+
* @generated from field: string hash = 2;
|
|
896
|
+
*/
|
|
897
|
+
hash: string;
|
|
898
|
+
|
|
899
|
+
/**
|
|
900
|
+
* @generated from field: string config_json = 3;
|
|
901
|
+
*/
|
|
902
|
+
configJson: string;
|
|
903
|
+
|
|
904
|
+
/**
|
|
905
|
+
* @generated from field: bool enabled = 4;
|
|
906
|
+
*/
|
|
907
|
+
enabled: boolean;
|
|
908
|
+
|
|
909
|
+
/**
|
|
910
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
911
|
+
*/
|
|
912
|
+
createdAt?: Timestamp;
|
|
913
|
+
|
|
914
|
+
/**
|
|
915
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 6;
|
|
916
|
+
*/
|
|
917
|
+
updatedAt?: Timestamp;
|
|
918
|
+
|
|
919
|
+
/**
|
|
920
|
+
* Per-instance OAuth redirect URL (overrides global redirect_base_url).
|
|
921
|
+
*
|
|
922
|
+
* @generated from field: string redirect_base_url = 7;
|
|
923
|
+
*/
|
|
924
|
+
redirectBaseUrl: string;
|
|
925
|
+
|
|
926
|
+
constructor(data?: PartialMessage<ProviderRecord>);
|
|
927
|
+
|
|
928
|
+
static readonly runtime: typeof proto3;
|
|
929
|
+
static readonly typeName = "cloud.v1.ProviderRecord";
|
|
930
|
+
static readonly fields: FieldList;
|
|
931
|
+
|
|
932
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ProviderRecord;
|
|
933
|
+
|
|
934
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ProviderRecord;
|
|
935
|
+
|
|
936
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ProviderRecord;
|
|
937
|
+
|
|
938
|
+
static equals(a: ProviderRecord | PlainMessage<ProviderRecord> | undefined, b: ProviderRecord | PlainMessage<ProviderRecord> | undefined): boolean;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
/**
|
|
942
|
+
* @generated from message cloud.v1.SCMClient
|
|
943
|
+
*/
|
|
944
|
+
export declare class SCMClient extends Message<SCMClient> {
|
|
945
|
+
/**
|
|
946
|
+
* @generated from field: string provider = 1;
|
|
947
|
+
*/
|
|
948
|
+
provider: string;
|
|
949
|
+
|
|
950
|
+
/**
|
|
951
|
+
* @generated from field: string api_base_url = 2;
|
|
952
|
+
*/
|
|
953
|
+
apiBaseUrl: string;
|
|
954
|
+
|
|
955
|
+
/**
|
|
956
|
+
* @generated from field: string access_token = 3;
|
|
957
|
+
*/
|
|
958
|
+
accessToken: string;
|
|
959
|
+
|
|
960
|
+
/**
|
|
961
|
+
* @generated from field: google.protobuf.Timestamp expires_at = 4;
|
|
962
|
+
*/
|
|
963
|
+
expiresAt?: Timestamp;
|
|
964
|
+
|
|
965
|
+
/**
|
|
966
|
+
* @generated from field: string provider_instance_key = 5;
|
|
967
|
+
*/
|
|
968
|
+
providerInstanceKey: string;
|
|
969
|
+
|
|
970
|
+
constructor(data?: PartialMessage<SCMClient>);
|
|
971
|
+
|
|
972
|
+
static readonly runtime: typeof proto3;
|
|
973
|
+
static readonly typeName = "cloud.v1.SCMClient";
|
|
974
|
+
static readonly fields: FieldList;
|
|
975
|
+
|
|
976
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SCMClient;
|
|
977
|
+
|
|
978
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SCMClient;
|
|
979
|
+
|
|
980
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SCMClient;
|
|
981
|
+
|
|
982
|
+
static equals(a: SCMClient | PlainMessage<SCMClient> | undefined, b: SCMClient | PlainMessage<SCMClient> | undefined): boolean;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
/**
|
|
986
|
+
* @generated from message cloud.v1.GetSCMClientRequest
|
|
987
|
+
*/
|
|
988
|
+
export declare class GetSCMClientRequest extends Message<GetSCMClientRequest> {
|
|
989
|
+
/**
|
|
990
|
+
* @generated from field: string provider = 1;
|
|
991
|
+
*/
|
|
992
|
+
provider: string;
|
|
993
|
+
|
|
994
|
+
/**
|
|
995
|
+
* @generated from field: string installation_id = 2;
|
|
996
|
+
*/
|
|
997
|
+
installationId: string;
|
|
998
|
+
|
|
999
|
+
/**
|
|
1000
|
+
* @generated from field: string provider_instance_key = 3;
|
|
1001
|
+
*/
|
|
1002
|
+
providerInstanceKey: string;
|
|
1003
|
+
|
|
1004
|
+
constructor(data?: PartialMessage<GetSCMClientRequest>);
|
|
1005
|
+
|
|
1006
|
+
static readonly runtime: typeof proto3;
|
|
1007
|
+
static readonly typeName = "cloud.v1.GetSCMClientRequest";
|
|
1008
|
+
static readonly fields: FieldList;
|
|
1009
|
+
|
|
1010
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetSCMClientRequest;
|
|
1011
|
+
|
|
1012
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetSCMClientRequest;
|
|
1013
|
+
|
|
1014
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetSCMClientRequest;
|
|
1015
|
+
|
|
1016
|
+
static equals(a: GetSCMClientRequest | PlainMessage<GetSCMClientRequest> | undefined, b: GetSCMClientRequest | PlainMessage<GetSCMClientRequest> | undefined): boolean;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
/**
|
|
1020
|
+
* @generated from message cloud.v1.GetSCMClientResponse
|
|
1021
|
+
*/
|
|
1022
|
+
export declare class GetSCMClientResponse extends Message<GetSCMClientResponse> {
|
|
1023
|
+
/**
|
|
1024
|
+
* @generated from field: cloud.v1.SCMClient client = 1;
|
|
1025
|
+
*/
|
|
1026
|
+
client?: SCMClient;
|
|
1027
|
+
|
|
1028
|
+
constructor(data?: PartialMessage<GetSCMClientResponse>);
|
|
1029
|
+
|
|
1030
|
+
static readonly runtime: typeof proto3;
|
|
1031
|
+
static readonly typeName = "cloud.v1.GetSCMClientResponse";
|
|
1032
|
+
static readonly fields: FieldList;
|
|
1033
|
+
|
|
1034
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetSCMClientResponse;
|
|
1035
|
+
|
|
1036
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetSCMClientResponse;
|
|
1037
|
+
|
|
1038
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetSCMClientResponse;
|
|
1039
|
+
|
|
1040
|
+
static equals(a: GetSCMClientResponse | PlainMessage<GetSCMClientResponse> | undefined, b: GetSCMClientResponse | PlainMessage<GetSCMClientResponse> | undefined): boolean;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
/**
|
|
1044
|
+
* @generated from message cloud.v1.EventLogHeaderValues
|
|
1045
|
+
*/
|
|
1046
|
+
export declare class EventLogHeaderValues extends Message<EventLogHeaderValues> {
|
|
1047
|
+
/**
|
|
1048
|
+
* @generated from field: repeated string values = 1;
|
|
1049
|
+
*/
|
|
1050
|
+
values: string[];
|
|
1051
|
+
|
|
1052
|
+
constructor(data?: PartialMessage<EventLogHeaderValues>);
|
|
1053
|
+
|
|
1054
|
+
static readonly runtime: typeof proto3;
|
|
1055
|
+
static readonly typeName = "cloud.v1.EventLogHeaderValues";
|
|
1056
|
+
static readonly fields: FieldList;
|
|
1057
|
+
|
|
1058
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EventLogHeaderValues;
|
|
1059
|
+
|
|
1060
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EventLogHeaderValues;
|
|
1061
|
+
|
|
1062
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EventLogHeaderValues;
|
|
1063
|
+
|
|
1064
|
+
static equals(a: EventLogHeaderValues | PlainMessage<EventLogHeaderValues> | undefined, b: EventLogHeaderValues | PlainMessage<EventLogHeaderValues> | undefined): boolean;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
/**
|
|
1068
|
+
* @generated from message cloud.v1.EventLogRecord
|
|
1069
|
+
*/
|
|
1070
|
+
export declare class EventLogRecord extends Message<EventLogRecord> {
|
|
1071
|
+
/**
|
|
1072
|
+
* @generated from field: string id = 1;
|
|
1073
|
+
*/
|
|
1074
|
+
id: string;
|
|
1075
|
+
|
|
1076
|
+
/**
|
|
1077
|
+
* @generated from field: string provider = 2;
|
|
1078
|
+
*/
|
|
1079
|
+
provider: string;
|
|
1080
|
+
|
|
1081
|
+
/**
|
|
1082
|
+
* @generated from field: string name = 3;
|
|
1083
|
+
*/
|
|
1084
|
+
name: string;
|
|
1085
|
+
|
|
1086
|
+
/**
|
|
1087
|
+
* @generated from field: string request_id = 4;
|
|
1088
|
+
*/
|
|
1089
|
+
requestId: string;
|
|
1090
|
+
|
|
1091
|
+
/**
|
|
1092
|
+
* @generated from field: string state_id = 5;
|
|
1093
|
+
*/
|
|
1094
|
+
stateId: string;
|
|
1095
|
+
|
|
1096
|
+
/**
|
|
1097
|
+
* @generated from field: string installation_id = 6;
|
|
1098
|
+
*/
|
|
1099
|
+
installationId: string;
|
|
1100
|
+
|
|
1101
|
+
/**
|
|
1102
|
+
* @generated from field: string namespace_id = 7;
|
|
1103
|
+
*/
|
|
1104
|
+
namespaceId: string;
|
|
1105
|
+
|
|
1106
|
+
/**
|
|
1107
|
+
* @generated from field: string namespace_name = 8;
|
|
1108
|
+
*/
|
|
1109
|
+
namespaceName: string;
|
|
1110
|
+
|
|
1111
|
+
/**
|
|
1112
|
+
* @generated from field: string topic = 9;
|
|
1113
|
+
*/
|
|
1114
|
+
topic: string;
|
|
1115
|
+
|
|
1116
|
+
/**
|
|
1117
|
+
* @generated from field: string rule_id = 10;
|
|
1118
|
+
*/
|
|
1119
|
+
ruleId: string;
|
|
1120
|
+
|
|
1121
|
+
/**
|
|
1122
|
+
* @generated from field: string rule_when = 11;
|
|
1123
|
+
*/
|
|
1124
|
+
ruleWhen: string;
|
|
1125
|
+
|
|
1126
|
+
/**
|
|
1127
|
+
* @generated from field: repeated string drivers = 12;
|
|
1128
|
+
*/
|
|
1129
|
+
drivers: string[];
|
|
1130
|
+
|
|
1131
|
+
/**
|
|
1132
|
+
* @generated from field: bool matched = 13;
|
|
1133
|
+
*/
|
|
1134
|
+
matched: boolean;
|
|
1135
|
+
|
|
1136
|
+
/**
|
|
1137
|
+
* @generated from field: string status = 14;
|
|
1138
|
+
*/
|
|
1139
|
+
status: string;
|
|
1140
|
+
|
|
1141
|
+
/**
|
|
1142
|
+
* @generated from field: string error_message = 15;
|
|
1143
|
+
*/
|
|
1144
|
+
errorMessage: string;
|
|
1145
|
+
|
|
1146
|
+
/**
|
|
1147
|
+
* @generated from field: google.protobuf.Timestamp created_at = 16;
|
|
1148
|
+
*/
|
|
1149
|
+
createdAt?: Timestamp;
|
|
1150
|
+
|
|
1151
|
+
/**
|
|
1152
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 17;
|
|
1153
|
+
*/
|
|
1154
|
+
updatedAt?: Timestamp;
|
|
1155
|
+
|
|
1156
|
+
/**
|
|
1157
|
+
* @generated from field: map<string, cloud.v1.EventLogHeaderValues> headers = 18;
|
|
1158
|
+
*/
|
|
1159
|
+
headers: { [key: string]: EventLogHeaderValues };
|
|
1160
|
+
|
|
1161
|
+
/**
|
|
1162
|
+
* @generated from field: bytes body = 19;
|
|
1163
|
+
*/
|
|
1164
|
+
body: Uint8Array;
|
|
1165
|
+
|
|
1166
|
+
/**
|
|
1167
|
+
* @generated from field: string body_hash = 20;
|
|
1168
|
+
*/
|
|
1169
|
+
bodyHash: string;
|
|
1170
|
+
|
|
1171
|
+
constructor(data?: PartialMessage<EventLogRecord>);
|
|
1172
|
+
|
|
1173
|
+
static readonly runtime: typeof proto3;
|
|
1174
|
+
static readonly typeName = "cloud.v1.EventLogRecord";
|
|
1175
|
+
static readonly fields: FieldList;
|
|
1176
|
+
|
|
1177
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EventLogRecord;
|
|
1178
|
+
|
|
1179
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EventLogRecord;
|
|
1180
|
+
|
|
1181
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EventLogRecord;
|
|
1182
|
+
|
|
1183
|
+
static equals(a: EventLogRecord | PlainMessage<EventLogRecord> | undefined, b: EventLogRecord | PlainMessage<EventLogRecord> | undefined): boolean;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
/**
|
|
1187
|
+
* @generated from message cloud.v1.EventLogCount
|
|
1188
|
+
*/
|
|
1189
|
+
export declare class EventLogCount extends Message<EventLogCount> {
|
|
1190
|
+
/**
|
|
1191
|
+
* @generated from field: string key = 1;
|
|
1192
|
+
*/
|
|
1193
|
+
key: string;
|
|
1194
|
+
|
|
1195
|
+
/**
|
|
1196
|
+
* @generated from field: int64 count = 2;
|
|
1197
|
+
*/
|
|
1198
|
+
count: bigint;
|
|
1199
|
+
|
|
1200
|
+
constructor(data?: PartialMessage<EventLogCount>);
|
|
1201
|
+
|
|
1202
|
+
static readonly runtime: typeof proto3;
|
|
1203
|
+
static readonly typeName = "cloud.v1.EventLogCount";
|
|
1204
|
+
static readonly fields: FieldList;
|
|
1205
|
+
|
|
1206
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EventLogCount;
|
|
1207
|
+
|
|
1208
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EventLogCount;
|
|
1209
|
+
|
|
1210
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EventLogCount;
|
|
1211
|
+
|
|
1212
|
+
static equals(a: EventLogCount | PlainMessage<EventLogCount> | undefined, b: EventLogCount | PlainMessage<EventLogCount> | undefined): boolean;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
/**
|
|
1216
|
+
* @generated from message cloud.v1.EventLogAnalytics
|
|
1217
|
+
*/
|
|
1218
|
+
export declare class EventLogAnalytics extends Message<EventLogAnalytics> {
|
|
1219
|
+
/**
|
|
1220
|
+
* @generated from field: int64 total = 1;
|
|
1221
|
+
*/
|
|
1222
|
+
total: bigint;
|
|
1223
|
+
|
|
1224
|
+
/**
|
|
1225
|
+
* @generated from field: int64 matched = 2;
|
|
1226
|
+
*/
|
|
1227
|
+
matched: bigint;
|
|
1228
|
+
|
|
1229
|
+
/**
|
|
1230
|
+
* @generated from field: int64 distinct_requests = 3;
|
|
1231
|
+
*/
|
|
1232
|
+
distinctRequests: bigint;
|
|
1233
|
+
|
|
1234
|
+
/**
|
|
1235
|
+
* @generated from field: repeated cloud.v1.EventLogCount by_provider = 4;
|
|
1236
|
+
*/
|
|
1237
|
+
byProvider: EventLogCount[];
|
|
1238
|
+
|
|
1239
|
+
/**
|
|
1240
|
+
* @generated from field: repeated cloud.v1.EventLogCount by_event = 5;
|
|
1241
|
+
*/
|
|
1242
|
+
byEvent: EventLogCount[];
|
|
1243
|
+
|
|
1244
|
+
/**
|
|
1245
|
+
* @generated from field: repeated cloud.v1.EventLogCount by_topic = 6;
|
|
1246
|
+
*/
|
|
1247
|
+
byTopic: EventLogCount[];
|
|
1248
|
+
|
|
1249
|
+
/**
|
|
1250
|
+
* @generated from field: repeated cloud.v1.EventLogCount by_rule = 7;
|
|
1251
|
+
*/
|
|
1252
|
+
byRule: EventLogCount[];
|
|
1253
|
+
|
|
1254
|
+
/**
|
|
1255
|
+
* @generated from field: repeated cloud.v1.EventLogCount by_installation = 8;
|
|
1256
|
+
*/
|
|
1257
|
+
byInstallation: EventLogCount[];
|
|
1258
|
+
|
|
1259
|
+
/**
|
|
1260
|
+
* @generated from field: repeated cloud.v1.EventLogCount by_namespace = 9;
|
|
1261
|
+
*/
|
|
1262
|
+
byNamespace: EventLogCount[];
|
|
1263
|
+
|
|
1264
|
+
constructor(data?: PartialMessage<EventLogAnalytics>);
|
|
1265
|
+
|
|
1266
|
+
static readonly runtime: typeof proto3;
|
|
1267
|
+
static readonly typeName = "cloud.v1.EventLogAnalytics";
|
|
1268
|
+
static readonly fields: FieldList;
|
|
1269
|
+
|
|
1270
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EventLogAnalytics;
|
|
1271
|
+
|
|
1272
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EventLogAnalytics;
|
|
1273
|
+
|
|
1274
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EventLogAnalytics;
|
|
1275
|
+
|
|
1276
|
+
static equals(a: EventLogAnalytics | PlainMessage<EventLogAnalytics> | undefined, b: EventLogAnalytics | PlainMessage<EventLogAnalytics> | undefined): boolean;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* @generated from message cloud.v1.EventLogTimeseriesBucket
|
|
1281
|
+
*/
|
|
1282
|
+
export declare class EventLogTimeseriesBucket extends Message<EventLogTimeseriesBucket> {
|
|
1283
|
+
/**
|
|
1284
|
+
* @generated from field: google.protobuf.Timestamp start_time = 1;
|
|
1285
|
+
*/
|
|
1286
|
+
startTime?: Timestamp;
|
|
1287
|
+
|
|
1288
|
+
/**
|
|
1289
|
+
* @generated from field: google.protobuf.Timestamp end_time = 2;
|
|
1290
|
+
*/
|
|
1291
|
+
endTime?: Timestamp;
|
|
1292
|
+
|
|
1293
|
+
/**
|
|
1294
|
+
* @generated from field: int64 event_count = 3;
|
|
1295
|
+
*/
|
|
1296
|
+
eventCount: bigint;
|
|
1297
|
+
|
|
1298
|
+
/**
|
|
1299
|
+
* @generated from field: int64 matched_count = 4;
|
|
1300
|
+
*/
|
|
1301
|
+
matchedCount: bigint;
|
|
1302
|
+
|
|
1303
|
+
/**
|
|
1304
|
+
* @generated from field: int64 distinct_requests = 5;
|
|
1305
|
+
*/
|
|
1306
|
+
distinctRequests: bigint;
|
|
1307
|
+
|
|
1308
|
+
/**
|
|
1309
|
+
* @generated from field: int64 failed_count = 6;
|
|
1310
|
+
*/
|
|
1311
|
+
failedCount: bigint;
|
|
1312
|
+
|
|
1313
|
+
constructor(data?: PartialMessage<EventLogTimeseriesBucket>);
|
|
1314
|
+
|
|
1315
|
+
static readonly runtime: typeof proto3;
|
|
1316
|
+
static readonly typeName = "cloud.v1.EventLogTimeseriesBucket";
|
|
1317
|
+
static readonly fields: FieldList;
|
|
1318
|
+
|
|
1319
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EventLogTimeseriesBucket;
|
|
1320
|
+
|
|
1321
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EventLogTimeseriesBucket;
|
|
1322
|
+
|
|
1323
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EventLogTimeseriesBucket;
|
|
1324
|
+
|
|
1325
|
+
static equals(a: EventLogTimeseriesBucket | PlainMessage<EventLogTimeseriesBucket> | undefined, b: EventLogTimeseriesBucket | PlainMessage<EventLogTimeseriesBucket> | undefined): boolean;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
/**
|
|
1329
|
+
* @generated from message cloud.v1.EventLogBreakdown
|
|
1330
|
+
*/
|
|
1331
|
+
export declare class EventLogBreakdown extends Message<EventLogBreakdown> {
|
|
1332
|
+
/**
|
|
1333
|
+
* @generated from field: string key = 1;
|
|
1334
|
+
*/
|
|
1335
|
+
key: string;
|
|
1336
|
+
|
|
1337
|
+
/**
|
|
1338
|
+
* @generated from field: int64 event_count = 2;
|
|
1339
|
+
*/
|
|
1340
|
+
eventCount: bigint;
|
|
1341
|
+
|
|
1342
|
+
/**
|
|
1343
|
+
* @generated from field: int64 matched_count = 3;
|
|
1344
|
+
*/
|
|
1345
|
+
matchedCount: bigint;
|
|
1346
|
+
|
|
1347
|
+
/**
|
|
1348
|
+
* @generated from field: int64 failed_count = 4;
|
|
1349
|
+
*/
|
|
1350
|
+
failedCount: bigint;
|
|
1351
|
+
|
|
1352
|
+
/**
|
|
1353
|
+
* @generated from field: double latency_p50_ms = 5;
|
|
1354
|
+
*/
|
|
1355
|
+
latencyP50Ms: number;
|
|
1356
|
+
|
|
1357
|
+
/**
|
|
1358
|
+
* @generated from field: double latency_p95_ms = 6;
|
|
1359
|
+
*/
|
|
1360
|
+
latencyP95Ms: number;
|
|
1361
|
+
|
|
1362
|
+
/**
|
|
1363
|
+
* @generated from field: double latency_p99_ms = 7;
|
|
1364
|
+
*/
|
|
1365
|
+
latencyP99Ms: number;
|
|
1366
|
+
|
|
1367
|
+
constructor(data?: PartialMessage<EventLogBreakdown>);
|
|
1368
|
+
|
|
1369
|
+
static readonly runtime: typeof proto3;
|
|
1370
|
+
static readonly typeName = "cloud.v1.EventLogBreakdown";
|
|
1371
|
+
static readonly fields: FieldList;
|
|
1372
|
+
|
|
1373
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EventLogBreakdown;
|
|
1374
|
+
|
|
1375
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EventLogBreakdown;
|
|
1376
|
+
|
|
1377
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EventLogBreakdown;
|
|
1378
|
+
|
|
1379
|
+
static equals(a: EventLogBreakdown | PlainMessage<EventLogBreakdown> | undefined, b: EventLogBreakdown | PlainMessage<EventLogBreakdown> | undefined): boolean;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
/**
|
|
1383
|
+
* @generated from message cloud.v1.EventPayload
|
|
1384
|
+
*/
|
|
1385
|
+
export declare class EventPayload extends Message<EventPayload> {
|
|
1386
|
+
/**
|
|
1387
|
+
* @generated from field: string provider = 1;
|
|
1388
|
+
*/
|
|
1389
|
+
provider: string;
|
|
1390
|
+
|
|
1391
|
+
/**
|
|
1392
|
+
* @generated from field: string name = 2;
|
|
1393
|
+
*/
|
|
1394
|
+
name: string;
|
|
1395
|
+
|
|
1396
|
+
/**
|
|
1397
|
+
* @generated from field: bytes payload = 3;
|
|
1398
|
+
*/
|
|
1399
|
+
payload: Uint8Array;
|
|
1400
|
+
|
|
1401
|
+
constructor(data?: PartialMessage<EventPayload>);
|
|
1402
|
+
|
|
1403
|
+
static readonly runtime: typeof proto3;
|
|
1404
|
+
static readonly typeName = "cloud.v1.EventPayload";
|
|
1405
|
+
static readonly fields: FieldList;
|
|
1406
|
+
|
|
1407
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EventPayload;
|
|
1408
|
+
|
|
1409
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EventPayload;
|
|
1410
|
+
|
|
1411
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EventPayload;
|
|
1412
|
+
|
|
1413
|
+
static equals(a: EventPayload | PlainMessage<EventPayload> | undefined, b: EventPayload | PlainMessage<EventPayload> | undefined): boolean;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
/**
|
|
1417
|
+
* @generated from message cloud.v1.RuleMatch
|
|
1418
|
+
*/
|
|
1419
|
+
export declare class RuleMatch extends Message<RuleMatch> {
|
|
1420
|
+
/**
|
|
1421
|
+
* @generated from field: string when = 1;
|
|
1422
|
+
*/
|
|
1423
|
+
when: string;
|
|
1424
|
+
|
|
1425
|
+
/**
|
|
1426
|
+
* @generated from field: repeated string emit = 2;
|
|
1427
|
+
*/
|
|
1428
|
+
emit: string[];
|
|
1429
|
+
|
|
1430
|
+
/**
|
|
1431
|
+
* @generated from field: string driver_id = 4;
|
|
1432
|
+
*/
|
|
1433
|
+
driverId: string;
|
|
1434
|
+
|
|
1435
|
+
constructor(data?: PartialMessage<RuleMatch>);
|
|
1436
|
+
|
|
1437
|
+
static readonly runtime: typeof proto3;
|
|
1438
|
+
static readonly typeName = "cloud.v1.RuleMatch";
|
|
1439
|
+
static readonly fields: FieldList;
|
|
1440
|
+
|
|
1441
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RuleMatch;
|
|
1442
|
+
|
|
1443
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RuleMatch;
|
|
1444
|
+
|
|
1445
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RuleMatch;
|
|
1446
|
+
|
|
1447
|
+
static equals(a: RuleMatch | PlainMessage<RuleMatch> | undefined, b: RuleMatch | PlainMessage<RuleMatch> | undefined): boolean;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
/**
|
|
1451
|
+
* @generated from message cloud.v1.MatchRulesRequest
|
|
1452
|
+
*/
|
|
1453
|
+
export declare class MatchRulesRequest extends Message<MatchRulesRequest> {
|
|
1454
|
+
/**
|
|
1455
|
+
* @generated from field: cloud.v1.EventPayload event = 1;
|
|
1456
|
+
*/
|
|
1457
|
+
event?: EventPayload;
|
|
1458
|
+
|
|
1459
|
+
/**
|
|
1460
|
+
* @generated from field: repeated cloud.v1.Rule rules = 2;
|
|
1461
|
+
*/
|
|
1462
|
+
rules: Rule[];
|
|
1463
|
+
|
|
1464
|
+
/**
|
|
1465
|
+
* @generated from field: bool strict = 3;
|
|
1466
|
+
*/
|
|
1467
|
+
strict: boolean;
|
|
1468
|
+
|
|
1469
|
+
constructor(data?: PartialMessage<MatchRulesRequest>);
|
|
1470
|
+
|
|
1471
|
+
static readonly runtime: typeof proto3;
|
|
1472
|
+
static readonly typeName = "cloud.v1.MatchRulesRequest";
|
|
1473
|
+
static readonly fields: FieldList;
|
|
1474
|
+
|
|
1475
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MatchRulesRequest;
|
|
1476
|
+
|
|
1477
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MatchRulesRequest;
|
|
1478
|
+
|
|
1479
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MatchRulesRequest;
|
|
1480
|
+
|
|
1481
|
+
static equals(a: MatchRulesRequest | PlainMessage<MatchRulesRequest> | undefined, b: MatchRulesRequest | PlainMessage<MatchRulesRequest> | undefined): boolean;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
/**
|
|
1485
|
+
* @generated from message cloud.v1.MatchRulesResponse
|
|
1486
|
+
*/
|
|
1487
|
+
export declare class MatchRulesResponse extends Message<MatchRulesResponse> {
|
|
1488
|
+
/**
|
|
1489
|
+
* @generated from field: repeated cloud.v1.RuleMatch matches = 1;
|
|
1490
|
+
*/
|
|
1491
|
+
matches: RuleMatch[];
|
|
1492
|
+
|
|
1493
|
+
constructor(data?: PartialMessage<MatchRulesResponse>);
|
|
1494
|
+
|
|
1495
|
+
static readonly runtime: typeof proto3;
|
|
1496
|
+
static readonly typeName = "cloud.v1.MatchRulesResponse";
|
|
1497
|
+
static readonly fields: FieldList;
|
|
1498
|
+
|
|
1499
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MatchRulesResponse;
|
|
1500
|
+
|
|
1501
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MatchRulesResponse;
|
|
1502
|
+
|
|
1503
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MatchRulesResponse;
|
|
1504
|
+
|
|
1505
|
+
static equals(a: MatchRulesResponse | PlainMessage<MatchRulesResponse> | undefined, b: MatchRulesResponse | PlainMessage<MatchRulesResponse> | undefined): boolean;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
/**
|
|
1509
|
+
* @generated from message cloud.v1.ListRulesRequest
|
|
1510
|
+
*/
|
|
1511
|
+
export declare class ListRulesRequest extends Message<ListRulesRequest> {
|
|
1512
|
+
constructor(data?: PartialMessage<ListRulesRequest>);
|
|
1513
|
+
|
|
1514
|
+
static readonly runtime: typeof proto3;
|
|
1515
|
+
static readonly typeName = "cloud.v1.ListRulesRequest";
|
|
1516
|
+
static readonly fields: FieldList;
|
|
1517
|
+
|
|
1518
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListRulesRequest;
|
|
1519
|
+
|
|
1520
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListRulesRequest;
|
|
1521
|
+
|
|
1522
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListRulesRequest;
|
|
1523
|
+
|
|
1524
|
+
static equals(a: ListRulesRequest | PlainMessage<ListRulesRequest> | undefined, b: ListRulesRequest | PlainMessage<ListRulesRequest> | undefined): boolean;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
/**
|
|
1528
|
+
* @generated from message cloud.v1.ListRulesResponse
|
|
1529
|
+
*/
|
|
1530
|
+
export declare class ListRulesResponse extends Message<ListRulesResponse> {
|
|
1531
|
+
/**
|
|
1532
|
+
* @generated from field: repeated cloud.v1.RuleRecord rules = 1;
|
|
1533
|
+
*/
|
|
1534
|
+
rules: RuleRecord[];
|
|
1535
|
+
|
|
1536
|
+
constructor(data?: PartialMessage<ListRulesResponse>);
|
|
1537
|
+
|
|
1538
|
+
static readonly runtime: typeof proto3;
|
|
1539
|
+
static readonly typeName = "cloud.v1.ListRulesResponse";
|
|
1540
|
+
static readonly fields: FieldList;
|
|
1541
|
+
|
|
1542
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListRulesResponse;
|
|
1543
|
+
|
|
1544
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListRulesResponse;
|
|
1545
|
+
|
|
1546
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListRulesResponse;
|
|
1547
|
+
|
|
1548
|
+
static equals(a: ListRulesResponse | PlainMessage<ListRulesResponse> | undefined, b: ListRulesResponse | PlainMessage<ListRulesResponse> | undefined): boolean;
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1551
|
+
/**
|
|
1552
|
+
* @generated from message cloud.v1.GetRuleRequest
|
|
1553
|
+
*/
|
|
1554
|
+
export declare class GetRuleRequest extends Message<GetRuleRequest> {
|
|
1555
|
+
/**
|
|
1556
|
+
* @generated from field: string id = 1;
|
|
1557
|
+
*/
|
|
1558
|
+
id: string;
|
|
1559
|
+
|
|
1560
|
+
constructor(data?: PartialMessage<GetRuleRequest>);
|
|
1561
|
+
|
|
1562
|
+
static readonly runtime: typeof proto3;
|
|
1563
|
+
static readonly typeName = "cloud.v1.GetRuleRequest";
|
|
1564
|
+
static readonly fields: FieldList;
|
|
1565
|
+
|
|
1566
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetRuleRequest;
|
|
1567
|
+
|
|
1568
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetRuleRequest;
|
|
1569
|
+
|
|
1570
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetRuleRequest;
|
|
1571
|
+
|
|
1572
|
+
static equals(a: GetRuleRequest | PlainMessage<GetRuleRequest> | undefined, b: GetRuleRequest | PlainMessage<GetRuleRequest> | undefined): boolean;
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
/**
|
|
1576
|
+
* @generated from message cloud.v1.GetRuleResponse
|
|
1577
|
+
*/
|
|
1578
|
+
export declare class GetRuleResponse extends Message<GetRuleResponse> {
|
|
1579
|
+
/**
|
|
1580
|
+
* @generated from field: cloud.v1.RuleRecord rule = 1;
|
|
1581
|
+
*/
|
|
1582
|
+
rule?: RuleRecord;
|
|
1583
|
+
|
|
1584
|
+
constructor(data?: PartialMessage<GetRuleResponse>);
|
|
1585
|
+
|
|
1586
|
+
static readonly runtime: typeof proto3;
|
|
1587
|
+
static readonly typeName = "cloud.v1.GetRuleResponse";
|
|
1588
|
+
static readonly fields: FieldList;
|
|
1589
|
+
|
|
1590
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetRuleResponse;
|
|
1591
|
+
|
|
1592
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetRuleResponse;
|
|
1593
|
+
|
|
1594
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetRuleResponse;
|
|
1595
|
+
|
|
1596
|
+
static equals(a: GetRuleResponse | PlainMessage<GetRuleResponse> | undefined, b: GetRuleResponse | PlainMessage<GetRuleResponse> | undefined): boolean;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
/**
|
|
1600
|
+
* @generated from message cloud.v1.CreateRuleRequest
|
|
1601
|
+
*/
|
|
1602
|
+
export declare class CreateRuleRequest extends Message<CreateRuleRequest> {
|
|
1603
|
+
/**
|
|
1604
|
+
* @generated from field: cloud.v1.Rule rule = 1;
|
|
1605
|
+
*/
|
|
1606
|
+
rule?: Rule;
|
|
1607
|
+
|
|
1608
|
+
constructor(data?: PartialMessage<CreateRuleRequest>);
|
|
1609
|
+
|
|
1610
|
+
static readonly runtime: typeof proto3;
|
|
1611
|
+
static readonly typeName = "cloud.v1.CreateRuleRequest";
|
|
1612
|
+
static readonly fields: FieldList;
|
|
1613
|
+
|
|
1614
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateRuleRequest;
|
|
1615
|
+
|
|
1616
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateRuleRequest;
|
|
1617
|
+
|
|
1618
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateRuleRequest;
|
|
1619
|
+
|
|
1620
|
+
static equals(a: CreateRuleRequest | PlainMessage<CreateRuleRequest> | undefined, b: CreateRuleRequest | PlainMessage<CreateRuleRequest> | undefined): boolean;
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
/**
|
|
1624
|
+
* @generated from message cloud.v1.CreateRuleResponse
|
|
1625
|
+
*/
|
|
1626
|
+
export declare class CreateRuleResponse extends Message<CreateRuleResponse> {
|
|
1627
|
+
/**
|
|
1628
|
+
* @generated from field: cloud.v1.RuleRecord rule = 1;
|
|
1629
|
+
*/
|
|
1630
|
+
rule?: RuleRecord;
|
|
1631
|
+
|
|
1632
|
+
constructor(data?: PartialMessage<CreateRuleResponse>);
|
|
1633
|
+
|
|
1634
|
+
static readonly runtime: typeof proto3;
|
|
1635
|
+
static readonly typeName = "cloud.v1.CreateRuleResponse";
|
|
1636
|
+
static readonly fields: FieldList;
|
|
1637
|
+
|
|
1638
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateRuleResponse;
|
|
1639
|
+
|
|
1640
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateRuleResponse;
|
|
1641
|
+
|
|
1642
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateRuleResponse;
|
|
1643
|
+
|
|
1644
|
+
static equals(a: CreateRuleResponse | PlainMessage<CreateRuleResponse> | undefined, b: CreateRuleResponse | PlainMessage<CreateRuleResponse> | undefined): boolean;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
/**
|
|
1648
|
+
* @generated from message cloud.v1.UpdateRuleRequest
|
|
1649
|
+
*/
|
|
1650
|
+
export declare class UpdateRuleRequest extends Message<UpdateRuleRequest> {
|
|
1651
|
+
/**
|
|
1652
|
+
* @generated from field: string id = 1;
|
|
1653
|
+
*/
|
|
1654
|
+
id: string;
|
|
1655
|
+
|
|
1656
|
+
/**
|
|
1657
|
+
* @generated from field: cloud.v1.Rule rule = 2;
|
|
1658
|
+
*/
|
|
1659
|
+
rule?: Rule;
|
|
1660
|
+
|
|
1661
|
+
constructor(data?: PartialMessage<UpdateRuleRequest>);
|
|
1662
|
+
|
|
1663
|
+
static readonly runtime: typeof proto3;
|
|
1664
|
+
static readonly typeName = "cloud.v1.UpdateRuleRequest";
|
|
1665
|
+
static readonly fields: FieldList;
|
|
1666
|
+
|
|
1667
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateRuleRequest;
|
|
1668
|
+
|
|
1669
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateRuleRequest;
|
|
1670
|
+
|
|
1671
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateRuleRequest;
|
|
1672
|
+
|
|
1673
|
+
static equals(a: UpdateRuleRequest | PlainMessage<UpdateRuleRequest> | undefined, b: UpdateRuleRequest | PlainMessage<UpdateRuleRequest> | undefined): boolean;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
/**
|
|
1677
|
+
* @generated from message cloud.v1.UpdateRuleResponse
|
|
1678
|
+
*/
|
|
1679
|
+
export declare class UpdateRuleResponse extends Message<UpdateRuleResponse> {
|
|
1680
|
+
/**
|
|
1681
|
+
* @generated from field: cloud.v1.RuleRecord rule = 1;
|
|
1682
|
+
*/
|
|
1683
|
+
rule?: RuleRecord;
|
|
1684
|
+
|
|
1685
|
+
constructor(data?: PartialMessage<UpdateRuleResponse>);
|
|
1686
|
+
|
|
1687
|
+
static readonly runtime: typeof proto3;
|
|
1688
|
+
static readonly typeName = "cloud.v1.UpdateRuleResponse";
|
|
1689
|
+
static readonly fields: FieldList;
|
|
1690
|
+
|
|
1691
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateRuleResponse;
|
|
1692
|
+
|
|
1693
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateRuleResponse;
|
|
1694
|
+
|
|
1695
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateRuleResponse;
|
|
1696
|
+
|
|
1697
|
+
static equals(a: UpdateRuleResponse | PlainMessage<UpdateRuleResponse> | undefined, b: UpdateRuleResponse | PlainMessage<UpdateRuleResponse> | undefined): boolean;
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
/**
|
|
1701
|
+
* @generated from message cloud.v1.DeleteRuleRequest
|
|
1702
|
+
*/
|
|
1703
|
+
export declare class DeleteRuleRequest extends Message<DeleteRuleRequest> {
|
|
1704
|
+
/**
|
|
1705
|
+
* @generated from field: string id = 1;
|
|
1706
|
+
*/
|
|
1707
|
+
id: string;
|
|
1708
|
+
|
|
1709
|
+
constructor(data?: PartialMessage<DeleteRuleRequest>);
|
|
1710
|
+
|
|
1711
|
+
static readonly runtime: typeof proto3;
|
|
1712
|
+
static readonly typeName = "cloud.v1.DeleteRuleRequest";
|
|
1713
|
+
static readonly fields: FieldList;
|
|
1714
|
+
|
|
1715
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteRuleRequest;
|
|
1716
|
+
|
|
1717
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteRuleRequest;
|
|
1718
|
+
|
|
1719
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteRuleRequest;
|
|
1720
|
+
|
|
1721
|
+
static equals(a: DeleteRuleRequest | PlainMessage<DeleteRuleRequest> | undefined, b: DeleteRuleRequest | PlainMessage<DeleteRuleRequest> | undefined): boolean;
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
/**
|
|
1725
|
+
* @generated from message cloud.v1.DeleteRuleResponse
|
|
1726
|
+
*/
|
|
1727
|
+
export declare class DeleteRuleResponse extends Message<DeleteRuleResponse> {
|
|
1728
|
+
constructor(data?: PartialMessage<DeleteRuleResponse>);
|
|
1729
|
+
|
|
1730
|
+
static readonly runtime: typeof proto3;
|
|
1731
|
+
static readonly typeName = "cloud.v1.DeleteRuleResponse";
|
|
1732
|
+
static readonly fields: FieldList;
|
|
1733
|
+
|
|
1734
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteRuleResponse;
|
|
1735
|
+
|
|
1736
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteRuleResponse;
|
|
1737
|
+
|
|
1738
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteRuleResponse;
|
|
1739
|
+
|
|
1740
|
+
static equals(a: DeleteRuleResponse | PlainMessage<DeleteRuleResponse> | undefined, b: DeleteRuleResponse | PlainMessage<DeleteRuleResponse> | undefined): boolean;
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
/**
|
|
1744
|
+
* @generated from message cloud.v1.ListDriversRequest
|
|
1745
|
+
*/
|
|
1746
|
+
export declare class ListDriversRequest extends Message<ListDriversRequest> {
|
|
1747
|
+
constructor(data?: PartialMessage<ListDriversRequest>);
|
|
1748
|
+
|
|
1749
|
+
static readonly runtime: typeof proto3;
|
|
1750
|
+
static readonly typeName = "cloud.v1.ListDriversRequest";
|
|
1751
|
+
static readonly fields: FieldList;
|
|
1752
|
+
|
|
1753
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListDriversRequest;
|
|
1754
|
+
|
|
1755
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListDriversRequest;
|
|
1756
|
+
|
|
1757
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListDriversRequest;
|
|
1758
|
+
|
|
1759
|
+
static equals(a: ListDriversRequest | PlainMessage<ListDriversRequest> | undefined, b: ListDriversRequest | PlainMessage<ListDriversRequest> | undefined): boolean;
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
/**
|
|
1763
|
+
* @generated from message cloud.v1.ListDriversResponse
|
|
1764
|
+
*/
|
|
1765
|
+
export declare class ListDriversResponse extends Message<ListDriversResponse> {
|
|
1766
|
+
/**
|
|
1767
|
+
* @generated from field: repeated cloud.v1.DriverRecord drivers = 1;
|
|
1768
|
+
*/
|
|
1769
|
+
drivers: DriverRecord[];
|
|
1770
|
+
|
|
1771
|
+
constructor(data?: PartialMessage<ListDriversResponse>);
|
|
1772
|
+
|
|
1773
|
+
static readonly runtime: typeof proto3;
|
|
1774
|
+
static readonly typeName = "cloud.v1.ListDriversResponse";
|
|
1775
|
+
static readonly fields: FieldList;
|
|
1776
|
+
|
|
1777
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListDriversResponse;
|
|
1778
|
+
|
|
1779
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListDriversResponse;
|
|
1780
|
+
|
|
1781
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListDriversResponse;
|
|
1782
|
+
|
|
1783
|
+
static equals(a: ListDriversResponse | PlainMessage<ListDriversResponse> | undefined, b: ListDriversResponse | PlainMessage<ListDriversResponse> | undefined): boolean;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
/**
|
|
1787
|
+
* @generated from message cloud.v1.GetDriverRequest
|
|
1788
|
+
*/
|
|
1789
|
+
export declare class GetDriverRequest extends Message<GetDriverRequest> {
|
|
1790
|
+
/**
|
|
1791
|
+
* @generated from field: string name = 1;
|
|
1792
|
+
*/
|
|
1793
|
+
name: string;
|
|
1794
|
+
|
|
1795
|
+
constructor(data?: PartialMessage<GetDriverRequest>);
|
|
1796
|
+
|
|
1797
|
+
static readonly runtime: typeof proto3;
|
|
1798
|
+
static readonly typeName = "cloud.v1.GetDriverRequest";
|
|
1799
|
+
static readonly fields: FieldList;
|
|
1800
|
+
|
|
1801
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetDriverRequest;
|
|
1802
|
+
|
|
1803
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetDriverRequest;
|
|
1804
|
+
|
|
1805
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetDriverRequest;
|
|
1806
|
+
|
|
1807
|
+
static equals(a: GetDriverRequest | PlainMessage<GetDriverRequest> | undefined, b: GetDriverRequest | PlainMessage<GetDriverRequest> | undefined): boolean;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
/**
|
|
1811
|
+
* @generated from message cloud.v1.GetDriverResponse
|
|
1812
|
+
*/
|
|
1813
|
+
export declare class GetDriverResponse extends Message<GetDriverResponse> {
|
|
1814
|
+
/**
|
|
1815
|
+
* @generated from field: cloud.v1.DriverRecord driver = 1;
|
|
1816
|
+
*/
|
|
1817
|
+
driver?: DriverRecord;
|
|
1818
|
+
|
|
1819
|
+
constructor(data?: PartialMessage<GetDriverResponse>);
|
|
1820
|
+
|
|
1821
|
+
static readonly runtime: typeof proto3;
|
|
1822
|
+
static readonly typeName = "cloud.v1.GetDriverResponse";
|
|
1823
|
+
static readonly fields: FieldList;
|
|
1824
|
+
|
|
1825
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetDriverResponse;
|
|
1826
|
+
|
|
1827
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetDriverResponse;
|
|
1828
|
+
|
|
1829
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetDriverResponse;
|
|
1830
|
+
|
|
1831
|
+
static equals(a: GetDriverResponse | PlainMessage<GetDriverResponse> | undefined, b: GetDriverResponse | PlainMessage<GetDriverResponse> | undefined): boolean;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
/**
|
|
1835
|
+
* @generated from message cloud.v1.UpsertDriverRequest
|
|
1836
|
+
*/
|
|
1837
|
+
export declare class UpsertDriverRequest extends Message<UpsertDriverRequest> {
|
|
1838
|
+
/**
|
|
1839
|
+
* @generated from field: cloud.v1.DriverRecord driver = 1;
|
|
1840
|
+
*/
|
|
1841
|
+
driver?: DriverRecord;
|
|
1842
|
+
|
|
1843
|
+
constructor(data?: PartialMessage<UpsertDriverRequest>);
|
|
1844
|
+
|
|
1845
|
+
static readonly runtime: typeof proto3;
|
|
1846
|
+
static readonly typeName = "cloud.v1.UpsertDriverRequest";
|
|
1847
|
+
static readonly fields: FieldList;
|
|
1848
|
+
|
|
1849
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpsertDriverRequest;
|
|
1850
|
+
|
|
1851
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpsertDriverRequest;
|
|
1852
|
+
|
|
1853
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpsertDriverRequest;
|
|
1854
|
+
|
|
1855
|
+
static equals(a: UpsertDriverRequest | PlainMessage<UpsertDriverRequest> | undefined, b: UpsertDriverRequest | PlainMessage<UpsertDriverRequest> | undefined): boolean;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
/**
|
|
1859
|
+
* @generated from message cloud.v1.UpsertDriverResponse
|
|
1860
|
+
*/
|
|
1861
|
+
export declare class UpsertDriverResponse extends Message<UpsertDriverResponse> {
|
|
1862
|
+
/**
|
|
1863
|
+
* @generated from field: cloud.v1.DriverRecord driver = 1;
|
|
1864
|
+
*/
|
|
1865
|
+
driver?: DriverRecord;
|
|
1866
|
+
|
|
1867
|
+
constructor(data?: PartialMessage<UpsertDriverResponse>);
|
|
1868
|
+
|
|
1869
|
+
static readonly runtime: typeof proto3;
|
|
1870
|
+
static readonly typeName = "cloud.v1.UpsertDriverResponse";
|
|
1871
|
+
static readonly fields: FieldList;
|
|
1872
|
+
|
|
1873
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpsertDriverResponse;
|
|
1874
|
+
|
|
1875
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpsertDriverResponse;
|
|
1876
|
+
|
|
1877
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpsertDriverResponse;
|
|
1878
|
+
|
|
1879
|
+
static equals(a: UpsertDriverResponse | PlainMessage<UpsertDriverResponse> | undefined, b: UpsertDriverResponse | PlainMessage<UpsertDriverResponse> | undefined): boolean;
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1882
|
+
/**
|
|
1883
|
+
* @generated from message cloud.v1.DeleteDriverRequest
|
|
1884
|
+
*/
|
|
1885
|
+
export declare class DeleteDriverRequest extends Message<DeleteDriverRequest> {
|
|
1886
|
+
/**
|
|
1887
|
+
* @generated from field: string name = 1;
|
|
1888
|
+
*/
|
|
1889
|
+
name: string;
|
|
1890
|
+
|
|
1891
|
+
constructor(data?: PartialMessage<DeleteDriverRequest>);
|
|
1892
|
+
|
|
1893
|
+
static readonly runtime: typeof proto3;
|
|
1894
|
+
static readonly typeName = "cloud.v1.DeleteDriverRequest";
|
|
1895
|
+
static readonly fields: FieldList;
|
|
1896
|
+
|
|
1897
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteDriverRequest;
|
|
1898
|
+
|
|
1899
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteDriverRequest;
|
|
1900
|
+
|
|
1901
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteDriverRequest;
|
|
1902
|
+
|
|
1903
|
+
static equals(a: DeleteDriverRequest | PlainMessage<DeleteDriverRequest> | undefined, b: DeleteDriverRequest | PlainMessage<DeleteDriverRequest> | undefined): boolean;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
/**
|
|
1907
|
+
* @generated from message cloud.v1.DeleteDriverResponse
|
|
1908
|
+
*/
|
|
1909
|
+
export declare class DeleteDriverResponse extends Message<DeleteDriverResponse> {
|
|
1910
|
+
constructor(data?: PartialMessage<DeleteDriverResponse>);
|
|
1911
|
+
|
|
1912
|
+
static readonly runtime: typeof proto3;
|
|
1913
|
+
static readonly typeName = "cloud.v1.DeleteDriverResponse";
|
|
1914
|
+
static readonly fields: FieldList;
|
|
1915
|
+
|
|
1916
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteDriverResponse;
|
|
1917
|
+
|
|
1918
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteDriverResponse;
|
|
1919
|
+
|
|
1920
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteDriverResponse;
|
|
1921
|
+
|
|
1922
|
+
static equals(a: DeleteDriverResponse | PlainMessage<DeleteDriverResponse> | undefined, b: DeleteDriverResponse | PlainMessage<DeleteDriverResponse> | undefined): boolean;
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
/**
|
|
1926
|
+
* @generated from message cloud.v1.ListProvidersRequest
|
|
1927
|
+
*/
|
|
1928
|
+
export declare class ListProvidersRequest extends Message<ListProvidersRequest> {
|
|
1929
|
+
/**
|
|
1930
|
+
* @generated from field: string provider = 1;
|
|
1931
|
+
*/
|
|
1932
|
+
provider: string;
|
|
1933
|
+
|
|
1934
|
+
constructor(data?: PartialMessage<ListProvidersRequest>);
|
|
1935
|
+
|
|
1936
|
+
static readonly runtime: typeof proto3;
|
|
1937
|
+
static readonly typeName = "cloud.v1.ListProvidersRequest";
|
|
1938
|
+
static readonly fields: FieldList;
|
|
1939
|
+
|
|
1940
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListProvidersRequest;
|
|
1941
|
+
|
|
1942
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListProvidersRequest;
|
|
1943
|
+
|
|
1944
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListProvidersRequest;
|
|
1945
|
+
|
|
1946
|
+
static equals(a: ListProvidersRequest | PlainMessage<ListProvidersRequest> | undefined, b: ListProvidersRequest | PlainMessage<ListProvidersRequest> | undefined): boolean;
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
/**
|
|
1950
|
+
* @generated from message cloud.v1.ListProvidersResponse
|
|
1951
|
+
*/
|
|
1952
|
+
export declare class ListProvidersResponse extends Message<ListProvidersResponse> {
|
|
1953
|
+
/**
|
|
1954
|
+
* @generated from field: repeated cloud.v1.ProviderRecord providers = 1;
|
|
1955
|
+
*/
|
|
1956
|
+
providers: ProviderRecord[];
|
|
1957
|
+
|
|
1958
|
+
constructor(data?: PartialMessage<ListProvidersResponse>);
|
|
1959
|
+
|
|
1960
|
+
static readonly runtime: typeof proto3;
|
|
1961
|
+
static readonly typeName = "cloud.v1.ListProvidersResponse";
|
|
1962
|
+
static readonly fields: FieldList;
|
|
1963
|
+
|
|
1964
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListProvidersResponse;
|
|
1965
|
+
|
|
1966
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListProvidersResponse;
|
|
1967
|
+
|
|
1968
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListProvidersResponse;
|
|
1969
|
+
|
|
1970
|
+
static equals(a: ListProvidersResponse | PlainMessage<ListProvidersResponse> | undefined, b: ListProvidersResponse | PlainMessage<ListProvidersResponse> | undefined): boolean;
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
/**
|
|
1974
|
+
* @generated from message cloud.v1.GetProviderRequest
|
|
1975
|
+
*/
|
|
1976
|
+
export declare class GetProviderRequest extends Message<GetProviderRequest> {
|
|
1977
|
+
/**
|
|
1978
|
+
* @generated from field: string provider = 1;
|
|
1979
|
+
*/
|
|
1980
|
+
provider: string;
|
|
1981
|
+
|
|
1982
|
+
/**
|
|
1983
|
+
* @generated from field: string hash = 2;
|
|
1984
|
+
*/
|
|
1985
|
+
hash: string;
|
|
1986
|
+
|
|
1987
|
+
constructor(data?: PartialMessage<GetProviderRequest>);
|
|
1988
|
+
|
|
1989
|
+
static readonly runtime: typeof proto3;
|
|
1990
|
+
static readonly typeName = "cloud.v1.GetProviderRequest";
|
|
1991
|
+
static readonly fields: FieldList;
|
|
1992
|
+
|
|
1993
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetProviderRequest;
|
|
1994
|
+
|
|
1995
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetProviderRequest;
|
|
1996
|
+
|
|
1997
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetProviderRequest;
|
|
1998
|
+
|
|
1999
|
+
static equals(a: GetProviderRequest | PlainMessage<GetProviderRequest> | undefined, b: GetProviderRequest | PlainMessage<GetProviderRequest> | undefined): boolean;
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
/**
|
|
2003
|
+
* @generated from message cloud.v1.GetProviderResponse
|
|
2004
|
+
*/
|
|
2005
|
+
export declare class GetProviderResponse extends Message<GetProviderResponse> {
|
|
2006
|
+
/**
|
|
2007
|
+
* @generated from field: cloud.v1.ProviderRecord provider = 1;
|
|
2008
|
+
*/
|
|
2009
|
+
provider?: ProviderRecord;
|
|
2010
|
+
|
|
2011
|
+
constructor(data?: PartialMessage<GetProviderResponse>);
|
|
2012
|
+
|
|
2013
|
+
static readonly runtime: typeof proto3;
|
|
2014
|
+
static readonly typeName = "cloud.v1.GetProviderResponse";
|
|
2015
|
+
static readonly fields: FieldList;
|
|
2016
|
+
|
|
2017
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetProviderResponse;
|
|
2018
|
+
|
|
2019
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetProviderResponse;
|
|
2020
|
+
|
|
2021
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetProviderResponse;
|
|
2022
|
+
|
|
2023
|
+
static equals(a: GetProviderResponse | PlainMessage<GetProviderResponse> | undefined, b: GetProviderResponse | PlainMessage<GetProviderResponse> | undefined): boolean;
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
/**
|
|
2027
|
+
* @generated from message cloud.v1.UpsertProviderRequest
|
|
2028
|
+
*/
|
|
2029
|
+
export declare class UpsertProviderRequest extends Message<UpsertProviderRequest> {
|
|
2030
|
+
/**
|
|
2031
|
+
* @generated from field: cloud.v1.ProviderRecord provider = 1;
|
|
2032
|
+
*/
|
|
2033
|
+
provider?: ProviderRecord;
|
|
2034
|
+
|
|
2035
|
+
constructor(data?: PartialMessage<UpsertProviderRequest>);
|
|
2036
|
+
|
|
2037
|
+
static readonly runtime: typeof proto3;
|
|
2038
|
+
static readonly typeName = "cloud.v1.UpsertProviderRequest";
|
|
2039
|
+
static readonly fields: FieldList;
|
|
2040
|
+
|
|
2041
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpsertProviderRequest;
|
|
2042
|
+
|
|
2043
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpsertProviderRequest;
|
|
2044
|
+
|
|
2045
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpsertProviderRequest;
|
|
2046
|
+
|
|
2047
|
+
static equals(a: UpsertProviderRequest | PlainMessage<UpsertProviderRequest> | undefined, b: UpsertProviderRequest | PlainMessage<UpsertProviderRequest> | undefined): boolean;
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
|
+
/**
|
|
2051
|
+
* @generated from message cloud.v1.UpsertProviderResponse
|
|
2052
|
+
*/
|
|
2053
|
+
export declare class UpsertProviderResponse extends Message<UpsertProviderResponse> {
|
|
2054
|
+
/**
|
|
2055
|
+
* @generated from field: cloud.v1.ProviderRecord provider = 1;
|
|
2056
|
+
*/
|
|
2057
|
+
provider?: ProviderRecord;
|
|
2058
|
+
|
|
2059
|
+
constructor(data?: PartialMessage<UpsertProviderResponse>);
|
|
2060
|
+
|
|
2061
|
+
static readonly runtime: typeof proto3;
|
|
2062
|
+
static readonly typeName = "cloud.v1.UpsertProviderResponse";
|
|
2063
|
+
static readonly fields: FieldList;
|
|
2064
|
+
|
|
2065
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpsertProviderResponse;
|
|
2066
|
+
|
|
2067
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpsertProviderResponse;
|
|
2068
|
+
|
|
2069
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpsertProviderResponse;
|
|
2070
|
+
|
|
2071
|
+
static equals(a: UpsertProviderResponse | PlainMessage<UpsertProviderResponse> | undefined, b: UpsertProviderResponse | PlainMessage<UpsertProviderResponse> | undefined): boolean;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
/**
|
|
2075
|
+
* @generated from message cloud.v1.DeleteProviderRequest
|
|
2076
|
+
*/
|
|
2077
|
+
export declare class DeleteProviderRequest extends Message<DeleteProviderRequest> {
|
|
2078
|
+
/**
|
|
2079
|
+
* @generated from field: string provider = 1;
|
|
2080
|
+
*/
|
|
2081
|
+
provider: string;
|
|
2082
|
+
|
|
2083
|
+
/**
|
|
2084
|
+
* @generated from field: string hash = 2;
|
|
2085
|
+
*/
|
|
2086
|
+
hash: string;
|
|
2087
|
+
|
|
2088
|
+
constructor(data?: PartialMessage<DeleteProviderRequest>);
|
|
2089
|
+
|
|
2090
|
+
static readonly runtime: typeof proto3;
|
|
2091
|
+
static readonly typeName = "cloud.v1.DeleteProviderRequest";
|
|
2092
|
+
static readonly fields: FieldList;
|
|
2093
|
+
|
|
2094
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteProviderRequest;
|
|
2095
|
+
|
|
2096
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteProviderRequest;
|
|
2097
|
+
|
|
2098
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteProviderRequest;
|
|
2099
|
+
|
|
2100
|
+
static equals(a: DeleteProviderRequest | PlainMessage<DeleteProviderRequest> | undefined, b: DeleteProviderRequest | PlainMessage<DeleteProviderRequest> | undefined): boolean;
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
/**
|
|
2104
|
+
* @generated from message cloud.v1.DeleteProviderResponse
|
|
2105
|
+
*/
|
|
2106
|
+
export declare class DeleteProviderResponse extends Message<DeleteProviderResponse> {
|
|
2107
|
+
constructor(data?: PartialMessage<DeleteProviderResponse>);
|
|
2108
|
+
|
|
2109
|
+
static readonly runtime: typeof proto3;
|
|
2110
|
+
static readonly typeName = "cloud.v1.DeleteProviderResponse";
|
|
2111
|
+
static readonly fields: FieldList;
|
|
2112
|
+
|
|
2113
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteProviderResponse;
|
|
2114
|
+
|
|
2115
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteProviderResponse;
|
|
2116
|
+
|
|
2117
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteProviderResponse;
|
|
2118
|
+
|
|
2119
|
+
static equals(a: DeleteProviderResponse | PlainMessage<DeleteProviderResponse> | undefined, b: DeleteProviderResponse | PlainMessage<DeleteProviderResponse> | undefined): boolean;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
/**
|
|
2123
|
+
* @generated from message cloud.v1.ListEventLogsRequest
|
|
2124
|
+
*/
|
|
2125
|
+
export declare class ListEventLogsRequest extends Message<ListEventLogsRequest> {
|
|
2126
|
+
/**
|
|
2127
|
+
* @generated from field: string provider = 1;
|
|
2128
|
+
*/
|
|
2129
|
+
provider: string;
|
|
2130
|
+
|
|
2131
|
+
/**
|
|
2132
|
+
* @generated from field: string name = 2;
|
|
2133
|
+
*/
|
|
2134
|
+
name: string;
|
|
2135
|
+
|
|
2136
|
+
/**
|
|
2137
|
+
* @generated from field: string topic = 3;
|
|
2138
|
+
*/
|
|
2139
|
+
topic: string;
|
|
2140
|
+
|
|
2141
|
+
/**
|
|
2142
|
+
* @generated from field: string request_id = 4;
|
|
2143
|
+
*/
|
|
2144
|
+
requestId: string;
|
|
2145
|
+
|
|
2146
|
+
/**
|
|
2147
|
+
* @generated from field: string state_id = 5;
|
|
2148
|
+
*/
|
|
2149
|
+
stateId: string;
|
|
2150
|
+
|
|
2151
|
+
/**
|
|
2152
|
+
* @generated from field: string installation_id = 6;
|
|
2153
|
+
*/
|
|
2154
|
+
installationId: string;
|
|
2155
|
+
|
|
2156
|
+
/**
|
|
2157
|
+
* @generated from field: string namespace_id = 7;
|
|
2158
|
+
*/
|
|
2159
|
+
namespaceId: string;
|
|
2160
|
+
|
|
2161
|
+
/**
|
|
2162
|
+
* @generated from field: string namespace_name = 8;
|
|
2163
|
+
*/
|
|
2164
|
+
namespaceName: string;
|
|
2165
|
+
|
|
2166
|
+
/**
|
|
2167
|
+
* @generated from field: string rule_id = 9;
|
|
2168
|
+
*/
|
|
2169
|
+
ruleId: string;
|
|
2170
|
+
|
|
2171
|
+
/**
|
|
2172
|
+
* @generated from field: string rule_when = 10;
|
|
2173
|
+
*/
|
|
2174
|
+
ruleWhen: string;
|
|
2175
|
+
|
|
2176
|
+
/**
|
|
2177
|
+
* @generated from field: bool matched_only = 11;
|
|
2178
|
+
*/
|
|
2179
|
+
matchedOnly: boolean;
|
|
2180
|
+
|
|
2181
|
+
/**
|
|
2182
|
+
* @generated from field: int32 page_size = 12;
|
|
2183
|
+
*/
|
|
2184
|
+
pageSize: number;
|
|
2185
|
+
|
|
2186
|
+
/**
|
|
2187
|
+
* @generated from field: string page_token = 13;
|
|
2188
|
+
*/
|
|
2189
|
+
pageToken: string;
|
|
2190
|
+
|
|
2191
|
+
/**
|
|
2192
|
+
* @generated from field: google.protobuf.Timestamp start_time = 14;
|
|
2193
|
+
*/
|
|
2194
|
+
startTime?: Timestamp;
|
|
2195
|
+
|
|
2196
|
+
/**
|
|
2197
|
+
* @generated from field: google.protobuf.Timestamp end_time = 15;
|
|
2198
|
+
*/
|
|
2199
|
+
endTime?: Timestamp;
|
|
2200
|
+
|
|
2201
|
+
constructor(data?: PartialMessage<ListEventLogsRequest>);
|
|
2202
|
+
|
|
2203
|
+
static readonly runtime: typeof proto3;
|
|
2204
|
+
static readonly typeName = "cloud.v1.ListEventLogsRequest";
|
|
2205
|
+
static readonly fields: FieldList;
|
|
2206
|
+
|
|
2207
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListEventLogsRequest;
|
|
2208
|
+
|
|
2209
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListEventLogsRequest;
|
|
2210
|
+
|
|
2211
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListEventLogsRequest;
|
|
2212
|
+
|
|
2213
|
+
static equals(a: ListEventLogsRequest | PlainMessage<ListEventLogsRequest> | undefined, b: ListEventLogsRequest | PlainMessage<ListEventLogsRequest> | undefined): boolean;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
/**
|
|
2217
|
+
* @generated from message cloud.v1.ListEventLogsResponse
|
|
2218
|
+
*/
|
|
2219
|
+
export declare class ListEventLogsResponse extends Message<ListEventLogsResponse> {
|
|
2220
|
+
/**
|
|
2221
|
+
* @generated from field: repeated cloud.v1.EventLogRecord logs = 1;
|
|
2222
|
+
*/
|
|
2223
|
+
logs: EventLogRecord[];
|
|
2224
|
+
|
|
2225
|
+
/**
|
|
2226
|
+
* @generated from field: string next_page_token = 2;
|
|
2227
|
+
*/
|
|
2228
|
+
nextPageToken: string;
|
|
2229
|
+
|
|
2230
|
+
constructor(data?: PartialMessage<ListEventLogsResponse>);
|
|
2231
|
+
|
|
2232
|
+
static readonly runtime: typeof proto3;
|
|
2233
|
+
static readonly typeName = "cloud.v1.ListEventLogsResponse";
|
|
2234
|
+
static readonly fields: FieldList;
|
|
2235
|
+
|
|
2236
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListEventLogsResponse;
|
|
2237
|
+
|
|
2238
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListEventLogsResponse;
|
|
2239
|
+
|
|
2240
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListEventLogsResponse;
|
|
2241
|
+
|
|
2242
|
+
static equals(a: ListEventLogsResponse | PlainMessage<ListEventLogsResponse> | undefined, b: ListEventLogsResponse | PlainMessage<ListEventLogsResponse> | undefined): boolean;
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
/**
|
|
2246
|
+
* @generated from message cloud.v1.GetEventLogAnalyticsRequest
|
|
2247
|
+
*/
|
|
2248
|
+
export declare class GetEventLogAnalyticsRequest extends Message<GetEventLogAnalyticsRequest> {
|
|
2249
|
+
/**
|
|
2250
|
+
* @generated from field: string provider = 1;
|
|
2251
|
+
*/
|
|
2252
|
+
provider: string;
|
|
2253
|
+
|
|
2254
|
+
/**
|
|
2255
|
+
* @generated from field: string name = 2;
|
|
2256
|
+
*/
|
|
2257
|
+
name: string;
|
|
2258
|
+
|
|
2259
|
+
/**
|
|
2260
|
+
* @generated from field: string topic = 3;
|
|
2261
|
+
*/
|
|
2262
|
+
topic: string;
|
|
2263
|
+
|
|
2264
|
+
/**
|
|
2265
|
+
* @generated from field: string request_id = 4;
|
|
2266
|
+
*/
|
|
2267
|
+
requestId: string;
|
|
2268
|
+
|
|
2269
|
+
/**
|
|
2270
|
+
* @generated from field: string state_id = 5;
|
|
2271
|
+
*/
|
|
2272
|
+
stateId: string;
|
|
2273
|
+
|
|
2274
|
+
/**
|
|
2275
|
+
* @generated from field: string installation_id = 6;
|
|
2276
|
+
*/
|
|
2277
|
+
installationId: string;
|
|
2278
|
+
|
|
2279
|
+
/**
|
|
2280
|
+
* @generated from field: string namespace_id = 7;
|
|
2281
|
+
*/
|
|
2282
|
+
namespaceId: string;
|
|
2283
|
+
|
|
2284
|
+
/**
|
|
2285
|
+
* @generated from field: string namespace_name = 8;
|
|
2286
|
+
*/
|
|
2287
|
+
namespaceName: string;
|
|
2288
|
+
|
|
2289
|
+
/**
|
|
2290
|
+
* @generated from field: string rule_id = 9;
|
|
2291
|
+
*/
|
|
2292
|
+
ruleId: string;
|
|
2293
|
+
|
|
2294
|
+
/**
|
|
2295
|
+
* @generated from field: string rule_when = 10;
|
|
2296
|
+
*/
|
|
2297
|
+
ruleWhen: string;
|
|
2298
|
+
|
|
2299
|
+
/**
|
|
2300
|
+
* @generated from field: bool matched_only = 11;
|
|
2301
|
+
*/
|
|
2302
|
+
matchedOnly: boolean;
|
|
2303
|
+
|
|
2304
|
+
/**
|
|
2305
|
+
* @generated from field: google.protobuf.Timestamp start_time = 12;
|
|
2306
|
+
*/
|
|
2307
|
+
startTime?: Timestamp;
|
|
2308
|
+
|
|
2309
|
+
/**
|
|
2310
|
+
* @generated from field: google.protobuf.Timestamp end_time = 13;
|
|
2311
|
+
*/
|
|
2312
|
+
endTime?: Timestamp;
|
|
2313
|
+
|
|
2314
|
+
constructor(data?: PartialMessage<GetEventLogAnalyticsRequest>);
|
|
2315
|
+
|
|
2316
|
+
static readonly runtime: typeof proto3;
|
|
2317
|
+
static readonly typeName = "cloud.v1.GetEventLogAnalyticsRequest";
|
|
2318
|
+
static readonly fields: FieldList;
|
|
2319
|
+
|
|
2320
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetEventLogAnalyticsRequest;
|
|
2321
|
+
|
|
2322
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetEventLogAnalyticsRequest;
|
|
2323
|
+
|
|
2324
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetEventLogAnalyticsRequest;
|
|
2325
|
+
|
|
2326
|
+
static equals(a: GetEventLogAnalyticsRequest | PlainMessage<GetEventLogAnalyticsRequest> | undefined, b: GetEventLogAnalyticsRequest | PlainMessage<GetEventLogAnalyticsRequest> | undefined): boolean;
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
/**
|
|
2330
|
+
* @generated from message cloud.v1.GetEventLogAnalyticsResponse
|
|
2331
|
+
*/
|
|
2332
|
+
export declare class GetEventLogAnalyticsResponse extends Message<GetEventLogAnalyticsResponse> {
|
|
2333
|
+
/**
|
|
2334
|
+
* @generated from field: cloud.v1.EventLogAnalytics analytics = 1;
|
|
2335
|
+
*/
|
|
2336
|
+
analytics?: EventLogAnalytics;
|
|
2337
|
+
|
|
2338
|
+
constructor(data?: PartialMessage<GetEventLogAnalyticsResponse>);
|
|
2339
|
+
|
|
2340
|
+
static readonly runtime: typeof proto3;
|
|
2341
|
+
static readonly typeName = "cloud.v1.GetEventLogAnalyticsResponse";
|
|
2342
|
+
static readonly fields: FieldList;
|
|
2343
|
+
|
|
2344
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetEventLogAnalyticsResponse;
|
|
2345
|
+
|
|
2346
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetEventLogAnalyticsResponse;
|
|
2347
|
+
|
|
2348
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetEventLogAnalyticsResponse;
|
|
2349
|
+
|
|
2350
|
+
static equals(a: GetEventLogAnalyticsResponse | PlainMessage<GetEventLogAnalyticsResponse> | undefined, b: GetEventLogAnalyticsResponse | PlainMessage<GetEventLogAnalyticsResponse> | undefined): boolean;
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2353
|
+
/**
|
|
2354
|
+
* @generated from message cloud.v1.GetEventLogTimeseriesRequest
|
|
2355
|
+
*/
|
|
2356
|
+
export declare class GetEventLogTimeseriesRequest extends Message<GetEventLogTimeseriesRequest> {
|
|
2357
|
+
/**
|
|
2358
|
+
* @generated from field: string provider = 1;
|
|
2359
|
+
*/
|
|
2360
|
+
provider: string;
|
|
2361
|
+
|
|
2362
|
+
/**
|
|
2363
|
+
* @generated from field: string name = 2;
|
|
2364
|
+
*/
|
|
2365
|
+
name: string;
|
|
2366
|
+
|
|
2367
|
+
/**
|
|
2368
|
+
* @generated from field: string topic = 3;
|
|
2369
|
+
*/
|
|
2370
|
+
topic: string;
|
|
2371
|
+
|
|
2372
|
+
/**
|
|
2373
|
+
* @generated from field: string request_id = 4;
|
|
2374
|
+
*/
|
|
2375
|
+
requestId: string;
|
|
2376
|
+
|
|
2377
|
+
/**
|
|
2378
|
+
* @generated from field: string state_id = 5;
|
|
2379
|
+
*/
|
|
2380
|
+
stateId: string;
|
|
2381
|
+
|
|
2382
|
+
/**
|
|
2383
|
+
* @generated from field: string installation_id = 6;
|
|
2384
|
+
*/
|
|
2385
|
+
installationId: string;
|
|
2386
|
+
|
|
2387
|
+
/**
|
|
2388
|
+
* @generated from field: string namespace_id = 7;
|
|
2389
|
+
*/
|
|
2390
|
+
namespaceId: string;
|
|
2391
|
+
|
|
2392
|
+
/**
|
|
2393
|
+
* @generated from field: string namespace_name = 8;
|
|
2394
|
+
*/
|
|
2395
|
+
namespaceName: string;
|
|
2396
|
+
|
|
2397
|
+
/**
|
|
2398
|
+
* @generated from field: string rule_id = 9;
|
|
2399
|
+
*/
|
|
2400
|
+
ruleId: string;
|
|
2401
|
+
|
|
2402
|
+
/**
|
|
2403
|
+
* @generated from field: string rule_when = 10;
|
|
2404
|
+
*/
|
|
2405
|
+
ruleWhen: string;
|
|
2406
|
+
|
|
2407
|
+
/**
|
|
2408
|
+
* @generated from field: bool matched_only = 11;
|
|
2409
|
+
*/
|
|
2410
|
+
matchedOnly: boolean;
|
|
2411
|
+
|
|
2412
|
+
/**
|
|
2413
|
+
* @generated from field: google.protobuf.Timestamp start_time = 12;
|
|
2414
|
+
*/
|
|
2415
|
+
startTime?: Timestamp;
|
|
2416
|
+
|
|
2417
|
+
/**
|
|
2418
|
+
* @generated from field: google.protobuf.Timestamp end_time = 13;
|
|
2419
|
+
*/
|
|
2420
|
+
endTime?: Timestamp;
|
|
2421
|
+
|
|
2422
|
+
/**
|
|
2423
|
+
* @generated from field: cloud.v1.EventLogTimeseriesInterval interval = 14;
|
|
2424
|
+
*/
|
|
2425
|
+
interval: EventLogTimeseriesInterval;
|
|
2426
|
+
|
|
2427
|
+
constructor(data?: PartialMessage<GetEventLogTimeseriesRequest>);
|
|
2428
|
+
|
|
2429
|
+
static readonly runtime: typeof proto3;
|
|
2430
|
+
static readonly typeName = "cloud.v1.GetEventLogTimeseriesRequest";
|
|
2431
|
+
static readonly fields: FieldList;
|
|
2432
|
+
|
|
2433
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetEventLogTimeseriesRequest;
|
|
2434
|
+
|
|
2435
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetEventLogTimeseriesRequest;
|
|
2436
|
+
|
|
2437
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetEventLogTimeseriesRequest;
|
|
2438
|
+
|
|
2439
|
+
static equals(a: GetEventLogTimeseriesRequest | PlainMessage<GetEventLogTimeseriesRequest> | undefined, b: GetEventLogTimeseriesRequest | PlainMessage<GetEventLogTimeseriesRequest> | undefined): boolean;
|
|
2440
|
+
}
|
|
2441
|
+
|
|
2442
|
+
/**
|
|
2443
|
+
* @generated from message cloud.v1.GetEventLogTimeseriesResponse
|
|
2444
|
+
*/
|
|
2445
|
+
export declare class GetEventLogTimeseriesResponse extends Message<GetEventLogTimeseriesResponse> {
|
|
2446
|
+
/**
|
|
2447
|
+
* @generated from field: repeated cloud.v1.EventLogTimeseriesBucket buckets = 1;
|
|
2448
|
+
*/
|
|
2449
|
+
buckets: EventLogTimeseriesBucket[];
|
|
2450
|
+
|
|
2451
|
+
constructor(data?: PartialMessage<GetEventLogTimeseriesResponse>);
|
|
2452
|
+
|
|
2453
|
+
static readonly runtime: typeof proto3;
|
|
2454
|
+
static readonly typeName = "cloud.v1.GetEventLogTimeseriesResponse";
|
|
2455
|
+
static readonly fields: FieldList;
|
|
2456
|
+
|
|
2457
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetEventLogTimeseriesResponse;
|
|
2458
|
+
|
|
2459
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetEventLogTimeseriesResponse;
|
|
2460
|
+
|
|
2461
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetEventLogTimeseriesResponse;
|
|
2462
|
+
|
|
2463
|
+
static equals(a: GetEventLogTimeseriesResponse | PlainMessage<GetEventLogTimeseriesResponse> | undefined, b: GetEventLogTimeseriesResponse | PlainMessage<GetEventLogTimeseriesResponse> | undefined): boolean;
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
/**
|
|
2467
|
+
* @generated from message cloud.v1.GetEventLogBreakdownRequest
|
|
2468
|
+
*/
|
|
2469
|
+
export declare class GetEventLogBreakdownRequest extends Message<GetEventLogBreakdownRequest> {
|
|
2470
|
+
/**
|
|
2471
|
+
* @generated from field: string provider = 1;
|
|
2472
|
+
*/
|
|
2473
|
+
provider: string;
|
|
2474
|
+
|
|
2475
|
+
/**
|
|
2476
|
+
* @generated from field: string name = 2;
|
|
2477
|
+
*/
|
|
2478
|
+
name: string;
|
|
2479
|
+
|
|
2480
|
+
/**
|
|
2481
|
+
* @generated from field: string topic = 3;
|
|
2482
|
+
*/
|
|
2483
|
+
topic: string;
|
|
2484
|
+
|
|
2485
|
+
/**
|
|
2486
|
+
* @generated from field: string request_id = 4;
|
|
2487
|
+
*/
|
|
2488
|
+
requestId: string;
|
|
2489
|
+
|
|
2490
|
+
/**
|
|
2491
|
+
* @generated from field: string state_id = 5;
|
|
2492
|
+
*/
|
|
2493
|
+
stateId: string;
|
|
2494
|
+
|
|
2495
|
+
/**
|
|
2496
|
+
* @generated from field: string installation_id = 6;
|
|
2497
|
+
*/
|
|
2498
|
+
installationId: string;
|
|
2499
|
+
|
|
2500
|
+
/**
|
|
2501
|
+
* @generated from field: string namespace_id = 7;
|
|
2502
|
+
*/
|
|
2503
|
+
namespaceId: string;
|
|
2504
|
+
|
|
2505
|
+
/**
|
|
2506
|
+
* @generated from field: string namespace_name = 8;
|
|
2507
|
+
*/
|
|
2508
|
+
namespaceName: string;
|
|
2509
|
+
|
|
2510
|
+
/**
|
|
2511
|
+
* @generated from field: string rule_id = 9;
|
|
2512
|
+
*/
|
|
2513
|
+
ruleId: string;
|
|
2514
|
+
|
|
2515
|
+
/**
|
|
2516
|
+
* @generated from field: string rule_when = 10;
|
|
2517
|
+
*/
|
|
2518
|
+
ruleWhen: string;
|
|
2519
|
+
|
|
2520
|
+
/**
|
|
2521
|
+
* @generated from field: bool matched_only = 11;
|
|
2522
|
+
*/
|
|
2523
|
+
matchedOnly: boolean;
|
|
2524
|
+
|
|
2525
|
+
/**
|
|
2526
|
+
* @generated from field: google.protobuf.Timestamp start_time = 12;
|
|
2527
|
+
*/
|
|
2528
|
+
startTime?: Timestamp;
|
|
2529
|
+
|
|
2530
|
+
/**
|
|
2531
|
+
* @generated from field: google.protobuf.Timestamp end_time = 13;
|
|
2532
|
+
*/
|
|
2533
|
+
endTime?: Timestamp;
|
|
2534
|
+
|
|
2535
|
+
/**
|
|
2536
|
+
* @generated from field: cloud.v1.EventLogBreakdownGroup group_by = 14;
|
|
2537
|
+
*/
|
|
2538
|
+
groupBy: EventLogBreakdownGroup;
|
|
2539
|
+
|
|
2540
|
+
/**
|
|
2541
|
+
* @generated from field: cloud.v1.EventLogBreakdownSort sort_by = 15;
|
|
2542
|
+
*/
|
|
2543
|
+
sortBy: EventLogBreakdownSort;
|
|
2544
|
+
|
|
2545
|
+
/**
|
|
2546
|
+
* @generated from field: bool sort_desc = 16;
|
|
2547
|
+
*/
|
|
2548
|
+
sortDesc: boolean;
|
|
2549
|
+
|
|
2550
|
+
/**
|
|
2551
|
+
* @generated from field: int32 page_size = 17;
|
|
2552
|
+
*/
|
|
2553
|
+
pageSize: number;
|
|
2554
|
+
|
|
2555
|
+
/**
|
|
2556
|
+
* @generated from field: string page_token = 18;
|
|
2557
|
+
*/
|
|
2558
|
+
pageToken: string;
|
|
2559
|
+
|
|
2560
|
+
/**
|
|
2561
|
+
* @generated from field: bool include_latency = 19;
|
|
2562
|
+
*/
|
|
2563
|
+
includeLatency: boolean;
|
|
2564
|
+
|
|
2565
|
+
constructor(data?: PartialMessage<GetEventLogBreakdownRequest>);
|
|
2566
|
+
|
|
2567
|
+
static readonly runtime: typeof proto3;
|
|
2568
|
+
static readonly typeName = "cloud.v1.GetEventLogBreakdownRequest";
|
|
2569
|
+
static readonly fields: FieldList;
|
|
2570
|
+
|
|
2571
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetEventLogBreakdownRequest;
|
|
2572
|
+
|
|
2573
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetEventLogBreakdownRequest;
|
|
2574
|
+
|
|
2575
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetEventLogBreakdownRequest;
|
|
2576
|
+
|
|
2577
|
+
static equals(a: GetEventLogBreakdownRequest | PlainMessage<GetEventLogBreakdownRequest> | undefined, b: GetEventLogBreakdownRequest | PlainMessage<GetEventLogBreakdownRequest> | undefined): boolean;
|
|
2578
|
+
}
|
|
2579
|
+
|
|
2580
|
+
/**
|
|
2581
|
+
* @generated from message cloud.v1.GetEventLogBreakdownResponse
|
|
2582
|
+
*/
|
|
2583
|
+
export declare class GetEventLogBreakdownResponse extends Message<GetEventLogBreakdownResponse> {
|
|
2584
|
+
/**
|
|
2585
|
+
* @generated from field: repeated cloud.v1.EventLogBreakdown breakdowns = 1;
|
|
2586
|
+
*/
|
|
2587
|
+
breakdowns: EventLogBreakdown[];
|
|
2588
|
+
|
|
2589
|
+
/**
|
|
2590
|
+
* @generated from field: string next_page_token = 2;
|
|
2591
|
+
*/
|
|
2592
|
+
nextPageToken: string;
|
|
2593
|
+
|
|
2594
|
+
constructor(data?: PartialMessage<GetEventLogBreakdownResponse>);
|
|
2595
|
+
|
|
2596
|
+
static readonly runtime: typeof proto3;
|
|
2597
|
+
static readonly typeName = "cloud.v1.GetEventLogBreakdownResponse";
|
|
2598
|
+
static readonly fields: FieldList;
|
|
2599
|
+
|
|
2600
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetEventLogBreakdownResponse;
|
|
2601
|
+
|
|
2602
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetEventLogBreakdownResponse;
|
|
2603
|
+
|
|
2604
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetEventLogBreakdownResponse;
|
|
2605
|
+
|
|
2606
|
+
static equals(a: GetEventLogBreakdownResponse | PlainMessage<GetEventLogBreakdownResponse> | undefined, b: GetEventLogBreakdownResponse | PlainMessage<GetEventLogBreakdownResponse> | undefined): boolean;
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
/**
|
|
2610
|
+
* @generated from message cloud.v1.UpdateEventLogStatusRequest
|
|
2611
|
+
*/
|
|
2612
|
+
export declare class UpdateEventLogStatusRequest extends Message<UpdateEventLogStatusRequest> {
|
|
2613
|
+
/**
|
|
2614
|
+
* @generated from field: string log_id = 1;
|
|
2615
|
+
*/
|
|
2616
|
+
logId: string;
|
|
2617
|
+
|
|
2618
|
+
/**
|
|
2619
|
+
* @generated from field: string status = 2;
|
|
2620
|
+
*/
|
|
2621
|
+
status: string;
|
|
2622
|
+
|
|
2623
|
+
/**
|
|
2624
|
+
* @generated from field: string error_message = 3;
|
|
2625
|
+
*/
|
|
2626
|
+
errorMessage: string;
|
|
2627
|
+
|
|
2628
|
+
constructor(data?: PartialMessage<UpdateEventLogStatusRequest>);
|
|
2629
|
+
|
|
2630
|
+
static readonly runtime: typeof proto3;
|
|
2631
|
+
static readonly typeName = "cloud.v1.UpdateEventLogStatusRequest";
|
|
2632
|
+
static readonly fields: FieldList;
|
|
2633
|
+
|
|
2634
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateEventLogStatusRequest;
|
|
2635
|
+
|
|
2636
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateEventLogStatusRequest;
|
|
2637
|
+
|
|
2638
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateEventLogStatusRequest;
|
|
2639
|
+
|
|
2640
|
+
static equals(a: UpdateEventLogStatusRequest | PlainMessage<UpdateEventLogStatusRequest> | undefined, b: UpdateEventLogStatusRequest | PlainMessage<UpdateEventLogStatusRequest> | undefined): boolean;
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
/**
|
|
2644
|
+
* @generated from message cloud.v1.UpdateEventLogStatusResponse
|
|
2645
|
+
*/
|
|
2646
|
+
export declare class UpdateEventLogStatusResponse extends Message<UpdateEventLogStatusResponse> {
|
|
2647
|
+
constructor(data?: PartialMessage<UpdateEventLogStatusResponse>);
|
|
2648
|
+
|
|
2649
|
+
static readonly runtime: typeof proto3;
|
|
2650
|
+
static readonly typeName = "cloud.v1.UpdateEventLogStatusResponse";
|
|
2651
|
+
static readonly fields: FieldList;
|
|
2652
|
+
|
|
2653
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateEventLogStatusResponse;
|
|
2654
|
+
|
|
2655
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateEventLogStatusResponse;
|
|
2656
|
+
|
|
2657
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateEventLogStatusResponse;
|
|
2658
|
+
|
|
2659
|
+
static equals(a: UpdateEventLogStatusResponse | PlainMessage<UpdateEventLogStatusResponse> | undefined, b: UpdateEventLogStatusResponse | PlainMessage<UpdateEventLogStatusResponse> | undefined): boolean;
|
|
2660
|
+
}
|
|
2661
|
+
|