@gitpod/public-api 0.1.5-protected-secrets.1 → 0.1.5-public-api-workspaces-response-instance-statu.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.
Files changed (81) hide show
  1. package/lib/gitpod/experimental/v1/ide_client_connectweb.d.ts +38 -0
  2. package/lib/gitpod/experimental/v1/ide_client_connectweb.d.ts.map +1 -0
  3. package/lib/gitpod/experimental/v1/ide_client_connectweb.js +45 -0
  4. package/lib/gitpod/experimental/v1/ide_client_connectweb.js.map +1 -0
  5. package/lib/gitpod/experimental/v1/ide_client_pb.d.ts +68 -0
  6. package/lib/gitpod/experimental/v1/ide_client_pb.d.ts.map +1 -0
  7. package/lib/gitpod/experimental/v1/ide_client_pb.js +122 -0
  8. package/lib/gitpod/experimental/v1/ide_client_pb.js.map +1 -0
  9. package/lib/gitpod/experimental/v1/index.d.ts +1 -1
  10. package/lib/gitpod/experimental/v1/index.js +1 -1
  11. package/lib/gitpod/experimental/v1/oidc_connectweb.d.ts +71 -0
  12. package/lib/gitpod/experimental/v1/oidc_connectweb.d.ts.map +1 -0
  13. package/lib/gitpod/experimental/v1/oidc_connectweb.js +78 -0
  14. package/lib/gitpod/experimental/v1/oidc_connectweb.js.map +1 -0
  15. package/lib/gitpod/experimental/v1/oidc_pb.d.ts +481 -0
  16. package/lib/gitpod/experimental/v1/oidc_pb.d.ts.map +1 -0
  17. package/lib/gitpod/experimental/v1/oidc_pb.js +676 -0
  18. package/lib/gitpod/experimental/v1/oidc_pb.js.map +1 -0
  19. package/lib/gitpod/experimental/v1/pagination_pb.d.ts +9 -6
  20. package/lib/gitpod/experimental/v1/pagination_pb.d.ts.map +1 -1
  21. package/lib/gitpod/experimental/v1/pagination_pb.js +10 -7
  22. package/lib/gitpod/experimental/v1/pagination_pb.js.map +1 -1
  23. package/lib/gitpod/experimental/v1/projects_connectweb.d.ts +60 -0
  24. package/lib/gitpod/experimental/v1/projects_connectweb.d.ts.map +1 -0
  25. package/lib/gitpod/experimental/v1/projects_connectweb.js +67 -0
  26. package/lib/gitpod/experimental/v1/projects_connectweb.js.map +1 -0
  27. package/lib/gitpod/experimental/v1/projects_pb.d.ts +319 -0
  28. package/lib/gitpod/experimental/v1/projects_pb.d.ts.map +1 -0
  29. package/lib/gitpod/experimental/v1/projects_pb.js +474 -0
  30. package/lib/gitpod/experimental/v1/projects_pb.js.map +1 -0
  31. package/lib/gitpod/experimental/v1/teams_connectweb.d.ts +104 -0
  32. package/lib/gitpod/experimental/v1/teams_connectweb.d.ts.map +1 -0
  33. package/lib/gitpod/experimental/v1/teams_connectweb.js +111 -0
  34. package/lib/gitpod/experimental/v1/teams_connectweb.js.map +1 -0
  35. package/lib/gitpod/experimental/v1/teams_pb.d.ts +433 -0
  36. package/lib/gitpod/experimental/v1/teams_pb.d.ts.map +1 -0
  37. package/lib/gitpod/experimental/v1/teams_pb.js +671 -0
  38. package/lib/gitpod/experimental/v1/teams_pb.js.map +1 -0
  39. package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts +82 -0
  40. package/lib/gitpod/experimental/v1/tokens_connectweb.d.ts.map +1 -0
  41. package/lib/gitpod/experimental/v1/tokens_connectweb.js +89 -0
  42. package/lib/gitpod/experimental/v1/tokens_connectweb.js.map +1 -0
  43. package/lib/gitpod/experimental/v1/tokens_pb.d.ts +285 -0
  44. package/lib/gitpod/experimental/v1/tokens_pb.d.ts.map +1 -0
  45. package/lib/gitpod/experimental/v1/tokens_pb.js +422 -0
  46. package/lib/gitpod/experimental/v1/tokens_pb.js.map +1 -0
  47. package/lib/gitpod/experimental/v1/user_connectweb.d.ts +80 -0
  48. package/lib/gitpod/experimental/v1/user_connectweb.d.ts.map +1 -0
  49. package/lib/gitpod/experimental/v1/user_connectweb.js +87 -0
  50. package/lib/gitpod/experimental/v1/user_connectweb.js.map +1 -0
  51. package/lib/gitpod/experimental/v1/user_pb.d.ts +343 -0
  52. package/lib/gitpod/experimental/v1/user_pb.d.ts.map +1 -0
  53. package/lib/gitpod/experimental/v1/user_pb.js +534 -0
  54. package/lib/gitpod/experimental/v1/user_pb.js.map +1 -0
  55. package/lib/gitpod/experimental/v1/workspace_connectweb.d.ts +43 -0
  56. package/lib/gitpod/experimental/v1/workspace_connectweb.d.ts.map +1 -0
  57. package/lib/gitpod/experimental/v1/workspace_connectweb.js +50 -0
  58. package/lib/gitpod/experimental/v1/workspace_connectweb.js.map +1 -0
  59. package/lib/gitpod/experimental/v1/workspace_pb.d.ts +153 -0
  60. package/lib/gitpod/experimental/v1/workspace_pb.d.ts.map +1 -0
  61. package/lib/gitpod/experimental/v1/workspace_pb.js +254 -0
  62. package/lib/gitpod/experimental/v1/workspace_pb.js.map +1 -0
  63. package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts +37 -4
  64. package/lib/gitpod/experimental/v1/workspaces_connectweb.d.ts.map +1 -1
  65. package/lib/gitpod/experimental/v1/workspaces_connectweb.js +36 -3
  66. package/lib/gitpod/experimental/v1/workspaces_connectweb.js.map +1 -1
  67. package/lib/gitpod/experimental/v1/workspaces_pb.d.ts +223 -7
  68. package/lib/gitpod/experimental/v1/workspaces_pb.d.ts.map +1 -1
  69. package/lib/gitpod/experimental/v1/workspaces_pb.js +348 -10
  70. package/lib/gitpod/experimental/v1/workspaces_pb.js.map +1 -1
  71. package/lib/index.d.ts +7 -0
  72. package/lib/index.d.ts.map +1 -0
  73. package/lib/index.js +10 -0
  74. package/lib/index.js.map +1 -0
  75. package/package.json +3 -3
  76. package/pkg-yarn.lock +1 -1
  77. package/provenance-bundle.jsonl +2 -2
  78. package/lib/gitpod/experimental/v1/index.ts +0 -9
  79. package/lib/gitpod/experimental/v1/pagination_pb.ts +0 -60
  80. package/lib/gitpod/experimental/v1/workspaces_connectweb.ts +0 -80
  81. package/lib/gitpod/experimental/v1/workspaces_pb.ts +0 -1219
