@gitpod/public-api 0.1.5-sje-no-log-envvars.0 → 0.1.5-sje-kots-db-migration-logger.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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
@@ -9,7 +9,7 @@ import { Pagination } from "./pagination_pb.js";
|
|
9
9
|
/**
|
10
10
|
* Admission level describes who can access a workspace instance and its ports.
|
11
11
|
*
|
12
|
-
* @generated from enum gitpod.v1.AdmissionLevel
|
12
|
+
* @generated from enum gitpod.experimental.v1.AdmissionLevel
|
13
13
|
*/
|
14
14
|
export declare enum AdmissionLevel {
|
15
15
|
/**
|
@@ -30,11 +30,11 @@ export declare enum AdmissionLevel {
|
|
30
30
|
EVERYONE = 2
|
31
31
|
}
|
32
32
|
/**
|
33
|
-
* @generated from message gitpod.v1.ListWorkspacesRequest
|
33
|
+
* @generated from message gitpod.experimental.v1.ListWorkspacesRequest
|
34
34
|
*/
|
35
35
|
export declare class ListWorkspacesRequest extends Message<ListWorkspacesRequest> {
|
36
36
|
/**
|
37
|
-
* @generated from field: gitpod.v1.Pagination pagination = 1;
|
37
|
+
* @generated from field: gitpod.experimental.v1.Pagination pagination = 1;
|
38
38
|
*/
|
39
39
|
pagination?: Pagination;
|
40
40
|
/**
|
@@ -43,7 +43,7 @@ export declare class ListWorkspacesRequest extends Message<ListWorkspacesRequest
|
|
43
43
|
fieldMask?: FieldMask;
|
44
44
|
constructor(data?: PartialMessage<ListWorkspacesRequest>);
|
45
45
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
46
|
-
static readonly typeName = "gitpod.v1.ListWorkspacesRequest";
|
46
|
+
static readonly typeName = "gitpod.experimental.v1.ListWorkspacesRequest";
|
47
47
|
static readonly fields: FieldList;
|
48
48
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListWorkspacesRequest;
|
49
49
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListWorkspacesRequest;
|
@@ -51,7 +51,7 @@ export declare class ListWorkspacesRequest extends Message<ListWorkspacesRequest
|
|
51
51
|
static equals(a: ListWorkspacesRequest | PlainMessage<ListWorkspacesRequest> | undefined, b: ListWorkspacesRequest | PlainMessage<ListWorkspacesRequest> | undefined): boolean;
|
52
52
|
}
|
53
53
|
/**
|
54
|
-
* @generated from message gitpod.v1.ListWorkspacesResponse
|
54
|
+
* @generated from message gitpod.experimental.v1.ListWorkspacesResponse
|
55
55
|
*/
|
56
56
|
export declare class ListWorkspacesResponse extends Message<ListWorkspacesResponse> {
|
57
57
|
/**
|
@@ -59,12 +59,12 @@ export declare class ListWorkspacesResponse extends Message<ListWorkspacesRespon
|
|
59
59
|
*/
|
60
60
|
nextPageToken: string;
|
61
61
|
/**
|
62
|
-
* @generated from field: repeated gitpod.v1.
|
62
|
+
* @generated from field: repeated gitpod.experimental.v1.Workspace result = 2;
|
63
63
|
*/
|
64
|
-
result:
|
64
|
+
result: Workspace[];
|
65
65
|
constructor(data?: PartialMessage<ListWorkspacesResponse>);
|
66
66
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
67
|
-
static readonly typeName = "gitpod.v1.ListWorkspacesResponse";
|
67
|
+
static readonly typeName = "gitpod.experimental.v1.ListWorkspacesResponse";
|
68
68
|
static readonly fields: FieldList;
|
69
69
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListWorkspacesResponse;
|
70
70
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListWorkspacesResponse;
|
@@ -72,28 +72,7 @@ export declare class ListWorkspacesResponse extends Message<ListWorkspacesRespon
|
|
72
72
|
static equals(a: ListWorkspacesResponse | PlainMessage<ListWorkspacesResponse> | undefined, b: ListWorkspacesResponse | PlainMessage<ListWorkspacesResponse> | undefined): boolean;
|
73
73
|
}
|
74
74
|
/**
|
75
|
-
* @generated from message gitpod.v1.
|
76
|
-
*/
|
77
|
-
export declare class ListWorkspacesResponse_WorkspaceAndInstance extends Message<ListWorkspacesResponse_WorkspaceAndInstance> {
|
78
|
-
/**
|
79
|
-
* @generated from field: gitpod.v1.Workspace result = 1;
|
80
|
-
*/
|
81
|
-
result?: Workspace;
|
82
|
-
/**
|
83
|
-
* @generated from field: gitpod.v1.WorkspaceInstance last_active_instances = 2;
|
84
|
-
*/
|
85
|
-
lastActiveInstances?: WorkspaceInstance;
|
86
|
-
constructor(data?: PartialMessage<ListWorkspacesResponse_WorkspaceAndInstance>);
|
87
|
-
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
88
|
-
static readonly typeName = "gitpod.v1.ListWorkspacesResponse.WorkspaceAndInstance";
|
89
|
-
static readonly fields: FieldList;
|
90
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListWorkspacesResponse_WorkspaceAndInstance;
|
91
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListWorkspacesResponse_WorkspaceAndInstance;
|
92
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListWorkspacesResponse_WorkspaceAndInstance;
|
93
|
-
static equals(a: ListWorkspacesResponse_WorkspaceAndInstance | PlainMessage<ListWorkspacesResponse_WorkspaceAndInstance> | undefined, b: ListWorkspacesResponse_WorkspaceAndInstance | PlainMessage<ListWorkspacesResponse_WorkspaceAndInstance> | undefined): boolean;
|
94
|
-
}
|
95
|
-
/**
|
96
|
-
* @generated from message gitpod.v1.GetWorkspaceRequest
|
75
|
+
* @generated from message gitpod.experimental.v1.GetWorkspaceRequest
|
97
76
|
*/
|
98
77
|
export declare class GetWorkspaceRequest extends Message<GetWorkspaceRequest> {
|
99
78
|
/**
|
@@ -102,7 +81,7 @@ export declare class GetWorkspaceRequest extends Message<GetWorkspaceRequest> {
|
|
102
81
|
workspaceId: string;
|
103
82
|
constructor(data?: PartialMessage<GetWorkspaceRequest>);
|
104
83
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
105
|
-
static readonly typeName = "gitpod.v1.GetWorkspaceRequest";
|
84
|
+
static readonly typeName = "gitpod.experimental.v1.GetWorkspaceRequest";
|
106
85
|
static readonly fields: FieldList;
|
107
86
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetWorkspaceRequest;
|
108
87
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetWorkspaceRequest;
|
@@ -110,16 +89,16 @@ export declare class GetWorkspaceRequest extends Message<GetWorkspaceRequest> {
|
|
110
89
|
static equals(a: GetWorkspaceRequest | PlainMessage<GetWorkspaceRequest> | undefined, b: GetWorkspaceRequest | PlainMessage<GetWorkspaceRequest> | undefined): boolean;
|
111
90
|
}
|
112
91
|
/**
|
113
|
-
* @generated from message gitpod.v1.GetWorkspaceResponse
|
92
|
+
* @generated from message gitpod.experimental.v1.GetWorkspaceResponse
|
114
93
|
*/
|
115
94
|
export declare class GetWorkspaceResponse extends Message<GetWorkspaceResponse> {
|
116
95
|
/**
|
117
|
-
* @generated from field: gitpod.v1.Workspace result = 1;
|
96
|
+
* @generated from field: gitpod.experimental.v1.Workspace result = 1;
|
118
97
|
*/
|
119
98
|
result?: Workspace;
|
120
99
|
constructor(data?: PartialMessage<GetWorkspaceResponse>);
|
121
100
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
122
|
-
static readonly typeName = "gitpod.v1.GetWorkspaceResponse";
|
101
|
+
static readonly typeName = "gitpod.experimental.v1.GetWorkspaceResponse";
|
123
102
|
static readonly fields: FieldList;
|
124
103
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetWorkspaceResponse;
|
125
104
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetWorkspaceResponse;
|
@@ -127,7 +106,7 @@ export declare class GetWorkspaceResponse extends Message<GetWorkspaceResponse>
|
|
127
106
|
static equals(a: GetWorkspaceResponse | PlainMessage<GetWorkspaceResponse> | undefined, b: GetWorkspaceResponse | PlainMessage<GetWorkspaceResponse> | undefined): boolean;
|
128
107
|
}
|
129
108
|
/**
|
130
|
-
* @generated from message gitpod.v1.GetOwnerTokenRequest
|
109
|
+
* @generated from message gitpod.experimental.v1.GetOwnerTokenRequest
|
131
110
|
*/
|
132
111
|
export declare class GetOwnerTokenRequest extends Message<GetOwnerTokenRequest> {
|
133
112
|
/**
|
@@ -136,7 +115,7 @@ export declare class GetOwnerTokenRequest extends Message<GetOwnerTokenRequest>
|
|
136
115
|
workspaceId: string;
|
137
116
|
constructor(data?: PartialMessage<GetOwnerTokenRequest>);
|
138
117
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
139
|
-
static readonly typeName = "gitpod.v1.GetOwnerTokenRequest";
|
118
|
+
static readonly typeName = "gitpod.experimental.v1.GetOwnerTokenRequest";
|
140
119
|
static readonly fields: FieldList;
|
141
120
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOwnerTokenRequest;
|
142
121
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOwnerTokenRequest;
|
@@ -144,7 +123,7 @@ export declare class GetOwnerTokenRequest extends Message<GetOwnerTokenRequest>
|
|
144
123
|
static equals(a: GetOwnerTokenRequest | PlainMessage<GetOwnerTokenRequest> | undefined, b: GetOwnerTokenRequest | PlainMessage<GetOwnerTokenRequest> | undefined): boolean;
|
145
124
|
}
|
146
125
|
/**
|
147
|
-
* @generated from message gitpod.v1.GetOwnerTokenResponse
|
126
|
+
* @generated from message gitpod.experimental.v1.GetOwnerTokenResponse
|
148
127
|
*/
|
149
128
|
export declare class GetOwnerTokenResponse extends Message<GetOwnerTokenResponse> {
|
150
129
|
/**
|
@@ -153,7 +132,7 @@ export declare class GetOwnerTokenResponse extends Message<GetOwnerTokenResponse
|
|
153
132
|
token: string;
|
154
133
|
constructor(data?: PartialMessage<GetOwnerTokenResponse>);
|
155
134
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
156
|
-
static readonly typeName = "gitpod.v1.GetOwnerTokenResponse";
|
135
|
+
static readonly typeName = "gitpod.experimental.v1.GetOwnerTokenResponse";
|
157
136
|
static readonly fields: FieldList;
|
158
137
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOwnerTokenResponse;
|
159
138
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOwnerTokenResponse;
|
@@ -161,7 +140,7 @@ export declare class GetOwnerTokenResponse extends Message<GetOwnerTokenResponse
|
|
161
140
|
static equals(a: GetOwnerTokenResponse | PlainMessage<GetOwnerTokenResponse> | undefined, b: GetOwnerTokenResponse | PlainMessage<GetOwnerTokenResponse> | undefined): boolean;
|
162
141
|
}
|
163
142
|
/**
|
164
|
-
* @generated from message gitpod.v1.CreateAndStartWorkspaceRequest
|
143
|
+
* @generated from message gitpod.experimental.v1.CreateAndStartWorkspaceRequest
|
165
144
|
*/
|
166
145
|
export declare class CreateAndStartWorkspaceRequest extends Message<CreateAndStartWorkspaceRequest> {
|
167
146
|
/**
|
@@ -169,7 +148,7 @@ export declare class CreateAndStartWorkspaceRequest extends Message<CreateAndSta
|
|
169
148
|
*/
|
170
149
|
idempotencyToken: string;
|
171
150
|
/**
|
172
|
-
* @generated from oneof gitpod.v1.CreateAndStartWorkspaceRequest.source
|
151
|
+
* @generated from oneof gitpod.experimental.v1.CreateAndStartWorkspaceRequest.source
|
173
152
|
*/
|
174
153
|
source: {
|
175
154
|
/**
|
@@ -188,12 +167,12 @@ export declare class CreateAndStartWorkspaceRequest extends Message<CreateAndSta
|
|
188
167
|
value?: undefined;
|
189
168
|
};
|
190
169
|
/**
|
191
|
-
* @generated from field: gitpod.v1.StartWorkspaceSpec start_spec = 5;
|
170
|
+
* @generated from field: gitpod.experimental.v1.StartWorkspaceSpec start_spec = 5;
|
192
171
|
*/
|
193
172
|
startSpec?: StartWorkspaceSpec;
|
194
173
|
constructor(data?: PartialMessage<CreateAndStartWorkspaceRequest>);
|
195
174
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
196
|
-
static readonly typeName = "gitpod.v1.CreateAndStartWorkspaceRequest";
|
175
|
+
static readonly typeName = "gitpod.experimental.v1.CreateAndStartWorkspaceRequest";
|
197
176
|
static readonly fields: FieldList;
|
198
177
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateAndStartWorkspaceRequest;
|
199
178
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateAndStartWorkspaceRequest;
|
@@ -201,7 +180,7 @@ export declare class CreateAndStartWorkspaceRequest extends Message<CreateAndSta
|
|
201
180
|
static equals(a: CreateAndStartWorkspaceRequest | PlainMessage<CreateAndStartWorkspaceRequest> | undefined, b: CreateAndStartWorkspaceRequest | PlainMessage<CreateAndStartWorkspaceRequest> | undefined): boolean;
|
202
181
|
}
|
203
182
|
/**
|
204
|
-
* @generated from message gitpod.v1.CreateAndStartWorkspaceResponse
|
183
|
+
* @generated from message gitpod.experimental.v1.CreateAndStartWorkspaceResponse
|
205
184
|
*/
|
206
185
|
export declare class CreateAndStartWorkspaceResponse extends Message<CreateAndStartWorkspaceResponse> {
|
207
186
|
/**
|
@@ -210,7 +189,7 @@ export declare class CreateAndStartWorkspaceResponse extends Message<CreateAndSt
|
|
210
189
|
workspaceId: string;
|
211
190
|
constructor(data?: PartialMessage<CreateAndStartWorkspaceResponse>);
|
212
191
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
213
|
-
static readonly typeName = "gitpod.v1.CreateAndStartWorkspaceResponse";
|
192
|
+
static readonly typeName = "gitpod.experimental.v1.CreateAndStartWorkspaceResponse";
|
214
193
|
static readonly fields: FieldList;
|
215
194
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateAndStartWorkspaceResponse;
|
216
195
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateAndStartWorkspaceResponse;
|
@@ -218,7 +197,7 @@ export declare class CreateAndStartWorkspaceResponse extends Message<CreateAndSt
|
|
218
197
|
static equals(a: CreateAndStartWorkspaceResponse | PlainMessage<CreateAndStartWorkspaceResponse> | undefined, b: CreateAndStartWorkspaceResponse | PlainMessage<CreateAndStartWorkspaceResponse> | undefined): boolean;
|
219
198
|
}
|
220
199
|
/**
|
221
|
-
* @generated from message gitpod.v1.StartWorkspaceRequest
|
200
|
+
* @generated from message gitpod.experimental.v1.StartWorkspaceRequest
|
222
201
|
*/
|
223
202
|
export declare class StartWorkspaceRequest extends Message<StartWorkspaceRequest> {
|
224
203
|
/**
|
@@ -230,12 +209,12 @@ export declare class StartWorkspaceRequest extends Message<StartWorkspaceRequest
|
|
230
209
|
*/
|
231
210
|
workspaceId: string;
|
232
211
|
/**
|
233
|
-
* @generated from field: gitpod.v1.StartWorkspaceSpec spec = 3;
|
212
|
+
* @generated from field: gitpod.experimental.v1.StartWorkspaceSpec spec = 3;
|
234
213
|
*/
|
235
214
|
spec?: StartWorkspaceSpec;
|
236
215
|
constructor(data?: PartialMessage<StartWorkspaceRequest>);
|
237
216
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
238
|
-
static readonly typeName = "gitpod.v1.StartWorkspaceRequest";
|
217
|
+
static readonly typeName = "gitpod.experimental.v1.StartWorkspaceRequest";
|
239
218
|
static readonly fields: FieldList;
|
240
219
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StartWorkspaceRequest;
|
241
220
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StartWorkspaceRequest;
|
@@ -243,7 +222,7 @@ export declare class StartWorkspaceRequest extends Message<StartWorkspaceRequest
|
|
243
222
|
static equals(a: StartWorkspaceRequest | PlainMessage<StartWorkspaceRequest> | undefined, b: StartWorkspaceRequest | PlainMessage<StartWorkspaceRequest> | undefined): boolean;
|
244
223
|
}
|
245
224
|
/**
|
246
|
-
* @generated from message gitpod.v1.StartWorkspaceResponse
|
225
|
+
* @generated from message gitpod.experimental.v1.StartWorkspaceResponse
|
247
226
|
*/
|
248
227
|
export declare class StartWorkspaceResponse extends Message<StartWorkspaceResponse> {
|
249
228
|
/**
|
@@ -256,7 +235,7 @@ export declare class StartWorkspaceResponse extends Message<StartWorkspaceRespon
|
|
256
235
|
workspaceUrl: string;
|
257
236
|
constructor(data?: PartialMessage<StartWorkspaceResponse>);
|
258
237
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
259
|
-
static readonly typeName = "gitpod.v1.StartWorkspaceResponse";
|
238
|
+
static readonly typeName = "gitpod.experimental.v1.StartWorkspaceResponse";
|
260
239
|
static readonly fields: FieldList;
|
261
240
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StartWorkspaceResponse;
|
262
241
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StartWorkspaceResponse;
|
@@ -264,143 +243,7 @@ export declare class StartWorkspaceResponse extends Message<StartWorkspaceRespon
|
|
264
243
|
static equals(a: StartWorkspaceResponse | PlainMessage<StartWorkspaceResponse> | undefined, b: StartWorkspaceResponse | PlainMessage<StartWorkspaceResponse> | undefined): boolean;
|
265
244
|
}
|
266
245
|
/**
|
267
|
-
* @generated from message gitpod.v1.
|
268
|
-
*/
|
269
|
-
export declare class GetActiveWorkspaceInstanceRequest extends Message<GetActiveWorkspaceInstanceRequest> {
|
270
|
-
/**
|
271
|
-
* @generated from field: string workspace_id = 1;
|
272
|
-
*/
|
273
|
-
workspaceId: string;
|
274
|
-
constructor(data?: PartialMessage<GetActiveWorkspaceInstanceRequest>);
|
275
|
-
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
276
|
-
static readonly typeName = "gitpod.v1.GetActiveWorkspaceInstanceRequest";
|
277
|
-
static readonly fields: FieldList;
|
278
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetActiveWorkspaceInstanceRequest;
|
279
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetActiveWorkspaceInstanceRequest;
|
280
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetActiveWorkspaceInstanceRequest;
|
281
|
-
static equals(a: GetActiveWorkspaceInstanceRequest | PlainMessage<GetActiveWorkspaceInstanceRequest> | undefined, b: GetActiveWorkspaceInstanceRequest | PlainMessage<GetActiveWorkspaceInstanceRequest> | undefined): boolean;
|
282
|
-
}
|
283
|
-
/**
|
284
|
-
* @generated from message gitpod.v1.GetActiveWorkspaceInstanceResponse
|
285
|
-
*/
|
286
|
-
export declare class GetActiveWorkspaceInstanceResponse extends Message<GetActiveWorkspaceInstanceResponse> {
|
287
|
-
/**
|
288
|
-
* @generated from field: gitpod.v1.WorkspaceInstance instance = 1;
|
289
|
-
*/
|
290
|
-
instance?: WorkspaceInstance;
|
291
|
-
constructor(data?: PartialMessage<GetActiveWorkspaceInstanceResponse>);
|
292
|
-
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
293
|
-
static readonly typeName = "gitpod.v1.GetActiveWorkspaceInstanceResponse";
|
294
|
-
static readonly fields: FieldList;
|
295
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetActiveWorkspaceInstanceResponse;
|
296
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetActiveWorkspaceInstanceResponse;
|
297
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetActiveWorkspaceInstanceResponse;
|
298
|
-
static equals(a: GetActiveWorkspaceInstanceResponse | PlainMessage<GetActiveWorkspaceInstanceResponse> | undefined, b: GetActiveWorkspaceInstanceResponse | PlainMessage<GetActiveWorkspaceInstanceResponse> | undefined): boolean;
|
299
|
-
}
|
300
|
-
/**
|
301
|
-
* @generated from message gitpod.v1.GetWorkspaceInstanceOwnerTokenRequest
|
302
|
-
*/
|
303
|
-
export declare class GetWorkspaceInstanceOwnerTokenRequest extends Message<GetWorkspaceInstanceOwnerTokenRequest> {
|
304
|
-
/**
|
305
|
-
* @generated from field: string instance_id = 1;
|
306
|
-
*/
|
307
|
-
instanceId: string;
|
308
|
-
constructor(data?: PartialMessage<GetWorkspaceInstanceOwnerTokenRequest>);
|
309
|
-
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
310
|
-
static readonly typeName = "gitpod.v1.GetWorkspaceInstanceOwnerTokenRequest";
|
311
|
-
static readonly fields: FieldList;
|
312
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetWorkspaceInstanceOwnerTokenRequest;
|
313
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetWorkspaceInstanceOwnerTokenRequest;
|
314
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetWorkspaceInstanceOwnerTokenRequest;
|
315
|
-
static equals(a: GetWorkspaceInstanceOwnerTokenRequest | PlainMessage<GetWorkspaceInstanceOwnerTokenRequest> | undefined, b: GetWorkspaceInstanceOwnerTokenRequest | PlainMessage<GetWorkspaceInstanceOwnerTokenRequest> | undefined): boolean;
|
316
|
-
}
|
317
|
-
/**
|
318
|
-
* @generated from message gitpod.v1.GetWorkspaceInstanceOwnerTokenResponse
|
319
|
-
*/
|
320
|
-
export declare class GetWorkspaceInstanceOwnerTokenResponse extends Message<GetWorkspaceInstanceOwnerTokenResponse> {
|
321
|
-
/**
|
322
|
-
* @generated from field: string owner_token = 1;
|
323
|
-
*/
|
324
|
-
ownerToken: string;
|
325
|
-
constructor(data?: PartialMessage<GetWorkspaceInstanceOwnerTokenResponse>);
|
326
|
-
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
327
|
-
static readonly typeName = "gitpod.v1.GetWorkspaceInstanceOwnerTokenResponse";
|
328
|
-
static readonly fields: FieldList;
|
329
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetWorkspaceInstanceOwnerTokenResponse;
|
330
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetWorkspaceInstanceOwnerTokenResponse;
|
331
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetWorkspaceInstanceOwnerTokenResponse;
|
332
|
-
static equals(a: GetWorkspaceInstanceOwnerTokenResponse | PlainMessage<GetWorkspaceInstanceOwnerTokenResponse> | undefined, b: GetWorkspaceInstanceOwnerTokenResponse | PlainMessage<GetWorkspaceInstanceOwnerTokenResponse> | undefined): boolean;
|
333
|
-
}
|
334
|
-
/**
|
335
|
-
* @generated from message gitpod.v1.ListenToWorkspaceInstanceRequest
|
336
|
-
*/
|
337
|
-
export declare class ListenToWorkspaceInstanceRequest extends Message<ListenToWorkspaceInstanceRequest> {
|
338
|
-
/**
|
339
|
-
* @generated from field: string instance_id = 1;
|
340
|
-
*/
|
341
|
-
instanceId: string;
|
342
|
-
constructor(data?: PartialMessage<ListenToWorkspaceInstanceRequest>);
|
343
|
-
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
344
|
-
static readonly typeName = "gitpod.v1.ListenToWorkspaceInstanceRequest";
|
345
|
-
static readonly fields: FieldList;
|
346
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListenToWorkspaceInstanceRequest;
|
347
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListenToWorkspaceInstanceRequest;
|
348
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListenToWorkspaceInstanceRequest;
|
349
|
-
static equals(a: ListenToWorkspaceInstanceRequest | PlainMessage<ListenToWorkspaceInstanceRequest> | undefined, b: ListenToWorkspaceInstanceRequest | PlainMessage<ListenToWorkspaceInstanceRequest> | undefined): boolean;
|
350
|
-
}
|
351
|
-
/**
|
352
|
-
* @generated from message gitpod.v1.ListenToWorkspaceInstanceResponse
|
353
|
-
*/
|
354
|
-
export declare class ListenToWorkspaceInstanceResponse extends Message<ListenToWorkspaceInstanceResponse> {
|
355
|
-
/**
|
356
|
-
* @generated from field: gitpod.v1.WorkspaceInstanceStatus instance_status = 1;
|
357
|
-
*/
|
358
|
-
instanceStatus?: WorkspaceInstanceStatus;
|
359
|
-
constructor(data?: PartialMessage<ListenToWorkspaceInstanceResponse>);
|
360
|
-
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
361
|
-
static readonly typeName = "gitpod.v1.ListenToWorkspaceInstanceResponse";
|
362
|
-
static readonly fields: FieldList;
|
363
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListenToWorkspaceInstanceResponse;
|
364
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListenToWorkspaceInstanceResponse;
|
365
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListenToWorkspaceInstanceResponse;
|
366
|
-
static equals(a: ListenToWorkspaceInstanceResponse | PlainMessage<ListenToWorkspaceInstanceResponse> | undefined, b: ListenToWorkspaceInstanceResponse | PlainMessage<ListenToWorkspaceInstanceResponse> | undefined): boolean;
|
367
|
-
}
|
368
|
-
/**
|
369
|
-
* @generated from message gitpod.v1.ListenToImageBuildLogsRequest
|
370
|
-
*/
|
371
|
-
export declare class ListenToImageBuildLogsRequest extends Message<ListenToImageBuildLogsRequest> {
|
372
|
-
/**
|
373
|
-
* @generated from field: string instance_id = 1;
|
374
|
-
*/
|
375
|
-
instanceId: string;
|
376
|
-
constructor(data?: PartialMessage<ListenToImageBuildLogsRequest>);
|
377
|
-
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
378
|
-
static readonly typeName = "gitpod.v1.ListenToImageBuildLogsRequest";
|
379
|
-
static readonly fields: FieldList;
|
380
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListenToImageBuildLogsRequest;
|
381
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListenToImageBuildLogsRequest;
|
382
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListenToImageBuildLogsRequest;
|
383
|
-
static equals(a: ListenToImageBuildLogsRequest | PlainMessage<ListenToImageBuildLogsRequest> | undefined, b: ListenToImageBuildLogsRequest | PlainMessage<ListenToImageBuildLogsRequest> | undefined): boolean;
|
384
|
-
}
|
385
|
-
/**
|
386
|
-
* @generated from message gitpod.v1.ListenToImageBuildLogsResponse
|
387
|
-
*/
|
388
|
-
export declare class ListenToImageBuildLogsResponse extends Message<ListenToImageBuildLogsResponse> {
|
389
|
-
/**
|
390
|
-
* @generated from field: string line = 1;
|
391
|
-
*/
|
392
|
-
line: string;
|
393
|
-
constructor(data?: PartialMessage<ListenToImageBuildLogsResponse>);
|
394
|
-
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
395
|
-
static readonly typeName = "gitpod.v1.ListenToImageBuildLogsResponse";
|
396
|
-
static readonly fields: FieldList;
|
397
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListenToImageBuildLogsResponse;
|
398
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListenToImageBuildLogsResponse;
|
399
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListenToImageBuildLogsResponse;
|
400
|
-
static equals(a: ListenToImageBuildLogsResponse | PlainMessage<ListenToImageBuildLogsResponse> | undefined, b: ListenToImageBuildLogsResponse | PlainMessage<ListenToImageBuildLogsResponse> | undefined): boolean;
|
401
|
-
}
|
402
|
-
/**
|
403
|
-
* @generated from message gitpod.v1.StopWorkspaceRequest
|
246
|
+
* @generated from message gitpod.experimental.v1.StopWorkspaceRequest
|
404
247
|
*/
|
405
248
|
export declare class StopWorkspaceRequest extends Message<StopWorkspaceRequest> {
|
406
249
|
/**
|
@@ -413,7 +256,7 @@ export declare class StopWorkspaceRequest extends Message<StopWorkspaceRequest>
|
|
413
256
|
workspaceId: string;
|
414
257
|
constructor(data?: PartialMessage<StopWorkspaceRequest>);
|
415
258
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
416
|
-
static readonly typeName = "gitpod.v1.StopWorkspaceRequest";
|
259
|
+
static readonly typeName = "gitpod.experimental.v1.StopWorkspaceRequest";
|
417
260
|
static readonly fields: FieldList;
|
418
261
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StopWorkspaceRequest;
|
419
262
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StopWorkspaceRequest;
|
@@ -421,12 +264,12 @@ export declare class StopWorkspaceRequest extends Message<StopWorkspaceRequest>
|
|
421
264
|
static equals(a: StopWorkspaceRequest | PlainMessage<StopWorkspaceRequest> | undefined, b: StopWorkspaceRequest | PlainMessage<StopWorkspaceRequest> | undefined): boolean;
|
422
265
|
}
|
423
266
|
/**
|
424
|
-
* @generated from message gitpod.v1.StopWorkspaceResponse
|
267
|
+
* @generated from message gitpod.experimental.v1.StopWorkspaceResponse
|
425
268
|
*/
|
426
269
|
export declare class StopWorkspaceResponse extends Message<StopWorkspaceResponse> {
|
427
270
|
constructor(data?: PartialMessage<StopWorkspaceResponse>);
|
428
271
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
429
|
-
static readonly typeName = "gitpod.v1.StopWorkspaceResponse";
|
272
|
+
static readonly typeName = "gitpod.experimental.v1.StopWorkspaceResponse";
|
430
273
|
static readonly fields: FieldList;
|
431
274
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StopWorkspaceResponse;
|
432
275
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StopWorkspaceResponse;
|
@@ -436,7 +279,7 @@ export declare class StopWorkspaceResponse extends Message<StopWorkspaceResponse
|
|
436
279
|
/**
|
437
280
|
* Workspace describes a single workspace
|
438
281
|
*
|
439
|
-
* @generated from message gitpod.v1.Workspace
|
282
|
+
* @generated from message gitpod.experimental.v1.Workspace
|
440
283
|
*/
|
441
284
|
export declare class Workspace extends Message<Workspace> {
|
442
285
|
/**
|
@@ -460,7 +303,7 @@ export declare class Workspace extends Message<Workspace> {
|
|
460
303
|
/**
|
461
304
|
* context reports the original context the workspace was created from
|
462
305
|
*
|
463
|
-
* @generated from field: gitpod.v1.WorkspaceContext context = 4;
|
306
|
+
* @generated from field: gitpod.experimental.v1.WorkspaceContext context = 4;
|
464
307
|
*/
|
465
308
|
context?: WorkspaceContext;
|
466
309
|
/**
|
@@ -469,19 +312,46 @@ export declare class Workspace extends Message<Workspace> {
|
|
469
312
|
* @generated from field: string description = 5;
|
470
313
|
*/
|
471
314
|
description: string;
|
315
|
+
/**
|
316
|
+
* status is the current status of this Workspace.
|
317
|
+
*
|
318
|
+
* @generated from field: gitpod.experimental.v1.WorkspaceStatus status = 6;
|
319
|
+
*/
|
320
|
+
status?: WorkspaceStatus;
|
472
321
|
constructor(data?: PartialMessage<Workspace>);
|
473
322
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
474
|
-
static readonly typeName = "gitpod.v1.Workspace";
|
323
|
+
static readonly typeName = "gitpod.experimental.v1.Workspace";
|
475
324
|
static readonly fields: FieldList;
|
476
325
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Workspace;
|
477
326
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Workspace;
|
478
327
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Workspace;
|
479
328
|
static equals(a: Workspace | PlainMessage<Workspace> | undefined, b: Workspace | PlainMessage<Workspace> | undefined): boolean;
|
480
329
|
}
|
330
|
+
/**
|
331
|
+
* WorkspaceStatus represents the currently observed status of a Workspace, including data about child resources that belong to this Workspace.
|
332
|
+
*
|
333
|
+
* @generated from message gitpod.experimental.v1.WorkspaceStatus
|
334
|
+
*/
|
335
|
+
export declare class WorkspaceStatus extends Message<WorkspaceStatus> {
|
336
|
+
/**
|
337
|
+
* instance is the currently assigned WorkspaceInstance to this workspace. Empty when there is no WorkspaceInstance assigned.
|
338
|
+
*
|
339
|
+
* @generated from field: gitpod.experimental.v1.WorkspaceInstance instance = 1;
|
340
|
+
*/
|
341
|
+
instance?: WorkspaceInstance;
|
342
|
+
constructor(data?: PartialMessage<WorkspaceStatus>);
|
343
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
344
|
+
static readonly typeName = "gitpod.experimental.v1.WorkspaceStatus";
|
345
|
+
static readonly fields: FieldList;
|
346
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkspaceStatus;
|
347
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkspaceStatus;
|
348
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WorkspaceStatus;
|
349
|
+
static equals(a: WorkspaceStatus | PlainMessage<WorkspaceStatus> | undefined, b: WorkspaceStatus | PlainMessage<WorkspaceStatus> | undefined): boolean;
|
350
|
+
}
|
481
351
|
/**
|
482
352
|
* WorkspaceContext describes the context a workspace was created from
|
483
353
|
*
|
484
|
-
* @generated from message gitpod.v1.WorkspaceContext
|
354
|
+
* @generated from message gitpod.experimental.v1.WorkspaceContext
|
485
355
|
*/
|
486
356
|
export declare class WorkspaceContext extends Message<WorkspaceContext> {
|
487
357
|
/**
|
@@ -492,23 +362,23 @@ export declare class WorkspaceContext extends Message<WorkspaceContext> {
|
|
492
362
|
*/
|
493
363
|
contextUrl: string;
|
494
364
|
/**
|
495
|
-
* @generated from oneof gitpod.v1.WorkspaceContext.details
|
365
|
+
* @generated from oneof gitpod.experimental.v1.WorkspaceContext.details
|
496
366
|
*/
|
497
367
|
details: {
|
498
368
|
/**
|
499
|
-
* @generated from field: gitpod.v1.WorkspaceContext.Git git = 2;
|
369
|
+
* @generated from field: gitpod.experimental.v1.WorkspaceContext.Git git = 2;
|
500
370
|
*/
|
501
371
|
value: WorkspaceContext_Git;
|
502
372
|
case: "git";
|
503
373
|
} | {
|
504
374
|
/**
|
505
|
-
* @generated from field: gitpod.v1.WorkspaceContext.Prebuild prebuild = 3;
|
375
|
+
* @generated from field: gitpod.experimental.v1.WorkspaceContext.Prebuild prebuild = 3;
|
506
376
|
*/
|
507
377
|
value: WorkspaceContext_Prebuild;
|
508
378
|
case: "prebuild";
|
509
379
|
} | {
|
510
380
|
/**
|
511
|
-
* @generated from field: gitpod.v1.WorkspaceContext.Snapshot snapshot = 4;
|
381
|
+
* @generated from field: gitpod.experimental.v1.WorkspaceContext.Snapshot snapshot = 4;
|
512
382
|
*/
|
513
383
|
value: WorkspaceContext_Snapshot;
|
514
384
|
case: "snapshot";
|
@@ -518,7 +388,7 @@ export declare class WorkspaceContext extends Message<WorkspaceContext> {
|
|
518
388
|
};
|
519
389
|
constructor(data?: PartialMessage<WorkspaceContext>);
|
520
390
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
521
|
-
static readonly typeName = "gitpod.v1.WorkspaceContext";
|
391
|
+
static readonly typeName = "gitpod.experimental.v1.WorkspaceContext";
|
522
392
|
static readonly fields: FieldList;
|
523
393
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkspaceContext;
|
524
394
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkspaceContext;
|
@@ -528,7 +398,7 @@ export declare class WorkspaceContext extends Message<WorkspaceContext> {
|
|
528
398
|
/**
|
529
399
|
* Explicit Git context
|
530
400
|
*
|
531
|
-
* @generated from message gitpod.v1.WorkspaceContext.Git
|
401
|
+
* @generated from message gitpod.experimental.v1.WorkspaceContext.Git
|
532
402
|
*/
|
533
403
|
export declare class WorkspaceContext_Git extends Message<WorkspaceContext_Git> {
|
534
404
|
/**
|
@@ -541,7 +411,7 @@ export declare class WorkspaceContext_Git extends Message<WorkspaceContext_Git>
|
|
541
411
|
commit: string;
|
542
412
|
constructor(data?: PartialMessage<WorkspaceContext_Git>);
|
543
413
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
544
|
-
static readonly typeName = "gitpod.v1.WorkspaceContext.Git";
|
414
|
+
static readonly typeName = "gitpod.experimental.v1.WorkspaceContext.Git";
|
545
415
|
static readonly fields: FieldList;
|
546
416
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkspaceContext_Git;
|
547
417
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkspaceContext_Git;
|
@@ -551,14 +421,14 @@ export declare class WorkspaceContext_Git extends Message<WorkspaceContext_Git>
|
|
551
421
|
/**
|
552
422
|
* Workspace was created from a prebuild
|
553
423
|
*
|
554
|
-
* @generated from message gitpod.v1.WorkspaceContext.Prebuild
|
424
|
+
* @generated from message gitpod.experimental.v1.WorkspaceContext.Prebuild
|
555
425
|
*/
|
556
426
|
export declare class WorkspaceContext_Prebuild extends Message<WorkspaceContext_Prebuild> {
|
557
427
|
/**
|
558
428
|
* original_context is the Git context which lead to the selection
|
559
429
|
* of a prebuild.
|
560
430
|
*
|
561
|
-
* @generated from field: gitpod.v1.WorkspaceContext.Git original_context = 1;
|
431
|
+
* @generated from field: gitpod.experimental.v1.WorkspaceContext.Git original_context = 1;
|
562
432
|
*/
|
563
433
|
originalContext?: WorkspaceContext_Git;
|
564
434
|
/**
|
@@ -569,7 +439,7 @@ export declare class WorkspaceContext_Prebuild extends Message<WorkspaceContext_
|
|
569
439
|
prebuildId: string;
|
570
440
|
constructor(data?: PartialMessage<WorkspaceContext_Prebuild>);
|
571
441
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
572
|
-
static readonly typeName = "gitpod.v1.WorkspaceContext.Prebuild";
|
442
|
+
static readonly typeName = "gitpod.experimental.v1.WorkspaceContext.Prebuild";
|
573
443
|
static readonly fields: FieldList;
|
574
444
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkspaceContext_Prebuild;
|
575
445
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkspaceContext_Prebuild;
|
@@ -579,7 +449,7 @@ export declare class WorkspaceContext_Prebuild extends Message<WorkspaceContext_
|
|
579
449
|
/**
|
580
450
|
* Snapshot context points to the snapshot which the workspace was created from
|
581
451
|
*
|
582
|
-
* @generated from message gitpod.v1.WorkspaceContext.Snapshot
|
452
|
+
* @generated from message gitpod.experimental.v1.WorkspaceContext.Snapshot
|
583
453
|
*/
|
584
454
|
export declare class WorkspaceContext_Snapshot extends Message<WorkspaceContext_Snapshot> {
|
585
455
|
/**
|
@@ -588,7 +458,7 @@ export declare class WorkspaceContext_Snapshot extends Message<WorkspaceContext_
|
|
588
458
|
snapshotId: string;
|
589
459
|
constructor(data?: PartialMessage<WorkspaceContext_Snapshot>);
|
590
460
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
591
|
-
static readonly typeName = "gitpod.v1.WorkspaceContext.Snapshot";
|
461
|
+
static readonly typeName = "gitpod.experimental.v1.WorkspaceContext.Snapshot";
|
592
462
|
static readonly fields: FieldList;
|
593
463
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkspaceContext_Snapshot;
|
594
464
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkspaceContext_Snapshot;
|
@@ -598,7 +468,7 @@ export declare class WorkspaceContext_Snapshot extends Message<WorkspaceContext_
|
|
598
468
|
/**
|
599
469
|
* WorkspaceInstance describes a single workspace instance
|
600
470
|
*
|
601
|
-
* @generated from message gitpod.v1.WorkspaceInstance
|
471
|
+
* @generated from message gitpod.experimental.v1.WorkspaceInstance
|
602
472
|
*/
|
603
473
|
export declare class WorkspaceInstance extends Message<WorkspaceInstance> {
|
604
474
|
/**
|
@@ -618,12 +488,12 @@ export declare class WorkspaceInstance extends Message<WorkspaceInstance> {
|
|
618
488
|
*/
|
619
489
|
createdAt?: Timestamp;
|
620
490
|
/**
|
621
|
-
* @generated from field: gitpod.v1.WorkspaceInstanceStatus status = 4;
|
491
|
+
* @generated from field: gitpod.experimental.v1.WorkspaceInstanceStatus status = 4;
|
622
492
|
*/
|
623
493
|
status?: WorkspaceInstanceStatus;
|
624
494
|
constructor(data?: PartialMessage<WorkspaceInstance>);
|
625
495
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
626
|
-
static readonly typeName = "gitpod.v1.WorkspaceInstance";
|
496
|
+
static readonly typeName = "gitpod.experimental.v1.WorkspaceInstance";
|
627
497
|
static readonly fields: FieldList;
|
628
498
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkspaceInstance;
|
629
499
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkspaceInstance;
|
@@ -633,7 +503,7 @@ export declare class WorkspaceInstance extends Message<WorkspaceInstance> {
|
|
633
503
|
/**
|
634
504
|
* WorkspaceStatus describes a workspace status
|
635
505
|
*
|
636
|
-
* @generated from message gitpod.v1.WorkspaceInstanceStatus
|
506
|
+
* @generated from message gitpod.experimental.v1.WorkspaceInstanceStatus
|
637
507
|
*/
|
638
508
|
export declare class WorkspaceInstanceStatus extends Message<WorkspaceInstanceStatus> {
|
639
509
|
/**
|
@@ -649,13 +519,13 @@ export declare class WorkspaceInstanceStatus extends Message<WorkspaceInstanceSt
|
|
649
519
|
/**
|
650
520
|
* the phase of a workspace is a simple, high-level summary of where the workspace instance is in its lifecycle
|
651
521
|
*
|
652
|
-
* @generated from field: gitpod.v1.WorkspaceInstanceStatus.Phase phase = 2;
|
522
|
+
* @generated from field: gitpod.experimental.v1.WorkspaceInstanceStatus.Phase phase = 2;
|
653
523
|
*/
|
654
524
|
phase: WorkspaceInstanceStatus_Phase;
|
655
525
|
/**
|
656
526
|
* conditions detail the current state of the workspace instance
|
657
527
|
*
|
658
|
-
* @generated from field: gitpod.v1.WorkspaceInstanceStatus.Conditions conditions = 3;
|
528
|
+
* @generated from field: gitpod.experimental.v1.WorkspaceInstanceStatus.Conditions conditions = 3;
|
659
529
|
*/
|
660
530
|
conditions?: WorkspaceInstanceStatus_Conditions;
|
661
531
|
/**
|
@@ -673,12 +543,12 @@ export declare class WorkspaceInstanceStatus extends Message<WorkspaceInstanceSt
|
|
673
543
|
/**
|
674
544
|
* Admission describes who can access a workspace instance and its ports.
|
675
545
|
*
|
676
|
-
* @generated from field: gitpod.v1.AdmissionLevel admission = 6;
|
546
|
+
* @generated from field: gitpod.experimental.v1.AdmissionLevel admission = 6;
|
677
547
|
*/
|
678
548
|
admission: AdmissionLevel;
|
679
549
|
constructor(data?: PartialMessage<WorkspaceInstanceStatus>);
|
680
550
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
681
|
-
static readonly typeName = "gitpod.v1.WorkspaceInstanceStatus";
|
551
|
+
static readonly typeName = "gitpod.experimental.v1.WorkspaceInstanceStatus";
|
682
552
|
static readonly fields: FieldList;
|
683
553
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkspaceInstanceStatus;
|
684
554
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkspaceInstanceStatus;
|
@@ -691,7 +561,7 @@ export declare class WorkspaceInstanceStatus extends Message<WorkspaceInstanceSt
|
|
691
561
|
* nor is it intended to be a comprehensive state machine.
|
692
562
|
* (based on https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase)
|
693
563
|
*
|
694
|
-
* @generated from enum gitpod.v1.WorkspaceInstanceStatus.Phase
|
564
|
+
* @generated from enum gitpod.experimental.v1.WorkspaceInstanceStatus.Phase
|
695
565
|
*/
|
696
566
|
export declare enum WorkspaceInstanceStatus_Phase {
|
697
567
|
/**
|
@@ -768,7 +638,7 @@ export declare enum WorkspaceInstanceStatus_Phase {
|
|
768
638
|
* Conditions gives more detailed information as to the state of the workspace. Which condition actually
|
769
639
|
* has a value depends on the phase the workspace is in.
|
770
640
|
*
|
771
|
-
* @generated from message gitpod.v1.WorkspaceInstanceStatus.Conditions
|
641
|
+
* @generated from message gitpod.experimental.v1.WorkspaceInstanceStatus.Conditions
|
772
642
|
*/
|
773
643
|
export declare class WorkspaceInstanceStatus_Conditions extends Message<WorkspaceInstanceStatus_Conditions> {
|
774
644
|
/**
|
@@ -798,7 +668,7 @@ export declare class WorkspaceInstanceStatus_Conditions extends Message<Workspac
|
|
798
668
|
stoppedByRequest?: boolean;
|
799
669
|
constructor(data?: PartialMessage<WorkspaceInstanceStatus_Conditions>);
|
800
670
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
801
|
-
static readonly typeName = "gitpod.v1.WorkspaceInstanceStatus.Conditions";
|
671
|
+
static readonly typeName = "gitpod.experimental.v1.WorkspaceInstanceStatus.Conditions";
|
802
672
|
static readonly fields: FieldList;
|
803
673
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkspaceInstanceStatus_Conditions;
|
804
674
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkspaceInstanceStatus_Conditions;
|
@@ -810,12 +680,12 @@ export declare class WorkspaceInstanceStatus_Conditions extends Message<Workspac
|
|
810
680
|
*
|
811
681
|
* future per-workspace-start fields, e.g. region
|
812
682
|
*
|
813
|
-
* @generated from message gitpod.v1.StartWorkspaceSpec
|
683
|
+
* @generated from message gitpod.experimental.v1.StartWorkspaceSpec
|
814
684
|
*/
|
815
685
|
export declare class StartWorkspaceSpec extends Message<StartWorkspaceSpec> {
|
816
686
|
constructor(data?: PartialMessage<StartWorkspaceSpec>);
|
817
687
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
|
818
|
-
static readonly typeName = "gitpod.v1.StartWorkspaceSpec";
|
688
|
+
static readonly typeName = "gitpod.experimental.v1.StartWorkspaceSpec";
|
819
689
|
static readonly fields: FieldList;
|
820
690
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StartWorkspaceSpec;
|
821
691
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StartWorkspaceSpec;
|