Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/public-api/go/experimental/v1/ide_client.pb.go
2501 views
1
// Copyright (c) 2025 Gitpod GmbH. All rights reserved.
2
// Licensed under the GNU Affero General Public License (AGPL).
3
// See License.AGPL.txt in the project root for license information.
4
5
// Code generated by protoc-gen-go. DO NOT EDIT.
6
// versions:
7
// protoc-gen-go v1.28.1
8
// protoc (unknown)
9
// source: gitpod/experimental/v1/ide_client.proto
10
11
package v1
12
13
import (
14
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
15
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
16
reflect "reflect"
17
sync "sync"
18
)
19
20
const (
21
// Verify that this generated code is sufficiently up-to-date.
22
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
23
// Verify that runtime/protoimpl is sufficiently up-to-date.
24
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
25
)
26
27
type SendHeartbeatRequest struct {
28
state protoimpl.MessageState
29
sizeCache protoimpl.SizeCache
30
unknownFields protoimpl.UnknownFields
31
32
WorkspaceId string `protobuf:"bytes,1,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
33
}
34
35
func (x *SendHeartbeatRequest) Reset() {
36
*x = SendHeartbeatRequest{}
37
if protoimpl.UnsafeEnabled {
38
mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[0]
39
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
40
ms.StoreMessageInfo(mi)
41
}
42
}
43
44
func (x *SendHeartbeatRequest) String() string {
45
return protoimpl.X.MessageStringOf(x)
46
}
47
48
func (*SendHeartbeatRequest) ProtoMessage() {}
49
50
func (x *SendHeartbeatRequest) ProtoReflect() protoreflect.Message {
51
mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[0]
52
if protoimpl.UnsafeEnabled && x != nil {
53
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
54
if ms.LoadMessageInfo() == nil {
55
ms.StoreMessageInfo(mi)
56
}
57
return ms
58
}
59
return mi.MessageOf(x)
60
}
61
62
// Deprecated: Use SendHeartbeatRequest.ProtoReflect.Descriptor instead.
63
func (*SendHeartbeatRequest) Descriptor() ([]byte, []int) {
64
return file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP(), []int{0}
65
}
66
67
func (x *SendHeartbeatRequest) GetWorkspaceId() string {
68
if x != nil {
69
return x.WorkspaceId
70
}
71
return ""
72
}
73
74
type SendHeartbeatResponse struct {
75
state protoimpl.MessageState
76
sizeCache protoimpl.SizeCache
77
unknownFields protoimpl.UnknownFields
78
}
79
80
func (x *SendHeartbeatResponse) Reset() {
81
*x = SendHeartbeatResponse{}
82
if protoimpl.UnsafeEnabled {
83
mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[1]
84
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
85
ms.StoreMessageInfo(mi)
86
}
87
}
88
89
func (x *SendHeartbeatResponse) String() string {
90
return protoimpl.X.MessageStringOf(x)
91
}
92
93
func (*SendHeartbeatResponse) ProtoMessage() {}
94
95
func (x *SendHeartbeatResponse) ProtoReflect() protoreflect.Message {
96
mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[1]
97
if protoimpl.UnsafeEnabled && x != nil {
98
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
99
if ms.LoadMessageInfo() == nil {
100
ms.StoreMessageInfo(mi)
101
}
102
return ms
103
}
104
return mi.MessageOf(x)
105
}
106
107
// Deprecated: Use SendHeartbeatResponse.ProtoReflect.Descriptor instead.
108
func (*SendHeartbeatResponse) Descriptor() ([]byte, []int) {
109
return file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP(), []int{1}
110
}
111
112
type SendDidCloseRequest struct {
113
state protoimpl.MessageState
114
sizeCache protoimpl.SizeCache
115
unknownFields protoimpl.UnknownFields
116
117
WorkspaceId string `protobuf:"bytes,1,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
118
}
119
120
func (x *SendDidCloseRequest) Reset() {
121
*x = SendDidCloseRequest{}
122
if protoimpl.UnsafeEnabled {
123
mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[2]
124
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
125
ms.StoreMessageInfo(mi)
126
}
127
}
128
129
func (x *SendDidCloseRequest) String() string {
130
return protoimpl.X.MessageStringOf(x)
131
}
132
133
func (*SendDidCloseRequest) ProtoMessage() {}
134
135
func (x *SendDidCloseRequest) ProtoReflect() protoreflect.Message {
136
mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[2]
137
if protoimpl.UnsafeEnabled && x != nil {
138
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
139
if ms.LoadMessageInfo() == nil {
140
ms.StoreMessageInfo(mi)
141
}
142
return ms
143
}
144
return mi.MessageOf(x)
145
}
146
147
// Deprecated: Use SendDidCloseRequest.ProtoReflect.Descriptor instead.
148
func (*SendDidCloseRequest) Descriptor() ([]byte, []int) {
149
return file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP(), []int{2}
150
}
151
152
func (x *SendDidCloseRequest) GetWorkspaceId() string {
153
if x != nil {
154
return x.WorkspaceId
155
}
156
return ""
157
}
158
159
type SendDidCloseResponse struct {
160
state protoimpl.MessageState
161
sizeCache protoimpl.SizeCache
162
unknownFields protoimpl.UnknownFields
163
}
164
165
func (x *SendDidCloseResponse) Reset() {
166
*x = SendDidCloseResponse{}
167
if protoimpl.UnsafeEnabled {
168
mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[3]
169
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
170
ms.StoreMessageInfo(mi)
171
}
172
}
173
174
func (x *SendDidCloseResponse) String() string {
175
return protoimpl.X.MessageStringOf(x)
176
}
177
178
func (*SendDidCloseResponse) ProtoMessage() {}
179
180
func (x *SendDidCloseResponse) ProtoReflect() protoreflect.Message {
181
mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[3]
182
if protoimpl.UnsafeEnabled && x != nil {
183
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
184
if ms.LoadMessageInfo() == nil {
185
ms.StoreMessageInfo(mi)
186
}
187
return ms
188
}
189
return mi.MessageOf(x)
190
}
191
192
// Deprecated: Use SendDidCloseResponse.ProtoReflect.Descriptor instead.
193
func (*SendDidCloseResponse) Descriptor() ([]byte, []int) {
194
return file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP(), []int{3}
195
}
196
197
type UpdateGitStatusRequest struct {
198
state protoimpl.MessageState
199
sizeCache protoimpl.SizeCache
200
unknownFields protoimpl.UnknownFields
201
202
WorkspaceId string `protobuf:"bytes,1,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
203
Status *GitStatus `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
204
}
205
206
func (x *UpdateGitStatusRequest) Reset() {
207
*x = UpdateGitStatusRequest{}
208
if protoimpl.UnsafeEnabled {
209
mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[4]
210
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
211
ms.StoreMessageInfo(mi)
212
}
213
}
214
215
func (x *UpdateGitStatusRequest) String() string {
216
return protoimpl.X.MessageStringOf(x)
217
}
218
219
func (*UpdateGitStatusRequest) ProtoMessage() {}
220
221
func (x *UpdateGitStatusRequest) ProtoReflect() protoreflect.Message {
222
mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[4]
223
if protoimpl.UnsafeEnabled && x != nil {
224
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
225
if ms.LoadMessageInfo() == nil {
226
ms.StoreMessageInfo(mi)
227
}
228
return ms
229
}
230
return mi.MessageOf(x)
231
}
232
233
// Deprecated: Use UpdateGitStatusRequest.ProtoReflect.Descriptor instead.
234
func (*UpdateGitStatusRequest) Descriptor() ([]byte, []int) {
235
return file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP(), []int{4}
236
}
237
238
func (x *UpdateGitStatusRequest) GetWorkspaceId() string {
239
if x != nil {
240
return x.WorkspaceId
241
}
242
return ""
243
}
244
245
func (x *UpdateGitStatusRequest) GetStatus() *GitStatus {
246
if x != nil {
247
return x.Status
248
}
249
return nil
250
}
251
252
type UpdateGitStatusResponse struct {
253
state protoimpl.MessageState
254
sizeCache protoimpl.SizeCache
255
unknownFields protoimpl.UnknownFields
256
}
257
258
func (x *UpdateGitStatusResponse) Reset() {
259
*x = UpdateGitStatusResponse{}
260
if protoimpl.UnsafeEnabled {
261
mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[5]
262
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
263
ms.StoreMessageInfo(mi)
264
}
265
}
266
267
func (x *UpdateGitStatusResponse) String() string {
268
return protoimpl.X.MessageStringOf(x)
269
}
270
271
func (*UpdateGitStatusResponse) ProtoMessage() {}
272
273
func (x *UpdateGitStatusResponse) ProtoReflect() protoreflect.Message {
274
mi := &file_gitpod_experimental_v1_ide_client_proto_msgTypes[5]
275
if protoimpl.UnsafeEnabled && x != nil {
276
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
277
if ms.LoadMessageInfo() == nil {
278
ms.StoreMessageInfo(mi)
279
}
280
return ms
281
}
282
return mi.MessageOf(x)
283
}
284
285
// Deprecated: Use UpdateGitStatusResponse.ProtoReflect.Descriptor instead.
286
func (*UpdateGitStatusResponse) Descriptor() ([]byte, []int) {
287
return file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP(), []int{5}
288
}
289
290
var File_gitpod_experimental_v1_ide_client_proto protoreflect.FileDescriptor
291
292
var file_gitpod_experimental_v1_ide_client_proto_rawDesc = []byte{
293
0x0a, 0x27, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d,
294
0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x69, 0x64, 0x65, 0x5f, 0x63, 0x6c, 0x69,
295
0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x16, 0x67, 0x69, 0x74, 0x70, 0x6f,
296
0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76,
297
0x31, 0x1a, 0x27, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69,
298
0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70,
299
0x61, 0x63, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x39, 0x0a, 0x14, 0x53, 0x65,
300
0x6e, 0x64, 0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
301
0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f,
302
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70,
303
0x61, 0x63, 0x65, 0x49, 0x64, 0x22, 0x17, 0x0a, 0x15, 0x53, 0x65, 0x6e, 0x64, 0x48, 0x65, 0x61,
304
0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x38,
305
0x0a, 0x13, 0x53, 0x65, 0x6e, 0x64, 0x44, 0x69, 0x64, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x52, 0x65,
306
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61,
307
0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x77, 0x6f, 0x72,
308
0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x22, 0x16, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x64,
309
0x44, 0x69, 0x64, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
310
0x22, 0x76, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x69, 0x74, 0x53, 0x74, 0x61,
311
0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x77, 0x6f,
312
0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
313
0x52, 0x0b, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x39, 0x0a,
314
0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e,
315
0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e,
316
0x74, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
317
0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x19, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61,
318
0x74, 0x65, 0x47, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
319
0x6e, 0x73, 0x65, 0x32, 0xe5, 0x02, 0x0a, 0x10, 0x49, 0x44, 0x45, 0x43, 0x6c, 0x69, 0x65, 0x6e,
320
0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6e, 0x0a, 0x0d, 0x53, 0x65, 0x6e, 0x64,
321
0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x12, 0x2c, 0x2e, 0x67, 0x69, 0x74, 0x70,
322
0x6f, 0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e,
323
0x76, 0x31, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74,
324
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64,
325
0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76, 0x31,
326
0x2e, 0x53, 0x65, 0x6e, 0x64, 0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x52, 0x65,
327
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x6b, 0x0a, 0x0c, 0x53, 0x65, 0x6e, 0x64,
328
0x44, 0x69, 0x64, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x12, 0x2b, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f,
329
0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76,
330
0x31, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x44, 0x69, 0x64, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x52, 0x65,
331
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x65,
332
0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x53,
333
0x65, 0x6e, 0x64, 0x44, 0x69, 0x64, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
334
0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47,
335
0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2e, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f,
336
0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76,
337
0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75,
338
0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f,
339
0x64, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e, 0x76,
340
0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75,
341
0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x6b, 0x0a, 0x23, 0x69,
342
0x6f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x61,
343
0x70, 0x69, 0x2e, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2e,
344
0x76, 0x31, 0x5a, 0x44, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67,
345
0x69, 0x74, 0x70, 0x6f, 0x64, 0x2d, 0x69, 0x6f, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f,
346
0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69,
347
0x63, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x6f, 0x2f, 0x65, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d,
348
0x65, 0x6e, 0x74, 0x61, 0x6c, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
349
}
350
351
var (
352
file_gitpod_experimental_v1_ide_client_proto_rawDescOnce sync.Once
353
file_gitpod_experimental_v1_ide_client_proto_rawDescData = file_gitpod_experimental_v1_ide_client_proto_rawDesc
354
)
355
356
func file_gitpod_experimental_v1_ide_client_proto_rawDescGZIP() []byte {
357
file_gitpod_experimental_v1_ide_client_proto_rawDescOnce.Do(func() {
358
file_gitpod_experimental_v1_ide_client_proto_rawDescData = protoimpl.X.CompressGZIP(file_gitpod_experimental_v1_ide_client_proto_rawDescData)
359
})
360
return file_gitpod_experimental_v1_ide_client_proto_rawDescData
361
}
362
363
var file_gitpod_experimental_v1_ide_client_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
364
var file_gitpod_experimental_v1_ide_client_proto_goTypes = []interface{}{
365
(*SendHeartbeatRequest)(nil), // 0: gitpod.experimental.v1.SendHeartbeatRequest
366
(*SendHeartbeatResponse)(nil), // 1: gitpod.experimental.v1.SendHeartbeatResponse
367
(*SendDidCloseRequest)(nil), // 2: gitpod.experimental.v1.SendDidCloseRequest
368
(*SendDidCloseResponse)(nil), // 3: gitpod.experimental.v1.SendDidCloseResponse
369
(*UpdateGitStatusRequest)(nil), // 4: gitpod.experimental.v1.UpdateGitStatusRequest
370
(*UpdateGitStatusResponse)(nil), // 5: gitpod.experimental.v1.UpdateGitStatusResponse
371
(*GitStatus)(nil), // 6: gitpod.experimental.v1.GitStatus
372
}
373
var file_gitpod_experimental_v1_ide_client_proto_depIdxs = []int32{
374
6, // 0: gitpod.experimental.v1.UpdateGitStatusRequest.status:type_name -> gitpod.experimental.v1.GitStatus
375
0, // 1: gitpod.experimental.v1.IDEClientService.SendHeartbeat:input_type -> gitpod.experimental.v1.SendHeartbeatRequest
376
2, // 2: gitpod.experimental.v1.IDEClientService.SendDidClose:input_type -> gitpod.experimental.v1.SendDidCloseRequest
377
4, // 3: gitpod.experimental.v1.IDEClientService.UpdateGitStatus:input_type -> gitpod.experimental.v1.UpdateGitStatusRequest
378
1, // 4: gitpod.experimental.v1.IDEClientService.SendHeartbeat:output_type -> gitpod.experimental.v1.SendHeartbeatResponse
379
3, // 5: gitpod.experimental.v1.IDEClientService.SendDidClose:output_type -> gitpod.experimental.v1.SendDidCloseResponse
380
5, // 6: gitpod.experimental.v1.IDEClientService.UpdateGitStatus:output_type -> gitpod.experimental.v1.UpdateGitStatusResponse
381
4, // [4:7] is the sub-list for method output_type
382
1, // [1:4] is the sub-list for method input_type
383
1, // [1:1] is the sub-list for extension type_name
384
1, // [1:1] is the sub-list for extension extendee
385
0, // [0:1] is the sub-list for field type_name
386
}
387
388
func init() { file_gitpod_experimental_v1_ide_client_proto_init() }
389
func file_gitpod_experimental_v1_ide_client_proto_init() {
390
if File_gitpod_experimental_v1_ide_client_proto != nil {
391
return
392
}
393
file_gitpod_experimental_v1_workspaces_proto_init()
394
if !protoimpl.UnsafeEnabled {
395
file_gitpod_experimental_v1_ide_client_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
396
switch v := v.(*SendHeartbeatRequest); i {
397
case 0:
398
return &v.state
399
case 1:
400
return &v.sizeCache
401
case 2:
402
return &v.unknownFields
403
default:
404
return nil
405
}
406
}
407
file_gitpod_experimental_v1_ide_client_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
408
switch v := v.(*SendHeartbeatResponse); i {
409
case 0:
410
return &v.state
411
case 1:
412
return &v.sizeCache
413
case 2:
414
return &v.unknownFields
415
default:
416
return nil
417
}
418
}
419
file_gitpod_experimental_v1_ide_client_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
420
switch v := v.(*SendDidCloseRequest); i {
421
case 0:
422
return &v.state
423
case 1:
424
return &v.sizeCache
425
case 2:
426
return &v.unknownFields
427
default:
428
return nil
429
}
430
}
431
file_gitpod_experimental_v1_ide_client_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
432
switch v := v.(*SendDidCloseResponse); i {
433
case 0:
434
return &v.state
435
case 1:
436
return &v.sizeCache
437
case 2:
438
return &v.unknownFields
439
default:
440
return nil
441
}
442
}
443
file_gitpod_experimental_v1_ide_client_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
444
switch v := v.(*UpdateGitStatusRequest); i {
445
case 0:
446
return &v.state
447
case 1:
448
return &v.sizeCache
449
case 2:
450
return &v.unknownFields
451
default:
452
return nil
453
}
454
}
455
file_gitpod_experimental_v1_ide_client_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
456
switch v := v.(*UpdateGitStatusResponse); i {
457
case 0:
458
return &v.state
459
case 1:
460
return &v.sizeCache
461
case 2:
462
return &v.unknownFields
463
default:
464
return nil
465
}
466
}
467
}
468
type x struct{}
469
out := protoimpl.TypeBuilder{
470
File: protoimpl.DescBuilder{
471
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
472
RawDescriptor: file_gitpod_experimental_v1_ide_client_proto_rawDesc,
473
NumEnums: 0,
474
NumMessages: 6,
475
NumExtensions: 0,
476
NumServices: 1,
477
},
478
GoTypes: file_gitpod_experimental_v1_ide_client_proto_goTypes,
479
DependencyIndexes: file_gitpod_experimental_v1_ide_client_proto_depIdxs,
480
MessageInfos: file_gitpod_experimental_v1_ide_client_proto_msgTypes,
481
}.Build()
482
File_gitpod_experimental_v1_ide_client_proto = out.File
483
file_gitpod_experimental_v1_ide_client_proto_rawDesc = nil
484
file_gitpod_experimental_v1_ide_client_proto_goTypes = nil
485
file_gitpod_experimental_v1_ide_client_proto_depIdxs = nil
486
}
487
488