@@ -0,0 +1,153 @@
1
+ /**
2
+ * Copyright (c) 2022 Gitpod GmbH. All rights reserved.
3
+ * Licensed under the GNU Affero General Public License (AGPL).
4
+ * See License.AGPL.txt in the project root for license information.
5
+ */
6
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7
+ import { Message } from "@bufbuild/protobuf";
8
+ import { WorkspaceInstance } from "./workspaces_pb.js";
9
+ /**
10
+ * @generated from enum gitpod.experimental.v1.PortVisibility
11
+ */
12
+ export declare enum PortVisibility {
13
+ /**
14
+ * @generated from enum value: PORT_VISIBILITY_UNSPECIFIED = 0;
15
+ */
16
+ UNSPECIFIED = 0,
17
+ /**
18
+ * @generated from enum value: PORT_VISIBILITY_PUBLIC = 1;
19
+ */
20
+ PUBLIC = 1,
21
+ /**
22
+ * @generated from enum value: PORT_VISIBILITY_PRIVATE = 2;
23
+ */
24
+ PRIVATE = 2
25
+ }
26
+ /**
27
+ * @generated from message gitpod.experimental.v1.OpenPortRequest
28
+ */
29
+ export declare class OpenPortRequest extends Message<OpenPortRequest> {
30
+ /**
31
+ * @generated from field: string workspace_id = 1;
32
+ */
33
+ workspaceId: string;
34
+ constructor(data?: PartialMessage<OpenPortRequest>);
35
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
36
+ static readonly typeName = "gitpod.experimental.v1.OpenPortRequest";
37
+ static readonly fields: FieldList;
38
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OpenPortRequest;
39
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OpenPortRequest;
40
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OpenPortRequest;
41
+ static equals(a: OpenPortRequest | PlainMessage<OpenPortRequest> | undefined, b: OpenPortRequest | PlainMessage<OpenPortRequest> | undefined): boolean;
42
+ }
43
+ /**
44
+ * @generated from message gitpod.experimental.v1.OpenPortResponse
45
+ */
46
+ export declare class OpenPortResponse extends Message<OpenPortResponse> {
47
+ /**
48
+ * @generated from field: gitpod.experimental.v1.WorkspaceInstancePort port = 1;
49
+ */
50
+ port?: WorkspaceInstancePort;
51
+ constructor(data?: PartialMessage<OpenPortResponse>);
52
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
53
+ static readonly typeName = "gitpod.experimental.v1.OpenPortResponse";
54
+ static readonly fields: FieldList;
55
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OpenPortResponse;
56
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OpenPortResponse;
57
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OpenPortResponse;
58
+ static equals(a: OpenPortResponse | PlainMessage<OpenPortResponse> | undefined, b: OpenPortResponse | PlainMessage<OpenPortResponse> | undefined): boolean;
59
+ }
60
+ /**
61
+ * @generated from message gitpod.experimental.v1.WorkspaceInstancePort
62
+ */
63
+ export declare class WorkspaceInstancePort extends Message<WorkspaceInstancePort> {
64
+ /**
65
+ * @generated from field: int32 port = 1;
66
+ */
67
+ port: number;
68
+ /**
69
+ * @generated from field: string url = 2;
70
+ */
71
+ url: string;
72
+ /**
73
+ * @generated from field: gitpod.experimental.v1.PortVisibility visibility = 3;
74
+ */
75
+ visibility: PortVisibility;
76
+ constructor(data?: PartialMessage<WorkspaceInstancePort>);
77
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
78
+ static readonly typeName = "gitpod.experimental.v1.WorkspaceInstancePort";
79
+ static readonly fields: FieldList;
80
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkspaceInstancePort;
81
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkspaceInstancePort;
82
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WorkspaceInstancePort;
83
+ static equals(a: WorkspaceInstancePort | PlainMessage<WorkspaceInstancePort> | undefined, b: WorkspaceInstancePort | PlainMessage<WorkspaceInstancePort> | undefined): boolean;
84
+ }
85
+ /**
86
+ * @generated from message gitpod.experimental.v1.GetOpenPortsRequest
87
+ */
88
+ export declare class GetOpenPortsRequest extends Message<GetOpenPortsRequest> {
89
+ /**
90
+ * @generated from field: string workspace_id = 1;
91
+ */
92
+ workspaceId: string;
93
+ constructor(data?: PartialMessage<GetOpenPortsRequest>);
94
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
95
+ static readonly typeName = "gitpod.experimental.v1.GetOpenPortsRequest";
96
+ static readonly fields: FieldList;
97
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOpenPortsRequest;
98
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOpenPortsRequest;
99
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOpenPortsRequest;
100
+ static equals(a: GetOpenPortsRequest | PlainMessage<GetOpenPortsRequest> | undefined, b: GetOpenPortsRequest | PlainMessage<GetOpenPortsRequest> | undefined): boolean;
101
+ }
102
+ /**
103
+ * @generated from message gitpod.experimental.v1.GetOpenPortsResponse
104
+ */
105
+ export declare class GetOpenPortsResponse extends Message<GetOpenPortsResponse> {
106
+ /**
107
+ * @generated from field: repeated gitpod.experimental.v1.WorkspaceInstancePort ports = 1;
108
+ */
109
+ ports: WorkspaceInstancePort[];
110
+ constructor(data?: PartialMessage<GetOpenPortsResponse>);
111
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
112
+ static readonly typeName = "gitpod.experimental.v1.GetOpenPortsResponse";
113
+ static readonly fields: FieldList;
114
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetOpenPortsResponse;
115
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetOpenPortsResponse;
116
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetOpenPortsResponse;
117
+ static equals(a: GetOpenPortsResponse | PlainMessage<GetOpenPortsResponse> | undefined, b: GetOpenPortsResponse | PlainMessage<GetOpenPortsResponse> | undefined): boolean;
118
+ }
119
+ /**
120
+ * @generated from message gitpod.experimental.v1.InstanceUpdatesRequest
121
+ */
122
+ export declare class InstanceUpdatesRequest extends Message<InstanceUpdatesRequest> {
123
+ /**
124
+ * @generated from field: string instance_id = 1;
125
+ */
126
+ instanceId: string;
127
+ constructor(data?: PartialMessage<InstanceUpdatesRequest>);
128
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
129
+ static readonly typeName = "gitpod.experimental.v1.InstanceUpdatesRequest";
130
+ static readonly fields: FieldList;
131
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InstanceUpdatesRequest;
132
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InstanceUpdatesRequest;
133
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InstanceUpdatesRequest;
134
+ static equals(a: InstanceUpdatesRequest | PlainMessage<InstanceUpdatesRequest> | undefined, b: InstanceUpdatesRequest | PlainMessage<InstanceUpdatesRequest> | undefined): boolean;
135
+ }
136
+ /**
137
+ * @generated from message gitpod.experimental.v1.InstanceUpdatesResponse
138
+ */
139
+ export declare class InstanceUpdatesResponse extends Message<InstanceUpdatesResponse> {
140
+ /**
141
+ * @generated from field: gitpod.experimental.v1.WorkspaceInstance instance = 1;
142
+ */
143
+ instance?: WorkspaceInstance;
144
+ constructor(data?: PartialMessage<InstanceUpdatesResponse>);
145
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime").ProtoRuntime;
146
+ static readonly typeName = "gitpod.experimental.v1.InstanceUpdatesResponse";
147
+ static readonly fields: FieldList;
148
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InstanceUpdatesResponse;
149
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InstanceUpdatesResponse;
150
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InstanceUpdatesResponse;
151
+ static equals(a: InstanceUpdatesResponse | PlainMessage<InstanceUpdatesResponse> | undefined, b: InstanceUpdatesResponse | PlainMessage<InstanceUpdatesResponse> | undefined): boolean;
152
+ }
153
+ //# sourceMappingURL=workspace_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspace_pb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspace_pb.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,254 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright (c) 2022 Gitpod GmbH. All rights reserved.
4
+ * Licensed under the GNU Affero General Public License (AGPL).
5
+ * See License.AGPL.txt in the project root for license information.
6
+ */
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ exports.InstanceUpdatesResponse = exports.InstanceUpdatesRequest = exports.GetOpenPortsResponse = exports.GetOpenPortsRequest = exports.WorkspaceInstancePort = exports.OpenPortResponse = exports.OpenPortRequest = exports.PortVisibility = void 0;
9
+ const protobuf_1 = require("@bufbuild/protobuf");
10
+ const workspaces_pb_js_1 = require("./workspaces_pb.js");
11
+ /**
12
+ * @generated from enum gitpod.experimental.v1.PortVisibility
13
+ */
14
+ var PortVisibility;
15
+ (function (PortVisibility) {
16
+ /**
17
+ * @generated from enum value: PORT_VISIBILITY_UNSPECIFIED = 0;
18
+ */
19
+ PortVisibility[PortVisibility["UNSPECIFIED"] = 0] = "UNSPECIFIED";
20
+ /**
21
+ * @generated from enum value: PORT_VISIBILITY_PUBLIC = 1;
22
+ */
23
+ PortVisibility[PortVisibility["PUBLIC"] = 1] = "PUBLIC";
24
+ /**
25
+ * @generated from enum value: PORT_VISIBILITY_PRIVATE = 2;
26
+ */
27
+ PortVisibility[PortVisibility["PRIVATE"] = 2] = "PRIVATE";
28
+ })(PortVisibility = exports.PortVisibility || (exports.PortVisibility = {}));
29
+ // Retrieve enum metadata with: proto3.getEnumType(PortVisibility)
30
+ protobuf_1.proto3.util.setEnumType(PortVisibility, "gitpod.experimental.v1.PortVisibility", [
31
+ { no: 0, name: "PORT_VISIBILITY_UNSPECIFIED" },
32
+ { no: 1, name: "PORT_VISIBILITY_PUBLIC" },
33
+ { no: 2, name: "PORT_VISIBILITY_PRIVATE" },
34
+ ]);
35
+ /**
36
+ * @generated from message gitpod.experimental.v1.OpenPortRequest
37
+ */
38
+ class OpenPortRequest extends protobuf_1.Message {
39
+ constructor(data) {
40
+ super();
41
+ /**
42
+ * @generated from field: string workspace_id = 1;
43
+ */
44
+ this.workspaceId = "";
45
+ protobuf_1.proto3.util.initPartial(data, this);
46
+ }
47
+ static fromBinary(bytes, options) {
48
+ return new OpenPortRequest().fromBinary(bytes, options);
49
+ }
50
+ static fromJson(jsonValue, options) {
51
+ return new OpenPortRequest().fromJson(jsonValue, options);
52
+ }
53
+ static fromJsonString(jsonString, options) {
54
+ return new OpenPortRequest().fromJsonString(jsonString, options);
55
+ }
56
+ static equals(a, b) {
57
+ return protobuf_1.proto3.util.equals(OpenPortRequest, a, b);
58
+ }
59
+ }
60
+ exports.OpenPortRequest = OpenPortRequest;
61
+ OpenPortRequest.runtime = protobuf_1.proto3;
62
+ OpenPortRequest.typeName = "gitpod.experimental.v1.OpenPortRequest";
63
+ OpenPortRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
64
+ { no: 1, name: "workspace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
65
+ ]);
66
+ /**
67
+ * @generated from message gitpod.experimental.v1.OpenPortResponse
68
+ */
69
+ class OpenPortResponse extends protobuf_1.Message {
70
+ constructor(data) {
71
+ super();
72
+ protobuf_1.proto3.util.initPartial(data, this);
73
+ }
74
+ static fromBinary(bytes, options) {
75
+ return new OpenPortResponse().fromBinary(bytes, options);
76
+ }
77
+ static fromJson(jsonValue, options) {
78
+ return new OpenPortResponse().fromJson(jsonValue, options);
79
+ }
80
+ static fromJsonString(jsonString, options) {
81
+ return new OpenPortResponse().fromJsonString(jsonString, options);
82
+ }
83
+ static equals(a, b) {
84
+ return protobuf_1.proto3.util.equals(OpenPortResponse, a, b);
85
+ }
86
+ }
87
+ exports.OpenPortResponse = OpenPortResponse;
88
+ OpenPortResponse.runtime = protobuf_1.proto3;
89
+ OpenPortResponse.typeName = "gitpod.experimental.v1.OpenPortResponse";
90
+ OpenPortResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
91
+ { no: 1, name: "port", kind: "message", T: WorkspaceInstancePort },
92
+ ]);
93
+ /**
94
+ * @generated from message gitpod.experimental.v1.WorkspaceInstancePort
95
+ */
96
+ class WorkspaceInstancePort extends protobuf_1.Message {
97
+ constructor(data) {
98
+ super();
99
+ /**
100
+ * @generated from field: int32 port = 1;
101
+ */
102
+ this.port = 0;
103
+ /**
104
+ * @generated from field: string url = 2;
105
+ */
106
+ this.url = "";
107
+ /**
108
+ * @generated from field: gitpod.experimental.v1.PortVisibility visibility = 3;
109
+ */
110
+ this.visibility = PortVisibility.UNSPECIFIED;
111
+ protobuf_1.proto3.util.initPartial(data, this);
112
+ }
113
+ static fromBinary(bytes, options) {
114
+ return new WorkspaceInstancePort().fromBinary(bytes, options);
115
+ }
116
+ static fromJson(jsonValue, options) {
117
+ return new WorkspaceInstancePort().fromJson(jsonValue, options);
118
+ }
119
+ static fromJsonString(jsonString, options) {
120
+ return new WorkspaceInstancePort().fromJsonString(jsonString, options);
121
+ }
122
+ static equals(a, b) {
123
+ return protobuf_1.proto3.util.equals(WorkspaceInstancePort, a, b);
124
+ }
125
+ }
126
+ exports.WorkspaceInstancePort = WorkspaceInstancePort;
127
+ WorkspaceInstancePort.runtime = protobuf_1.proto3;
128
+ WorkspaceInstancePort.typeName = "gitpod.experimental.v1.WorkspaceInstancePort";
129
+ WorkspaceInstancePort.fields = protobuf_1.proto3.util.newFieldList(() => [
130
+ { no: 1, name: "port", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
131
+ { no: 2, name: "url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
132
+ { no: 3, name: "visibility", kind: "enum", T: protobuf_1.proto3.getEnumType(PortVisibility) },
133
+ ]);
134
+ /**
135
+ * @generated from message gitpod.experimental.v1.GetOpenPortsRequest
136
+ */
137
+ class GetOpenPortsRequest extends protobuf_1.Message {
138
+ constructor(data) {
139
+ super();
140
+ /**
141
+ * @generated from field: string workspace_id = 1;
142
+ */
143
+ this.workspaceId = "";
144
+ protobuf_1.proto3.util.initPartial(data, this);
145
+ }
146
+ static fromBinary(bytes, options) {
147
+ return new GetOpenPortsRequest().fromBinary(bytes, options);
148
+ }
149
+ static fromJson(jsonValue, options) {
150
+ return new GetOpenPortsRequest().fromJson(jsonValue, options);
151
+ }
152
+ static fromJsonString(jsonString, options) {
153
+ return new GetOpenPortsRequest().fromJsonString(jsonString, options);
154
+ }
155
+ static equals(a, b) {
156
+ return protobuf_1.proto3.util.equals(GetOpenPortsRequest, a, b);
157
+ }
158
+ }
159
+ exports.GetOpenPortsRequest = GetOpenPortsRequest;
160
+ GetOpenPortsRequest.runtime = protobuf_1.proto3;
161
+ GetOpenPortsRequest.typeName = "gitpod.experimental.v1.GetOpenPortsRequest";
162
+ GetOpenPortsRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
163
+ { no: 1, name: "workspace_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
164
+ ]);
165
+ /**
166
+ * @generated from message gitpod.experimental.v1.GetOpenPortsResponse
167
+ */
168
+ class GetOpenPortsResponse extends protobuf_1.Message {
169
+ constructor(data) {
170
+ super();
171
+ /**
172
+ * @generated from field: repeated gitpod.experimental.v1.WorkspaceInstancePort ports = 1;
173
+ */
174
+ this.ports = [];
175
+ protobuf_1.proto3.util.initPartial(data, this);
176
+ }
177
+ static fromBinary(bytes, options) {
178
+ return new GetOpenPortsResponse().fromBinary(bytes, options);
179
+ }
180
+ static fromJson(jsonValue, options) {
181
+ return new GetOpenPortsResponse().fromJson(jsonValue, options);
182
+ }
183
+ static fromJsonString(jsonString, options) {
184
+ return new GetOpenPortsResponse().fromJsonString(jsonString, options);
185
+ }
186
+ static equals(a, b) {
187
+ return protobuf_1.proto3.util.equals(GetOpenPortsResponse, a, b);
188
+ }
189
+ }
190
+ exports.GetOpenPortsResponse = GetOpenPortsResponse;
191
+ GetOpenPortsResponse.runtime = protobuf_1.proto3;
192
+ GetOpenPortsResponse.typeName = "gitpod.experimental.v1.GetOpenPortsResponse";
193
+ GetOpenPortsResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
194
+ { no: 1, name: "ports", kind: "message", T: WorkspaceInstancePort, repeated: true },
195
+ ]);
196
+ /**
197
+ * @generated from message gitpod.experimental.v1.InstanceUpdatesRequest
198
+ */
199
+ class InstanceUpdatesRequest extends protobuf_1.Message {
200
+ constructor(data) {
201
+ super();
202
+ /**
203
+ * @generated from field: string instance_id = 1;
204
+ */
205
+ this.instanceId = "";
206
+ protobuf_1.proto3.util.initPartial(data, this);
207
+ }
208
+ static fromBinary(bytes, options) {
209
+ return new InstanceUpdatesRequest().fromBinary(bytes, options);
210
+ }
211
+ static fromJson(jsonValue, options) {
212
+ return new InstanceUpdatesRequest().fromJson(jsonValue, options);
213
+ }
214
+ static fromJsonString(jsonString, options) {
215
+ return new InstanceUpdatesRequest().fromJsonString(jsonString, options);
216
+ }
217
+ static equals(a, b) {
218
+ return protobuf_1.proto3.util.equals(InstanceUpdatesRequest, a, b);
219
+ }
220
+ }
221
+ exports.InstanceUpdatesRequest = InstanceUpdatesRequest;
222
+ InstanceUpdatesRequest.runtime = protobuf_1.proto3;
223
+ InstanceUpdatesRequest.typeName = "gitpod.experimental.v1.InstanceUpdatesRequest";
224
+ InstanceUpdatesRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
225
+ { no: 1, name: "instance_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
226
+ ]);
227
+ /**
228
+ * @generated from message gitpod.experimental.v1.InstanceUpdatesResponse
229
+ */
230
+ class InstanceUpdatesResponse extends protobuf_1.Message {
231
+ constructor(data) {
232
+ super();
233
+ protobuf_1.proto3.util.initPartial(data, this);
234
+ }
235
+ static fromBinary(bytes, options) {
236
+ return new InstanceUpdatesResponse().fromBinary(bytes, options);
237
+ }
238
+ static fromJson(jsonValue, options) {
239
+ return new InstanceUpdatesResponse().fromJson(jsonValue, options);
240
+ }
241
+ static fromJsonString(jsonString, options) {
242
+ return new InstanceUpdatesResponse().fromJsonString(jsonString, options);
243
+ }
244
+ static equals(a, b) {
245
+ return protobuf_1.proto3.util.equals(InstanceUpdatesResponse, a, b);
246
+ }
247
+ }
248
+ exports.InstanceUpdatesResponse = InstanceUpdatesResponse;
249
+ InstanceUpdatesResponse.runtime = protobuf_1.proto3;
250
+ InstanceUpdatesResponse.typeName = "gitpod.experimental.v1.InstanceUpdatesResponse";
251
+ InstanceUpdatesResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
252
+ { no: 1, name: "instance", kind: "message", T: workspaces_pb_js_1.WorkspaceInstance },
253
+ ]);
254
+ //# sourceMappingURL=workspace_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspace_pb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspace_pb.ts"],"names":[],"mappings":"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"}
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2
+ * Copyright (c) 2023 Gitpod GmbH. All rights reserved.
3
3
  * Licensed under the GNU Affero General Public License (AGPL).
