Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/public-api/go/v1/prebuild.pb.go
2500 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/v1/prebuild.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
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
17
reflect "reflect"
18
sync "sync"
19
)
20
21
const (
22
// Verify that this generated code is sufficiently up-to-date.
23
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
24
// Verify that runtime/protoimpl is sufficiently up-to-date.
25
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
26
)
27
28
type ListOrganizationPrebuildsRequest_Filter_State int32
29
30
const (
31
ListOrganizationPrebuildsRequest_Filter_STATE_UNSPECIFIED ListOrganizationPrebuildsRequest_Filter_State = 0
32
ListOrganizationPrebuildsRequest_Filter_STATE_SUCCEEDED ListOrganizationPrebuildsRequest_Filter_State = 1
33
ListOrganizationPrebuildsRequest_Filter_STATE_FAILED ListOrganizationPrebuildsRequest_Filter_State = 2
34
ListOrganizationPrebuildsRequest_Filter_STATE_UNFINISHED ListOrganizationPrebuildsRequest_Filter_State = 3
35
)
36
37
// Enum value maps for ListOrganizationPrebuildsRequest_Filter_State.
38
var (
39
ListOrganizationPrebuildsRequest_Filter_State_name = map[int32]string{
40
0: "STATE_UNSPECIFIED",
41
1: "STATE_SUCCEEDED",
42
2: "STATE_FAILED",
43
3: "STATE_UNFINISHED",
44
}
45
ListOrganizationPrebuildsRequest_Filter_State_value = map[string]int32{
46
"STATE_UNSPECIFIED": 0,
47
"STATE_SUCCEEDED": 1,
48
"STATE_FAILED": 2,
49
"STATE_UNFINISHED": 3,
50
}
51
)
52
53
func (x ListOrganizationPrebuildsRequest_Filter_State) Enum() *ListOrganizationPrebuildsRequest_Filter_State {
54
p := new(ListOrganizationPrebuildsRequest_Filter_State)
55
*p = x
56
return p
57
}
58
59
func (x ListOrganizationPrebuildsRequest_Filter_State) String() string {
60
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
61
}
62
63
func (ListOrganizationPrebuildsRequest_Filter_State) Descriptor() protoreflect.EnumDescriptor {
64
return file_gitpod_v1_prebuild_proto_enumTypes[0].Descriptor()
65
}
66
67
func (ListOrganizationPrebuildsRequest_Filter_State) Type() protoreflect.EnumType {
68
return &file_gitpod_v1_prebuild_proto_enumTypes[0]
69
}
70
71
func (x ListOrganizationPrebuildsRequest_Filter_State) Number() protoreflect.EnumNumber {
72
return protoreflect.EnumNumber(x)
73
}
74
75
// Deprecated: Use ListOrganizationPrebuildsRequest_Filter_State.Descriptor instead.
76
func (ListOrganizationPrebuildsRequest_Filter_State) EnumDescriptor() ([]byte, []int) {
77
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{10, 0, 0}
78
}
79
80
type PrebuildPhase_Phase int32
81
82
const (
83
PrebuildPhase_PHASE_UNSPECIFIED PrebuildPhase_Phase = 0
84
PrebuildPhase_PHASE_QUEUED PrebuildPhase_Phase = 1
85
PrebuildPhase_PHASE_BUILDING PrebuildPhase_Phase = 2
86
PrebuildPhase_PHASE_ABORTED PrebuildPhase_Phase = 3
87
PrebuildPhase_PHASE_TIMEOUT PrebuildPhase_Phase = 4
88
PrebuildPhase_PHASE_AVAILABLE PrebuildPhase_Phase = 5
89
PrebuildPhase_PHASE_FAILED PrebuildPhase_Phase = 6
90
)
91
92
// Enum value maps for PrebuildPhase_Phase.
93
var (
94
PrebuildPhase_Phase_name = map[int32]string{
95
0: "PHASE_UNSPECIFIED",
96
1: "PHASE_QUEUED",
97
2: "PHASE_BUILDING",
98
3: "PHASE_ABORTED",
99
4: "PHASE_TIMEOUT",
100
5: "PHASE_AVAILABLE",
101
6: "PHASE_FAILED",
102
}
103
PrebuildPhase_Phase_value = map[string]int32{
104
"PHASE_UNSPECIFIED": 0,
105
"PHASE_QUEUED": 1,
106
"PHASE_BUILDING": 2,
107
"PHASE_ABORTED": 3,
108
"PHASE_TIMEOUT": 4,
109
"PHASE_AVAILABLE": 5,
110
"PHASE_FAILED": 6,
111
}
112
)
113
114
func (x PrebuildPhase_Phase) Enum() *PrebuildPhase_Phase {
115
p := new(PrebuildPhase_Phase)
116
*p = x
117
return p
118
}
119
120
func (x PrebuildPhase_Phase) String() string {
121
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
122
}
123
124
func (PrebuildPhase_Phase) Descriptor() protoreflect.EnumDescriptor {
125
return file_gitpod_v1_prebuild_proto_enumTypes[1].Descriptor()
126
}
127
128
func (PrebuildPhase_Phase) Type() protoreflect.EnumType {
129
return &file_gitpod_v1_prebuild_proto_enumTypes[1]
130
}
131
132
func (x PrebuildPhase_Phase) Number() protoreflect.EnumNumber {
133
return protoreflect.EnumNumber(x)
134
}
135
136
// Deprecated: Use PrebuildPhase_Phase.Descriptor instead.
137
func (PrebuildPhase_Phase) EnumDescriptor() ([]byte, []int) {
138
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{15, 0}
139
}
140
141
type GetPrebuildRequest struct {
142
state protoimpl.MessageState
143
sizeCache protoimpl.SizeCache
144
unknownFields protoimpl.UnknownFields
145
146
PrebuildId string `protobuf:"bytes,1,opt,name=prebuild_id,json=prebuildId,proto3" json:"prebuild_id,omitempty"`
147
}
148
149
func (x *GetPrebuildRequest) Reset() {
150
*x = GetPrebuildRequest{}
151
if protoimpl.UnsafeEnabled {
152
mi := &file_gitpod_v1_prebuild_proto_msgTypes[0]
153
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
154
ms.StoreMessageInfo(mi)
155
}
156
}
157
158
func (x *GetPrebuildRequest) String() string {
159
return protoimpl.X.MessageStringOf(x)
160
}
161
162
func (*GetPrebuildRequest) ProtoMessage() {}
163
164
func (x *GetPrebuildRequest) ProtoReflect() protoreflect.Message {
165
mi := &file_gitpod_v1_prebuild_proto_msgTypes[0]
166
if protoimpl.UnsafeEnabled && x != nil {
167
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
168
if ms.LoadMessageInfo() == nil {
169
ms.StoreMessageInfo(mi)
170
}
171
return ms
172
}
173
return mi.MessageOf(x)
174
}
175
176
// Deprecated: Use GetPrebuildRequest.ProtoReflect.Descriptor instead.
177
func (*GetPrebuildRequest) Descriptor() ([]byte, []int) {
178
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{0}
179
}
180
181
func (x *GetPrebuildRequest) GetPrebuildId() string {
182
if x != nil {
183
return x.PrebuildId
184
}
185
return ""
186
}
187
188
type GetPrebuildResponse struct {
189
state protoimpl.MessageState
190
sizeCache protoimpl.SizeCache
191
unknownFields protoimpl.UnknownFields
192
193
Prebuild *Prebuild `protobuf:"bytes,1,opt,name=prebuild,proto3" json:"prebuild,omitempty"`
194
}
195
196
func (x *GetPrebuildResponse) Reset() {
197
*x = GetPrebuildResponse{}
198
if protoimpl.UnsafeEnabled {
199
mi := &file_gitpod_v1_prebuild_proto_msgTypes[1]
200
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
201
ms.StoreMessageInfo(mi)
202
}
203
}
204
205
func (x *GetPrebuildResponse) String() string {
206
return protoimpl.X.MessageStringOf(x)
207
}
208
209
func (*GetPrebuildResponse) ProtoMessage() {}
210
211
func (x *GetPrebuildResponse) ProtoReflect() protoreflect.Message {
212
mi := &file_gitpod_v1_prebuild_proto_msgTypes[1]
213
if protoimpl.UnsafeEnabled && x != nil {
214
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
215
if ms.LoadMessageInfo() == nil {
216
ms.StoreMessageInfo(mi)
217
}
218
return ms
219
}
220
return mi.MessageOf(x)
221
}
222
223
// Deprecated: Use GetPrebuildResponse.ProtoReflect.Descriptor instead.
224
func (*GetPrebuildResponse) Descriptor() ([]byte, []int) {
225
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{1}
226
}
227
228
func (x *GetPrebuildResponse) GetPrebuild() *Prebuild {
229
if x != nil {
230
return x.Prebuild
231
}
232
return nil
233
}
234
235
type ListPrebuildsRequest struct {
236
state protoimpl.MessageState
237
sizeCache protoimpl.SizeCache
238
unknownFields protoimpl.UnknownFields
239
240
Pagination *PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
241
// it is for backward compatiblity with the current dashboard, use prebuild_id
242
// instead
243
//
244
// Deprecated: Do not use.
245
WorkspaceId string `protobuf:"bytes,2,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
246
ConfigurationId string `protobuf:"bytes,3,opt,name=configuration_id,json=configurationId,proto3" json:"configuration_id,omitempty"`
247
GitRef string `protobuf:"bytes,4,opt,name=git_ref,json=gitRef,proto3" json:"git_ref,omitempty"`
248
}
249
250
func (x *ListPrebuildsRequest) Reset() {
251
*x = ListPrebuildsRequest{}
252
if protoimpl.UnsafeEnabled {
253
mi := &file_gitpod_v1_prebuild_proto_msgTypes[2]
254
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
255
ms.StoreMessageInfo(mi)
256
}
257
}
258
259
func (x *ListPrebuildsRequest) String() string {
260
return protoimpl.X.MessageStringOf(x)
261
}
262
263
func (*ListPrebuildsRequest) ProtoMessage() {}
264
265
func (x *ListPrebuildsRequest) ProtoReflect() protoreflect.Message {
266
mi := &file_gitpod_v1_prebuild_proto_msgTypes[2]
267
if protoimpl.UnsafeEnabled && x != nil {
268
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
269
if ms.LoadMessageInfo() == nil {
270
ms.StoreMessageInfo(mi)
271
}
272
return ms
273
}
274
return mi.MessageOf(x)
275
}
276
277
// Deprecated: Use ListPrebuildsRequest.ProtoReflect.Descriptor instead.
278
func (*ListPrebuildsRequest) Descriptor() ([]byte, []int) {
279
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{2}
280
}
281
282
func (x *ListPrebuildsRequest) GetPagination() *PaginationRequest {
283
if x != nil {
284
return x.Pagination
285
}
286
return nil
287
}
288
289
// Deprecated: Do not use.
290
func (x *ListPrebuildsRequest) GetWorkspaceId() string {
291
if x != nil {
292
return x.WorkspaceId
293
}
294
return ""
295
}
296
297
func (x *ListPrebuildsRequest) GetConfigurationId() string {
298
if x != nil {
299
return x.ConfigurationId
300
}
301
return ""
302
}
303
304
func (x *ListPrebuildsRequest) GetGitRef() string {
305
if x != nil {
306
return x.GitRef
307
}
308
return ""
309
}
310
311
type ListPrebuildsResponse struct {
312
state protoimpl.MessageState
313
sizeCache protoimpl.SizeCache
314
unknownFields protoimpl.UnknownFields
315
316
Pagination *PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
317
Prebuilds []*Prebuild `protobuf:"bytes,2,rep,name=prebuilds,proto3" json:"prebuilds,omitempty"`
318
}
319
320
func (x *ListPrebuildsResponse) Reset() {
321
*x = ListPrebuildsResponse{}
322
if protoimpl.UnsafeEnabled {
323
mi := &file_gitpod_v1_prebuild_proto_msgTypes[3]
324
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
325
ms.StoreMessageInfo(mi)
326
}
327
}
328
329
func (x *ListPrebuildsResponse) String() string {
330
return protoimpl.X.MessageStringOf(x)
331
}
332
333
func (*ListPrebuildsResponse) ProtoMessage() {}
334
335
func (x *ListPrebuildsResponse) ProtoReflect() protoreflect.Message {
336
mi := &file_gitpod_v1_prebuild_proto_msgTypes[3]
337
if protoimpl.UnsafeEnabled && x != nil {
338
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
339
if ms.LoadMessageInfo() == nil {
340
ms.StoreMessageInfo(mi)
341
}
342
return ms
343
}
344
return mi.MessageOf(x)
345
}
346
347
// Deprecated: Use ListPrebuildsResponse.ProtoReflect.Descriptor instead.
348
func (*ListPrebuildsResponse) Descriptor() ([]byte, []int) {
349
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{3}
350
}
351
352
func (x *ListPrebuildsResponse) GetPagination() *PaginationResponse {
353
if x != nil {
354
return x.Pagination
355
}
356
return nil
357
}
358
359
func (x *ListPrebuildsResponse) GetPrebuilds() []*Prebuild {
360
if x != nil {
361
return x.Prebuilds
362
}
363
return nil
364
}
365
366
type StartPrebuildRequest struct {
367
state protoimpl.MessageState
368
sizeCache protoimpl.SizeCache
369
unknownFields protoimpl.UnknownFields
370
371
ConfigurationId string `protobuf:"bytes,1,opt,name=configuration_id,json=configurationId,proto3" json:"configuration_id,omitempty"`
372
GitRef string `protobuf:"bytes,2,opt,name=git_ref,json=gitRef,proto3" json:"git_ref,omitempty"`
373
}
374
375
func (x *StartPrebuildRequest) Reset() {
376
*x = StartPrebuildRequest{}
377
if protoimpl.UnsafeEnabled {
378
mi := &file_gitpod_v1_prebuild_proto_msgTypes[4]
379
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
380
ms.StoreMessageInfo(mi)
381
}
382
}
383
384
func (x *StartPrebuildRequest) String() string {
385
return protoimpl.X.MessageStringOf(x)
386
}
387
388
func (*StartPrebuildRequest) ProtoMessage() {}
389
390
func (x *StartPrebuildRequest) ProtoReflect() protoreflect.Message {
391
mi := &file_gitpod_v1_prebuild_proto_msgTypes[4]
392
if protoimpl.UnsafeEnabled && x != nil {
393
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
394
if ms.LoadMessageInfo() == nil {
395
ms.StoreMessageInfo(mi)
396
}
397
return ms
398
}
399
return mi.MessageOf(x)
400
}
401
402
// Deprecated: Use StartPrebuildRequest.ProtoReflect.Descriptor instead.
403
func (*StartPrebuildRequest) Descriptor() ([]byte, []int) {
404
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{4}
405
}
406
407
func (x *StartPrebuildRequest) GetConfigurationId() string {
408
if x != nil {
409
return x.ConfigurationId
410
}
411
return ""
412
}
413
414
func (x *StartPrebuildRequest) GetGitRef() string {
415
if x != nil {
416
return x.GitRef
417
}
418
return ""
419
}
420
421
type StartPrebuildResponse struct {
422
state protoimpl.MessageState
423
sizeCache protoimpl.SizeCache
424
unknownFields protoimpl.UnknownFields
425
426
PrebuildId string `protobuf:"bytes,1,opt,name=prebuild_id,json=prebuildId,proto3" json:"prebuild_id,omitempty"`
427
}
428
429
func (x *StartPrebuildResponse) Reset() {
430
*x = StartPrebuildResponse{}
431
if protoimpl.UnsafeEnabled {
432
mi := &file_gitpod_v1_prebuild_proto_msgTypes[5]
433
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
434
ms.StoreMessageInfo(mi)
435
}
436
}
437
438
func (x *StartPrebuildResponse) String() string {
439
return protoimpl.X.MessageStringOf(x)
440
}
441
442
func (*StartPrebuildResponse) ProtoMessage() {}
443
444
func (x *StartPrebuildResponse) ProtoReflect() protoreflect.Message {
445
mi := &file_gitpod_v1_prebuild_proto_msgTypes[5]
446
if protoimpl.UnsafeEnabled && x != nil {
447
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
448
if ms.LoadMessageInfo() == nil {
449
ms.StoreMessageInfo(mi)
450
}
451
return ms
452
}
453
return mi.MessageOf(x)
454
}
455
456
// Deprecated: Use StartPrebuildResponse.ProtoReflect.Descriptor instead.
457
func (*StartPrebuildResponse) Descriptor() ([]byte, []int) {
458
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{5}
459
}
460
461
func (x *StartPrebuildResponse) GetPrebuildId() string {
462
if x != nil {
463
return x.PrebuildId
464
}
465
return ""
466
}
467
468
type CancelPrebuildRequest struct {
469
state protoimpl.MessageState
470
sizeCache protoimpl.SizeCache
471
unknownFields protoimpl.UnknownFields
472
473
PrebuildId string `protobuf:"bytes,1,opt,name=prebuild_id,json=prebuildId,proto3" json:"prebuild_id,omitempty"`
474
}
475
476
func (x *CancelPrebuildRequest) Reset() {
477
*x = CancelPrebuildRequest{}
478
if protoimpl.UnsafeEnabled {
479
mi := &file_gitpod_v1_prebuild_proto_msgTypes[6]
480
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
481
ms.StoreMessageInfo(mi)
482
}
483
}
484
485
func (x *CancelPrebuildRequest) String() string {
486
return protoimpl.X.MessageStringOf(x)
487
}
488
489
func (*CancelPrebuildRequest) ProtoMessage() {}
490
491
func (x *CancelPrebuildRequest) ProtoReflect() protoreflect.Message {
492
mi := &file_gitpod_v1_prebuild_proto_msgTypes[6]
493
if protoimpl.UnsafeEnabled && x != nil {
494
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
495
if ms.LoadMessageInfo() == nil {
496
ms.StoreMessageInfo(mi)
497
}
498
return ms
499
}
500
return mi.MessageOf(x)
501
}
502
503
// Deprecated: Use CancelPrebuildRequest.ProtoReflect.Descriptor instead.
504
func (*CancelPrebuildRequest) Descriptor() ([]byte, []int) {
505
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{6}
506
}
507
508
func (x *CancelPrebuildRequest) GetPrebuildId() string {
509
if x != nil {
510
return x.PrebuildId
511
}
512
return ""
513
}
514
515
type CancelPrebuildResponse struct {
516
state protoimpl.MessageState
517
sizeCache protoimpl.SizeCache
518
unknownFields protoimpl.UnknownFields
519
}
520
521
func (x *CancelPrebuildResponse) Reset() {
522
*x = CancelPrebuildResponse{}
523
if protoimpl.UnsafeEnabled {
524
mi := &file_gitpod_v1_prebuild_proto_msgTypes[7]
525
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
526
ms.StoreMessageInfo(mi)
527
}
528
}
529
530
func (x *CancelPrebuildResponse) String() string {
531
return protoimpl.X.MessageStringOf(x)
532
}
533
534
func (*CancelPrebuildResponse) ProtoMessage() {}
535
536
func (x *CancelPrebuildResponse) ProtoReflect() protoreflect.Message {
537
mi := &file_gitpod_v1_prebuild_proto_msgTypes[7]
538
if protoimpl.UnsafeEnabled && x != nil {
539
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
540
if ms.LoadMessageInfo() == nil {
541
ms.StoreMessageInfo(mi)
542
}
543
return ms
544
}
545
return mi.MessageOf(x)
546
}
547
548
// Deprecated: Use CancelPrebuildResponse.ProtoReflect.Descriptor instead.
549
func (*CancelPrebuildResponse) Descriptor() ([]byte, []int) {
550
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{7}
551
}
552
553
type WatchPrebuildRequest struct {
554
state protoimpl.MessageState
555
sizeCache protoimpl.SizeCache
556
unknownFields protoimpl.UnknownFields
557
558
// Types that are assignable to Scope:
559
//
560
// *WatchPrebuildRequest_PrebuildId
561
// *WatchPrebuildRequest_ConfigurationId
562
Scope isWatchPrebuildRequest_Scope `protobuf_oneof:"scope"`
563
}
564
565
func (x *WatchPrebuildRequest) Reset() {
566
*x = WatchPrebuildRequest{}
567
if protoimpl.UnsafeEnabled {
568
mi := &file_gitpod_v1_prebuild_proto_msgTypes[8]
569
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
570
ms.StoreMessageInfo(mi)
571
}
572
}
573
574
func (x *WatchPrebuildRequest) String() string {
575
return protoimpl.X.MessageStringOf(x)
576
}
577
578
func (*WatchPrebuildRequest) ProtoMessage() {}
579
580
func (x *WatchPrebuildRequest) ProtoReflect() protoreflect.Message {
581
mi := &file_gitpod_v1_prebuild_proto_msgTypes[8]
582
if protoimpl.UnsafeEnabled && x != nil {
583
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
584
if ms.LoadMessageInfo() == nil {
585
ms.StoreMessageInfo(mi)
586
}
587
return ms
588
}
589
return mi.MessageOf(x)
590
}
591
592
// Deprecated: Use WatchPrebuildRequest.ProtoReflect.Descriptor instead.
593
func (*WatchPrebuildRequest) Descriptor() ([]byte, []int) {
594
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{8}
595
}
596
597
func (m *WatchPrebuildRequest) GetScope() isWatchPrebuildRequest_Scope {
598
if m != nil {
599
return m.Scope
600
}
601
return nil
602
}
603
604
func (x *WatchPrebuildRequest) GetPrebuildId() string {
605
if x, ok := x.GetScope().(*WatchPrebuildRequest_PrebuildId); ok {
606
return x.PrebuildId
607
}
608
return ""
609
}
610
611
func (x *WatchPrebuildRequest) GetConfigurationId() string {
612
if x, ok := x.GetScope().(*WatchPrebuildRequest_ConfigurationId); ok {
613
return x.ConfigurationId
614
}
615
return ""
616
}
617
618
type isWatchPrebuildRequest_Scope interface {
619
isWatchPrebuildRequest_Scope()
620
}
621
622
type WatchPrebuildRequest_PrebuildId struct {
623
PrebuildId string `protobuf:"bytes,1,opt,name=prebuild_id,json=prebuildId,proto3,oneof"`
624
}
625
626
type WatchPrebuildRequest_ConfigurationId struct {
627
ConfigurationId string `protobuf:"bytes,2,opt,name=configuration_id,json=configurationId,proto3,oneof"`
628
}
629
630
func (*WatchPrebuildRequest_PrebuildId) isWatchPrebuildRequest_Scope() {}
631
632
func (*WatchPrebuildRequest_ConfigurationId) isWatchPrebuildRequest_Scope() {}
633
634
type WatchPrebuildResponse struct {
635
state protoimpl.MessageState
636
sizeCache protoimpl.SizeCache
637
unknownFields protoimpl.UnknownFields
638
639
Prebuild *Prebuild `protobuf:"bytes,1,opt,name=prebuild,proto3" json:"prebuild,omitempty"`
640
}
641
642
func (x *WatchPrebuildResponse) Reset() {
643
*x = WatchPrebuildResponse{}
644
if protoimpl.UnsafeEnabled {
645
mi := &file_gitpod_v1_prebuild_proto_msgTypes[9]
646
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
647
ms.StoreMessageInfo(mi)
648
}
649
}
650
651
func (x *WatchPrebuildResponse) String() string {
652
return protoimpl.X.MessageStringOf(x)
653
}
654
655
func (*WatchPrebuildResponse) ProtoMessage() {}
656
657
func (x *WatchPrebuildResponse) ProtoReflect() protoreflect.Message {
658
mi := &file_gitpod_v1_prebuild_proto_msgTypes[9]
659
if protoimpl.UnsafeEnabled && x != nil {
660
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
661
if ms.LoadMessageInfo() == nil {
662
ms.StoreMessageInfo(mi)
663
}
664
return ms
665
}
666
return mi.MessageOf(x)
667
}
668
669
// Deprecated: Use WatchPrebuildResponse.ProtoReflect.Descriptor instead.
670
func (*WatchPrebuildResponse) Descriptor() ([]byte, []int) {
671
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{9}
672
}
673
674
func (x *WatchPrebuildResponse) GetPrebuild() *Prebuild {
675
if x != nil {
676
return x.Prebuild
677
}
678
return nil
679
}
680
681
type ListOrganizationPrebuildsRequest struct {
682
state protoimpl.MessageState
683
sizeCache protoimpl.SizeCache
684
unknownFields protoimpl.UnknownFields
685
686
Pagination *PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
687
OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
688
Filter *ListOrganizationPrebuildsRequest_Filter `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
689
Sort []*Sort `protobuf:"bytes,4,rep,name=sort,proto3" json:"sort,omitempty"`
690
}
691
692
func (x *ListOrganizationPrebuildsRequest) Reset() {
693
*x = ListOrganizationPrebuildsRequest{}
694
if protoimpl.UnsafeEnabled {
695
mi := &file_gitpod_v1_prebuild_proto_msgTypes[10]
696
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
697
ms.StoreMessageInfo(mi)
698
}
699
}
700
701
func (x *ListOrganizationPrebuildsRequest) String() string {
702
return protoimpl.X.MessageStringOf(x)
703
}
704
705
func (*ListOrganizationPrebuildsRequest) ProtoMessage() {}
706
707
func (x *ListOrganizationPrebuildsRequest) ProtoReflect() protoreflect.Message {
708
mi := &file_gitpod_v1_prebuild_proto_msgTypes[10]
709
if protoimpl.UnsafeEnabled && x != nil {
710
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
711
if ms.LoadMessageInfo() == nil {
712
ms.StoreMessageInfo(mi)
713
}
714
return ms
715
}
716
return mi.MessageOf(x)
717
}
718
719
// Deprecated: Use ListOrganizationPrebuildsRequest.ProtoReflect.Descriptor instead.
720
func (*ListOrganizationPrebuildsRequest) Descriptor() ([]byte, []int) {
721
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{10}
722
}
723
724
func (x *ListOrganizationPrebuildsRequest) GetPagination() *PaginationRequest {
725
if x != nil {
726
return x.Pagination
727
}
728
return nil
729
}
730
731
func (x *ListOrganizationPrebuildsRequest) GetOrganizationId() string {
732
if x != nil {
733
return x.OrganizationId
734
}
735
return ""
736
}
737
738
func (x *ListOrganizationPrebuildsRequest) GetFilter() *ListOrganizationPrebuildsRequest_Filter {
739
if x != nil {
740
return x.Filter
741
}
742
return nil
743
}
744
745
func (x *ListOrganizationPrebuildsRequest) GetSort() []*Sort {
746
if x != nil {
747
return x.Sort
748
}
749
return nil
750
}
751
752
type ListOrganizationPrebuildsResponse struct {
753
state protoimpl.MessageState
754
sizeCache protoimpl.SizeCache
755
unknownFields protoimpl.UnknownFields
756
757
Pagination *PaginationResponse `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
758
Prebuilds []*Prebuild `protobuf:"bytes,2,rep,name=prebuilds,proto3" json:"prebuilds,omitempty"`
759
}
760
761
func (x *ListOrganizationPrebuildsResponse) Reset() {
762
*x = ListOrganizationPrebuildsResponse{}
763
if protoimpl.UnsafeEnabled {
764
mi := &file_gitpod_v1_prebuild_proto_msgTypes[11]
765
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
766
ms.StoreMessageInfo(mi)
767
}
768
}
769
770
func (x *ListOrganizationPrebuildsResponse) String() string {
771
return protoimpl.X.MessageStringOf(x)
772
}
773
774
func (*ListOrganizationPrebuildsResponse) ProtoMessage() {}
775
776
func (x *ListOrganizationPrebuildsResponse) ProtoReflect() protoreflect.Message {
777
mi := &file_gitpod_v1_prebuild_proto_msgTypes[11]
778
if protoimpl.UnsafeEnabled && x != nil {
779
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
780
if ms.LoadMessageInfo() == nil {
781
ms.StoreMessageInfo(mi)
782
}
783
return ms
784
}
785
return mi.MessageOf(x)
786
}
787
788
// Deprecated: Use ListOrganizationPrebuildsResponse.ProtoReflect.Descriptor instead.
789
func (*ListOrganizationPrebuildsResponse) Descriptor() ([]byte, []int) {
790
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{11}
791
}
792
793
func (x *ListOrganizationPrebuildsResponse) GetPagination() *PaginationResponse {
794
if x != nil {
795
return x.Pagination
796
}
797
return nil
798
}
799
800
func (x *ListOrganizationPrebuildsResponse) GetPrebuilds() []*Prebuild {
801
if x != nil {
802
return x.Prebuilds
803
}
804
return nil
805
}
806
807
type Prebuild struct {
808
state protoimpl.MessageState
809
sizeCache protoimpl.SizeCache
810
unknownFields protoimpl.UnknownFields
811
812
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
813
// it is for backward compatiblity with the current dashboard, use id instead
814
//
815
// Deprecated: Do not use.
816
WorkspaceId string `protobuf:"bytes,2,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
817
BasedOnPrebuildId string `protobuf:"bytes,3,opt,name=based_on_prebuild_id,json=basedOnPrebuildId,proto3" json:"based_on_prebuild_id,omitempty"`
818
ConfigurationId string `protobuf:"bytes,4,opt,name=configuration_id,json=configurationId,proto3" json:"configuration_id,omitempty"`
819
Ref string `protobuf:"bytes,5,opt,name=ref,proto3" json:"ref,omitempty"`
820
Commit *Commit `protobuf:"bytes,6,opt,name=commit,proto3" json:"commit,omitempty"`
821
ContextUrl string `protobuf:"bytes,7,opt,name=context_url,json=contextUrl,proto3" json:"context_url,omitempty"`
822
Status *PrebuildStatus `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"`
823
ConfigurationName string `protobuf:"bytes,9,opt,name=configuration_name,json=configurationName,proto3" json:"configuration_name,omitempty"`
824
}
825
826
func (x *Prebuild) Reset() {
827
*x = Prebuild{}
828
if protoimpl.UnsafeEnabled {
829
mi := &file_gitpod_v1_prebuild_proto_msgTypes[12]
830
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
831
ms.StoreMessageInfo(mi)
832
}
833
}
834
835
func (x *Prebuild) String() string {
836
return protoimpl.X.MessageStringOf(x)
837
}
838
839
func (*Prebuild) ProtoMessage() {}
840
841
func (x *Prebuild) ProtoReflect() protoreflect.Message {
842
mi := &file_gitpod_v1_prebuild_proto_msgTypes[12]
843
if protoimpl.UnsafeEnabled && x != nil {
844
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
845
if ms.LoadMessageInfo() == nil {
846
ms.StoreMessageInfo(mi)
847
}
848
return ms
849
}
850
return mi.MessageOf(x)
851
}
852
853
// Deprecated: Use Prebuild.ProtoReflect.Descriptor instead.
854
func (*Prebuild) Descriptor() ([]byte, []int) {
855
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{12}
856
}
857
858
func (x *Prebuild) GetId() string {
859
if x != nil {
860
return x.Id
861
}
862
return ""
863
}
864
865
// Deprecated: Do not use.
866
func (x *Prebuild) GetWorkspaceId() string {
867
if x != nil {
868
return x.WorkspaceId
869
}
870
return ""
871
}
872
873
func (x *Prebuild) GetBasedOnPrebuildId() string {
874
if x != nil {
875
return x.BasedOnPrebuildId
876
}
877
return ""
878
}
879
880
func (x *Prebuild) GetConfigurationId() string {
881
if x != nil {
882
return x.ConfigurationId
883
}
884
return ""
885
}
886
887
func (x *Prebuild) GetRef() string {
888
if x != nil {
889
return x.Ref
890
}
891
return ""
892
}
893
894
func (x *Prebuild) GetCommit() *Commit {
895
if x != nil {
896
return x.Commit
897
}
898
return nil
899
}
900
901
func (x *Prebuild) GetContextUrl() string {
902
if x != nil {
903
return x.ContextUrl
904
}
905
return ""
906
}
907
908
func (x *Prebuild) GetStatus() *PrebuildStatus {
909
if x != nil {
910
return x.Status
911
}
912
return nil
913
}
914
915
func (x *Prebuild) GetConfigurationName() string {
916
if x != nil {
917
return x.ConfigurationName
918
}
919
return ""
920
}
921
922
type PrebuildStatus struct {
923
state protoimpl.MessageState
924
sizeCache protoimpl.SizeCache
925
unknownFields protoimpl.UnknownFields
926
927
Phase *PrebuildPhase `protobuf:"bytes,1,opt,name=phase,proto3" json:"phase,omitempty"`
928
StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
929
// message is an optional human-readable message detailing the current phase
930
Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
931
LogUrl string `protobuf:"bytes,4,opt,name=log_url,json=logUrl,proto3" json:"log_url,omitempty"`
932
TaskLogs []*TaskLog `protobuf:"bytes,5,rep,name=task_logs,json=taskLogs,proto3" json:"task_logs,omitempty"`
933
ImageBuildLogUrl string `protobuf:"bytes,6,opt,name=image_build_log_url,json=imageBuildLogUrl,proto3" json:"image_build_log_url,omitempty"`
934
StopTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=stop_time,json=stopTime,proto3" json:"stop_time,omitempty"`
935
}
936
937
func (x *PrebuildStatus) Reset() {
938
*x = PrebuildStatus{}
939
if protoimpl.UnsafeEnabled {
940
mi := &file_gitpod_v1_prebuild_proto_msgTypes[13]
941
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
942
ms.StoreMessageInfo(mi)
943
}
944
}
945
946
func (x *PrebuildStatus) String() string {
947
return protoimpl.X.MessageStringOf(x)
948
}
949
950
func (*PrebuildStatus) ProtoMessage() {}
951
952
func (x *PrebuildStatus) ProtoReflect() protoreflect.Message {
953
mi := &file_gitpod_v1_prebuild_proto_msgTypes[13]
954
if protoimpl.UnsafeEnabled && x != nil {
955
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
956
if ms.LoadMessageInfo() == nil {
957
ms.StoreMessageInfo(mi)
958
}
959
return ms
960
}
961
return mi.MessageOf(x)
962
}
963
964
// Deprecated: Use PrebuildStatus.ProtoReflect.Descriptor instead.
965
func (*PrebuildStatus) Descriptor() ([]byte, []int) {
966
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{13}
967
}
968
969
func (x *PrebuildStatus) GetPhase() *PrebuildPhase {
970
if x != nil {
971
return x.Phase
972
}
973
return nil
974
}
975
976
func (x *PrebuildStatus) GetStartTime() *timestamppb.Timestamp {
977
if x != nil {
978
return x.StartTime
979
}
980
return nil
981
}
982
983
func (x *PrebuildStatus) GetMessage() string {
984
if x != nil {
985
return x.Message
986
}
987
return ""
988
}
989
990
func (x *PrebuildStatus) GetLogUrl() string {
991
if x != nil {
992
return x.LogUrl
993
}
994
return ""
995
}
996
997
func (x *PrebuildStatus) GetTaskLogs() []*TaskLog {
998
if x != nil {
999
return x.TaskLogs
1000
}
1001
return nil
1002
}
1003
1004
func (x *PrebuildStatus) GetImageBuildLogUrl() string {
1005
if x != nil {
1006
return x.ImageBuildLogUrl
1007
}
1008
return ""
1009
}
1010
1011
func (x *PrebuildStatus) GetStopTime() *timestamppb.Timestamp {
1012
if x != nil {
1013
return x.StopTime
1014
}
1015
return nil
1016
}
1017
1018
type TaskLog struct {
1019
state protoimpl.MessageState
1020
sizeCache protoimpl.SizeCache
1021
unknownFields protoimpl.UnknownFields
1022
1023
TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
1024
TaskLabel string `protobuf:"bytes,2,opt,name=task_label,json=taskLabel,proto3" json:"task_label,omitempty"`
1025
TaskJson string `protobuf:"bytes,3,opt,name=task_json,json=taskJson,proto3" json:"task_json,omitempty"`
1026
LogUrl string `protobuf:"bytes,4,opt,name=log_url,json=logUrl,proto3" json:"log_url,omitempty"`
1027
}
1028
1029
func (x *TaskLog) Reset() {
1030
*x = TaskLog{}
1031
if protoimpl.UnsafeEnabled {
1032
mi := &file_gitpod_v1_prebuild_proto_msgTypes[14]
1033
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1034
ms.StoreMessageInfo(mi)
1035
}
1036
}
1037
1038
func (x *TaskLog) String() string {
1039
return protoimpl.X.MessageStringOf(x)
1040
}
1041
1042
func (*TaskLog) ProtoMessage() {}
1043
1044
func (x *TaskLog) ProtoReflect() protoreflect.Message {
1045
mi := &file_gitpod_v1_prebuild_proto_msgTypes[14]
1046
if protoimpl.UnsafeEnabled && x != nil {
1047
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1048
if ms.LoadMessageInfo() == nil {
1049
ms.StoreMessageInfo(mi)
1050
}
1051
return ms
1052
}
1053
return mi.MessageOf(x)
1054
}
1055
1056
// Deprecated: Use TaskLog.ProtoReflect.Descriptor instead.
1057
func (*TaskLog) Descriptor() ([]byte, []int) {
1058
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{14}
1059
}
1060
1061
func (x *TaskLog) GetTaskId() string {
1062
if x != nil {
1063
return x.TaskId
1064
}
1065
return ""
1066
}
1067
1068
func (x *TaskLog) GetTaskLabel() string {
1069
if x != nil {
1070
return x.TaskLabel
1071
}
1072
return ""
1073
}
1074
1075
func (x *TaskLog) GetTaskJson() string {
1076
if x != nil {
1077
return x.TaskJson
1078
}
1079
return ""
1080
}
1081
1082
func (x *TaskLog) GetLogUrl() string {
1083
if x != nil {
1084
return x.LogUrl
1085
}
1086
return ""
1087
}
1088
1089
type PrebuildPhase struct {
1090
state protoimpl.MessageState
1091
sizeCache protoimpl.SizeCache
1092
unknownFields protoimpl.UnknownFields
1093
1094
Name PrebuildPhase_Phase `protobuf:"varint,1,opt,name=name,proto3,enum=gitpod.v1.PrebuildPhase_Phase" json:"name,omitempty"`
1095
}
1096
1097
func (x *PrebuildPhase) Reset() {
1098
*x = PrebuildPhase{}
1099
if protoimpl.UnsafeEnabled {
1100
mi := &file_gitpod_v1_prebuild_proto_msgTypes[15]
1101
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1102
ms.StoreMessageInfo(mi)
1103
}
1104
}
1105
1106
func (x *PrebuildPhase) String() string {
1107
return protoimpl.X.MessageStringOf(x)
1108
}
1109
1110
func (*PrebuildPhase) ProtoMessage() {}
1111
1112
func (x *PrebuildPhase) ProtoReflect() protoreflect.Message {
1113
mi := &file_gitpod_v1_prebuild_proto_msgTypes[15]
1114
if protoimpl.UnsafeEnabled && x != nil {
1115
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1116
if ms.LoadMessageInfo() == nil {
1117
ms.StoreMessageInfo(mi)
1118
}
1119
return ms
1120
}
1121
return mi.MessageOf(x)
1122
}
1123
1124
// Deprecated: Use PrebuildPhase.ProtoReflect.Descriptor instead.
1125
func (*PrebuildPhase) Descriptor() ([]byte, []int) {
1126
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{15}
1127
}
1128
1129
func (x *PrebuildPhase) GetName() PrebuildPhase_Phase {
1130
if x != nil {
1131
return x.Name
1132
}
1133
return PrebuildPhase_PHASE_UNSPECIFIED
1134
}
1135
1136
type ListOrganizationPrebuildsRequest_Filter struct {
1137
state protoimpl.MessageState
1138
sizeCache protoimpl.SizeCache
1139
unknownFields protoimpl.UnknownFields
1140
1141
State ListOrganizationPrebuildsRequest_Filter_State `protobuf:"varint,1,opt,name=state,proto3,enum=gitpod.v1.ListOrganizationPrebuildsRequest_Filter_State" json:"state,omitempty"`
1142
Configuration *ListOrganizationPrebuildsRequest_Filter_Configuration `protobuf:"bytes,2,opt,name=configuration,proto3" json:"configuration,omitempty"`
1143
// Filter the search down by searching for configuration names matching the
1144
// query
1145
SearchTerm string `protobuf:"bytes,3,opt,name=search_term,json=searchTerm,proto3" json:"search_term,omitempty"`
1146
}
1147
1148
func (x *ListOrganizationPrebuildsRequest_Filter) Reset() {
1149
*x = ListOrganizationPrebuildsRequest_Filter{}
1150
if protoimpl.UnsafeEnabled {
1151
mi := &file_gitpod_v1_prebuild_proto_msgTypes[16]
1152
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1153
ms.StoreMessageInfo(mi)
1154
}
1155
}
1156
1157
func (x *ListOrganizationPrebuildsRequest_Filter) String() string {
1158
return protoimpl.X.MessageStringOf(x)
1159
}
1160
1161
func (*ListOrganizationPrebuildsRequest_Filter) ProtoMessage() {}
1162
1163
func (x *ListOrganizationPrebuildsRequest_Filter) ProtoReflect() protoreflect.Message {
1164
mi := &file_gitpod_v1_prebuild_proto_msgTypes[16]
1165
if protoimpl.UnsafeEnabled && x != nil {
1166
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1167
if ms.LoadMessageInfo() == nil {
1168
ms.StoreMessageInfo(mi)
1169
}
1170
return ms
1171
}
1172
return mi.MessageOf(x)
1173
}
1174
1175
// Deprecated: Use ListOrganizationPrebuildsRequest_Filter.ProtoReflect.Descriptor instead.
1176
func (*ListOrganizationPrebuildsRequest_Filter) Descriptor() ([]byte, []int) {
1177
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{10, 0}
1178
}
1179
1180
func (x *ListOrganizationPrebuildsRequest_Filter) GetState() ListOrganizationPrebuildsRequest_Filter_State {
1181
if x != nil {
1182
return x.State
1183
}
1184
return ListOrganizationPrebuildsRequest_Filter_STATE_UNSPECIFIED
1185
}
1186
1187
func (x *ListOrganizationPrebuildsRequest_Filter) GetConfiguration() *ListOrganizationPrebuildsRequest_Filter_Configuration {
1188
if x != nil {
1189
return x.Configuration
1190
}
1191
return nil
1192
}
1193
1194
func (x *ListOrganizationPrebuildsRequest_Filter) GetSearchTerm() string {
1195
if x != nil {
1196
return x.SearchTerm
1197
}
1198
return ""
1199
}
1200
1201
type ListOrganizationPrebuildsRequest_Filter_Configuration struct {
1202
state protoimpl.MessageState
1203
sizeCache protoimpl.SizeCache
1204
unknownFields protoimpl.UnknownFields
1205
1206
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
1207
Branch string `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,omitempty"`
1208
}
1209
1210
func (x *ListOrganizationPrebuildsRequest_Filter_Configuration) Reset() {
1211
*x = ListOrganizationPrebuildsRequest_Filter_Configuration{}
1212
if protoimpl.UnsafeEnabled {
1213
mi := &file_gitpod_v1_prebuild_proto_msgTypes[17]
1214
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1215
ms.StoreMessageInfo(mi)
1216
}
1217
}
1218
1219
func (x *ListOrganizationPrebuildsRequest_Filter_Configuration) String() string {
1220
return protoimpl.X.MessageStringOf(x)
1221
}
1222
1223
func (*ListOrganizationPrebuildsRequest_Filter_Configuration) ProtoMessage() {}
1224
1225
func (x *ListOrganizationPrebuildsRequest_Filter_Configuration) ProtoReflect() protoreflect.Message {
1226
mi := &file_gitpod_v1_prebuild_proto_msgTypes[17]
1227
if protoimpl.UnsafeEnabled && x != nil {
1228
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1229
if ms.LoadMessageInfo() == nil {
1230
ms.StoreMessageInfo(mi)
1231
}
1232
return ms
1233
}
1234
return mi.MessageOf(x)
1235
}
1236
1237
// Deprecated: Use ListOrganizationPrebuildsRequest_Filter_Configuration.ProtoReflect.Descriptor instead.
1238
func (*ListOrganizationPrebuildsRequest_Filter_Configuration) Descriptor() ([]byte, []int) {
1239
return file_gitpod_v1_prebuild_proto_rawDescGZIP(), []int{10, 0, 0}
1240
}
1241
1242
func (x *ListOrganizationPrebuildsRequest_Filter_Configuration) GetId() string {
1243
if x != nil {
1244
return x.Id
1245
}
1246
return ""
1247
}
1248
1249
func (x *ListOrganizationPrebuildsRequest_Filter_Configuration) GetBranch() string {
1250
if x != nil {
1251
return x.Branch
1252
}
1253
return ""
1254
}
1255
1256
var File_gitpod_v1_prebuild_proto protoreflect.FileDescriptor
1257
1258
var file_gitpod_v1_prebuild_proto_rawDesc = []byte{
1259
0x0a, 0x18, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x65, 0x62,
1260
0x75, 0x69, 0x6c, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x67, 0x69, 0x74, 0x70,
1261
0x6f, 0x64, 0x2e, 0x76, 0x31, 0x1a, 0x1a, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x76, 0x31,
1262
0x2f, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74,
1263
0x6f, 0x1a, 0x13, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x63, 0x6d,
1264
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x76,
1265
0x31, 0x2f, 0x73, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
1266
0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
1267
0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
1268
0x22, 0x35, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52,
1269
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69,
1270
0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x65,
1271
0x62, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x46, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x50, 0x72,
1272
0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2f,
1273
0x0a, 0x08, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
1274
0x32, 0x13, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65,
1275
0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x08, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x22,
1276
0xbf, 0x01, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64,
1277
0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3c, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69,
1278
0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67,
1279
0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,
1280
0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69,
1281
0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x25, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70,
1282
0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01,
1283
0x52, 0x0b, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x29, 0x0a,
1284
0x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69,
1285
0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,
1286
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x69, 0x74, 0x5f,
1287
0x72, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x69, 0x74, 0x52, 0x65,
1288
0x66, 0x22, 0x89, 0x01, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69,
1289
0x6c, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3d, 0x0a, 0x0a, 0x70,
1290
0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
1291
0x1d, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x67, 0x69,
1292
0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x0a,
1293
0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x31, 0x0a, 0x09, 0x70, 0x72,
1294
0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e,
1295
0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69,
1296
0x6c, 0x64, 0x52, 0x09, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x22, 0x5a, 0x0a,
1297
0x14, 0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65,
1298
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,
1299
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
1300
0x0f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64,
1301
0x12, 0x17, 0x0a, 0x07, 0x67, 0x69, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28,
1302
0x09, 0x52, 0x06, 0x67, 0x69, 0x74, 0x52, 0x65, 0x66, 0x22, 0x38, 0x0a, 0x15, 0x53, 0x74, 0x61,
1303
0x72, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
1304
0x73, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69,
1305
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c,
1306
0x64, 0x49, 0x64, 0x22, 0x38, 0x0a, 0x15, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x65,
1307
0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1f, 0x0a, 0x0b,
1308
0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
1309
0x09, 0x52, 0x0a, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x22, 0x18, 0x0a,
1310
0x16, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52,
1311
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6f, 0x0a, 0x14, 0x57, 0x61, 0x74, 0x63, 0x68,
1312
0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
1313
0x21, 0x0a, 0x0b, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01,
1314
0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0a, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64,
1315
0x49, 0x64, 0x12, 0x2b, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74,
1316
0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0f,
1317
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x42,
1318
0x07, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x22, 0x48, 0x0a, 0x15, 0x57, 0x61, 0x74, 0x63,
1319
0x68, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
1320
0x65, 0x12, 0x2f, 0x0a, 0x08, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x01, 0x20,
1321
0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,
1322
0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x08, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69,
1323
0x6c, 0x64, 0x22, 0xf4, 0x04, 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e,
1324
0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73,
1325
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3c, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e,
1326
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x69,
1327
0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69,
1328
0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e,
1329
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x0a, 0x0f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
1330
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
1331
0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x4a,
1332
0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32,
1333
0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f,
1334
0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x62, 0x75,
1335
0x69, 0x6c, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x46, 0x69, 0x6c, 0x74,
1336
0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x23, 0x0a, 0x04, 0x73, 0x6f,
1337
0x72, 0x74, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f,
1338
0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6f, 0x72, 0x74, 0x52, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x1a,
1339
0xf7, 0x02, 0x0a, 0x06, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x4e, 0x0a, 0x05, 0x73, 0x74,
1340
0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x38, 0x2e, 0x67, 0x69, 0x74, 0x70,
1341
0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
1342
0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x52,
1343
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x2e, 0x53, 0x74,
1344
0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x66, 0x0a, 0x0d, 0x63, 0x6f,
1345
0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28,
1346
0x0b, 0x32, 0x40, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69,
1347
0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72,
1348
0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x46,
1349
0x69, 0x6c, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74,
1350
0x69, 0x6f, 0x6e, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
1351
0x6f, 0x6e, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x5f, 0x74, 0x65, 0x72,
1352
0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x54,
1353
0x65, 0x72, 0x6d, 0x1a, 0x37, 0x0a, 0x0d, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61,
1354
0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
1355
0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x18, 0x02,
1356
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x62, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x22, 0x5b, 0x0a, 0x05,
1357
0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55,
1358
0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f,
1359
0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x53, 0x55, 0x43, 0x43, 0x45, 0x45, 0x44, 0x45, 0x44, 0x10,
1360
0x01, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45,
1361
0x44, 0x10, 0x02, 0x12, 0x14, 0x0a, 0x10, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x4e, 0x46,
1362
0x49, 0x4e, 0x49, 0x53, 0x48, 0x45, 0x44, 0x10, 0x03, 0x22, 0x95, 0x01, 0x0a, 0x21, 0x4c, 0x69,
1363
0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72,
1364
0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
1365
0x3d, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20,
1366
0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,
1367
0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
1368
0x73, 0x65, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x31,
1369
0x0a, 0x09, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28,
1370
0x0b, 0x32, 0x13, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72,
1371
0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x09, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64,
1372
0x73, 0x22, 0xdd, 0x02, 0x0a, 0x08, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x0e,
1373
0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x25,
1374
0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02,
1375
0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0b, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70,
1376
0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x14, 0x62, 0x61, 0x73, 0x65, 0x64, 0x5f, 0x6f,
1377
0x6e, 0x5f, 0x70, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
1378
0x01, 0x28, 0x09, 0x52, 0x11, 0x62, 0x61, 0x73, 0x65, 0x64, 0x4f, 0x6e, 0x50, 0x72, 0x65, 0x62,
1379
0x75, 0x69, 0x6c, 0x64, 0x49, 0x64, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
1380
0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
1381
0x52, 0x0f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49,
1382
0x64, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
1383
0x72, 0x65, 0x66, 0x12, 0x29, 0x0a, 0x06, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x18, 0x06, 0x20,
1384
0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,
1385
0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x52, 0x06, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x12, 0x1f,
1386
0x0a, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x07, 0x20,
1387
0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x55, 0x72, 0x6c, 0x12,
1388
0x31, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,
1389
0x19, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x62,
1390
0x75, 0x69, 0x6c, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74,
1391
0x75, 0x73, 0x12, 0x2d, 0x0a, 0x12, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74,
1392
0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11,
1393
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d,
1394
0x65, 0x22, 0xc7, 0x02, 0x0a, 0x0e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x74,
1395
0x61, 0x74, 0x75, 0x73, 0x12, 0x2e, 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20,
1396
0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,
1397
0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x50, 0x68, 0x61, 0x73, 0x65, 0x52, 0x05, 0x70,
1398
0x68, 0x61, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69,
1399
0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
1400
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73,
1401
0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12,
1402
0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
1403
0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x6c, 0x6f, 0x67,
1404
0x5f, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6c, 0x6f, 0x67, 0x55,
1405
0x72, 0x6c, 0x12, 0x2f, 0x0a, 0x09, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x6c, 0x6f, 0x67, 0x73, 0x18,
1406
0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76,
1407
0x31, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x4c, 0x6f, 0x67, 0x52, 0x08, 0x74, 0x61, 0x73, 0x6b, 0x4c,
1408
0x6f, 0x67, 0x73, 0x12, 0x2d, 0x0a, 0x13, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x62, 0x75, 0x69,
1409
0x6c, 0x64, 0x5f, 0x6c, 0x6f, 0x67, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
1410
0x52, 0x10, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x4c, 0x6f, 0x67, 0x55,
1411
0x72, 0x6c, 0x12, 0x37, 0x0a, 0x09, 0x73, 0x74, 0x6f, 0x70, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18,
1412
0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
1413
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d,
1414
0x70, 0x52, 0x08, 0x73, 0x74, 0x6f, 0x70, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x77, 0x0a, 0x07, 0x54,
1415
0x61, 0x73, 0x6b, 0x4c, 0x6f, 0x67, 0x12, 0x17, 0x0a, 0x07, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x69,
1416
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x12,
1417
0x1d, 0x0a, 0x0a, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x18, 0x02, 0x20,
1418
0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x61, 0x73, 0x6b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x12, 0x1b,
1419
0x0a, 0x09, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x6a, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28,
1420
0x09, 0x52, 0x08, 0x74, 0x61, 0x73, 0x6b, 0x4a, 0x73, 0x6f, 0x6e, 0x12, 0x17, 0x0a, 0x07, 0x6c,
1421
0x6f, 0x67, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6c, 0x6f,
1422
0x67, 0x55, 0x72, 0x6c, 0x22, 0xd7, 0x01, 0x0a, 0x0d, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c,
1423
0x64, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01,
1424
0x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31,
1425
0x2e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x50, 0x68, 0x61, 0x73, 0x65, 0x2e, 0x50,
1426
0x68, 0x61, 0x73, 0x65, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x91, 0x01, 0x0a, 0x05, 0x50,
1427
0x68, 0x61, 0x73, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x55, 0x4e,
1428
0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x50,
1429
0x48, 0x41, 0x53, 0x45, 0x5f, 0x51, 0x55, 0x45, 0x55, 0x45, 0x44, 0x10, 0x01, 0x12, 0x12, 0x0a,
1430
0x0e, 0x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x42, 0x55, 0x49, 0x4c, 0x44, 0x49, 0x4e, 0x47, 0x10,
1431
0x02, 0x12, 0x11, 0x0a, 0x0d, 0x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x41, 0x42, 0x4f, 0x52, 0x54,
1432
0x45, 0x44, 0x10, 0x03, 0x12, 0x11, 0x0a, 0x0d, 0x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x54, 0x49,
1433
0x4d, 0x45, 0x4f, 0x55, 0x54, 0x10, 0x04, 0x12, 0x13, 0x0a, 0x0f, 0x50, 0x48, 0x41, 0x53, 0x45,
1434
0x5f, 0x41, 0x56, 0x41, 0x49, 0x4c, 0x41, 0x42, 0x4c, 0x45, 0x10, 0x05, 0x12, 0x10, 0x0a, 0x0c,
1435
0x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x10, 0x06, 0x32, 0xb8,
1436
0x04, 0x0a, 0x0f, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69,
1437
0x63, 0x65, 0x12, 0x54, 0x0a, 0x0d, 0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75,
1438
0x69, 0x6c, 0x64, 0x12, 0x1f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,
1439
0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71,
1440
0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31,
1441
0x2e, 0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65,
1442
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x57, 0x0a, 0x0e, 0x43, 0x61, 0x6e, 0x63,
1443
0x65, 0x6c, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x20, 0x2e, 0x67, 0x69, 0x74,
1444
0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x72, 0x65,
1445
0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x67,
1446
0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50,
1447
0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
1448
0x00, 0x12, 0x4e, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64,
1449
0x12, 0x1d, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74,
1450
0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
1451
0x1e, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50,
1452
0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
1453
0x00, 0x12, 0x54, 0x0a, 0x0d, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c,
1454
0x64, 0x73, 0x12, 0x1f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c,
1455
0x69, 0x73, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75,
1456
0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,
1457
0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x52, 0x65, 0x73,
1458
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x56, 0x0a, 0x0d, 0x57, 0x61, 0x74, 0x63, 0x68,
1459
0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x12, 0x1f, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f,
1460
0x64, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69,
1461
0x6c, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x67, 0x69, 0x74, 0x70,
1462
0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x72, 0x65, 0x62, 0x75,
1463
0x69, 0x6c, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12,
1464
0x78, 0x0a, 0x19, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
1465
0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x12, 0x2b, 0x2e, 0x67,
1466
0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67,
1467
0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c,
1468
0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x67, 0x69, 0x74, 0x70,
1469
0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
1470
0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x52,
1471
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x51, 0x0a, 0x16, 0x69, 0x6f, 0x2e,
1472
0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x61, 0x70, 0x69,
1473
0x2e, 0x76, 0x31, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
1474
0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2d, 0x69, 0x6f, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64,
1475
0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x70, 0x75, 0x62, 0x6c,
1476
0x69, 0x63, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x6f, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72,
1477
0x6f, 0x74, 0x6f, 0x33,
1478
}
1479
1480
var (
1481
file_gitpod_v1_prebuild_proto_rawDescOnce sync.Once
1482
file_gitpod_v1_prebuild_proto_rawDescData = file_gitpod_v1_prebuild_proto_rawDesc
1483
)
1484
1485
func file_gitpod_v1_prebuild_proto_rawDescGZIP() []byte {
1486
file_gitpod_v1_prebuild_proto_rawDescOnce.Do(func() {
1487
file_gitpod_v1_prebuild_proto_rawDescData = protoimpl.X.CompressGZIP(file_gitpod_v1_prebuild_proto_rawDescData)
1488
})
1489
return file_gitpod_v1_prebuild_proto_rawDescData
1490
}
1491
1492
var file_gitpod_v1_prebuild_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
1493
var file_gitpod_v1_prebuild_proto_msgTypes = make([]protoimpl.MessageInfo, 18)
1494
var file_gitpod_v1_prebuild_proto_goTypes = []interface{}{
1495
(ListOrganizationPrebuildsRequest_Filter_State)(0), // 0: gitpod.v1.ListOrganizationPrebuildsRequest.Filter.State
1496
(PrebuildPhase_Phase)(0), // 1: gitpod.v1.PrebuildPhase.Phase
1497
(*GetPrebuildRequest)(nil), // 2: gitpod.v1.GetPrebuildRequest
1498
(*GetPrebuildResponse)(nil), // 3: gitpod.v1.GetPrebuildResponse
1499
(*ListPrebuildsRequest)(nil), // 4: gitpod.v1.ListPrebuildsRequest
1500
(*ListPrebuildsResponse)(nil), // 5: gitpod.v1.ListPrebuildsResponse
1501
(*StartPrebuildRequest)(nil), // 6: gitpod.v1.StartPrebuildRequest
1502
(*StartPrebuildResponse)(nil), // 7: gitpod.v1.StartPrebuildResponse
1503
(*CancelPrebuildRequest)(nil), // 8: gitpod.v1.CancelPrebuildRequest
1504
(*CancelPrebuildResponse)(nil), // 9: gitpod.v1.CancelPrebuildResponse
1505
(*WatchPrebuildRequest)(nil), // 10: gitpod.v1.WatchPrebuildRequest
1506
(*WatchPrebuildResponse)(nil), // 11: gitpod.v1.WatchPrebuildResponse
1507
(*ListOrganizationPrebuildsRequest)(nil), // 12: gitpod.v1.ListOrganizationPrebuildsRequest
1508
(*ListOrganizationPrebuildsResponse)(nil), // 13: gitpod.v1.ListOrganizationPrebuildsResponse
1509
(*Prebuild)(nil), // 14: gitpod.v1.Prebuild
1510
(*PrebuildStatus)(nil), // 15: gitpod.v1.PrebuildStatus
1511
(*TaskLog)(nil), // 16: gitpod.v1.TaskLog
1512
(*PrebuildPhase)(nil), // 17: gitpod.v1.PrebuildPhase
1513
(*ListOrganizationPrebuildsRequest_Filter)(nil), // 18: gitpod.v1.ListOrganizationPrebuildsRequest.Filter
1514
(*ListOrganizationPrebuildsRequest_Filter_Configuration)(nil), // 19: gitpod.v1.ListOrganizationPrebuildsRequest.Filter.Configuration
1515
(*PaginationRequest)(nil), // 20: gitpod.v1.PaginationRequest
1516
(*PaginationResponse)(nil), // 21: gitpod.v1.PaginationResponse
1517
(*Sort)(nil), // 22: gitpod.v1.Sort
1518
(*Commit)(nil), // 23: gitpod.v1.Commit
1519
(*timestamppb.Timestamp)(nil), // 24: google.protobuf.Timestamp
1520
}
1521
var file_gitpod_v1_prebuild_proto_depIdxs = []int32{
1522
14, // 0: gitpod.v1.GetPrebuildResponse.prebuild:type_name -> gitpod.v1.Prebuild
1523
20, // 1: gitpod.v1.ListPrebuildsRequest.pagination:type_name -> gitpod.v1.PaginationRequest
1524
21, // 2: gitpod.v1.ListPrebuildsResponse.pagination:type_name -> gitpod.v1.PaginationResponse
1525
14, // 3: gitpod.v1.ListPrebuildsResponse.prebuilds:type_name -> gitpod.v1.Prebuild
1526
14, // 4: gitpod.v1.WatchPrebuildResponse.prebuild:type_name -> gitpod.v1.Prebuild
1527
20, // 5: gitpod.v1.ListOrganizationPrebuildsRequest.pagination:type_name -> gitpod.v1.PaginationRequest
1528
18, // 6: gitpod.v1.ListOrganizationPrebuildsRequest.filter:type_name -> gitpod.v1.ListOrganizationPrebuildsRequest.Filter
1529
22, // 7: gitpod.v1.ListOrganizationPrebuildsRequest.sort:type_name -> gitpod.v1.Sort
1530
21, // 8: gitpod.v1.ListOrganizationPrebuildsResponse.pagination:type_name -> gitpod.v1.PaginationResponse
1531
14, // 9: gitpod.v1.ListOrganizationPrebuildsResponse.prebuilds:type_name -> gitpod.v1.Prebuild
1532
23, // 10: gitpod.v1.Prebuild.commit:type_name -> gitpod.v1.Commit
1533
15, // 11: gitpod.v1.Prebuild.status:type_name -> gitpod.v1.PrebuildStatus
1534
17, // 12: gitpod.v1.PrebuildStatus.phase:type_name -> gitpod.v1.PrebuildPhase
1535
24, // 13: gitpod.v1.PrebuildStatus.start_time:type_name -> google.protobuf.Timestamp
1536
16, // 14: gitpod.v1.PrebuildStatus.task_logs:type_name -> gitpod.v1.TaskLog
1537
24, // 15: gitpod.v1.PrebuildStatus.stop_time:type_name -> google.protobuf.Timestamp
1538
1, // 16: gitpod.v1.PrebuildPhase.name:type_name -> gitpod.v1.PrebuildPhase.Phase
1539
0, // 17: gitpod.v1.ListOrganizationPrebuildsRequest.Filter.state:type_name -> gitpod.v1.ListOrganizationPrebuildsRequest.Filter.State
1540
19, // 18: gitpod.v1.ListOrganizationPrebuildsRequest.Filter.configuration:type_name -> gitpod.v1.ListOrganizationPrebuildsRequest.Filter.Configuration
1541
6, // 19: gitpod.v1.PrebuildService.StartPrebuild:input_type -> gitpod.v1.StartPrebuildRequest
1542
8, // 20: gitpod.v1.PrebuildService.CancelPrebuild:input_type -> gitpod.v1.CancelPrebuildRequest
1543
2, // 21: gitpod.v1.PrebuildService.GetPrebuild:input_type -> gitpod.v1.GetPrebuildRequest
1544
4, // 22: gitpod.v1.PrebuildService.ListPrebuilds:input_type -> gitpod.v1.ListPrebuildsRequest
1545
10, // 23: gitpod.v1.PrebuildService.WatchPrebuild:input_type -> gitpod.v1.WatchPrebuildRequest
1546
12, // 24: gitpod.v1.PrebuildService.ListOrganizationPrebuilds:input_type -> gitpod.v1.ListOrganizationPrebuildsRequest
1547
7, // 25: gitpod.v1.PrebuildService.StartPrebuild:output_type -> gitpod.v1.StartPrebuildResponse
1548
9, // 26: gitpod.v1.PrebuildService.CancelPrebuild:output_type -> gitpod.v1.CancelPrebuildResponse
1549
3, // 27: gitpod.v1.PrebuildService.GetPrebuild:output_type -> gitpod.v1.GetPrebuildResponse
1550
5, // 28: gitpod.v1.PrebuildService.ListPrebuilds:output_type -> gitpod.v1.ListPrebuildsResponse
1551
11, // 29: gitpod.v1.PrebuildService.WatchPrebuild:output_type -> gitpod.v1.WatchPrebuildResponse
1552
13, // 30: gitpod.v1.PrebuildService.ListOrganizationPrebuilds:output_type -> gitpod.v1.ListOrganizationPrebuildsResponse
1553
25, // [25:31] is the sub-list for method output_type
1554
19, // [19:25] is the sub-list for method input_type
1555
19, // [19:19] is the sub-list for extension type_name
1556
19, // [19:19] is the sub-list for extension extendee
1557
0, // [0:19] is the sub-list for field type_name
1558
}
1559
1560
func init() { file_gitpod_v1_prebuild_proto_init() }
1561
func file_gitpod_v1_prebuild_proto_init() {
1562
if File_gitpod_v1_prebuild_proto != nil {
1563
return
1564
}
1565
file_gitpod_v1_pagination_proto_init()
1566
file_gitpod_v1_scm_proto_init()
1567
file_gitpod_v1_sorting_proto_init()
1568
if !protoimpl.UnsafeEnabled {
1569
file_gitpod_v1_prebuild_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
1570
switch v := v.(*GetPrebuildRequest); i {
1571
case 0:
1572
return &v.state
1573
case 1:
1574
return &v.sizeCache
1575
case 2:
1576
return &v.unknownFields
1577
default:
1578
return nil
1579
}
1580
}
1581
file_gitpod_v1_prebuild_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
1582
switch v := v.(*GetPrebuildResponse); i {
1583
case 0:
1584
return &v.state
1585
case 1:
1586
return &v.sizeCache
1587
case 2:
1588
return &v.unknownFields
1589
default:
1590
return nil
1591
}
1592
}
1593
file_gitpod_v1_prebuild_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
1594
switch v := v.(*ListPrebuildsRequest); i {
1595
case 0:
1596
return &v.state
1597
case 1:
1598
return &v.sizeCache
1599
case 2:
1600
return &v.unknownFields
1601
default:
1602
return nil
1603
}
1604
}
1605
file_gitpod_v1_prebuild_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
1606
switch v := v.(*ListPrebuildsResponse); i {
1607
case 0:
1608
return &v.state
1609
case 1:
1610
return &v.sizeCache
1611
case 2:
1612
return &v.unknownFields
1613
default:
1614
return nil
1615
}
1616
}
1617
file_gitpod_v1_prebuild_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
1618
switch v := v.(*StartPrebuildRequest); i {
1619
case 0:
1620
return &v.state
1621
case 1:
1622
return &v.sizeCache
1623
case 2:
1624
return &v.unknownFields
1625
default:
1626
return nil
1627
}
1628
}
1629
file_gitpod_v1_prebuild_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
1630
switch v := v.(*StartPrebuildResponse); i {
1631
case 0:
1632
return &v.state
1633
case 1:
1634
return &v.sizeCache
1635
case 2:
1636
return &v.unknownFields
1637
default:
1638
return nil
1639
}
1640
}
1641
file_gitpod_v1_prebuild_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
1642
switch v := v.(*CancelPrebuildRequest); i {
1643
case 0:
1644
return &v.state
1645
case 1:
1646
return &v.sizeCache
1647
case 2:
1648
return &v.unknownFields
1649
default:
1650
return nil
1651
}
1652
}
1653
file_gitpod_v1_prebuild_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
1654
switch v := v.(*CancelPrebuildResponse); i {
1655
case 0:
1656
return &v.state
1657
case 1:
1658
return &v.sizeCache
1659
case 2:
1660
return &v.unknownFields
1661
default:
1662
return nil
1663
}
1664
}
1665
file_gitpod_v1_prebuild_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
1666
switch v := v.(*WatchPrebuildRequest); i {
1667
case 0:
1668
return &v.state
1669
case 1:
1670
return &v.sizeCache
1671
case 2:
1672
return &v.unknownFields
1673
default:
1674
return nil
1675
}
1676
}
1677
file_gitpod_v1_prebuild_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
1678
switch v := v.(*WatchPrebuildResponse); i {
1679
case 0:
1680
return &v.state
1681
case 1:
1682
return &v.sizeCache
1683
case 2:
1684
return &v.unknownFields
1685
default:
1686
return nil
1687
}
1688
}
1689
file_gitpod_v1_prebuild_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
1690
switch v := v.(*ListOrganizationPrebuildsRequest); i {
1691
case 0:
1692
return &v.state
1693
case 1:
1694
return &v.sizeCache
1695
case 2:
1696
return &v.unknownFields
1697
default:
1698
return nil
1699
}
1700
}
1701
file_gitpod_v1_prebuild_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
1702
switch v := v.(*ListOrganizationPrebuildsResponse); i {
1703
case 0:
1704
return &v.state
1705
case 1:
1706
return &v.sizeCache
1707
case 2:
1708
return &v.unknownFields
1709
default:
1710
return nil
1711
}
1712
}
1713
file_gitpod_v1_prebuild_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
1714
switch v := v.(*Prebuild); i {
1715
case 0:
1716
return &v.state
1717
case 1:
1718
return &v.sizeCache
1719
case 2:
1720
return &v.unknownFields
1721
default:
1722
return nil
1723
}
1724
}
1725
file_gitpod_v1_prebuild_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
1726
switch v := v.(*PrebuildStatus); i {
1727
case 0:
1728
return &v.state
1729
case 1:
1730
return &v.sizeCache
1731
case 2:
1732
return &v.unknownFields
1733
default:
1734
return nil
1735
}
1736
}
1737
file_gitpod_v1_prebuild_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
1738
switch v := v.(*TaskLog); i {
1739
case 0:
1740
return &v.state
1741
case 1:
1742
return &v.sizeCache
1743
case 2:
1744
return &v.unknownFields
1745
default:
1746
return nil
1747
}
1748
}
1749
file_gitpod_v1_prebuild_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
1750
switch v := v.(*PrebuildPhase); i {
1751
case 0:
1752
return &v.state
1753
case 1:
1754
return &v.sizeCache
1755
case 2:
1756
return &v.unknownFields
1757
default:
1758
return nil
1759
}
1760
}
1761
file_gitpod_v1_prebuild_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
1762
switch v := v.(*ListOrganizationPrebuildsRequest_Filter); i {
1763
case 0:
1764
return &v.state
1765
case 1:
1766
return &v.sizeCache
1767
case 2:
1768
return &v.unknownFields
1769
default:
1770
return nil
1771
}
1772
}
1773
file_gitpod_v1_prebuild_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
1774
switch v := v.(*ListOrganizationPrebuildsRequest_Filter_Configuration); i {
1775
case 0:
1776
return &v.state
1777
case 1:
1778
return &v.sizeCache
1779
case 2:
1780
return &v.unknownFields
1781
default:
1782
return nil
1783
}
1784
}
1785
}
1786
file_gitpod_v1_prebuild_proto_msgTypes[8].OneofWrappers = []interface{}{
1787
(*WatchPrebuildRequest_PrebuildId)(nil),
1788
(*WatchPrebuildRequest_ConfigurationId)(nil),
1789
}
1790
type x struct{}
1791
out := protoimpl.TypeBuilder{
1792
File: protoimpl.DescBuilder{
1793
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
1794
RawDescriptor: file_gitpod_v1_prebuild_proto_rawDesc,
1795
NumEnums: 2,
1796
NumMessages: 18,
1797
NumExtensions: 0,
1798
NumServices: 1,
1799
},
1800
GoTypes: file_gitpod_v1_prebuild_proto_goTypes,
1801
DependencyIndexes: file_gitpod_v1_prebuild_proto_depIdxs,
1802
EnumInfos: file_gitpod_v1_prebuild_proto_enumTypes,
1803
MessageInfos: file_gitpod_v1_prebuild_proto_msgTypes,
1804
}.Build()
1805
File_gitpod_v1_prebuild_proto = out.File
1806
file_gitpod_v1_prebuild_proto_rawDesc = nil
1807
file_gitpod_v1_prebuild_proto_goTypes = nil
1808
file_gitpod_v1_prebuild_proto_depIdxs = nil
1809
}
1810
1811