@norskvideo/norsk-api 0.0.322
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/lib/manager_grpc_pb.d.ts +208 -0
- package/lib/manager_grpc_pb.js +278 -0
- package/lib/manager_pb.d.ts +1259 -0
- package/lib/manager_pb.js +1543 -0
- package/lib/manager_pb.js.map +1 -0
- package/lib/manager_pb.ts +2256 -0
- package/lib/media_grpc_pb.d.ts +923 -0
- package/lib/media_grpc_pb.js +1731 -0
- package/lib/media_pb.d.ts +10786 -0
- package/lib/media_pb.js +12181 -0
- package/lib/media_pb.js.map +1 -0
- package/lib/media_pb.ts +17647 -0
- package/lib/nodes_grpc_pb.js +1 -0
- package/lib/nodes_pb.d.ts +9 -0
- package/lib/shared/common_grpc_pb.js +1 -0
- package/lib/shared/common_pb.d.ts +187 -0
- package/lib/shared/common_pb.js +283 -0
- package/lib/shared/common_pb.js.map +1 -0
- package/lib/shared/common_pb.ts +334 -0
- package/lib/shared/health_grpc_pb.d.ts +56 -0
- package/lib/shared/health_grpc_pb.js +90 -0
- package/lib/shared/health_pb.d.ts +59 -0
- package/lib/shared/health_pb.js +111 -0
- package/lib/shared/health_pb.js.map +1 -0
- package/lib/shared/health_pb.ts +133 -0
- package/lib/worker_grpc_pb.d.ts +42 -0
- package/lib/worker_grpc_pb.js +46 -0
- package/lib/worker_pb.d.ts +277 -0
- package/lib/worker_pb.js +344 -0
- package/lib/worker_pb.js.map +1 -0
- package/lib/worker_pb.ts +492 -0
- package/package.json +25 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,1259 @@
|
|
|
1
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
2
|
+
import { Message, Timestamp } from "@bufbuild/protobuf";
|
|
3
|
+
import { Log, Version } from "./shared/common_pb.js";
|
|
4
|
+
/**
|
|
5
|
+
* `Hello` is sent to the client at the start of a status channel, and gives
|
|
6
|
+
* information about the current Norsk runtime
|
|
7
|
+
*
|
|
8
|
+
* @generated from message norsk.api.manager.Hello
|
|
9
|
+
*/
|
|
10
|
+
export declare class Hello extends Message<Hello> {
|
|
11
|
+
/**
|
|
12
|
+
* The Norsk version information
|
|
13
|
+
*
|
|
14
|
+
* @generated from field: norsk.api.common.Version version = 1;
|
|
15
|
+
*/
|
|
16
|
+
version?: Version;
|
|
17
|
+
constructor(data?: PartialMessage<Hello>);
|
|
18
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
19
|
+
static readonly typeName = "norsk.api.manager.Hello";
|
|
20
|
+
static readonly fields: FieldList;
|
|
21
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Hello;
|
|
22
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Hello;
|
|
23
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Hello;
|
|
24
|
+
static equals(a: Hello | PlainMessage<Hello> | undefined, b: Hello | PlainMessage<Hello> | undefined): boolean;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* @generated from message norsk.api.manager.AwsS3Location
|
|
28
|
+
*/
|
|
29
|
+
export declare class AwsS3Location extends Message<AwsS3Location> {
|
|
30
|
+
/**
|
|
31
|
+
* @generated from field: string url = 1;
|
|
32
|
+
*/
|
|
33
|
+
url: string;
|
|
34
|
+
constructor(data?: PartialMessage<AwsS3Location>);
|
|
35
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
36
|
+
static readonly typeName = "norsk.api.manager.AwsS3Location";
|
|
37
|
+
static readonly fields: FieldList;
|
|
38
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AwsS3Location;
|
|
39
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AwsS3Location;
|
|
40
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AwsS3Location;
|
|
41
|
+
static equals(a: AwsS3Location | PlainMessage<AwsS3Location> | undefined, b: AwsS3Location | PlainMessage<AwsS3Location> | undefined): boolean;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @generated from message norsk.api.manager.PublicHttpLocation
|
|
45
|
+
*/
|
|
46
|
+
export declare class PublicHttpLocation extends Message<PublicHttpLocation> {
|
|
47
|
+
/**
|
|
48
|
+
* @generated from field: string url = 1;
|
|
49
|
+
*/
|
|
50
|
+
url: string;
|
|
51
|
+
constructor(data?: PartialMessage<PublicHttpLocation>);
|
|
52
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
53
|
+
static readonly typeName = "norsk.api.manager.PublicHttpLocation";
|
|
54
|
+
static readonly fields: FieldList;
|
|
55
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PublicHttpLocation;
|
|
56
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PublicHttpLocation;
|
|
57
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PublicHttpLocation;
|
|
58
|
+
static equals(a: PublicHttpLocation | PlainMessage<PublicHttpLocation> | undefined, b: PublicHttpLocation | PlainMessage<PublicHttpLocation> | undefined): boolean;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @generated from message norsk.api.manager.CustomLocation
|
|
62
|
+
*/
|
|
63
|
+
export declare class CustomLocation extends Message<CustomLocation> {
|
|
64
|
+
/**
|
|
65
|
+
* @generated from oneof norsk.api.manager.CustomLocation.script
|
|
66
|
+
*/
|
|
67
|
+
script: {
|
|
68
|
+
/**
|
|
69
|
+
* @generated from field: norsk.api.manager.AwsS3Location aws_s3_location = 1;
|
|
70
|
+
*/
|
|
71
|
+
value: AwsS3Location;
|
|
72
|
+
case: "awsS3Location";
|
|
73
|
+
} | {
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: norsk.api.manager.PublicHttpLocation http_location = 2;
|
|
76
|
+
*/
|
|
77
|
+
value: PublicHttpLocation;
|
|
78
|
+
case: "httpLocation";
|
|
79
|
+
} | {
|
|
80
|
+
case: undefined;
|
|
81
|
+
value?: undefined;
|
|
82
|
+
};
|
|
83
|
+
constructor(data?: PartialMessage<CustomLocation>);
|
|
84
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
85
|
+
static readonly typeName = "norsk.api.manager.CustomLocation";
|
|
86
|
+
static readonly fields: FieldList;
|
|
87
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CustomLocation;
|
|
88
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CustomLocation;
|
|
89
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CustomLocation;
|
|
90
|
+
static equals(a: CustomLocation | PlainMessage<CustomLocation> | undefined, b: CustomLocation | PlainMessage<CustomLocation> | undefined): boolean;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* @generated from message norsk.api.manager.Location
|
|
94
|
+
*/
|
|
95
|
+
export declare class Location extends Message<Location> {
|
|
96
|
+
/**
|
|
97
|
+
* @generated from oneof norsk.api.manager.Location.location
|
|
98
|
+
*/
|
|
99
|
+
location: {
|
|
100
|
+
/**
|
|
101
|
+
* @generated from field: norsk.api.manager.AwsS3Location aws_s3_location = 1;
|
|
102
|
+
*/
|
|
103
|
+
value: AwsS3Location;
|
|
104
|
+
case: "awsS3Location";
|
|
105
|
+
} | {
|
|
106
|
+
/**
|
|
107
|
+
* @generated from field: norsk.api.manager.PublicHttpLocation http_location = 2;
|
|
108
|
+
*/
|
|
109
|
+
value: PublicHttpLocation;
|
|
110
|
+
case: "httpLocation";
|
|
111
|
+
} | {
|
|
112
|
+
/**
|
|
113
|
+
* @generated from field: norsk.api.manager.CustomLocation custom_location = 3;
|
|
114
|
+
*/
|
|
115
|
+
value: CustomLocation;
|
|
116
|
+
case: "customLocation";
|
|
117
|
+
} | {
|
|
118
|
+
case: undefined;
|
|
119
|
+
value?: undefined;
|
|
120
|
+
};
|
|
121
|
+
constructor(data?: PartialMessage<Location>);
|
|
122
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
123
|
+
static readonly typeName = "norsk.api.manager.Location";
|
|
124
|
+
static readonly fields: FieldList;
|
|
125
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Location;
|
|
126
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Location;
|
|
127
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Location;
|
|
128
|
+
static equals(a: Location | PlainMessage<Location> | undefined, b: Location | PlainMessage<Location> | undefined): boolean;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* @generated from message norsk.api.manager.DockerContainer
|
|
132
|
+
*/
|
|
133
|
+
export declare class DockerContainer extends Message<DockerContainer> {
|
|
134
|
+
/**
|
|
135
|
+
* @generated from field: norsk.api.manager.Location location = 1;
|
|
136
|
+
*/
|
|
137
|
+
location?: Location;
|
|
138
|
+
constructor(data?: PartialMessage<DockerContainer>);
|
|
139
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
140
|
+
static readonly typeName = "norsk.api.manager.DockerContainer";
|
|
141
|
+
static readonly fields: FieldList;
|
|
142
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DockerContainer;
|
|
143
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DockerContainer;
|
|
144
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DockerContainer;
|
|
145
|
+
static equals(a: DockerContainer | PlainMessage<DockerContainer> | undefined, b: DockerContainer | PlainMessage<DockerContainer> | undefined): boolean;
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* @generated from message norsk.api.manager.NpmPackage
|
|
149
|
+
*/
|
|
150
|
+
export declare class NpmPackage extends Message<NpmPackage> {
|
|
151
|
+
/**
|
|
152
|
+
* @generated from field: norsk.api.manager.Location location = 1;
|
|
153
|
+
*/
|
|
154
|
+
location?: Location;
|
|
155
|
+
constructor(data?: PartialMessage<NpmPackage>);
|
|
156
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
157
|
+
static readonly typeName = "norsk.api.manager.NpmPackage";
|
|
158
|
+
static readonly fields: FieldList;
|
|
159
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NpmPackage;
|
|
160
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NpmPackage;
|
|
161
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NpmPackage;
|
|
162
|
+
static equals(a: NpmPackage | PlainMessage<NpmPackage> | undefined, b: NpmPackage | PlainMessage<NpmPackage> | undefined): boolean;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* @generated from message norsk.api.manager.Job
|
|
166
|
+
*/
|
|
167
|
+
export declare class Job extends Message<Job> {
|
|
168
|
+
/**
|
|
169
|
+
* @generated from field: string id = 1;
|
|
170
|
+
*/
|
|
171
|
+
id: string;
|
|
172
|
+
/**
|
|
173
|
+
* @generated from field: string description = 2;
|
|
174
|
+
*/
|
|
175
|
+
description: string;
|
|
176
|
+
/**
|
|
177
|
+
* @generated from field: map<string, string> tags = 3;
|
|
178
|
+
*/
|
|
179
|
+
tags: {
|
|
180
|
+
[key: string]: string;
|
|
181
|
+
};
|
|
182
|
+
/**
|
|
183
|
+
* @generated from field: google.protobuf.Timestamp start_date_time = 4;
|
|
184
|
+
*/
|
|
185
|
+
startDateTime?: Timestamp;
|
|
186
|
+
/**
|
|
187
|
+
* @generated from field: google.protobuf.Timestamp end_date_time = 5;
|
|
188
|
+
*/
|
|
189
|
+
endDateTime?: Timestamp;
|
|
190
|
+
/**
|
|
191
|
+
* @generated from field: int64 current_hash = 6;
|
|
192
|
+
*/
|
|
193
|
+
currentHash: bigint;
|
|
194
|
+
/**
|
|
195
|
+
* @generated from field: string media_configuration = 7;
|
|
196
|
+
*/
|
|
197
|
+
mediaConfiguration: string;
|
|
198
|
+
/**
|
|
199
|
+
* @generated from field: string manager_configuration = 8;
|
|
200
|
+
*/
|
|
201
|
+
managerConfiguration: string;
|
|
202
|
+
/**
|
|
203
|
+
* @generated from field: string norsk_media_version = 9;
|
|
204
|
+
*/
|
|
205
|
+
norskMediaVersion: string;
|
|
206
|
+
/**
|
|
207
|
+
* @generated from oneof norsk.api.manager.Job.client_code
|
|
208
|
+
*/
|
|
209
|
+
clientCode: {
|
|
210
|
+
/**
|
|
211
|
+
* @generated from field: norsk.api.manager.DockerContainer docker = 10;
|
|
212
|
+
*/
|
|
213
|
+
value: DockerContainer;
|
|
214
|
+
case: "docker";
|
|
215
|
+
} | {
|
|
216
|
+
/**
|
|
217
|
+
* @generated from field: norsk.api.manager.NpmPackage npm = 11;
|
|
218
|
+
*/
|
|
219
|
+
value: NpmPackage;
|
|
220
|
+
case: "npm";
|
|
221
|
+
} | {
|
|
222
|
+
case: undefined;
|
|
223
|
+
value?: undefined;
|
|
224
|
+
};
|
|
225
|
+
constructor(data?: PartialMessage<Job>);
|
|
226
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
227
|
+
static readonly typeName = "norsk.api.manager.Job";
|
|
228
|
+
static readonly fields: FieldList;
|
|
229
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Job;
|
|
230
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Job;
|
|
231
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Job;
|
|
232
|
+
static equals(a: Job | PlainMessage<Job> | undefined, b: Job | PlainMessage<Job> | undefined): boolean;
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* @generated from message norsk.api.manager.AwsNode
|
|
236
|
+
*/
|
|
237
|
+
export declare class AwsNode extends Message<AwsNode> {
|
|
238
|
+
/**
|
|
239
|
+
* @generated from field: string id = 1;
|
|
240
|
+
*/
|
|
241
|
+
id: string;
|
|
242
|
+
/**
|
|
243
|
+
* @generated from field: map<string, string> tags = 2;
|
|
244
|
+
*/
|
|
245
|
+
tags: {
|
|
246
|
+
[key: string]: string;
|
|
247
|
+
};
|
|
248
|
+
/**
|
|
249
|
+
* @generated from field: string instance_type = 3;
|
|
250
|
+
*/
|
|
251
|
+
instanceType: string;
|
|
252
|
+
/**
|
|
253
|
+
* @generated from field: string region = 4;
|
|
254
|
+
*/
|
|
255
|
+
region: string;
|
|
256
|
+
/**
|
|
257
|
+
* @generated from field: string az = 5;
|
|
258
|
+
*/
|
|
259
|
+
az: string;
|
|
260
|
+
/**
|
|
261
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
262
|
+
*/
|
|
263
|
+
createdAt?: Timestamp;
|
|
264
|
+
/**
|
|
265
|
+
* @generated from field: string daemon_version = 7;
|
|
266
|
+
*/
|
|
267
|
+
daemonVersion: string;
|
|
268
|
+
constructor(data?: PartialMessage<AwsNode>);
|
|
269
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
270
|
+
static readonly typeName = "norsk.api.manager.AwsNode";
|
|
271
|
+
static readonly fields: FieldList;
|
|
272
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AwsNode;
|
|
273
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AwsNode;
|
|
274
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AwsNode;
|
|
275
|
+
static equals(a: AwsNode | PlainMessage<AwsNode> | undefined, b: AwsNode | PlainMessage<AwsNode> | undefined): boolean;
|
|
276
|
+
}
|
|
277
|
+
/**
|
|
278
|
+
* @generated from message norsk.api.manager.AwsNodeAddress
|
|
279
|
+
*/
|
|
280
|
+
export declare class AwsNodeAddress extends Message<AwsNodeAddress> {
|
|
281
|
+
/**
|
|
282
|
+
* @generated from field: string public_dns_name = 1;
|
|
283
|
+
*/
|
|
284
|
+
publicDnsName: string;
|
|
285
|
+
/**
|
|
286
|
+
* @generated from field: string private_dns_name = 2;
|
|
287
|
+
*/
|
|
288
|
+
privateDnsName: string;
|
|
289
|
+
/**
|
|
290
|
+
* @generated from field: string private_ip_address = 3;
|
|
291
|
+
*/
|
|
292
|
+
privateIpAddress: string;
|
|
293
|
+
constructor(data?: PartialMessage<AwsNodeAddress>);
|
|
294
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
295
|
+
static readonly typeName = "norsk.api.manager.AwsNodeAddress";
|
|
296
|
+
static readonly fields: FieldList;
|
|
297
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AwsNodeAddress;
|
|
298
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AwsNodeAddress;
|
|
299
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AwsNodeAddress;
|
|
300
|
+
static equals(a: AwsNodeAddress | PlainMessage<AwsNodeAddress> | undefined, b: AwsNodeAddress | PlainMessage<AwsNodeAddress> | undefined): boolean;
|
|
301
|
+
}
|
|
302
|
+
/**
|
|
303
|
+
* @generated from message norsk.api.manager.AwsRunningNode
|
|
304
|
+
*/
|
|
305
|
+
export declare class AwsRunningNode extends Message<AwsRunningNode> {
|
|
306
|
+
/**
|
|
307
|
+
* @generated from field: norsk.api.manager.AwsNode node = 1;
|
|
308
|
+
*/
|
|
309
|
+
node?: AwsNode;
|
|
310
|
+
/**
|
|
311
|
+
* @generated from field: norsk.api.manager.AwsNodeAddress address = 2;
|
|
312
|
+
*/
|
|
313
|
+
address?: AwsNodeAddress;
|
|
314
|
+
constructor(data?: PartialMessage<AwsRunningNode>);
|
|
315
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
316
|
+
static readonly typeName = "norsk.api.manager.AwsRunningNode";
|
|
317
|
+
static readonly fields: FieldList;
|
|
318
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AwsRunningNode;
|
|
319
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AwsRunningNode;
|
|
320
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AwsRunningNode;
|
|
321
|
+
static equals(a: AwsRunningNode | PlainMessage<AwsRunningNode> | undefined, b: AwsRunningNode | PlainMessage<AwsRunningNode> | undefined): boolean;
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* @generated from message norsk.api.manager.PhysicalNode
|
|
325
|
+
*/
|
|
326
|
+
export declare class PhysicalNode extends Message<PhysicalNode> {
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: string id = 1;
|
|
329
|
+
*/
|
|
330
|
+
id: string;
|
|
331
|
+
/**
|
|
332
|
+
* @generated from field: map<string, string> tags = 2;
|
|
333
|
+
*/
|
|
334
|
+
tags: {
|
|
335
|
+
[key: string]: string;
|
|
336
|
+
};
|
|
337
|
+
/**
|
|
338
|
+
* @generated from field: string ip_address = 3;
|
|
339
|
+
*/
|
|
340
|
+
ipAddress: string;
|
|
341
|
+
constructor(data?: PartialMessage<PhysicalNode>);
|
|
342
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
343
|
+
static readonly typeName = "norsk.api.manager.PhysicalNode";
|
|
344
|
+
static readonly fields: FieldList;
|
|
345
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PhysicalNode;
|
|
346
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PhysicalNode;
|
|
347
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PhysicalNode;
|
|
348
|
+
static equals(a: PhysicalNode | PlainMessage<PhysicalNode> | undefined, b: PhysicalNode | PlainMessage<PhysicalNode> | undefined): boolean;
|
|
349
|
+
}
|
|
350
|
+
/**
|
|
351
|
+
* @generated from message norsk.api.manager.RunningJob
|
|
352
|
+
*/
|
|
353
|
+
export declare class RunningJob extends Message<RunningJob> {
|
|
354
|
+
/**
|
|
355
|
+
* @generated from field: norsk.api.manager.JobId job_id = 1;
|
|
356
|
+
*/
|
|
357
|
+
jobId?: JobId;
|
|
358
|
+
/**
|
|
359
|
+
* @generated from field: string role = 2;
|
|
360
|
+
*/
|
|
361
|
+
role: string;
|
|
362
|
+
/**
|
|
363
|
+
* @generated from field: norsk.api.manager.NodeId node_id = 3;
|
|
364
|
+
*/
|
|
365
|
+
nodeId?: NodeId;
|
|
366
|
+
constructor(data?: PartialMessage<RunningJob>);
|
|
367
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
368
|
+
static readonly typeName = "norsk.api.manager.RunningJob";
|
|
369
|
+
static readonly fields: FieldList;
|
|
370
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RunningJob;
|
|
371
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RunningJob;
|
|
372
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RunningJob;
|
|
373
|
+
static equals(a: RunningJob | PlainMessage<RunningJob> | undefined, b: RunningJob | PlainMessage<RunningJob> | undefined): boolean;
|
|
374
|
+
}
|
|
375
|
+
/**
|
|
376
|
+
* @generated from message norsk.api.manager.JobPending
|
|
377
|
+
*/
|
|
378
|
+
export declare class JobPending extends Message<JobPending> {
|
|
379
|
+
/**
|
|
380
|
+
* @generated from field: norsk.api.manager.Job job = 1;
|
|
381
|
+
*/
|
|
382
|
+
job?: Job;
|
|
383
|
+
constructor(data?: PartialMessage<JobPending>);
|
|
384
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
385
|
+
static readonly typeName = "norsk.api.manager.JobPending";
|
|
386
|
+
static readonly fields: FieldList;
|
|
387
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobPending;
|
|
388
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobPending;
|
|
389
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobPending;
|
|
390
|
+
static equals(a: JobPending | PlainMessage<JobPending> | undefined, b: JobPending | PlainMessage<JobPending> | undefined): boolean;
|
|
391
|
+
}
|
|
392
|
+
/**
|
|
393
|
+
* @generated from message norsk.api.manager.JobUpdated
|
|
394
|
+
*/
|
|
395
|
+
export declare class JobUpdated extends Message<JobUpdated> {
|
|
396
|
+
/**
|
|
397
|
+
* @generated from field: norsk.api.manager.Job job = 1;
|
|
398
|
+
*/
|
|
399
|
+
job?: Job;
|
|
400
|
+
constructor(data?: PartialMessage<JobUpdated>);
|
|
401
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
402
|
+
static readonly typeName = "norsk.api.manager.JobUpdated";
|
|
403
|
+
static readonly fields: FieldList;
|
|
404
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobUpdated;
|
|
405
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobUpdated;
|
|
406
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobUpdated;
|
|
407
|
+
static equals(a: JobUpdated | PlainMessage<JobUpdated> | undefined, b: JobUpdated | PlainMessage<JobUpdated> | undefined): boolean;
|
|
408
|
+
}
|
|
409
|
+
/**
|
|
410
|
+
* @generated from message norsk.api.manager.JobDueToStart
|
|
411
|
+
*/
|
|
412
|
+
export declare class JobDueToStart extends Message<JobDueToStart> {
|
|
413
|
+
/**
|
|
414
|
+
* @generated from field: norsk.api.manager.Job job = 1;
|
|
415
|
+
*/
|
|
416
|
+
job?: Job;
|
|
417
|
+
constructor(data?: PartialMessage<JobDueToStart>);
|
|
418
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
419
|
+
static readonly typeName = "norsk.api.manager.JobDueToStart";
|
|
420
|
+
static readonly fields: FieldList;
|
|
421
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobDueToStart;
|
|
422
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobDueToStart;
|
|
423
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobDueToStart;
|
|
424
|
+
static equals(a: JobDueToStart | PlainMessage<JobDueToStart> | undefined, b: JobDueToStart | PlainMessage<JobDueToStart> | undefined): boolean;
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* @generated from message norsk.api.manager.JobInstanceStarting
|
|
428
|
+
*/
|
|
429
|
+
export declare class JobInstanceStarting extends Message<JobInstanceStarting> {
|
|
430
|
+
/**
|
|
431
|
+
* @generated from field: norsk.api.manager.RunningJob running_job = 1;
|
|
432
|
+
*/
|
|
433
|
+
runningJob?: RunningJob;
|
|
434
|
+
constructor(data?: PartialMessage<JobInstanceStarting>);
|
|
435
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
436
|
+
static readonly typeName = "norsk.api.manager.JobInstanceStarting";
|
|
437
|
+
static readonly fields: FieldList;
|
|
438
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobInstanceStarting;
|
|
439
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobInstanceStarting;
|
|
440
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobInstanceStarting;
|
|
441
|
+
static equals(a: JobInstanceStarting | PlainMessage<JobInstanceStarting> | undefined, b: JobInstanceStarting | PlainMessage<JobInstanceStarting> | undefined): boolean;
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* @generated from message norsk.api.manager.JobInstanceStarted
|
|
445
|
+
*/
|
|
446
|
+
export declare class JobInstanceStarted extends Message<JobInstanceStarted> {
|
|
447
|
+
/**
|
|
448
|
+
* @generated from field: norsk.api.manager.RunningJob running_job = 1;
|
|
449
|
+
*/
|
|
450
|
+
runningJob?: RunningJob;
|
|
451
|
+
constructor(data?: PartialMessage<JobInstanceStarted>);
|
|
452
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
453
|
+
static readonly typeName = "norsk.api.manager.JobInstanceStarted";
|
|
454
|
+
static readonly fields: FieldList;
|
|
455
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobInstanceStarted;
|
|
456
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobInstanceStarted;
|
|
457
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobInstanceStarted;
|
|
458
|
+
static equals(a: JobInstanceStarted | PlainMessage<JobInstanceStarted> | undefined, b: JobInstanceStarted | PlainMessage<JobInstanceStarted> | undefined): boolean;
|
|
459
|
+
}
|
|
460
|
+
/**
|
|
461
|
+
* @generated from message norsk.api.manager.JobDueToStop
|
|
462
|
+
*/
|
|
463
|
+
export declare class JobDueToStop extends Message<JobDueToStop> {
|
|
464
|
+
/**
|
|
465
|
+
* @generated from field: norsk.api.manager.Job job = 1;
|
|
466
|
+
*/
|
|
467
|
+
job?: Job;
|
|
468
|
+
/**
|
|
469
|
+
* @generated from field: repeated norsk.api.manager.RunningJob instances = 2;
|
|
470
|
+
*/
|
|
471
|
+
instances: RunningJob[];
|
|
472
|
+
constructor(data?: PartialMessage<JobDueToStop>);
|
|
473
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
474
|
+
static readonly typeName = "norsk.api.manager.JobDueToStop";
|
|
475
|
+
static readonly fields: FieldList;
|
|
476
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobDueToStop;
|
|
477
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobDueToStop;
|
|
478
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobDueToStop;
|
|
479
|
+
static equals(a: JobDueToStop | PlainMessage<JobDueToStop> | undefined, b: JobDueToStop | PlainMessage<JobDueToStop> | undefined): boolean;
|
|
480
|
+
}
|
|
481
|
+
/**
|
|
482
|
+
* @generated from message norsk.api.manager.JobInstanceStopping
|
|
483
|
+
*/
|
|
484
|
+
export declare class JobInstanceStopping extends Message<JobInstanceStopping> {
|
|
485
|
+
/**
|
|
486
|
+
* @generated from field: norsk.api.manager.RunningJob running_job = 1;
|
|
487
|
+
*/
|
|
488
|
+
runningJob?: RunningJob;
|
|
489
|
+
constructor(data?: PartialMessage<JobInstanceStopping>);
|
|
490
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
491
|
+
static readonly typeName = "norsk.api.manager.JobInstanceStopping";
|
|
492
|
+
static readonly fields: FieldList;
|
|
493
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobInstanceStopping;
|
|
494
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobInstanceStopping;
|
|
495
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobInstanceStopping;
|
|
496
|
+
static equals(a: JobInstanceStopping | PlainMessage<JobInstanceStopping> | undefined, b: JobInstanceStopping | PlainMessage<JobInstanceStopping> | undefined): boolean;
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* @generated from message norsk.api.manager.JobInstanceStopped
|
|
500
|
+
*/
|
|
501
|
+
export declare class JobInstanceStopped extends Message<JobInstanceStopped> {
|
|
502
|
+
/**
|
|
503
|
+
* @generated from field: norsk.api.manager.RunningJob running_job = 1;
|
|
504
|
+
*/
|
|
505
|
+
runningJob?: RunningJob;
|
|
506
|
+
constructor(data?: PartialMessage<JobInstanceStopped>);
|
|
507
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
508
|
+
static readonly typeName = "norsk.api.manager.JobInstanceStopped";
|
|
509
|
+
static readonly fields: FieldList;
|
|
510
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobInstanceStopped;
|
|
511
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobInstanceStopped;
|
|
512
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobInstanceStopped;
|
|
513
|
+
static equals(a: JobInstanceStopped | PlainMessage<JobInstanceStopped> | undefined, b: JobInstanceStopped | PlainMessage<JobInstanceStopped> | undefined): boolean;
|
|
514
|
+
}
|
|
515
|
+
/**
|
|
516
|
+
* @generated from message norsk.api.manager.JobInstanceFailed
|
|
517
|
+
*/
|
|
518
|
+
export declare class JobInstanceFailed extends Message<JobInstanceFailed> {
|
|
519
|
+
/**
|
|
520
|
+
* @generated from field: norsk.api.manager.RunningJob running_job = 1;
|
|
521
|
+
*/
|
|
522
|
+
runningJob?: RunningJob;
|
|
523
|
+
constructor(data?: PartialMessage<JobInstanceFailed>);
|
|
524
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
525
|
+
static readonly typeName = "norsk.api.manager.JobInstanceFailed";
|
|
526
|
+
static readonly fields: FieldList;
|
|
527
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobInstanceFailed;
|
|
528
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobInstanceFailed;
|
|
529
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobInstanceFailed;
|
|
530
|
+
static equals(a: JobInstanceFailed | PlainMessage<JobInstanceFailed> | undefined, b: JobInstanceFailed | PlainMessage<JobInstanceFailed> | undefined): boolean;
|
|
531
|
+
}
|
|
532
|
+
/**
|
|
533
|
+
* @generated from message norsk.api.manager.CurrentJob
|
|
534
|
+
*/
|
|
535
|
+
export declare class CurrentJob extends Message<CurrentJob> {
|
|
536
|
+
/**
|
|
537
|
+
* @generated from field: norsk.api.manager.Job job = 1;
|
|
538
|
+
*/
|
|
539
|
+
job?: Job;
|
|
540
|
+
/**
|
|
541
|
+
* @generated from field: repeated norsk.api.manager.RunningJob instances = 2;
|
|
542
|
+
*/
|
|
543
|
+
instances: RunningJob[];
|
|
544
|
+
constructor(data?: PartialMessage<CurrentJob>);
|
|
545
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
546
|
+
static readonly typeName = "norsk.api.manager.CurrentJob";
|
|
547
|
+
static readonly fields: FieldList;
|
|
548
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CurrentJob;
|
|
549
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CurrentJob;
|
|
550
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CurrentJob;
|
|
551
|
+
static equals(a: CurrentJob | PlainMessage<CurrentJob> | undefined, b: CurrentJob | PlainMessage<CurrentJob> | undefined): boolean;
|
|
552
|
+
}
|
|
553
|
+
/**
|
|
554
|
+
* @generated from message norsk.api.manager.NodeStarting
|
|
555
|
+
*/
|
|
556
|
+
export declare class NodeStarting extends Message<NodeStarting> {
|
|
557
|
+
/**
|
|
558
|
+
* @generated from field: norsk.api.manager.NodeId node_id = 1;
|
|
559
|
+
*/
|
|
560
|
+
nodeId?: NodeId;
|
|
561
|
+
constructor(data?: PartialMessage<NodeStarting>);
|
|
562
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
563
|
+
static readonly typeName = "norsk.api.manager.NodeStarting";
|
|
564
|
+
static readonly fields: FieldList;
|
|
565
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NodeStarting;
|
|
566
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NodeStarting;
|
|
567
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NodeStarting;
|
|
568
|
+
static equals(a: NodeStarting | PlainMessage<NodeStarting> | undefined, b: NodeStarting | PlainMessage<NodeStarting> | undefined): boolean;
|
|
569
|
+
}
|
|
570
|
+
/**
|
|
571
|
+
* @generated from message norsk.api.manager.NodeStarted
|
|
572
|
+
*/
|
|
573
|
+
export declare class NodeStarted extends Message<NodeStarted> {
|
|
574
|
+
/**
|
|
575
|
+
* @generated from oneof norsk.api.manager.NodeStarted.node
|
|
576
|
+
*/
|
|
577
|
+
node: {
|
|
578
|
+
/**
|
|
579
|
+
* @generated from field: norsk.api.manager.AwsRunningNode aws_node = 1;
|
|
580
|
+
*/
|
|
581
|
+
value: AwsRunningNode;
|
|
582
|
+
case: "awsNode";
|
|
583
|
+
} | {
|
|
584
|
+
case: undefined;
|
|
585
|
+
value?: undefined;
|
|
586
|
+
};
|
|
587
|
+
constructor(data?: PartialMessage<NodeStarted>);
|
|
588
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
589
|
+
static readonly typeName = "norsk.api.manager.NodeStarted";
|
|
590
|
+
static readonly fields: FieldList;
|
|
591
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NodeStarted;
|
|
592
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NodeStarted;
|
|
593
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NodeStarted;
|
|
594
|
+
static equals(a: NodeStarted | PlainMessage<NodeStarted> | undefined, b: NodeStarted | PlainMessage<NodeStarted> | undefined): boolean;
|
|
595
|
+
}
|
|
596
|
+
/**
|
|
597
|
+
* @generated from message norsk.api.manager.NodeStopping
|
|
598
|
+
*/
|
|
599
|
+
export declare class NodeStopping extends Message<NodeStopping> {
|
|
600
|
+
/**
|
|
601
|
+
* @generated from field: norsk.api.manager.NodeId node_id = 1;
|
|
602
|
+
*/
|
|
603
|
+
nodeId?: NodeId;
|
|
604
|
+
/**
|
|
605
|
+
* @generated from field: repeated norsk.api.manager.RunningJob instances = 2;
|
|
606
|
+
*/
|
|
607
|
+
instances: RunningJob[];
|
|
608
|
+
constructor(data?: PartialMessage<NodeStopping>);
|
|
609
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
610
|
+
static readonly typeName = "norsk.api.manager.NodeStopping";
|
|
611
|
+
static readonly fields: FieldList;
|
|
612
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NodeStopping;
|
|
613
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NodeStopping;
|
|
614
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NodeStopping;
|
|
615
|
+
static equals(a: NodeStopping | PlainMessage<NodeStopping> | undefined, b: NodeStopping | PlainMessage<NodeStopping> | undefined): boolean;
|
|
616
|
+
}
|
|
617
|
+
/**
|
|
618
|
+
* @generated from message norsk.api.manager.NodeStopped
|
|
619
|
+
*/
|
|
620
|
+
export declare class NodeStopped extends Message<NodeStopped> {
|
|
621
|
+
/**
|
|
622
|
+
* @generated from field: norsk.api.manager.NodeId node_id = 1;
|
|
623
|
+
*/
|
|
624
|
+
nodeId?: NodeId;
|
|
625
|
+
constructor(data?: PartialMessage<NodeStopped>);
|
|
626
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
627
|
+
static readonly typeName = "norsk.api.manager.NodeStopped";
|
|
628
|
+
static readonly fields: FieldList;
|
|
629
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NodeStopped;
|
|
630
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NodeStopped;
|
|
631
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NodeStopped;
|
|
632
|
+
static equals(a: NodeStopped | PlainMessage<NodeStopped> | undefined, b: NodeStopped | PlainMessage<NodeStopped> | undefined): boolean;
|
|
633
|
+
}
|
|
634
|
+
/**
|
|
635
|
+
* @generated from message norsk.api.manager.NodeFailed
|
|
636
|
+
*/
|
|
637
|
+
export declare class NodeFailed extends Message<NodeFailed> {
|
|
638
|
+
/**
|
|
639
|
+
* @generated from field: norsk.api.manager.NodeId node_id = 1;
|
|
640
|
+
*/
|
|
641
|
+
nodeId?: NodeId;
|
|
642
|
+
/**
|
|
643
|
+
* @generated from field: repeated norsk.api.manager.RunningJob instances = 2;
|
|
644
|
+
*/
|
|
645
|
+
instances: RunningJob[];
|
|
646
|
+
constructor(data?: PartialMessage<NodeFailed>);
|
|
647
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
648
|
+
static readonly typeName = "norsk.api.manager.NodeFailed";
|
|
649
|
+
static readonly fields: FieldList;
|
|
650
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NodeFailed;
|
|
651
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NodeFailed;
|
|
652
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NodeFailed;
|
|
653
|
+
static equals(a: NodeFailed | PlainMessage<NodeFailed> | undefined, b: NodeFailed | PlainMessage<NodeFailed> | undefined): boolean;
|
|
654
|
+
}
|
|
655
|
+
/**
|
|
656
|
+
* @generated from message norsk.api.manager.NodeRunning
|
|
657
|
+
*/
|
|
658
|
+
export declare class NodeRunning extends Message<NodeRunning> {
|
|
659
|
+
/**
|
|
660
|
+
* @generated from oneof norsk.api.manager.NodeRunning.node
|
|
661
|
+
*/
|
|
662
|
+
node: {
|
|
663
|
+
/**
|
|
664
|
+
* @generated from field: norsk.api.manager.AwsRunningNode aws_node = 1;
|
|
665
|
+
*/
|
|
666
|
+
value: AwsRunningNode;
|
|
667
|
+
case: "awsNode";
|
|
668
|
+
} | {
|
|
669
|
+
/**
|
|
670
|
+
* @generated from field: norsk.api.manager.PhysicalNode physical_node = 2;
|
|
671
|
+
*/
|
|
672
|
+
value: PhysicalNode;
|
|
673
|
+
case: "physicalNode";
|
|
674
|
+
} | {
|
|
675
|
+
case: undefined;
|
|
676
|
+
value?: undefined;
|
|
677
|
+
};
|
|
678
|
+
/**
|
|
679
|
+
* @generated from field: repeated norsk.api.manager.RunningJob instances = 3;
|
|
680
|
+
*/
|
|
681
|
+
instances: RunningJob[];
|
|
682
|
+
constructor(data?: PartialMessage<NodeRunning>);
|
|
683
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
684
|
+
static readonly typeName = "norsk.api.manager.NodeRunning";
|
|
685
|
+
static readonly fields: FieldList;
|
|
686
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NodeRunning;
|
|
687
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NodeRunning;
|
|
688
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NodeRunning;
|
|
689
|
+
static equals(a: NodeRunning | PlainMessage<NodeRunning> | undefined, b: NodeRunning | PlainMessage<NodeRunning> | undefined): boolean;
|
|
690
|
+
}
|
|
691
|
+
/**
|
|
692
|
+
* @generated from message norsk.api.manager.PhysicalNodeConnected
|
|
693
|
+
*/
|
|
694
|
+
export declare class PhysicalNodeConnected extends Message<PhysicalNodeConnected> {
|
|
695
|
+
/**
|
|
696
|
+
* @generated from field: norsk.api.manager.PhysicalNode node = 1;
|
|
697
|
+
*/
|
|
698
|
+
node?: PhysicalNode;
|
|
699
|
+
/**
|
|
700
|
+
* @generated from field: repeated norsk.api.manager.RunningJob instances = 2;
|
|
701
|
+
*/
|
|
702
|
+
instances: RunningJob[];
|
|
703
|
+
constructor(data?: PartialMessage<PhysicalNodeConnected>);
|
|
704
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
705
|
+
static readonly typeName = "norsk.api.manager.PhysicalNodeConnected";
|
|
706
|
+
static readonly fields: FieldList;
|
|
707
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PhysicalNodeConnected;
|
|
708
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PhysicalNodeConnected;
|
|
709
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PhysicalNodeConnected;
|
|
710
|
+
static equals(a: PhysicalNodeConnected | PlainMessage<PhysicalNodeConnected> | undefined, b: PhysicalNodeConnected | PlainMessage<PhysicalNodeConnected> | undefined): boolean;
|
|
711
|
+
}
|
|
712
|
+
/**
|
|
713
|
+
* @generated from message norsk.api.manager.JobId
|
|
714
|
+
*/
|
|
715
|
+
export declare class JobId extends Message<JobId> {
|
|
716
|
+
/**
|
|
717
|
+
* @generated from field: string job_id = 1;
|
|
718
|
+
*/
|
|
719
|
+
jobId: string;
|
|
720
|
+
constructor(data?: PartialMessage<JobId>);
|
|
721
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
722
|
+
static readonly typeName = "norsk.api.manager.JobId";
|
|
723
|
+
static readonly fields: FieldList;
|
|
724
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobId;
|
|
725
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobId;
|
|
726
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobId;
|
|
727
|
+
static equals(a: JobId | PlainMessage<JobId> | undefined, b: JobId | PlainMessage<JobId> | undefined): boolean;
|
|
728
|
+
}
|
|
729
|
+
/**
|
|
730
|
+
* @generated from message norsk.api.manager.NodeId
|
|
731
|
+
*/
|
|
732
|
+
export declare class NodeId extends Message<NodeId> {
|
|
733
|
+
/**
|
|
734
|
+
* @generated from field: string node_id = 1;
|
|
735
|
+
*/
|
|
736
|
+
nodeId: string;
|
|
737
|
+
constructor(data?: PartialMessage<NodeId>);
|
|
738
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
739
|
+
static readonly typeName = "norsk.api.manager.NodeId";
|
|
740
|
+
static readonly fields: FieldList;
|
|
741
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NodeId;
|
|
742
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NodeId;
|
|
743
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NodeId;
|
|
744
|
+
static equals(a: NodeId | PlainMessage<NodeId> | undefined, b: NodeId | PlainMessage<NodeId> | undefined): boolean;
|
|
745
|
+
}
|
|
746
|
+
/**
|
|
747
|
+
* @generated from message norsk.api.manager.CreateAwsNodeRequest
|
|
748
|
+
*/
|
|
749
|
+
export declare class CreateAwsNodeRequest extends Message<CreateAwsNodeRequest> {
|
|
750
|
+
/**
|
|
751
|
+
* @generated from field: map<string, string> tags = 1;
|
|
752
|
+
*/
|
|
753
|
+
tags: {
|
|
754
|
+
[key: string]: string;
|
|
755
|
+
};
|
|
756
|
+
/**
|
|
757
|
+
* @generated from field: string instance_type = 2;
|
|
758
|
+
*/
|
|
759
|
+
instanceType: string;
|
|
760
|
+
/**
|
|
761
|
+
* @generated from field: string region = 3;
|
|
762
|
+
*/
|
|
763
|
+
region: string;
|
|
764
|
+
/**
|
|
765
|
+
* @generated from field: string az = 4;
|
|
766
|
+
*/
|
|
767
|
+
az: string;
|
|
768
|
+
/**
|
|
769
|
+
* @generated from field: string norsk_bootstrap_version = 5;
|
|
770
|
+
*/
|
|
771
|
+
norskBootstrapVersion: string;
|
|
772
|
+
constructor(data?: PartialMessage<CreateAwsNodeRequest>);
|
|
773
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
774
|
+
static readonly typeName = "norsk.api.manager.CreateAwsNodeRequest";
|
|
775
|
+
static readonly fields: FieldList;
|
|
776
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateAwsNodeRequest;
|
|
777
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateAwsNodeRequest;
|
|
778
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateAwsNodeRequest;
|
|
779
|
+
static equals(a: CreateAwsNodeRequest | PlainMessage<CreateAwsNodeRequest> | undefined, b: CreateAwsNodeRequest | PlainMessage<CreateAwsNodeRequest> | undefined): boolean;
|
|
780
|
+
}
|
|
781
|
+
/**
|
|
782
|
+
* @generated from message norsk.api.manager.UpdatePhysicalNodeRequest
|
|
783
|
+
*/
|
|
784
|
+
export declare class UpdatePhysicalNodeRequest extends Message<UpdatePhysicalNodeRequest> {
|
|
785
|
+
/**
|
|
786
|
+
* @generated from field: string id = 1;
|
|
787
|
+
*/
|
|
788
|
+
id: string;
|
|
789
|
+
/**
|
|
790
|
+
* @generated from field: string norsk_bootstrap_version = 2;
|
|
791
|
+
*/
|
|
792
|
+
norskBootstrapVersion: string;
|
|
793
|
+
constructor(data?: PartialMessage<UpdatePhysicalNodeRequest>);
|
|
794
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
795
|
+
static readonly typeName = "norsk.api.manager.UpdatePhysicalNodeRequest";
|
|
796
|
+
static readonly fields: FieldList;
|
|
797
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdatePhysicalNodeRequest;
|
|
798
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdatePhysicalNodeRequest;
|
|
799
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdatePhysicalNodeRequest;
|
|
800
|
+
static equals(a: UpdatePhysicalNodeRequest | PlainMessage<UpdatePhysicalNodeRequest> | undefined, b: UpdatePhysicalNodeRequest | PlainMessage<UpdatePhysicalNodeRequest> | undefined): boolean;
|
|
801
|
+
}
|
|
802
|
+
/**
|
|
803
|
+
* @generated from message norsk.api.manager.StartJobRequest
|
|
804
|
+
*/
|
|
805
|
+
export declare class StartJobRequest extends Message<StartJobRequest> {
|
|
806
|
+
/**
|
|
807
|
+
* @generated from field: norsk.api.manager.JobId job_id = 1;
|
|
808
|
+
*/
|
|
809
|
+
jobId?: JobId;
|
|
810
|
+
/**
|
|
811
|
+
* @generated from field: string role = 2;
|
|
812
|
+
*/
|
|
813
|
+
role: string;
|
|
814
|
+
/**
|
|
815
|
+
* @generated from field: norsk.api.manager.NodeId node_id = 3;
|
|
816
|
+
*/
|
|
817
|
+
nodeId?: NodeId;
|
|
818
|
+
constructor(data?: PartialMessage<StartJobRequest>);
|
|
819
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
820
|
+
static readonly typeName = "norsk.api.manager.StartJobRequest";
|
|
821
|
+
static readonly fields: FieldList;
|
|
822
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StartJobRequest;
|
|
823
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StartJobRequest;
|
|
824
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StartJobRequest;
|
|
825
|
+
static equals(a: StartJobRequest | PlainMessage<StartJobRequest> | undefined, b: StartJobRequest | PlainMessage<StartJobRequest> | undefined): boolean;
|
|
826
|
+
}
|
|
827
|
+
/**
|
|
828
|
+
* @generated from message norsk.api.manager.StopJobRequest
|
|
829
|
+
*/
|
|
830
|
+
export declare class StopJobRequest extends Message<StopJobRequest> {
|
|
831
|
+
/**
|
|
832
|
+
* @generated from field: norsk.api.manager.JobId job_id = 1;
|
|
833
|
+
*/
|
|
834
|
+
jobId?: JobId;
|
|
835
|
+
/**
|
|
836
|
+
* @generated from field: string role = 2;
|
|
837
|
+
*/
|
|
838
|
+
role: string;
|
|
839
|
+
/**
|
|
840
|
+
* @generated from field: norsk.api.manager.NodeId node_id = 3;
|
|
841
|
+
*/
|
|
842
|
+
nodeId?: NodeId;
|
|
843
|
+
constructor(data?: PartialMessage<StopJobRequest>);
|
|
844
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
845
|
+
static readonly typeName = "norsk.api.manager.StopJobRequest";
|
|
846
|
+
static readonly fields: FieldList;
|
|
847
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StopJobRequest;
|
|
848
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StopJobRequest;
|
|
849
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StopJobRequest;
|
|
850
|
+
static equals(a: StopJobRequest | PlainMessage<StopJobRequest> | undefined, b: StopJobRequest | PlainMessage<StopJobRequest> | undefined): boolean;
|
|
851
|
+
}
|
|
852
|
+
/**
|
|
853
|
+
* @generated from message norsk.api.manager.TagFilter
|
|
854
|
+
*/
|
|
855
|
+
export declare class TagFilter extends Message<TagFilter> {
|
|
856
|
+
/**
|
|
857
|
+
* @generated from field: string tagName = 1;
|
|
858
|
+
*/
|
|
859
|
+
tagName: string;
|
|
860
|
+
/**
|
|
861
|
+
* @generated from oneof norsk.api.manager.TagFilter.comparison
|
|
862
|
+
*/
|
|
863
|
+
comparison: {
|
|
864
|
+
/**
|
|
865
|
+
* @generated from field: string eq = 2;
|
|
866
|
+
*/
|
|
867
|
+
value: string;
|
|
868
|
+
case: "eq";
|
|
869
|
+
} | {
|
|
870
|
+
/**
|
|
871
|
+
* @generated from field: string neq = 3;
|
|
872
|
+
*/
|
|
873
|
+
value: string;
|
|
874
|
+
case: "neq";
|
|
875
|
+
} | {
|
|
876
|
+
/**
|
|
877
|
+
* @generated from field: string re = 4;
|
|
878
|
+
*/
|
|
879
|
+
value: string;
|
|
880
|
+
case: "re";
|
|
881
|
+
} | {
|
|
882
|
+
/**
|
|
883
|
+
* @generated from field: bool exists = 5;
|
|
884
|
+
*/
|
|
885
|
+
value: boolean;
|
|
886
|
+
case: "exists";
|
|
887
|
+
} | {
|
|
888
|
+
case: undefined;
|
|
889
|
+
value?: undefined;
|
|
890
|
+
};
|
|
891
|
+
constructor(data?: PartialMessage<TagFilter>);
|
|
892
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
893
|
+
static readonly typeName = "norsk.api.manager.TagFilter";
|
|
894
|
+
static readonly fields: FieldList;
|
|
895
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TagFilter;
|
|
896
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TagFilter;
|
|
897
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TagFilter;
|
|
898
|
+
static equals(a: TagFilter | PlainMessage<TagFilter> | undefined, b: TagFilter | PlainMessage<TagFilter> | undefined): boolean;
|
|
899
|
+
}
|
|
900
|
+
/**
|
|
901
|
+
* @generated from message norsk.api.manager.IdFilter
|
|
902
|
+
*/
|
|
903
|
+
export declare class IdFilter extends Message<IdFilter> {
|
|
904
|
+
/**
|
|
905
|
+
* @generated from oneof norsk.api.manager.IdFilter.comparison
|
|
906
|
+
*/
|
|
907
|
+
comparison: {
|
|
908
|
+
/**
|
|
909
|
+
* @generated from field: string eq = 1;
|
|
910
|
+
*/
|
|
911
|
+
value: string;
|
|
912
|
+
case: "eq";
|
|
913
|
+
} | {
|
|
914
|
+
/**
|
|
915
|
+
* @generated from field: string neq = 2;
|
|
916
|
+
*/
|
|
917
|
+
value: string;
|
|
918
|
+
case: "neq";
|
|
919
|
+
} | {
|
|
920
|
+
/**
|
|
921
|
+
* @generated from field: string re = 3;
|
|
922
|
+
*/
|
|
923
|
+
value: string;
|
|
924
|
+
case: "re";
|
|
925
|
+
} | {
|
|
926
|
+
case: undefined;
|
|
927
|
+
value?: undefined;
|
|
928
|
+
};
|
|
929
|
+
constructor(data?: PartialMessage<IdFilter>);
|
|
930
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
931
|
+
static readonly typeName = "norsk.api.manager.IdFilter";
|
|
932
|
+
static readonly fields: FieldList;
|
|
933
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): IdFilter;
|
|
934
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): IdFilter;
|
|
935
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): IdFilter;
|
|
936
|
+
static equals(a: IdFilter | PlainMessage<IdFilter> | undefined, b: IdFilter | PlainMessage<IdFilter> | undefined): boolean;
|
|
937
|
+
}
|
|
938
|
+
/**
|
|
939
|
+
* @generated from message norsk.api.manager.DateFilter
|
|
940
|
+
*/
|
|
941
|
+
export declare class DateFilter extends Message<DateFilter> {
|
|
942
|
+
/**
|
|
943
|
+
* @generated from oneof norsk.api.manager.DateFilter.comparison
|
|
944
|
+
*/
|
|
945
|
+
comparison: {
|
|
946
|
+
/**
|
|
947
|
+
* @generated from field: google.protobuf.Timestamp eq = 1;
|
|
948
|
+
*/
|
|
949
|
+
value: Timestamp;
|
|
950
|
+
case: "eq";
|
|
951
|
+
} | {
|
|
952
|
+
/**
|
|
953
|
+
* @generated from field: google.protobuf.Timestamp lt = 2;
|
|
954
|
+
*/
|
|
955
|
+
value: Timestamp;
|
|
956
|
+
case: "lt";
|
|
957
|
+
} | {
|
|
958
|
+
/**
|
|
959
|
+
* @generated from field: google.protobuf.Timestamp lte = 3;
|
|
960
|
+
*/
|
|
961
|
+
value: Timestamp;
|
|
962
|
+
case: "lte";
|
|
963
|
+
} | {
|
|
964
|
+
/**
|
|
965
|
+
* @generated from field: google.protobuf.Timestamp gt = 4;
|
|
966
|
+
*/
|
|
967
|
+
value: Timestamp;
|
|
968
|
+
case: "gt";
|
|
969
|
+
} | {
|
|
970
|
+
/**
|
|
971
|
+
* @generated from field: google.protobuf.Timestamp gte = 5;
|
|
972
|
+
*/
|
|
973
|
+
value: Timestamp;
|
|
974
|
+
case: "gte";
|
|
975
|
+
} | {
|
|
976
|
+
/**
|
|
977
|
+
* @generated from field: norsk.api.manager.DateFilter.Within within = 6;
|
|
978
|
+
*/
|
|
979
|
+
value: DateFilter_Within;
|
|
980
|
+
case: "within";
|
|
981
|
+
} | {
|
|
982
|
+
case: undefined;
|
|
983
|
+
value?: undefined;
|
|
984
|
+
};
|
|
985
|
+
constructor(data?: PartialMessage<DateFilter>);
|
|
986
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
987
|
+
static readonly typeName = "norsk.api.manager.DateFilter";
|
|
988
|
+
static readonly fields: FieldList;
|
|
989
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DateFilter;
|
|
990
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DateFilter;
|
|
991
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DateFilter;
|
|
992
|
+
static equals(a: DateFilter | PlainMessage<DateFilter> | undefined, b: DateFilter | PlainMessage<DateFilter> | undefined): boolean;
|
|
993
|
+
}
|
|
994
|
+
/**
|
|
995
|
+
* @generated from message norsk.api.manager.DateFilter.Within
|
|
996
|
+
*/
|
|
997
|
+
export declare class DateFilter_Within extends Message<DateFilter_Within> {
|
|
998
|
+
/**
|
|
999
|
+
* @generated from field: google.protobuf.Timestamp start_date = 6;
|
|
1000
|
+
*/
|
|
1001
|
+
startDate?: Timestamp;
|
|
1002
|
+
/**
|
|
1003
|
+
* @generated from field: google.protobuf.Timestamp end_date = 7;
|
|
1004
|
+
*/
|
|
1005
|
+
endDate?: Timestamp;
|
|
1006
|
+
constructor(data?: PartialMessage<DateFilter_Within>);
|
|
1007
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
1008
|
+
static readonly typeName = "norsk.api.manager.DateFilter.Within";
|
|
1009
|
+
static readonly fields: FieldList;
|
|
1010
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DateFilter_Within;
|
|
1011
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DateFilter_Within;
|
|
1012
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DateFilter_Within;
|
|
1013
|
+
static equals(a: DateFilter_Within | PlainMessage<DateFilter_Within> | undefined, b: DateFilter_Within | PlainMessage<DateFilter_Within> | undefined): boolean;
|
|
1014
|
+
}
|
|
1015
|
+
/**
|
|
1016
|
+
* @generated from message norsk.api.manager.JobFilter
|
|
1017
|
+
*/
|
|
1018
|
+
export declare class JobFilter extends Message<JobFilter> {
|
|
1019
|
+
/**
|
|
1020
|
+
* @generated from oneof norsk.api.manager.JobFilter.job_filter
|
|
1021
|
+
*/
|
|
1022
|
+
jobFilter: {
|
|
1023
|
+
/**
|
|
1024
|
+
* @generated from field: norsk.api.manager.TagFilter tag_filter = 1;
|
|
1025
|
+
*/
|
|
1026
|
+
value: TagFilter;
|
|
1027
|
+
case: "tagFilter";
|
|
1028
|
+
} | {
|
|
1029
|
+
/**
|
|
1030
|
+
* @generated from field: norsk.api.manager.IdFilter id_filter = 2;
|
|
1031
|
+
*/
|
|
1032
|
+
value: IdFilter;
|
|
1033
|
+
case: "idFilter";
|
|
1034
|
+
} | {
|
|
1035
|
+
/**
|
|
1036
|
+
* @generated from field: norsk.api.manager.DateFilter date_filter = 3;
|
|
1037
|
+
*/
|
|
1038
|
+
value: DateFilter;
|
|
1039
|
+
case: "dateFilter";
|
|
1040
|
+
} | {
|
|
1041
|
+
case: undefined;
|
|
1042
|
+
value?: undefined;
|
|
1043
|
+
};
|
|
1044
|
+
constructor(data?: PartialMessage<JobFilter>);
|
|
1045
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
1046
|
+
static readonly typeName = "norsk.api.manager.JobFilter";
|
|
1047
|
+
static readonly fields: FieldList;
|
|
1048
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobFilter;
|
|
1049
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobFilter;
|
|
1050
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobFilter;
|
|
1051
|
+
static equals(a: JobFilter | PlainMessage<JobFilter> | undefined, b: JobFilter | PlainMessage<JobFilter> | undefined): boolean;
|
|
1052
|
+
}
|
|
1053
|
+
/**
|
|
1054
|
+
* @generated from message norsk.api.manager.ManagerActivityStreamRequest
|
|
1055
|
+
*/
|
|
1056
|
+
export declare class ManagerActivityStreamRequest extends Message<ManagerActivityStreamRequest> {
|
|
1057
|
+
/**
|
|
1058
|
+
* @generated from field: int32 pending_window_s = 1;
|
|
1059
|
+
*/
|
|
1060
|
+
pendingWindowS: number;
|
|
1061
|
+
/**
|
|
1062
|
+
* @generated from field: repeated norsk.api.manager.JobFilter job_filter = 2;
|
|
1063
|
+
*/
|
|
1064
|
+
jobFilter: JobFilter[];
|
|
1065
|
+
constructor(data?: PartialMessage<ManagerActivityStreamRequest>);
|
|
1066
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
1067
|
+
static readonly typeName = "norsk.api.manager.ManagerActivityStreamRequest";
|
|
1068
|
+
static readonly fields: FieldList;
|
|
1069
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ManagerActivityStreamRequest;
|
|
1070
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ManagerActivityStreamRequest;
|
|
1071
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ManagerActivityStreamRequest;
|
|
1072
|
+
static equals(a: ManagerActivityStreamRequest | PlainMessage<ManagerActivityStreamRequest> | undefined, b: ManagerActivityStreamRequest | PlainMessage<ManagerActivityStreamRequest> | undefined): boolean;
|
|
1073
|
+
}
|
|
1074
|
+
/**
|
|
1075
|
+
* @generated from message norsk.api.manager.InitialDataComplete
|
|
1076
|
+
*/
|
|
1077
|
+
export declare class InitialDataComplete extends Message<InitialDataComplete> {
|
|
1078
|
+
constructor(data?: PartialMessage<InitialDataComplete>);
|
|
1079
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
1080
|
+
static readonly typeName = "norsk.api.manager.InitialDataComplete";
|
|
1081
|
+
static readonly fields: FieldList;
|
|
1082
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InitialDataComplete;
|
|
1083
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InitialDataComplete;
|
|
1084
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InitialDataComplete;
|
|
1085
|
+
static equals(a: InitialDataComplete | PlainMessage<InitialDataComplete> | undefined, b: InitialDataComplete | PlainMessage<InitialDataComplete> | undefined): boolean;
|
|
1086
|
+
}
|
|
1087
|
+
/**
|
|
1088
|
+
* @generated from message norsk.api.manager.ManagerActivityStreamEvent
|
|
1089
|
+
*/
|
|
1090
|
+
export declare class ManagerActivityStreamEvent extends Message<ManagerActivityStreamEvent> {
|
|
1091
|
+
/**
|
|
1092
|
+
* @generated from oneof norsk.api.manager.ManagerActivityStreamEvent.event
|
|
1093
|
+
*/
|
|
1094
|
+
event: {
|
|
1095
|
+
/**
|
|
1096
|
+
* @generated from field: norsk.api.manager.InitialDataComplete initial_data_complete = 1;
|
|
1097
|
+
*/
|
|
1098
|
+
value: InitialDataComplete;
|
|
1099
|
+
case: "initialDataComplete";
|
|
1100
|
+
} | {
|
|
1101
|
+
/**
|
|
1102
|
+
* @generated from field: norsk.api.manager.JobUpdated job_updated = 2;
|
|
1103
|
+
*/
|
|
1104
|
+
value: JobUpdated;
|
|
1105
|
+
case: "jobUpdated";
|
|
1106
|
+
} | {
|
|
1107
|
+
/**
|
|
1108
|
+
* @generated from field: norsk.api.manager.JobPending job_pending = 3;
|
|
1109
|
+
*/
|
|
1110
|
+
value: JobPending;
|
|
1111
|
+
case: "jobPending";
|
|
1112
|
+
} | {
|
|
1113
|
+
/**
|
|
1114
|
+
* @generated from field: norsk.api.manager.JobDueToStart job_due_to_start = 4;
|
|
1115
|
+
*/
|
|
1116
|
+
value: JobDueToStart;
|
|
1117
|
+
case: "jobDueToStart";
|
|
1118
|
+
} | {
|
|
1119
|
+
/**
|
|
1120
|
+
* @generated from field: norsk.api.manager.JobInstanceStarting job_instance_starting = 5;
|
|
1121
|
+
*/
|
|
1122
|
+
value: JobInstanceStarting;
|
|
1123
|
+
case: "jobInstanceStarting";
|
|
1124
|
+
} | {
|
|
1125
|
+
/**
|
|
1126
|
+
* @generated from field: norsk.api.manager.JobInstanceStarted job_instance_started = 6;
|
|
1127
|
+
*/
|
|
1128
|
+
value: JobInstanceStarted;
|
|
1129
|
+
case: "jobInstanceStarted";
|
|
1130
|
+
} | {
|
|
1131
|
+
/**
|
|
1132
|
+
* @generated from field: norsk.api.manager.JobDueToStop job_due_to_stop = 7;
|
|
1133
|
+
*/
|
|
1134
|
+
value: JobDueToStop;
|
|
1135
|
+
case: "jobDueToStop";
|
|
1136
|
+
} | {
|
|
1137
|
+
/**
|
|
1138
|
+
* @generated from field: norsk.api.manager.JobInstanceStopping job_instance_stopping = 8;
|
|
1139
|
+
*/
|
|
1140
|
+
value: JobInstanceStopping;
|
|
1141
|
+
case: "jobInstanceStopping";
|
|
1142
|
+
} | {
|
|
1143
|
+
/**
|
|
1144
|
+
* @generated from field: norsk.api.manager.JobInstanceStopped job_instance_stopped = 9;
|
|
1145
|
+
*/
|
|
1146
|
+
value: JobInstanceStopped;
|
|
1147
|
+
case: "jobInstanceStopped";
|
|
1148
|
+
} | {
|
|
1149
|
+
/**
|
|
1150
|
+
* @generated from field: norsk.api.manager.JobInstanceFailed job_instance_failed = 10;
|
|
1151
|
+
*/
|
|
1152
|
+
value: JobInstanceFailed;
|
|
1153
|
+
case: "jobInstanceFailed";
|
|
1154
|
+
} | {
|
|
1155
|
+
/**
|
|
1156
|
+
* Only sent before initial_data_complete
|
|
1157
|
+
*
|
|
1158
|
+
* @generated from field: norsk.api.manager.NodeRunning node_running = 11;
|
|
1159
|
+
*/
|
|
1160
|
+
value: NodeRunning;
|
|
1161
|
+
case: "nodeRunning";
|
|
1162
|
+
} | {
|
|
1163
|
+
/**
|
|
1164
|
+
* @generated from field: norsk.api.manager.NodeStarting node_starting = 12;
|
|
1165
|
+
*/
|
|
1166
|
+
value: NodeStarting;
|
|
1167
|
+
case: "nodeStarting";
|
|
1168
|
+
} | {
|
|
1169
|
+
/**
|
|
1170
|
+
* @generated from field: norsk.api.manager.NodeStarted node_started = 13;
|
|
1171
|
+
*/
|
|
1172
|
+
value: NodeStarted;
|
|
1173
|
+
case: "nodeStarted";
|
|
1174
|
+
} | {
|
|
1175
|
+
/**
|
|
1176
|
+
* @generated from field: norsk.api.manager.NodeStopping node_stopping = 14;
|
|
1177
|
+
*/
|
|
1178
|
+
value: NodeStopping;
|
|
1179
|
+
case: "nodeStopping";
|
|
1180
|
+
} | {
|
|
1181
|
+
/**
|
|
1182
|
+
* @generated from field: norsk.api.manager.NodeStopped node_stopped = 15;
|
|
1183
|
+
*/
|
|
1184
|
+
value: NodeStopped;
|
|
1185
|
+
case: "nodeStopped";
|
|
1186
|
+
} | {
|
|
1187
|
+
/**
|
|
1188
|
+
* @generated from field: norsk.api.manager.NodeFailed node_failed = 16;
|
|
1189
|
+
*/
|
|
1190
|
+
value: NodeFailed;
|
|
1191
|
+
case: "nodeFailed";
|
|
1192
|
+
} | {
|
|
1193
|
+
/**
|
|
1194
|
+
* @generated from field: norsk.api.manager.PhysicalNodeConnected physical_node_connected = 17;
|
|
1195
|
+
*/
|
|
1196
|
+
value: PhysicalNodeConnected;
|
|
1197
|
+
case: "physicalNodeConnected";
|
|
1198
|
+
} | {
|
|
1199
|
+
case: undefined;
|
|
1200
|
+
value?: undefined;
|
|
1201
|
+
};
|
|
1202
|
+
constructor(data?: PartialMessage<ManagerActivityStreamEvent>);
|
|
1203
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
1204
|
+
static readonly typeName = "norsk.api.manager.ManagerActivityStreamEvent";
|
|
1205
|
+
static readonly fields: FieldList;
|
|
1206
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ManagerActivityStreamEvent;
|
|
1207
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ManagerActivityStreamEvent;
|
|
1208
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ManagerActivityStreamEvent;
|
|
1209
|
+
static equals(a: ManagerActivityStreamEvent | PlainMessage<ManagerActivityStreamEvent> | undefined, b: ManagerActivityStreamEvent | PlainMessage<ManagerActivityStreamEvent> | undefined): boolean;
|
|
1210
|
+
}
|
|
1211
|
+
/**
|
|
1212
|
+
* @generated from message norsk.api.manager.JobSearchRequest
|
|
1213
|
+
*/
|
|
1214
|
+
export declare class JobSearchRequest extends Message<JobSearchRequest> {
|
|
1215
|
+
/**
|
|
1216
|
+
* @generated from field: repeated norsk.api.manager.JobFilter job_filter = 2;
|
|
1217
|
+
*/
|
|
1218
|
+
jobFilter: JobFilter[];
|
|
1219
|
+
constructor(data?: PartialMessage<JobSearchRequest>);
|
|
1220
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
1221
|
+
static readonly typeName = "norsk.api.manager.JobSearchRequest";
|
|
1222
|
+
static readonly fields: FieldList;
|
|
1223
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobSearchRequest;
|
|
1224
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobSearchRequest;
|
|
1225
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobSearchRequest;
|
|
1226
|
+
static equals(a: JobSearchRequest | PlainMessage<JobSearchRequest> | undefined, b: JobSearchRequest | PlainMessage<JobSearchRequest> | undefined): boolean;
|
|
1227
|
+
}
|
|
1228
|
+
/**
|
|
1229
|
+
* @generated from message norsk.api.manager.NorskStatusEvent
|
|
1230
|
+
*/
|
|
1231
|
+
export declare class NorskStatusEvent extends Message<NorskStatusEvent> {
|
|
1232
|
+
/**
|
|
1233
|
+
* @generated from oneof norsk.api.manager.NorskStatusEvent.message
|
|
1234
|
+
*/
|
|
1235
|
+
message: {
|
|
1236
|
+
/**
|
|
1237
|
+
* @generated from field: norsk.api.manager.Hello hello = 1;
|
|
1238
|
+
*/
|
|
1239
|
+
value: Hello;
|
|
1240
|
+
case: "hello";
|
|
1241
|
+
} | {
|
|
1242
|
+
/**
|
|
1243
|
+
* @generated from field: norsk.api.common.Log log_event = 2;
|
|
1244
|
+
*/
|
|
1245
|
+
value: Log;
|
|
1246
|
+
case: "logEvent";
|
|
1247
|
+
} | {
|
|
1248
|
+
case: undefined;
|
|
1249
|
+
value?: undefined;
|
|
1250
|
+
};
|
|
1251
|
+
constructor(data?: PartialMessage<NorskStatusEvent>);
|
|
1252
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
1253
|
+
static readonly typeName = "norsk.api.manager.NorskStatusEvent";
|
|
1254
|
+
static readonly fields: FieldList;
|
|
1255
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NorskStatusEvent;
|
|
1256
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NorskStatusEvent;
|
|
1257
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NorskStatusEvent;
|
|
1258
|
+
static equals(a: NorskStatusEvent | PlainMessage<NorskStatusEvent> | undefined, b: NorskStatusEvent | PlainMessage<NorskStatusEvent> | undefined): boolean;
|
|
1259
|
+
}
|