4
- * See License-AGPL.txt in the project root for license information.
4
+ * See License.AGPL.txt in the project root for license information.
5
5
  */
6
- import { CreateAndStartWorkspaceRequest, CreateAndStartWorkspaceResponse, GetOwnerTokenRequest, GetOwnerTokenResponse, GetWorkspaceRequest, GetWorkspaceResponse, ListWorkspacesRequest, ListWorkspacesResponse, StopWorkspaceRequest, StopWorkspaceResponse } from "./workspaces_pb.js";
6
+ import { CreateAndStartWorkspaceRequest, CreateAndStartWorkspaceResponse, DeleteWorkspaceRequest, DeleteWorkspaceResponse, GetOwnerTokenRequest, GetOwnerTokenResponse, GetWorkspaceRequest, GetWorkspaceResponse, ListWorkspacesRequest, ListWorkspacesResponse, StopWorkspaceRequest, StopWorkspaceResponse, StreamWorkspaceStatusRequest, StreamWorkspaceStatusResponse, UpdatePortRequest, UpdatePortResponse } from "./workspaces_pb.js";
7
7
  import { MethodKind } from "@bufbuild/protobuf";
8
8
  /**
9
9
  * @generated from service gitpod.experimental.v1.WorkspacesService
@@ -33,6 +33,17 @@ export declare const WorkspacesService: {
33
33
  readonly O: typeof GetWorkspaceResponse;
34
34
  readonly kind: MethodKind.Unary;
35
35
  };
36
+ /**
37
+ * StreamWorkspaceStatus returns workspace status once it changed.
38
+ *
39
+ * @generated from rpc gitpod.experimental.v1.WorkspacesService.StreamWorkspaceStatus
40
+ */
41
+ readonly streamWorkspaceStatus: {
42
+ readonly name: "StreamWorkspaceStatus";
43
+ readonly I: typeof StreamWorkspaceStatusRequest;
44
+ readonly O: typeof StreamWorkspaceStatusResponse;
45
+ readonly kind: MethodKind.ServerStreaming;
46
+ };
36
47
  /**
37
48
  * GetOwnerToken returns an owner token.
38
49
  *
@@ -67,7 +78,29 @@ export declare const WorkspacesService: {
67
78
  readonly name: "StopWorkspace";
68
79
  readonly I: typeof StopWorkspaceRequest;
69
80
  readonly O: typeof StopWorkspaceResponse;
70
- readonly kind: MethodKind.ServerStreaming;
81
+ readonly kind: MethodKind.Unary;
82
+ };
83
+ /**
84
+ * DeleteWorkspace deletes a workspace.
85
+ * When the workspace is running, it will be stopped as well.
86
+ * Deleted workspaces cannot be started again.
87
+ *
88
+ * @generated from rpc gitpod.experimental.v1.WorkspacesService.DeleteWorkspace
89
+ */
90
+ readonly deleteWorkspace: {
91
+ readonly name: "DeleteWorkspace";
92
+ readonly I: typeof DeleteWorkspaceRequest;
93
+ readonly O: typeof DeleteWorkspaceResponse;
94
+ readonly kind: MethodKind.Unary;
95
+ };
96
+ /**
97
+ * @generated from rpc gitpod.experimental.v1.WorkspacesService.UpdatePort
98
+ */
99
+ readonly updatePort: {
100
+ readonly name: "UpdatePort";
101
+ readonly I: typeof UpdatePortRequest;
102
+ readonly O: typeof UpdatePortResponse;
103
+ readonly kind: MethodKind.Unary;
71
104
  };
