@gitpod/public-api 0.1.5-sje-no-log-envvars.0 → 0.1.5-sje-kots-db-migration-logger.0
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/gitpod/{v1 → experimental/v1}/pagination_pb.d.ts +2 -2
- package/lib/gitpod/experimental/v1/pagination_pb.d.ts.map +1 -0
- package/lib/gitpod/{v1 → experimental/v1}/pagination_pb.js +2 -2
- package/lib/gitpod/experimental/v1/pagination_pb.js.map +1 -0
- package/lib/gitpod/{v1 → experimental/v1}/pagination_pb.ts +3 -3
- package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts +74 -0
- package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts.map +1 -0
- package/lib/gitpod/experimental/v1/workspaces_connectweb.js +81 -0
- package/lib/gitpod/experimental/v1/workspaces_connectweb.js.map +1 -0
- package/lib/gitpod/experimental/v1/workspaces_connectweb.ts +80 -0
- package/lib/gitpod/{v1 → experimental/v1}/workspaces_pb.d.ts +88 -218
- package/lib/gitpod/experimental/v1/workspaces_pb.d.ts.map +1 -0
- package/lib/gitpod/{v1 → experimental/v1}/workspaces_pb.js +83 -321
- package/lib/gitpod/experimental/v1/workspaces_pb.js.map +1 -0
- package/lib/gitpod/{v1 → experimental/v1}/workspaces_pb.ts +114 -404
- package/package.json +1 -2
- package/pkg-yarn.lock +1 -1
- package/provenance-bundle.jsonl +2 -2
- package/lib/gitpod/v1/pagination_pb.d.ts.map +0 -1
- package/lib/gitpod/v1/pagination_pb.js.map +0 -1
- package/lib/gitpod/v1/prebuilds_connectweb.d.ts +0 -65
- package/lib/gitpod/v1/prebuilds_connectweb.d.ts.map +0 -1
- package/lib/gitpod/v1/prebuilds_connectweb.js +0 -72
- package/lib/gitpod/v1/prebuilds_connectweb.js.map +0 -1
- package/lib/gitpod/v1/prebuilds_connectweb.ts +0 -71
- package/lib/gitpod/v1/prebuilds_pb.d.ts +0 -281
- package/lib/gitpod/v1/prebuilds_pb.d.ts.map +0 -1
- package/lib/gitpod/v1/prebuilds_pb.js +0 -435
- package/lib/gitpod/v1/prebuilds_pb.js.map +0 -1
- package/lib/gitpod/v1/prebuilds_pb.ts +0 -540
- package/lib/gitpod/v1/workspaces_connectweb.d.ts +0 -134
- package/lib/gitpod/v1/workspaces_connectweb.d.ts.map +0 -1
- package/lib/gitpod/v1/workspaces_connectweb.js +0 -141
- package/lib/gitpod/v1/workspaces_connectweb.js.map +0 -1
- package/lib/gitpod/v1/workspaces_connectweb.ts +0 -140
- package/lib/gitpod/v1/workspaces_pb.d.ts.map +0 -1
- package/lib/gitpod/v1/workspaces_pb.js.map +0 -1
@@ -5,13 +5,13 @@
|
|
5
5
|
* See License-AGPL.txt in the project root for license information.
|
6
6
|
*/
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
8
|
-
exports.StartWorkspaceSpec = exports.WorkspaceInstanceStatus_Conditions = exports.WorkspaceInstanceStatus_Phase = exports.WorkspaceInstanceStatus = exports.WorkspaceInstance = exports.WorkspaceContext_Snapshot = exports.WorkspaceContext_Prebuild = exports.WorkspaceContext_Git = exports.WorkspaceContext = exports.
|
8
|
+
exports.StartWorkspaceSpec = exports.WorkspaceInstanceStatus_Conditions = exports.WorkspaceInstanceStatus_Phase = exports.WorkspaceInstanceStatus = exports.WorkspaceInstance = exports.WorkspaceContext_Snapshot = exports.WorkspaceContext_Prebuild = exports.WorkspaceContext_Git = exports.WorkspaceContext = exports.WorkspaceStatus = exports.Workspace = exports.StopWorkspaceResponse = exports.StopWorkspaceRequest = exports.StartWorkspaceResponse = exports.StartWorkspaceRequest = exports.CreateAndStartWorkspaceResponse = exports.CreateAndStartWorkspaceRequest = exports.GetOwnerTokenResponse = exports.GetOwnerTokenRequest = exports.GetWorkspaceResponse = exports.GetWorkspaceRequest = exports.ListWorkspacesResponse = exports.ListWorkspacesRequest = exports.AdmissionLevel = void 0;
|
9
9
|
const protobuf_1 = require("@bufbuild/protobuf");
|
10
10
|
const pagination_pb_js_1 = require("./pagination_pb.js");
|
11
11
|
/**
|
12
12
|
* Admission level describes who can access a workspace instance and its ports.
|
13
13
|
*
|
14
|
-
* @generated from enum gitpod.v1.AdmissionLevel
|
14
|
+
* @generated from enum gitpod.experimental.v1.AdmissionLevel
|
15
15
|
*/
|
16
16
|
var AdmissionLevel;
|
17
17
|
(function (AdmissionLevel) {
|
@@ -33,13 +33,13 @@ var AdmissionLevel;
|
|
33
33
|
AdmissionLevel[AdmissionLevel["EVERYONE"] = 2] = "EVERYONE";
|
34
34
|
})(AdmissionLevel = exports.AdmissionLevel || (exports.AdmissionLevel = {}));
|
35
35
|
// Retrieve enum metadata with: proto3.getEnumType(AdmissionLevel)
|
36
|
-
protobuf_1.proto3.util.setEnumType(AdmissionLevel, "gitpod.v1.AdmissionLevel", [
|
36
|
+
protobuf_1.proto3.util.setEnumType(AdmissionLevel, "gitpod.experimental.v1.AdmissionLevel", [
|
37
37
|
{ no: 0, name: "ADMISSION_LEVEL_UNSPECIFIED" },
|
38
38
|
{ no: 1, name: "ADMISSION_LEVEL_OWNER_ONLY" },
|
39
39
|
{ no: 2, name: "ADMISSION_LEVEL_EVERYONE" },
|
40
40
|
]);
|
41
41
|
/**
|
42
|
-
* @generated from message gitpod.v1.ListWorkspacesRequest
|
42
|
+
* @generated from message gitpod.experimental.v1.ListWorkspacesRequest
|
43
43
|
*/
|
44
44
|
class ListWorkspacesRequest extends protobuf_1.Message {
|
45
45
|
constructor(data) {
|
@@ -61,13 +61,13 @@ class ListWorkspacesRequest extends protobuf_1.Message {
|
|
61
61
|
}
|
62
62
|
exports.ListWorkspacesRequest = ListWorkspacesRequest;
|
63
63
|
ListWorkspacesRequest.runtime = protobuf_1.proto3;
|
64
|
-
ListWorkspacesRequest.typeName = "gitpod.v1.ListWorkspacesRequest";
|
64
|
+
ListWorkspacesRequest.typeName = "gitpod.experimental.v1.ListWorkspacesRequest";
|
65
65
|
ListWorkspacesRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
66
66
|
{ no: 1, name: "pagination", kind: "message", T: pagination_pb_js_1.Pagination },
|
67
67
|
{ no: 2, name: "field_mask", kind: "message", T: protobuf_1.FieldMask },
|
68
68
|
]);
|
69
69
|
/**
|
70
|
-
* @generated from message gitpod.v1.ListWorkspacesResponse
|
70
|
+
* @generated from message gitpod.experimental.v1.ListWorkspacesResponse
|
71
71
|
*/
|
72
72
|
class ListWorkspacesResponse extends protobuf_1.Message {
|
73
73
|
constructor(data) {
|
@@ -77,7 +77,7 @@ class ListWorkspacesResponse extends protobuf_1.Message {
|
|
77
77
|
*/
|
78
78
|
this.nextPageToken = "";
|
79
79
|
/**
|
80
|
-
* @generated from field: repeated gitpod.v1.
|
80
|
+
* @generated from field: repeated gitpod.experimental.v1.Workspace result = 2;
|
81
81
|
*/
|
82
82
|
this.result = [];
|
83
83
|
protobuf_1.proto3.util.initPartial(data, this);
|
@@ -97,41 +97,13 @@ class ListWorkspacesResponse extends protobuf_1.Message {
|
|
97
97
|
}
|
98
98
|
exports.ListWorkspacesResponse = ListWorkspacesResponse;
|
99
99
|
ListWorkspacesResponse.runtime = protobuf_1.proto3;
|
100
|
-
ListWorkspacesResponse.typeName = "gitpod.v1.ListWorkspacesResponse";
|
100
|
+
ListWorkspacesResponse.typeName = "gitpod.experimental.v1.ListWorkspacesResponse";
|
101
101
|
ListWorkspacesResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
102
102
|
{ no: 1, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
103
|
-
{ no: 2, name: "result", kind: "message", T:
|
103
|
+
{ no: 2, name: "result", kind: "message", T: Workspace, repeated: true },
|
104
104
|
]);
|
105
105
|
/**
|
106
|
-
* @generated from message gitpod.v1.
|
107
|
-
*/
|
108
|
-
class ListWorkspacesResponse_WorkspaceAndInstance extends protobuf_1.Message {
|
109
|
-
constructor(data) {
|
110
|
-
super();
|
111
|
-
protobuf_1.proto3.util.initPartial(data, this);
|
112
|
-
}
|
113
|
-
static fromBinary(bytes, options) {
|
114
|
-
return new ListWorkspacesResponse_WorkspaceAndInstance().fromBinary(bytes, options);
|
115
|
-
}
|
116
|
-
static fromJson(jsonValue, options) {
|
117
|
-
return new ListWorkspacesResponse_WorkspaceAndInstance().fromJson(jsonValue, options);
|
118
|
-
}
|
119
|
-
static fromJsonString(jsonString, options) {
|
120
|
-
return new ListWorkspacesResponse_WorkspaceAndInstance().fromJsonString(jsonString, options);
|
121
|
-
}
|
122
|
-
static equals(a, b) {
|
123
|
-
return protobuf_1.proto3.util.equals(ListWorkspacesResponse_WorkspaceAndInstance, a, b);
|
124
|
-
}
|
125
|
-
}
|
126
|
-
exports.ListWorkspacesResponse_WorkspaceAndInstance = ListWorkspacesResponse_WorkspaceAndInstance;
|
127
|
-
ListWorkspacesResponse_WorkspaceAndInstance.runtime = protobuf_1.proto3;
|
128
|
-
ListWorkspacesResponse_WorkspaceAndInstance.typeName = "gitpod.v1.ListWorkspacesResponse.WorkspaceAndInstance";
|
129
|
-
ListWorkspacesResponse_WorkspaceAndInstance.fields = protobuf_1.proto3.util.newFieldList(() => [
|
130
|
-
{ no: 1, name: "result", kind: "message", T: Workspace },
|
131
|
-
{ no: 2, name: "last_active_instances", kind: "message", T: WorkspaceInstance },
|
132
|
-
]);
|
133
|
-
/**
|
134
|
-
* @generated from message gitpod.v1.GetWorkspaceRequest
|
106
|
+
* @generated from message gitpod.experimental.v1.GetWorkspaceRequest
|
135
107
|
*/
|
136
108
|
class GetWorkspaceRequest extends protobuf_1.Message {
|
137
109
|
constructor(data) {
|
@@ -157,12 +129,12 @@ class GetWorkspaceRequest extends protobuf_1.Message {
|
|
157
129
|
}
|
158
130
|
exports.GetWorkspaceRequest = GetWorkspaceRequest;
|
159
131
|
GetWorkspaceRequest.runtime = protobuf_1.proto3;
|
160
|
-
GetWorkspaceRequest.typeName = "gitpod.v1.GetWorkspaceRequest";
|
132
|
+
GetWorkspaceRequest.typeName = "gitpod.experimental.v1.GetWorkspaceRequest";
|
161
133
|
GetWorkspaceRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
162
134
|
{ no: 1, name: "workspace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
163
135
|
]);
|
164
136
|
/**
|
165
|
-
* @generated from message gitpod.v1.GetWorkspaceResponse
|
137
|
+
* @generated from message gitpod.experimental.v1.GetWorkspaceResponse
|
166
138
|
*/
|
167
139
|
class GetWorkspaceResponse extends protobuf_1.Message {
|
168
140
|
constructor(data) {
|
@@ -184,12 +156,12 @@ class GetWorkspaceResponse extends protobuf_1.Message {
|
|
184
156
|
}
|
185
157
|
exports.GetWorkspaceResponse = GetWorkspaceResponse;
|
186
158
|
GetWorkspaceResponse.runtime = protobuf_1.proto3;
|
187
|
-
GetWorkspaceResponse.typeName = "gitpod.v1.GetWorkspaceResponse";
|
159
|
+
GetWorkspaceResponse.typeName = "gitpod.experimental.v1.GetWorkspaceResponse";
|
188
160
|
GetWorkspaceResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
189
161
|
{ no: 1, name: "result", kind: "message", T: Workspace },
|
190
162
|
]);
|
191
163
|
/**
|
192
|
-
* @generated from message gitpod.v1.GetOwnerTokenRequest
|
164
|
+
* @generated from message gitpod.experimental.v1.GetOwnerTokenRequest
|
193
165
|
*/
|
194
166
|
class GetOwnerTokenRequest extends protobuf_1.Message {
|
195
167
|
constructor(data) {
|
@@ -215,12 +187,12 @@ class GetOwnerTokenRequest extends protobuf_1.Message {
|
|
215
187
|
}
|
216
188
|
exports.GetOwnerTokenRequest = GetOwnerTokenRequest;
|
217
189
|
GetOwnerTokenRequest.runtime = protobuf_1.proto3;
|
218
|
-
GetOwnerTokenRequest.typeName = "gitpod.v1.GetOwnerTokenRequest";
|
190
|
+
GetOwnerTokenRequest.typeName = "gitpod.experimental.v1.GetOwnerTokenRequest";
|
219
191
|
GetOwnerTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
220
192
|
{ no: 1, name: "workspace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
221
193
|
]);
|
222
194
|
/**
|
223
|
-
* @generated from message gitpod.v1.GetOwnerTokenResponse
|
195
|
+
* @generated from message gitpod.experimental.v1.GetOwnerTokenResponse
|
224
196
|
*/
|
225
197
|
class GetOwnerTokenResponse extends protobuf_1.Message {
|
226
198
|
constructor(data) {
|
@@ -246,12 +218,12 @@ class GetOwnerTokenResponse extends protobuf_1.Message {
|
|
246
218
|
}
|
247
219
|
exports.GetOwnerTokenResponse = GetOwnerTokenResponse;
|
248
220
|
GetOwnerTokenResponse.runtime = protobuf_1.proto3;
|
249
|
-
GetOwnerTokenResponse.typeName = "gitpod.v1.GetOwnerTokenResponse";
|
221
|
+
GetOwnerTokenResponse.typeName = "gitpod.experimental.v1.GetOwnerTokenResponse";
|
250
222
|
GetOwnerTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
251
223
|
{ no: 1, name: "token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
252
224
|
]);
|
253
225
|
/**
|
254
|
-
* @generated from message gitpod.v1.CreateAndStartWorkspaceRequest
|
226
|
+
* @generated from message gitpod.experimental.v1.CreateAndStartWorkspaceRequest
|
255
227
|
*/
|
256
228
|
class CreateAndStartWorkspaceRequest extends protobuf_1.Message {
|
257
229
|
constructor(data) {
|
@@ -261,7 +233,7 @@ class CreateAndStartWorkspaceRequest extends protobuf_1.Message {
|
|
261
233
|
*/
|
262
234
|
this.idempotencyToken = "";
|
263
235
|
/**
|
264
|
-
* @generated from oneof gitpod.v1.CreateAndStartWorkspaceRequest.source
|
236
|
+
* @generated from oneof gitpod.experimental.v1.CreateAndStartWorkspaceRequest.source
|
265
237
|
*/
|
266
238
|
this.source = { case: undefined };
|
267
239
|
protobuf_1.proto3.util.initPartial(data, this);
|
@@ -281,7 +253,7 @@ class CreateAndStartWorkspaceRequest extends protobuf_1.Message {
|
|
281
253
|
}
|
282
254
|
exports.CreateAndStartWorkspaceRequest = CreateAndStartWorkspaceRequest;
|
283
255
|
CreateAndStartWorkspaceRequest.runtime = protobuf_1.proto3;
|
284
|
-
CreateAndStartWorkspaceRequest.typeName = "gitpod.v1.CreateAndStartWorkspaceRequest";
|
256
|
+
CreateAndStartWorkspaceRequest.typeName = "gitpod.experimental.v1.CreateAndStartWorkspaceRequest";
|
285
257
|
CreateAndStartWorkspaceRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
286
258
|
{ no: 1, name: "idempotency_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
287
259
|
{ no: 2, name: "context_url", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "source" },
|
@@ -289,7 +261,7 @@ CreateAndStartWorkspaceRequest.fields = protobuf_1.proto3.util.newFieldList(() =
|
|
289
261
|
{ no: 5, name: "start_spec", kind: "message", T: StartWorkspaceSpec },
|
290
262
|
]);
|
291
263
|
/**
|
292
|
-
* @generated from message gitpod.v1.CreateAndStartWorkspaceResponse
|
264
|
+
* @generated from message gitpod.experimental.v1.CreateAndStartWorkspaceResponse
|
293
265
|
*/
|
294
266
|
class CreateAndStartWorkspaceResponse extends protobuf_1.Message {
|
295
267
|
constructor(data) {
|
@@ -315,12 +287,12 @@ class CreateAndStartWorkspaceResponse extends protobuf_1.Message {
|
|
315
287
|
}
|
316
288
|
exports.CreateAndStartWorkspaceResponse = CreateAndStartWorkspaceResponse;
|
317
289
|
CreateAndStartWorkspaceResponse.runtime = protobuf_1.proto3;
|
318
|
-
CreateAndStartWorkspaceResponse.typeName = "gitpod.v1.CreateAndStartWorkspaceResponse";
|
290
|
+
CreateAndStartWorkspaceResponse.typeName = "gitpod.experimental.v1.CreateAndStartWorkspaceResponse";
|
319
291
|
CreateAndStartWorkspaceResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
320
292
|
{ no: 1, name: "workspace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
321
293
|
]);
|
322
294
|
/**
|
323
|
-
* @generated from message gitpod.v1.StartWorkspaceRequest
|
295
|
+
* @generated from message gitpod.experimental.v1.StartWorkspaceRequest
|
324
296
|
*/
|
325
297
|
class StartWorkspaceRequest extends protobuf_1.Message {
|
326
298
|
constructor(data) {
|
@@ -350,14 +322,14 @@ class StartWorkspaceRequest extends protobuf_1.Message {
|
|
350
322
|
}
|
351
323
|
exports.StartWorkspaceRequest = StartWorkspaceRequest;
|
352
324
|
StartWorkspaceRequest.runtime = protobuf_1.proto3;
|
353
|
-
StartWorkspaceRequest.typeName = "gitpod.v1.StartWorkspaceRequest";
|
325
|
+
StartWorkspaceRequest.typeName = "gitpod.experimental.v1.StartWorkspaceRequest";
|
354
326
|
StartWorkspaceRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
355
327
|
{ no: 1, name: "idempotency_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
356
328
|
{ no: 2, name: "workspace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
357
329
|
{ no: 3, name: "spec", kind: "message", T: StartWorkspaceSpec },
|
358
330
|
]);
|
359
331
|
/**
|
360
|
-
* @generated from message gitpod.v1.StartWorkspaceResponse
|
332
|
+
* @generated from message gitpod.experimental.v1.StartWorkspaceResponse
|
361
333
|
*/
|
362
334
|
class StartWorkspaceResponse extends protobuf_1.Message {
|
363
335
|
constructor(data) {
|
@@ -387,253 +359,13 @@ class StartWorkspaceResponse extends protobuf_1.Message {
|
|
387
359
|
}
|
388
360
|
exports.StartWorkspaceResponse = StartWorkspaceResponse;
|
389
361
|
StartWorkspaceResponse.runtime = protobuf_1.proto3;
|
390
|
-
StartWorkspaceResponse.typeName = "gitpod.v1.StartWorkspaceResponse";
|
362
|
+
StartWorkspaceResponse.typeName = "gitpod.experimental.v1.StartWorkspaceResponse";
|
391
363
|
StartWorkspaceResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
392
364
|
{ no: 1, name: "instance_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
393
365
|
{ no: 2, name: "workspace_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
394
366
|
]);
|
395
367
|
/**
|
396
|
-
* @generated from message gitpod.v1.
|
397
|
-
*/
|
398
|
-
class GetActiveWorkspaceInstanceRequest extends protobuf_1.Message {
|
399
|
-
constructor(data) {
|
400
|
-
super();
|
401
|
-
/**
|
402
|
-
* @generated from field: string workspace_id = 1;
|
403
|
-
*/
|
404
|
-
this.workspaceId = "";
|
405
|
-
protobuf_1.proto3.util.initPartial(data, this);
|
406
|
-
}
|
407
|
-
static fromBinary(bytes, options) {
|
408
|
-
return new GetActiveWorkspaceInstanceRequest().fromBinary(bytes, options);
|
409
|
-
}
|
410
|
-
static fromJson(jsonValue, options) {
|
411
|
-
return new GetActiveWorkspaceInstanceRequest().fromJson(jsonValue, options);
|
412
|
-
}
|
413
|
-
static fromJsonString(jsonString, options) {
|
414
|
-
return new GetActiveWorkspaceInstanceRequest().fromJsonString(jsonString, options);
|
415
|
-
}
|
416
|
-
static equals(a, b) {
|
417
|
-
return protobuf_1.proto3.util.equals(GetActiveWorkspaceInstanceRequest, a, b);
|
418
|
-
}
|
419
|
-
}
|
420
|
-
exports.GetActiveWorkspaceInstanceRequest = GetActiveWorkspaceInstanceRequest;
|
421
|
-
GetActiveWorkspaceInstanceRequest.runtime = protobuf_1.proto3;
|
422
|
-
GetActiveWorkspaceInstanceRequest.typeName = "gitpod.v1.GetActiveWorkspaceInstanceRequest";
|
423
|
-
GetActiveWorkspaceInstanceRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
424
|
-
{ no: 1, name: "workspace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
425
|
-
]);
|
426
|
-
/**
|
427
|
-
* @generated from message gitpod.v1.GetActiveWorkspaceInstanceResponse
|
428
|
-
*/
|
429
|
-
class GetActiveWorkspaceInstanceResponse extends protobuf_1.Message {
|
430
|
-
constructor(data) {
|
431
|
-
super();
|
432
|
-
protobuf_1.proto3.util.initPartial(data, this);
|
433
|
-
}
|
434
|
-
static fromBinary(bytes, options) {
|
435
|
-
return new GetActiveWorkspaceInstanceResponse().fromBinary(bytes, options);
|
436
|
-
}
|
437
|
-
static fromJson(jsonValue, options) {
|
438
|
-
return new GetActiveWorkspaceInstanceResponse().fromJson(jsonValue, options);
|
439
|
-
}
|
440
|
-
static fromJsonString(jsonString, options) {
|
441
|
-
return new GetActiveWorkspaceInstanceResponse().fromJsonString(jsonString, options);
|
442
|
-
}
|
443
|
-
static equals(a, b) {
|
444
|
-
return protobuf_1.proto3.util.equals(GetActiveWorkspaceInstanceResponse, a, b);
|
445
|
-
}
|
446
|
-
}
|
447
|
-
exports.GetActiveWorkspaceInstanceResponse = GetActiveWorkspaceInstanceResponse;
|
448
|
-
GetActiveWorkspaceInstanceResponse.runtime = protobuf_1.proto3;
|
449
|
-
GetActiveWorkspaceInstanceResponse.typeName = "gitpod.v1.GetActiveWorkspaceInstanceResponse";
|
450
|
-
GetActiveWorkspaceInstanceResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
451
|
-
{ no: 1, name: "instance", kind: "message", T: WorkspaceInstance },
|
452
|
-
]);
|
453
|
-
/**
|
454
|
-
* @generated from message gitpod.v1.GetWorkspaceInstanceOwnerTokenRequest
|
455
|
-
*/
|
456
|
-
class GetWorkspaceInstanceOwnerTokenRequest extends protobuf_1.Message {
|
457
|
-
constructor(data) {
|
458
|
-
super();
|
459
|
-
/**
|
460
|
-
* @generated from field: string instance_id = 1;
|
461
|
-
*/
|
462
|
-
this.instanceId = "";
|
463
|
-
protobuf_1.proto3.util.initPartial(data, this);
|
464
|
-
}
|
465
|
-
static fromBinary(bytes, options) {
|
466
|
-
return new GetWorkspaceInstanceOwnerTokenRequest().fromBinary(bytes, options);
|
467
|
-
}
|
468
|
-
static fromJson(jsonValue, options) {
|
469
|
-
return new GetWorkspaceInstanceOwnerTokenRequest().fromJson(jsonValue, options);
|
470
|
-
}
|
471
|
-
static fromJsonString(jsonString, options) {
|
472
|
-
return new GetWorkspaceInstanceOwnerTokenRequest().fromJsonString(jsonString, options);
|
473
|
-
}
|
474
|
-
static equals(a, b) {
|
475
|
-
return protobuf_1.proto3.util.equals(GetWorkspaceInstanceOwnerTokenRequest, a, b);
|
476
|
-
}
|
477
|
-
}
|
478
|
-
exports.GetWorkspaceInstanceOwnerTokenRequest = GetWorkspaceInstanceOwnerTokenRequest;
|
479
|
-
GetWorkspaceInstanceOwnerTokenRequest.runtime = protobuf_1.proto3;
|
480
|
-
GetWorkspaceInstanceOwnerTokenRequest.typeName = "gitpod.v1.GetWorkspaceInstanceOwnerTokenRequest";
|
481
|
-
GetWorkspaceInstanceOwnerTokenRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
482
|
-
{ no: 1, name: "instance_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
483
|
-
]);
|
484
|
-
/**
|
485
|
-
* @generated from message gitpod.v1.GetWorkspaceInstanceOwnerTokenResponse
|
486
|
-
*/
|
487
|
-
class GetWorkspaceInstanceOwnerTokenResponse extends protobuf_1.Message {
|
488
|
-
constructor(data) {
|
489
|
-
super();
|
490
|
-
/**
|
491
|
-
* @generated from field: string owner_token = 1;
|
492
|
-
*/
|
493
|
-
this.ownerToken = "";
|
494
|
-
protobuf_1.proto3.util.initPartial(data, this);
|
495
|
-
}
|
496
|
-
static fromBinary(bytes, options) {
|
497
|
-
return new GetWorkspaceInstanceOwnerTokenResponse().fromBinary(bytes, options);
|
498
|
-
}
|
499
|
-
static fromJson(jsonValue, options) {
|
500
|
-
return new GetWorkspaceInstanceOwnerTokenResponse().fromJson(jsonValue, options);
|
501
|
-
}
|
502
|
-
static fromJsonString(jsonString, options) {
|
503
|
-
return new GetWorkspaceInstanceOwnerTokenResponse().fromJsonString(jsonString, options);
|
504
|
-
}
|
505
|
-
static equals(a, b) {
|
506
|
-
return protobuf_1.proto3.util.equals(GetWorkspaceInstanceOwnerTokenResponse, a, b);
|
507
|
-
}
|
508
|
-
}
|
509
|
-
exports.GetWorkspaceInstanceOwnerTokenResponse = GetWorkspaceInstanceOwnerTokenResponse;
|
510
|
-
GetWorkspaceInstanceOwnerTokenResponse.runtime = protobuf_1.proto3;
|
511
|
-
GetWorkspaceInstanceOwnerTokenResponse.typeName = "gitpod.v1.GetWorkspaceInstanceOwnerTokenResponse";
|
512
|
-
GetWorkspaceInstanceOwnerTokenResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
513
|
-
{ no: 1, name: "owner_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
514
|
-
]);
|
515
|
-
/**
|
516
|
-
* @generated from message gitpod.v1.ListenToWorkspaceInstanceRequest
|
517
|
-
*/
|
518
|
-
class ListenToWorkspaceInstanceRequest extends protobuf_1.Message {
|
519
|
-
constructor(data) {
|
520
|
-
super();
|
521
|
-
/**
|
522
|
-
* @generated from field: string instance_id = 1;
|
523
|
-
*/
|
524
|
-
this.instanceId = "";
|
525
|
-
protobuf_1.proto3.util.initPartial(data, this);
|
526
|
-
}
|
527
|
-
static fromBinary(bytes, options) {
|
528
|
-
return new ListenToWorkspaceInstanceRequest().fromBinary(bytes, options);
|
529
|
-
}
|
530
|
-
static fromJson(jsonValue, options) {
|
531
|
-
return new ListenToWorkspaceInstanceRequest().fromJson(jsonValue, options);
|
532
|
-
}
|
533
|
-
static fromJsonString(jsonString, options) {
|
534
|
-
return new ListenToWorkspaceInstanceRequest().fromJsonString(jsonString, options);
|
535
|
-
}
|
536
|
-
static equals(a, b) {
|
537
|
-
return protobuf_1.proto3.util.equals(ListenToWorkspaceInstanceRequest, a, b);
|
538
|
-
}
|
539
|
-
}
|
540
|
-
exports.ListenToWorkspaceInstanceRequest = ListenToWorkspaceInstanceRequest;
|
541
|
-
ListenToWorkspaceInstanceRequest.runtime = protobuf_1.proto3;
|
542
|
-
ListenToWorkspaceInstanceRequest.typeName = "gitpod.v1.ListenToWorkspaceInstanceRequest";
|
543
|
-
ListenToWorkspaceInstanceRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
544
|
-
{ no: 1, name: "instance_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
545
|
-
]);
|
546
|
-
/**
|
547
|
-
* @generated from message gitpod.v1.ListenToWorkspaceInstanceResponse
|
548
|
-
*/
|
549
|
-
class ListenToWorkspaceInstanceResponse extends protobuf_1.Message {
|
550
|
-
constructor(data) {
|
551
|
-
super();
|
552
|
-
protobuf_1.proto3.util.initPartial(data, this);
|
553
|
-
}
|
554
|
-
static fromBinary(bytes, options) {
|
555
|
-
return new ListenToWorkspaceInstanceResponse().fromBinary(bytes, options);
|
556
|
-
}
|
557
|
-
static fromJson(jsonValue, options) {
|
558
|
-
return new ListenToWorkspaceInstanceResponse().fromJson(jsonValue, options);
|
559
|
-
}
|
560
|
-
static fromJsonString(jsonString, options) {
|
561
|
-
return new ListenToWorkspaceInstanceResponse().fromJsonString(jsonString, options);
|
562
|
-
}
|
563
|
-
static equals(a, b) {
|
564
|
-
return protobuf_1.proto3.util.equals(ListenToWorkspaceInstanceResponse, a, b);
|
565
|
-
}
|
566
|
-
}
|
567
|
-
exports.ListenToWorkspaceInstanceResponse = ListenToWorkspaceInstanceResponse;
|
568
|
-
ListenToWorkspaceInstanceResponse.runtime = protobuf_1.proto3;
|
569
|
-
ListenToWorkspaceInstanceResponse.typeName = "gitpod.v1.ListenToWorkspaceInstanceResponse";
|
570
|
-
ListenToWorkspaceInstanceResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
571
|
-
{ no: 1, name: "instance_status", kind: "message", T: WorkspaceInstanceStatus },
|
572
|
-
]);
|
573
|
-
/**
|
574
|
-
* @generated from message gitpod.v1.ListenToImageBuildLogsRequest
|
575
|
-
*/
|
576
|
-
class ListenToImageBuildLogsRequest extends protobuf_1.Message {
|
577
|
-
constructor(data) {
|
578
|
-
super();
|
579
|
-
/**
|
580
|
-
* @generated from field: string instance_id = 1;
|
581
|
-
*/
|
582
|
-
this.instanceId = "";
|
583
|
-
protobuf_1.proto3.util.initPartial(data, this);
|
584
|
-
}
|
585
|
-
static fromBinary(bytes, options) {
|
586
|
-
return new ListenToImageBuildLogsRequest().fromBinary(bytes, options);
|
587
|
-
}
|
588
|
-
static fromJson(jsonValue, options) {
|
589
|
-
return new ListenToImageBuildLogsRequest().fromJson(jsonValue, options);
|
590
|
-
}
|
591
|
-
static fromJsonString(jsonString, options) {
|
592
|
-
return new ListenToImageBuildLogsRequest().fromJsonString(jsonString, options);
|
593
|
-
}
|
594
|
-
static equals(a, b) {
|
595
|
-
return protobuf_1.proto3.util.equals(ListenToImageBuildLogsRequest, a, b);
|
596
|
-
}
|
597
|
-
}
|
598
|
-
exports.ListenToImageBuildLogsRequest = ListenToImageBuildLogsRequest;
|
599
|
-
ListenToImageBuildLogsRequest.runtime = protobuf_1.proto3;
|
600
|
-
ListenToImageBuildLogsRequest.typeName = "gitpod.v1.ListenToImageBuildLogsRequest";
|
601
|
-
ListenToImageBuildLogsRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
602
|
-
{ no: 1, name: "instance_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
603
|
-
]);
|
604
|
-
/**
|
605
|
-
* @generated from message gitpod.v1.ListenToImageBuildLogsResponse
|
606
|
-
*/
|
607
|
-
class ListenToImageBuildLogsResponse extends protobuf_1.Message {
|
608
|
-
constructor(data) {
|
609
|
-
super();
|
610
|
-
/**
|
611
|
-
* @generated from field: string line = 1;
|
612
|
-
*/
|
613
|
-
this.line = "";
|
614
|
-
protobuf_1.proto3.util.initPartial(data, this);
|
615
|
-
}
|
616
|
-
static fromBinary(bytes, options) {
|
617
|
-
return new ListenToImageBuildLogsResponse().fromBinary(bytes, options);
|
618
|
-
}
|
619
|
-
static fromJson(jsonValue, options) {
|
620
|
-
return new ListenToImageBuildLogsResponse().fromJson(jsonValue, options);
|
621
|
-
}
|
622
|
-
static fromJsonString(jsonString, options) {
|
623
|
-
return new ListenToImageBuildLogsResponse().fromJsonString(jsonString, options);
|
624
|
-
}
|
625
|
-
static equals(a, b) {
|
626
|
-
return protobuf_1.proto3.util.equals(ListenToImageBuildLogsResponse, a, b);
|
627
|
-
}
|
628
|
-
}
|
629
|
-
exports.ListenToImageBuildLogsResponse = ListenToImageBuildLogsResponse;
|
630
|
-
ListenToImageBuildLogsResponse.runtime = protobuf_1.proto3;
|
631
|
-
ListenToImageBuildLogsResponse.typeName = "gitpod.v1.ListenToImageBuildLogsResponse";
|
632
|
-
ListenToImageBuildLogsResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
|
633
|
-
{ no: 1, name: "line", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
634
|
-
]);
|
635
|
-
/**
|
636
|
-
* @generated from message gitpod.v1.StopWorkspaceRequest
|
368
|
+
* @generated from message gitpod.experimental.v1.StopWorkspaceRequest
|
637
369
|
*/
|
638
370
|
class StopWorkspaceRequest extends protobuf_1.Message {
|
639
371
|
constructor(data) {
|
@@ -663,13 +395,13 @@ class StopWorkspaceRequest extends protobuf_1.Message {
|
|
663
395
|
}
|
664
396
|
exports.StopWorkspaceRequest = StopWorkspaceRequest;
|
665
397
|
StopWorkspaceRequest.runtime = protobuf_1.proto3;
|
666
|
-
StopWorkspaceRequest.typeName = "gitpod.v1.StopWorkspaceRequest";
|
398
|
+
StopWorkspaceRequest.typeName = "gitpod.experimental.v1.StopWorkspaceRequest";
|
667
399
|
StopWorkspaceRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
668
400
|
{ no: 1, name: "idempotency_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
669
401
|
{ no: 2, name: "workspace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
670
402
|
]);
|
671
403
|
/**
|
672
|
-
* @generated from message gitpod.v1.StopWorkspaceResponse
|
404
|
+
* @generated from message gitpod.experimental.v1.StopWorkspaceResponse
|
673
405
|
*/
|
674
406
|
class StopWorkspaceResponse extends protobuf_1.Message {
|
675
407
|
constructor(data) {
|
@@ -691,12 +423,12 @@ class StopWorkspaceResponse extends protobuf_1.Message {
|
|
691
423
|
}
|
692
424
|
exports.StopWorkspaceResponse = StopWorkspaceResponse;
|
693
425
|
StopWorkspaceResponse.runtime = protobuf_1.proto3;
|
694
|
-
StopWorkspaceResponse.typeName = "gitpod.v1.StopWorkspaceResponse";
|
426
|
+
StopWorkspaceResponse.typeName = "gitpod.experimental.v1.StopWorkspaceResponse";
|
695
427
|
StopWorkspaceResponse.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
696
428
|
/**
|
697
429
|
* Workspace describes a single workspace
|
698
430
|
*
|
699
|
-
* @generated from message gitpod.v1.Workspace
|
431
|
+
* @generated from message gitpod.experimental.v1.Workspace
|
700
432
|
*/
|
701
433
|
class Workspace extends protobuf_1.Message {
|
702
434
|
constructor(data) {
|
@@ -742,18 +474,48 @@ class Workspace extends protobuf_1.Message {
|
|
742
474
|
}
|
743
475
|
exports.Workspace = Workspace;
|
744
476
|
Workspace.runtime = protobuf_1.proto3;
|
745
|
-
Workspace.typeName = "gitpod.v1.Workspace";
|
477
|
+
Workspace.typeName = "gitpod.experimental.v1.Workspace";
|
746
478
|
Workspace.fields = protobuf_1.proto3.util.newFieldList(() => [
|
747
479
|
{ no: 1, name: "workspace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
748
480
|
{ no: 2, name: "owner_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
749
481
|
{ no: 3, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
750
482
|
{ no: 4, name: "context", kind: "message", T: WorkspaceContext },
|
751
483
|
{ no: 5, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
484
|
+
{ no: 6, name: "status", kind: "message", T: WorkspaceStatus },
|
485
|
+
]);
|
486
|
+
/**
|
487
|
+
* WorkspaceStatus represents the currently observed status of a Workspace, including data about child resources that belong to this Workspace.
|
488
|
+
*
|
489
|
+
* @generated from message gitpod.experimental.v1.WorkspaceStatus
|
490
|
+
*/
|
491
|
+
class WorkspaceStatus extends protobuf_1.Message {
|
492
|
+
constructor(data) {
|
493
|
+
super();
|
494
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
495
|
+
}
|
496
|
+
static fromBinary(bytes, options) {
|
497
|
+
return new WorkspaceStatus().fromBinary(bytes, options);
|
498
|
+
}
|
499
|
+
static fromJson(jsonValue, options) {
|
500
|
+
return new WorkspaceStatus().fromJson(jsonValue, options);
|
501
|
+
}
|
502
|
+
static fromJsonString(jsonString, options) {
|
503
|
+
return new WorkspaceStatus().fromJsonString(jsonString, options);
|
504
|
+
}
|
505
|
+
static equals(a, b) {
|
506
|
+
return protobuf_1.proto3.util.equals(WorkspaceStatus, a, b);
|
507
|
+
}
|
508
|
+
}
|
509
|
+
exports.WorkspaceStatus = WorkspaceStatus;
|
510
|
+
WorkspaceStatus.runtime = protobuf_1.proto3;
|
511
|
+
WorkspaceStatus.typeName = "gitpod.experimental.v1.WorkspaceStatus";
|
512
|
+
WorkspaceStatus.fields = protobuf_1.proto3.util.newFieldList(() => [
|
513
|
+
{ no: 1, name: "instance", kind: "message", T: WorkspaceInstance },
|
752
514
|
]);
|
753
515
|
/**
|
754
516
|
* WorkspaceContext describes the context a workspace was created from
|
755
517
|
*
|
756
|
-
* @generated from message gitpod.v1.WorkspaceContext
|
518
|
+
* @generated from message gitpod.experimental.v1.WorkspaceContext
|
757
519
|
*/
|
758
520
|
class WorkspaceContext extends protobuf_1.Message {
|
759
521
|
constructor(data) {
|
@@ -766,7 +528,7 @@ class WorkspaceContext extends protobuf_1.Message {
|
|
766
528
|
*/
|
767
529
|
this.contextUrl = "";
|
768
530
|
/**
|
769
|
-
* @generated from oneof gitpod.v1.WorkspaceContext.details
|
531
|
+
* @generated from oneof gitpod.experimental.v1.WorkspaceContext.details
|
770
532
|
*/
|
771
533
|
this.details = { case: undefined };
|
772
534
|
protobuf_1.proto3.util.initPartial(data, this);
|
@@ -786,7 +548,7 @@ class WorkspaceContext extends protobuf_1.Message {
|
|
786
548
|
}
|
787
549
|
exports.WorkspaceContext = WorkspaceContext;
|
788
550
|
WorkspaceContext.runtime = protobuf_1.proto3;
|
789
|
-
WorkspaceContext.typeName = "gitpod.v1.WorkspaceContext";
|
551
|
+
WorkspaceContext.typeName = "gitpod.experimental.v1.WorkspaceContext";
|
790
552
|
WorkspaceContext.fields = protobuf_1.proto3.util.newFieldList(() => [
|
791
553
|
{ no: 1, name: "context_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
792
554
|
{ no: 2, name: "git", kind: "message", T: WorkspaceContext_Git, oneof: "details" },
|
@@ -796,7 +558,7 @@ WorkspaceContext.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
796
558
|
/**
|
797
559
|
* Explicit Git context
|
798
560
|
*
|
799
|
-
* @generated from message gitpod.v1.WorkspaceContext.Git
|
561
|
+
* @generated from message gitpod.experimental.v1.WorkspaceContext.Git
|
800
562
|
*/
|
801
563
|
class WorkspaceContext_Git extends protobuf_1.Message {
|
802
564
|
constructor(data) {
|
@@ -826,7 +588,7 @@ class WorkspaceContext_Git extends protobuf_1.Message {
|
|
826
588
|
}
|
827
589
|
exports.WorkspaceContext_Git = WorkspaceContext_Git;
|
828
590
|
WorkspaceContext_Git.runtime = protobuf_1.proto3;
|
829
|
-
WorkspaceContext_Git.typeName = "gitpod.v1.WorkspaceContext.Git";
|
591
|
+
WorkspaceContext_Git.typeName = "gitpod.experimental.v1.WorkspaceContext.Git";
|
830
592
|
WorkspaceContext_Git.fields = protobuf_1.proto3.util.newFieldList(() => [
|
831
593
|
{ no: 1, name: "normalized_context_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
832
594
|
{ no: 2, name: "commit", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
@@ -834,7 +596,7 @@ WorkspaceContext_Git.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
834
596
|
/**
|
835
597
|
* Workspace was created from a prebuild
|
836
598
|
*
|
837
|
-
* @generated from message gitpod.v1.WorkspaceContext.Prebuild
|
599
|
+
* @generated from message gitpod.experimental.v1.WorkspaceContext.Prebuild
|
838
600
|
*/
|
839
601
|
class WorkspaceContext_Prebuild extends protobuf_1.Message {
|
840
602
|
constructor(data) {
|
@@ -862,7 +624,7 @@ class WorkspaceContext_Prebuild extends protobuf_1.Message {
|
|
862
624
|
}
|
863
625
|
exports.WorkspaceContext_Prebuild = WorkspaceContext_Prebuild;
|
864
626
|
WorkspaceContext_Prebuild.runtime = protobuf_1.proto3;
|
865
|
-
WorkspaceContext_Prebuild.typeName = "gitpod.v1.WorkspaceContext.Prebuild";
|
627
|
+
WorkspaceContext_Prebuild.typeName = "gitpod.experimental.v1.WorkspaceContext.Prebuild";
|
866
628
|
WorkspaceContext_Prebuild.fields = protobuf_1.proto3.util.newFieldList(() => [
|
867
629
|
{ no: 1, name: "original_context", kind: "message", T: WorkspaceContext_Git },
|
868
630
|
{ no: 2, name: "prebuild_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
@@ -870,7 +632,7 @@ WorkspaceContext_Prebuild.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
870
632
|
/**
|
871
633
|
* Snapshot context points to the snapshot which the workspace was created from
|
872
634
|
*
|
873
|
-
* @generated from message gitpod.v1.WorkspaceContext.Snapshot
|
635
|
+
* @generated from message gitpod.experimental.v1.WorkspaceContext.Snapshot
|
874
636
|
*/
|
875
637
|
class WorkspaceContext_Snapshot extends protobuf_1.Message {
|
876
638
|
constructor(data) {
|
@@ -896,14 +658,14 @@ class WorkspaceContext_Snapshot extends protobuf_1.Message {
|
|
896
658
|
}
|
897
659
|
exports.WorkspaceContext_Snapshot = WorkspaceContext_Snapshot;
|
898
660
|
WorkspaceContext_Snapshot.runtime = protobuf_1.proto3;
|
899
|
-
WorkspaceContext_Snapshot.typeName = "gitpod.v1.WorkspaceContext.Snapshot";
|
661
|
+
WorkspaceContext_Snapshot.typeName = "gitpod.experimental.v1.WorkspaceContext.Snapshot";
|
900
662
|
WorkspaceContext_Snapshot.fields = protobuf_1.proto3.util.newFieldList(() => [
|
901
663
|
{ no: 1, name: "snapshot_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
902
664
|
]);
|
903
665
|
/**
|
904
666
|
* WorkspaceInstance describes a single workspace instance
|
905
667
|
*
|
906
|
-
* @generated from message gitpod.v1.WorkspaceInstance
|
668
|
+
* @generated from message gitpod.experimental.v1.WorkspaceInstance
|
907
669
|
*/
|
908
670
|
class WorkspaceInstance extends protobuf_1.Message {
|
909
671
|
constructor(data) {
|
@@ -937,7 +699,7 @@ class WorkspaceInstance extends protobuf_1.Message {
|
|
937
699
|
}
|
938
700
|
exports.WorkspaceInstance = WorkspaceInstance;
|
939
701
|
WorkspaceInstance.runtime = protobuf_1.proto3;
|
940
|
-
WorkspaceInstance.typeName = "gitpod.v1.WorkspaceInstance";
|
702
|
+
WorkspaceInstance.typeName = "gitpod.experimental.v1.WorkspaceInstance";
|
941
703
|
WorkspaceInstance.fields = protobuf_1.proto3.util.newFieldList(() => [
|
942
704
|
{ no: 1, name: "instance_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
943
705
|
{ no: 2, name: "workspace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
@@ -947,7 +709,7 @@ WorkspaceInstance.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
947
709
|
/**
|
948
710
|
* WorkspaceStatus describes a workspace status
|
949
711
|
*
|
950
|
-
* @generated from message gitpod.v1.WorkspaceInstanceStatus
|
712
|
+
* @generated from message gitpod.experimental.v1.WorkspaceInstanceStatus
|
951
713
|
*/
|
952
714
|
class WorkspaceInstanceStatus extends protobuf_1.Message {
|
953
715
|
constructor(data) {
|
@@ -965,7 +727,7 @@ class WorkspaceInstanceStatus extends protobuf_1.Message {
|
|
965
727
|
/**
|
966
728
|
* the phase of a workspace is a simple, high-level summary of where the workspace instance is in its lifecycle
|
967
729
|
*
|
968
|
-
* @generated from field: gitpod.v1.WorkspaceInstanceStatus.Phase phase = 2;
|
730
|
+
* @generated from field: gitpod.experimental.v1.WorkspaceInstanceStatus.Phase phase = 2;
|
969
731
|
*/
|
970
732
|
this.phase = WorkspaceInstanceStatus_Phase.UNSPECIFIED;
|
971
733
|
/**
|
@@ -983,7 +745,7 @@ class WorkspaceInstanceStatus extends protobuf_1.Message {
|
|
983
745
|
/**
|
984
746
|
* Admission describes who can access a workspace instance and its ports.
|
985
747
|
*
|
986
|
-
* @generated from field: gitpod.v1.AdmissionLevel admission = 6;
|
748
|
+
* @generated from field: gitpod.experimental.v1.AdmissionLevel admission = 6;
|
987
749
|
*/
|
988
750
|
this.admission = AdmissionLevel.UNSPECIFIED;
|
989
751
|
protobuf_1.proto3.util.initPartial(data, this);
|
@@ -1003,7 +765,7 @@ class WorkspaceInstanceStatus extends protobuf_1.Message {
|
|
1003
765
|
}
|
1004
766
|
exports.WorkspaceInstanceStatus = WorkspaceInstanceStatus;
|
1005
767
|
WorkspaceInstanceStatus.runtime = protobuf_1.proto3;
|
1006
|
-
WorkspaceInstanceStatus.typeName = "gitpod.v1.WorkspaceInstanceStatus";
|
768
|
+
WorkspaceInstanceStatus.typeName = "gitpod.experimental.v1.WorkspaceInstanceStatus";
|
1007
769
|
WorkspaceInstanceStatus.fields = protobuf_1.proto3.util.newFieldList(() => [
|
1008
770
|
{ no: 1, name: "status_version", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
1009
771
|
{ no: 2, name: "phase", kind: "enum", T: protobuf_1.proto3.getEnumType(WorkspaceInstanceStatus_Phase) },
|
@@ -1018,7 +780,7 @@ WorkspaceInstanceStatus.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1018
780
|
* nor is it intended to be a comprehensive state machine.
|
1019
781
|
* (based on https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase)
|
1020
782
|
*
|
1021
|
-
* @generated from enum gitpod.v1.WorkspaceInstanceStatus.Phase
|
783
|
+
* @generated from enum gitpod.experimental.v1.WorkspaceInstanceStatus.Phase
|
1022
784
|
*/
|
1023
785
|
var WorkspaceInstanceStatus_Phase;
|
1024
786
|
(function (WorkspaceInstanceStatus_Phase) {
|
@@ -1093,7 +855,7 @@ var WorkspaceInstanceStatus_Phase;
|
|
1093
855
|
WorkspaceInstanceStatus_Phase[WorkspaceInstanceStatus_Phase["STOPPED"] = 9] = "STOPPED";
|
1094
856
|
})(WorkspaceInstanceStatus_Phase = exports.WorkspaceInstanceStatus_Phase || (exports.WorkspaceInstanceStatus_Phase = {}));
|
1095
857
|
// Retrieve enum metadata with: proto3.getEnumType(WorkspaceInstanceStatus_Phase)
|
1096
|
-
protobuf_1.proto3.util.setEnumType(WorkspaceInstanceStatus_Phase, "gitpod.v1.WorkspaceInstanceStatus.Phase", [
|
858
|
+
protobuf_1.proto3.util.setEnumType(WorkspaceInstanceStatus_Phase, "gitpod.experimental.v1.WorkspaceInstanceStatus.Phase", [
|
1097
859
|
{ no: 0, name: "PHASE_UNSPECIFIED" },
|
1098
860
|
{ no: 1, name: "PHASE_PREPARING" },
|
1099
861
|
{ no: 2, name: "PHASE_IMAGEBUILD" },
|
@@ -1109,7 +871,7 @@ protobuf_1.proto3.util.setEnumType(WorkspaceInstanceStatus_Phase, "gitpod.v1.Wor
|
|
1109
871
|
* Conditions gives more detailed information as to the state of the workspace. Which condition actually
|
1110
872
|
* has a value depends on the phase the workspace is in.
|
1111
873
|
*
|
1112
|
-
* @generated from message gitpod.v1.WorkspaceInstanceStatus.Conditions
|
874
|
+
* @generated from message gitpod.experimental.v1.WorkspaceInstanceStatus.Conditions
|
1113
875
|
*/
|
1114
876
|
class WorkspaceInstanceStatus_Conditions extends protobuf_1.Message {
|
1115
877
|
constructor(data) {
|
@@ -1144,7 +906,7 @@ class WorkspaceInstanceStatus_Conditions extends protobuf_1.Message {
|
|
1144
906
|
}
|
1145
907
|
exports.WorkspaceInstanceStatus_Conditions = WorkspaceInstanceStatus_Conditions;
|
1146
908
|
WorkspaceInstanceStatus_Conditions.runtime = protobuf_1.proto3;
|
1147
|
-
WorkspaceInstanceStatus_Conditions.typeName = "gitpod.v1.WorkspaceInstanceStatus.Conditions";
|
909
|
+
WorkspaceInstanceStatus_Conditions.typeName = "gitpod.experimental.v1.WorkspaceInstanceStatus.Conditions";
|
1148
910
|
WorkspaceInstanceStatus_Conditions.fields = protobuf_1.proto3.util.newFieldList(() => [
|
1149
911
|
{ no: 1, name: "failed", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
1150
912
|
{ no: 2, name: "timeout", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
@@ -1156,7 +918,7 @@ WorkspaceInstanceStatus_Conditions.fields = protobuf_1.proto3.util.newFieldList(
|
|
1156
918
|
*
|
1157
919
|
* future per-workspace-start fields, e.g. region
|
1158
920
|
*
|
1159
|
-
* @generated from message gitpod.v1.StartWorkspaceSpec
|
921
|
+
* @generated from message gitpod.experimental.v1.StartWorkspaceSpec
|
1160
922
|
*/
|
1161
923
|
class StartWorkspaceSpec extends protobuf_1.Message {
|
1162
924
|
constructor(data) {
|
@@ -1178,6 +940,6 @@ class StartWorkspaceSpec extends protobuf_1.Message {
|
|
1178
940
|
}
|
1179
941
|
exports.StartWorkspaceSpec = StartWorkspaceSpec;
|
1180
942
|
StartWorkspaceSpec.runtime = protobuf_1.proto3;
|
1181
|
-
StartWorkspaceSpec.typeName = "gitpod.v1.StartWorkspaceSpec";
|
943
|
+
StartWorkspaceSpec.typeName = "gitpod.experimental.v1.StartWorkspaceSpec";
|
1182
944
|
StartWorkspaceSpec.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
1183
945
|
//# sourceMappingURL=workspaces_pb.js.map
|