72
105
  };
73
106
  };
@@ -1 +1 @@
1
- {"version":3,"file":"workspaces_connectweb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspaces_connectweb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,EAAC,8BAA8B,EAAE,+BAA+B,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,qBAAqB,EAAC,MAAM,oBAAoB,CAAC;AACvR,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"workspaces_connectweb.d.ts","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspaces_connectweb.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,EAAC,8BAA8B,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,iBAAiB,EAAE,kBAAkB,EAAC,MAAM,oBAAoB,CAAC;AAC5a,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAE9C;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;;;WAMG;;;;;;;QAOH;;WAEG;;;;;;;;CAQG,CAAC"}
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
- * Copyright (c) 2022 Gitpod GmbH. All rights reserved.
3
+ * Copyright (c) 2023 Gitpod GmbH. All rights reserved.
4
4
  * Licensed under the GNU Affero General Public License (AGPL).
5
- * See License-AGPL.txt in the project root for license information.
5
+ * See License.AGPL.txt in the project root for license information.
6
6
  */
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.WorkspacesService = void 0;
@@ -40,6 +40,17 @@ exports.WorkspacesService = {
40
40
  O: workspaces_pb_js_1.GetWorkspaceResponse,
41
41
  kind: protobuf_1.MethodKind.Unary,
42
42
  },
43
+ /**
44
+ * StreamWorkspaceStatus returns workspace status once it changed.
45
+ *
46
+ * @generated from rpc gitpod.experimental.v1.WorkspacesService.StreamWorkspaceStatus
47
+ */
48
+ streamWorkspaceStatus: {
49
+ name: "StreamWorkspaceStatus",
50
+ I: workspaces_pb_js_1.StreamWorkspaceStatusRequest,
51
+ O: workspaces_pb_js_1.StreamWorkspaceStatusResponse,
52
+ kind: protobuf_1.MethodKind.ServerStreaming,
53
+ },
43
54
  /**
44
55
  * GetOwnerToken returns an owner token.
45
56
  *
@@ -74,7 +85,29 @@ exports.WorkspacesService = {
74
85
  name: "StopWorkspace",
75
86
  I: workspaces_pb_js_1.StopWorkspaceRequest,
76
87
  O: workspaces_pb_js_1.StopWorkspaceResponse,
77
- kind: protobuf_1.MethodKind.ServerStreaming,
88
+ kind: protobuf_1.MethodKind.Unary,
89
+ },
90
+ /**
91
+ * DeleteWorkspace deletes a workspace.
92
+ * When the workspace is running, it will be stopped as well.
93
+ * Deleted workspaces cannot be started again.
94
+ *
95
+ * @generated from rpc gitpod.experimental.v1.WorkspacesService.DeleteWorkspace
96
+ */
97
+ deleteWorkspace: {
98
+ name: "DeleteWorkspace",
99
+ I: workspaces_pb_js_1.DeleteWorkspaceRequest,
100
+ O: workspaces_pb_js_1.DeleteWorkspaceResponse,
101
+ kind: protobuf_1.MethodKind.Unary,
102
+ },
103
+ /**
104
+ * @generated from rpc gitpod.experimental.v1.WorkspacesService.UpdatePort
105
+ */
106
+ updatePort: {
107
+ name: "UpdatePort",
108
+ I: workspaces_pb_js_1.UpdatePortRequest,
109
+ O: workspaces_pb_js_1.UpdatePortResponse,
110
+ kind: protobuf_1.MethodKind.Unary,
78
111
  },
79
112
  }
80
113
  };
@@ -1 +1 @@
1
- {"version":3,"file":"workspaces_connectweb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspaces_connectweb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,yEAAyE;AACzE,+GAA+G;AAC/G,oBAAoB;AACpB,iBAAiB;AAEjB,yDAAuR;AACvR,iDAA8C;AAE9C;;GAEG;AACU,QAAA,iBAAiB,GAAG;IAC/B,QAAQ,EAAE,0CAA0C;IACpD,OAAO,EAAE;QACP;;;;WAIG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,wCAAqB;YACxB,CAAC,EAAE,yCAAsB;YACzB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,sCAAmB;YACtB,CAAC,EAAE,uCAAoB;YACvB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,uCAAoB;YACvB,CAAC,EAAE,wCAAqB;YACxB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,uBAAuB,EAAE;YACvB,IAAI,EAAE,yBAAyB;YAC/B,CAAC,EAAE,iDAA8B;YACjC,CAAC,EAAE,kDAA+B;YAClC,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,uCAAoB;YACvB,CAAC,EAAE,wCAAqB;YACxB,IAAI,EAAE,qBAAU,CAAC,eAAe;SACjC;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"workspaces_connectweb.js","sourceRoot":"","sources":["../../../../src/gitpod/experimental/v1/workspaces_connectweb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,yEAAyE;AACzE,+GAA+G;AAC/G,oBAAoB;AACpB,iBAAiB;AAEjB,yDAA4a;AAC5a,iDAA8C;AAE9C;;GAEG;AACU,QAAA,iBAAiB,GAAG;IAC/B,QAAQ,EAAE,0CAA0C;IACpD,OAAO,EAAE;QACP;;;;WAIG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,wCAAqB;YACxB,CAAC,EAAE,yCAAsB;YACzB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,sCAAmB;YACtB,CAAC,EAAE,uCAAoB;YACvB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,qBAAqB,EAAE;YACrB,IAAI,EAAE,uBAAuB;YAC7B,CAAC,EAAE,+CAA4B;YAC/B,CAAC,EAAE,gDAA6B;YAChC,IAAI,EAAE,qBAAU,CAAC,eAAe;SACjC;QACD;;;;WAIG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,uCAAoB;YACvB,CAAC,EAAE,wCAAqB;YACxB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,uBAAuB,EAAE;YACvB,IAAI,EAAE,yBAAyB;YAC/B,CAAC,EAAE,iDAA8B;YACjC,CAAC,EAAE,kDAA+B;YAClC,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,uCAAoB;YACvB,CAAC,EAAE,wCAAqB;YACxB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;;;;;WAMG;QACH,eAAe,EAAE;YACf,IAAI,EAAE,iBAAiB;YACvB,CAAC,EAAE,yCAAsB;YACzB,CAAC,EAAE,0CAAuB;YAC1B,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;QACD;;WAEG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,oCAAiB;YACpB,CAAC,EAAE,qCAAkB;YACrB,IAAI,EAAE,qBAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}