Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/public-api/go/v1/error.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/error.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
_ "google.golang.org/protobuf/types/descriptorpb"
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
// details for PERMISSION_DENIED status code
29
type PermissionDeniedDetails struct {
30
state protoimpl.MessageState
31
sizeCache protoimpl.SizeCache
32
unknownFields protoimpl.UnknownFields
33
34
// Types that are assignable to Reason:
35
//
36
// *PermissionDeniedDetails_UserBlocked
37
// *PermissionDeniedDetails_NeedsVerification
38
Reason isPermissionDeniedDetails_Reason `protobuf_oneof:"reason"`
39
}
40
41
func (x *PermissionDeniedDetails) Reset() {
42
*x = PermissionDeniedDetails{}
43
if protoimpl.UnsafeEnabled {
44
mi := &file_gitpod_v1_error_proto_msgTypes[0]
45
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
46
ms.StoreMessageInfo(mi)
47
}
48
}
49
50
func (x *PermissionDeniedDetails) String() string {
51
return protoimpl.X.MessageStringOf(x)
52
}
53
54
func (*PermissionDeniedDetails) ProtoMessage() {}
55
56
func (x *PermissionDeniedDetails) ProtoReflect() protoreflect.Message {
57
mi := &file_gitpod_v1_error_proto_msgTypes[0]
58
if protoimpl.UnsafeEnabled && x != nil {
59
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
60
if ms.LoadMessageInfo() == nil {
61
ms.StoreMessageInfo(mi)
62
}
63
return ms
64
}
65
return mi.MessageOf(x)
66
}
67
68
// Deprecated: Use PermissionDeniedDetails.ProtoReflect.Descriptor instead.
69
func (*PermissionDeniedDetails) Descriptor() ([]byte, []int) {
70
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{0}
71
}
72
73
func (m *PermissionDeniedDetails) GetReason() isPermissionDeniedDetails_Reason {
74
if m != nil {
75
return m.Reason
76
}
77
return nil
78
}
79
80
func (x *PermissionDeniedDetails) GetUserBlocked() *UserBlockedError {
81
if x, ok := x.GetReason().(*PermissionDeniedDetails_UserBlocked); ok {
82
return x.UserBlocked
83
}
84
return nil
85
}
86
87
func (x *PermissionDeniedDetails) GetNeedsVerification() *NeedsVerificationError {
88
if x, ok := x.GetReason().(*PermissionDeniedDetails_NeedsVerification); ok {
89
return x.NeedsVerification
90
}
91
return nil
92
}
93
94
type isPermissionDeniedDetails_Reason interface {
95
isPermissionDeniedDetails_Reason()
96
}
97
98
type PermissionDeniedDetails_UserBlocked struct {
99
UserBlocked *UserBlockedError `protobuf:"bytes,1,opt,name=user_blocked,json=userBlocked,proto3,oneof"`
100
}
101
102
type PermissionDeniedDetails_NeedsVerification struct {
103
NeedsVerification *NeedsVerificationError `protobuf:"bytes,2,opt,name=needs_verification,json=needsVerification,proto3,oneof"`
104
}
105
106
func (*PermissionDeniedDetails_UserBlocked) isPermissionDeniedDetails_Reason() {}
107
108
func (*PermissionDeniedDetails_NeedsVerification) isPermissionDeniedDetails_Reason() {}
109
110
type UserBlockedError struct {
111
state protoimpl.MessageState
112
sizeCache protoimpl.SizeCache
113
unknownFields protoimpl.UnknownFields
114
}
115
116
func (x *UserBlockedError) Reset() {
117
*x = UserBlockedError{}
118
if protoimpl.UnsafeEnabled {
119
mi := &file_gitpod_v1_error_proto_msgTypes[1]
120
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
121
ms.StoreMessageInfo(mi)
122
}
123
}
124
125
func (x *UserBlockedError) String() string {
126
return protoimpl.X.MessageStringOf(x)
127
}
128
129
func (*UserBlockedError) ProtoMessage() {}
130
131
func (x *UserBlockedError) ProtoReflect() protoreflect.Message {
132
mi := &file_gitpod_v1_error_proto_msgTypes[1]
133
if protoimpl.UnsafeEnabled && x != nil {
134
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
135
if ms.LoadMessageInfo() == nil {
136
ms.StoreMessageInfo(mi)
137
}
138
return ms
139
}
140
return mi.MessageOf(x)
141
}
142
143
// Deprecated: Use UserBlockedError.ProtoReflect.Descriptor instead.
144
func (*UserBlockedError) Descriptor() ([]byte, []int) {
145
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{1}
146
}
147
148
type NeedsVerificationError struct {
149
state protoimpl.MessageState
150
sizeCache protoimpl.SizeCache
151
unknownFields protoimpl.UnknownFields
152
}
153
154
func (x *NeedsVerificationError) Reset() {
155
*x = NeedsVerificationError{}
156
if protoimpl.UnsafeEnabled {
157
mi := &file_gitpod_v1_error_proto_msgTypes[2]
158
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
159
ms.StoreMessageInfo(mi)
160
}
161
}
162
163
func (x *NeedsVerificationError) String() string {
164
return protoimpl.X.MessageStringOf(x)
165
}
166
167
func (*NeedsVerificationError) ProtoMessage() {}
168
169
func (x *NeedsVerificationError) ProtoReflect() protoreflect.Message {
170
mi := &file_gitpod_v1_error_proto_msgTypes[2]
171
if protoimpl.UnsafeEnabled && x != nil {
172
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
173
if ms.LoadMessageInfo() == nil {
174
ms.StoreMessageInfo(mi)
175
}
176
return ms
177
}
178
return mi.MessageOf(x)
179
}
180
181
// Deprecated: Use NeedsVerificationError.ProtoReflect.Descriptor instead.
182
func (*NeedsVerificationError) Descriptor() ([]byte, []int) {
183
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{2}
184
}
185
186
// details for FAILED_PRECONDITION status code
187
type FailedPreconditionDetails struct {
188
state protoimpl.MessageState
189
sizeCache protoimpl.SizeCache
190
unknownFields protoimpl.UnknownFields
191
192
// Types that are assignable to Reason:
193
//
194
// *FailedPreconditionDetails_PaymentSpendingLimitReached
195
// *FailedPreconditionDetails_InvalidCostCenter
196
// *FailedPreconditionDetails_TooManyRunningWorkspaces
197
// *FailedPreconditionDetails_InvalidGitpodYml
198
// *FailedPreconditionDetails_RepositoryNotFound
199
// *FailedPreconditionDetails_RepositoryUnauthorized
200
// *FailedPreconditionDetails_ImageBuildLogsNotYetAvailable
201
// *FailedPreconditionDetails_CellIsDisabled
202
Reason isFailedPreconditionDetails_Reason `protobuf_oneof:"reason"`
203
}
204
205
func (x *FailedPreconditionDetails) Reset() {
206
*x = FailedPreconditionDetails{}
207
if protoimpl.UnsafeEnabled {
208
mi := &file_gitpod_v1_error_proto_msgTypes[3]
209
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
210
ms.StoreMessageInfo(mi)
211
}
212
}
213
214
func (x *FailedPreconditionDetails) String() string {
215
return protoimpl.X.MessageStringOf(x)
216
}
217
218
func (*FailedPreconditionDetails) ProtoMessage() {}
219
220
func (x *FailedPreconditionDetails) ProtoReflect() protoreflect.Message {
221
mi := &file_gitpod_v1_error_proto_msgTypes[3]
222
if protoimpl.UnsafeEnabled && x != nil {
223
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
224
if ms.LoadMessageInfo() == nil {
225
ms.StoreMessageInfo(mi)
226
}
227
return ms
228
}
229
return mi.MessageOf(x)
230
}
231
232
// Deprecated: Use FailedPreconditionDetails.ProtoReflect.Descriptor instead.
233
func (*FailedPreconditionDetails) Descriptor() ([]byte, []int) {
234
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{3}
235
}
236
237
func (m *FailedPreconditionDetails) GetReason() isFailedPreconditionDetails_Reason {
238
if m != nil {
239
return m.Reason
240
}
241
return nil
242
}
243
244
func (x *FailedPreconditionDetails) GetPaymentSpendingLimitReached() *PaymentSpendingLimitReachedError {
245
if x, ok := x.GetReason().(*FailedPreconditionDetails_PaymentSpendingLimitReached); ok {
246
return x.PaymentSpendingLimitReached
247
}
248
return nil
249
}
250
251
func (x *FailedPreconditionDetails) GetInvalidCostCenter() *InvalidCostCenterError {
252
if x, ok := x.GetReason().(*FailedPreconditionDetails_InvalidCostCenter); ok {
253
return x.InvalidCostCenter
254
}
255
return nil
256
}
257
258
func (x *FailedPreconditionDetails) GetTooManyRunningWorkspaces() *TooManyRunningWorkspacesError {
259
if x, ok := x.GetReason().(*FailedPreconditionDetails_TooManyRunningWorkspaces); ok {
260
return x.TooManyRunningWorkspaces
261
}
262
return nil
263
}
264
265
func (x *FailedPreconditionDetails) GetInvalidGitpodYml() *InvalidGitpodYMLError {
266
if x, ok := x.GetReason().(*FailedPreconditionDetails_InvalidGitpodYml); ok {
267
return x.InvalidGitpodYml
268
}
269
return nil
270
}
271
272
func (x *FailedPreconditionDetails) GetRepositoryNotFound() *RepositoryNotFoundError {
273
if x, ok := x.GetReason().(*FailedPreconditionDetails_RepositoryNotFound); ok {
274
return x.RepositoryNotFound
275
}
276
return nil
277
}
278
279
func (x *FailedPreconditionDetails) GetRepositoryUnauthorized() *RepositoryUnauthorizedError {
280
if x, ok := x.GetReason().(*FailedPreconditionDetails_RepositoryUnauthorized); ok {
281
return x.RepositoryUnauthorized
282
}
283
return nil
284
}
285
286
func (x *FailedPreconditionDetails) GetImageBuildLogsNotYetAvailable() *ImageBuildLogsNotYetAvailableError {
287
if x, ok := x.GetReason().(*FailedPreconditionDetails_ImageBuildLogsNotYetAvailable); ok {
288
return x.ImageBuildLogsNotYetAvailable
289
}
290
return nil
291
}
292
293
func (x *FailedPreconditionDetails) GetCellIsDisabled() *CellDisabledError {
294
if x, ok := x.GetReason().(*FailedPreconditionDetails_CellIsDisabled); ok {
295
return x.CellIsDisabled
296
}
297
return nil
298
}
299
300
type isFailedPreconditionDetails_Reason interface {
301
isFailedPreconditionDetails_Reason()
302
}
303
304
type FailedPreconditionDetails_PaymentSpendingLimitReached struct {
305
PaymentSpendingLimitReached *PaymentSpendingLimitReachedError `protobuf:"bytes,1,opt,name=payment_spending_limit_reached,json=paymentSpendingLimitReached,proto3,oneof"`
306
}
307
308
type FailedPreconditionDetails_InvalidCostCenter struct {
309
InvalidCostCenter *InvalidCostCenterError `protobuf:"bytes,2,opt,name=invalid_cost_center,json=invalidCostCenter,proto3,oneof"`
310
}
311
312
type FailedPreconditionDetails_TooManyRunningWorkspaces struct {
313
TooManyRunningWorkspaces *TooManyRunningWorkspacesError `protobuf:"bytes,3,opt,name=too_many_running_workspaces,json=tooManyRunningWorkspaces,proto3,oneof"`
314
}
315
316
type FailedPreconditionDetails_InvalidGitpodYml struct {
317
InvalidGitpodYml *InvalidGitpodYMLError `protobuf:"bytes,4,opt,name=invalid_gitpod_yml,json=invalidGitpodYml,proto3,oneof"`
318
}
319
320
type FailedPreconditionDetails_RepositoryNotFound struct {
321
RepositoryNotFound *RepositoryNotFoundError `protobuf:"bytes,5,opt,name=repository_not_found,json=repositoryNotFound,proto3,oneof"`
322
}
323
324
type FailedPreconditionDetails_RepositoryUnauthorized struct {
325
RepositoryUnauthorized *RepositoryUnauthorizedError `protobuf:"bytes,6,opt,name=repository_unauthorized,json=repositoryUnauthorized,proto3,oneof"`
326
}
327
328
type FailedPreconditionDetails_ImageBuildLogsNotYetAvailable struct {
329
ImageBuildLogsNotYetAvailable *ImageBuildLogsNotYetAvailableError `protobuf:"bytes,7,opt,name=image_build_logs_not_yet_available,json=imageBuildLogsNotYetAvailable,proto3,oneof"`
330
}
331
332
type FailedPreconditionDetails_CellIsDisabled struct {
333
CellIsDisabled *CellDisabledError `protobuf:"bytes,8,opt,name=cell_is_disabled,json=cellIsDisabled,proto3,oneof"`
334
}
335
336
func (*FailedPreconditionDetails_PaymentSpendingLimitReached) isFailedPreconditionDetails_Reason() {}
337
338
func (*FailedPreconditionDetails_InvalidCostCenter) isFailedPreconditionDetails_Reason() {}
339
340
func (*FailedPreconditionDetails_TooManyRunningWorkspaces) isFailedPreconditionDetails_Reason() {}
341
342
func (*FailedPreconditionDetails_InvalidGitpodYml) isFailedPreconditionDetails_Reason() {}
343
344
func (*FailedPreconditionDetails_RepositoryNotFound) isFailedPreconditionDetails_Reason() {}
345
346
func (*FailedPreconditionDetails_RepositoryUnauthorized) isFailedPreconditionDetails_Reason() {}
347
348
func (*FailedPreconditionDetails_ImageBuildLogsNotYetAvailable) isFailedPreconditionDetails_Reason() {
349
}
350
351
func (*FailedPreconditionDetails_CellIsDisabled) isFailedPreconditionDetails_Reason() {}
352
353
type PaymentSpendingLimitReachedError struct {
354
state protoimpl.MessageState
355
sizeCache protoimpl.SizeCache
356
unknownFields protoimpl.UnknownFields
357
}
358
359
func (x *PaymentSpendingLimitReachedError) Reset() {
360
*x = PaymentSpendingLimitReachedError{}
361
if protoimpl.UnsafeEnabled {
362
mi := &file_gitpod_v1_error_proto_msgTypes[4]
363
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
364
ms.StoreMessageInfo(mi)
365
}
366
}
367
368
func (x *PaymentSpendingLimitReachedError) String() string {
369
return protoimpl.X.MessageStringOf(x)
370
}
371
372
func (*PaymentSpendingLimitReachedError) ProtoMessage() {}
373
374
func (x *PaymentSpendingLimitReachedError) ProtoReflect() protoreflect.Message {
375
mi := &file_gitpod_v1_error_proto_msgTypes[4]
376
if protoimpl.UnsafeEnabled && x != nil {
377
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
378
if ms.LoadMessageInfo() == nil {
379
ms.StoreMessageInfo(mi)
380
}
381
return ms
382
}
383
return mi.MessageOf(x)
384
}
385
386
// Deprecated: Use PaymentSpendingLimitReachedError.ProtoReflect.Descriptor instead.
387
func (*PaymentSpendingLimitReachedError) Descriptor() ([]byte, []int) {
388
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{4}
389
}
390
391
type InvalidCostCenterError struct {
392
state protoimpl.MessageState
393
sizeCache protoimpl.SizeCache
394
unknownFields protoimpl.UnknownFields
395
396
AttributionId string `protobuf:"bytes,1,opt,name=attribution_id,json=attributionId,proto3" json:"attribution_id,omitempty"`
397
}
398
399
func (x *InvalidCostCenterError) Reset() {
400
*x = InvalidCostCenterError{}
401
if protoimpl.UnsafeEnabled {
402
mi := &file_gitpod_v1_error_proto_msgTypes[5]
403
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
404
ms.StoreMessageInfo(mi)
405
}
406
}
407
408
func (x *InvalidCostCenterError) String() string {
409
return protoimpl.X.MessageStringOf(x)
410
}
411
412
func (*InvalidCostCenterError) ProtoMessage() {}
413
414
func (x *InvalidCostCenterError) ProtoReflect() protoreflect.Message {
415
mi := &file_gitpod_v1_error_proto_msgTypes[5]
416
if protoimpl.UnsafeEnabled && x != nil {
417
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
418
if ms.LoadMessageInfo() == nil {
419
ms.StoreMessageInfo(mi)
420
}
421
return ms
422
}
423
return mi.MessageOf(x)
424
}
425
426
// Deprecated: Use InvalidCostCenterError.ProtoReflect.Descriptor instead.
427
func (*InvalidCostCenterError) Descriptor() ([]byte, []int) {
428
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{5}
429
}
430
431
func (x *InvalidCostCenterError) GetAttributionId() string {
432
if x != nil {
433
return x.AttributionId
434
}
435
return ""
436
}
437
438
type TooManyRunningWorkspacesError struct {
439
state protoimpl.MessageState
440
sizeCache protoimpl.SizeCache
441
unknownFields protoimpl.UnknownFields
442
}
443
444
func (x *TooManyRunningWorkspacesError) Reset() {
445
*x = TooManyRunningWorkspacesError{}
446
if protoimpl.UnsafeEnabled {
447
mi := &file_gitpod_v1_error_proto_msgTypes[6]
448
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
449
ms.StoreMessageInfo(mi)
450
}
451
}
452
453
func (x *TooManyRunningWorkspacesError) String() string {
454
return protoimpl.X.MessageStringOf(x)
455
}
456
457
func (*TooManyRunningWorkspacesError) ProtoMessage() {}
458
459
func (x *TooManyRunningWorkspacesError) ProtoReflect() protoreflect.Message {
460
mi := &file_gitpod_v1_error_proto_msgTypes[6]
461
if protoimpl.UnsafeEnabled && x != nil {
462
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
463
if ms.LoadMessageInfo() == nil {
464
ms.StoreMessageInfo(mi)
465
}
466
return ms
467
}
468
return mi.MessageOf(x)
469
}
470
471
// Deprecated: Use TooManyRunningWorkspacesError.ProtoReflect.Descriptor instead.
472
func (*TooManyRunningWorkspacesError) Descriptor() ([]byte, []int) {
473
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{6}
474
}
475
476
type InvalidGitpodYMLError struct {
477
state protoimpl.MessageState
478
sizeCache protoimpl.SizeCache
479
unknownFields protoimpl.UnknownFields
480
481
Violations []string `protobuf:"bytes,1,rep,name=violations,proto3" json:"violations,omitempty"`
482
}
483
484
func (x *InvalidGitpodYMLError) Reset() {
485
*x = InvalidGitpodYMLError{}
486
if protoimpl.UnsafeEnabled {
487
mi := &file_gitpod_v1_error_proto_msgTypes[7]
488
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
489
ms.StoreMessageInfo(mi)
490
}
491
}
492
493
func (x *InvalidGitpodYMLError) String() string {
494
return protoimpl.X.MessageStringOf(x)
495
}
496
497
func (*InvalidGitpodYMLError) ProtoMessage() {}
498
499
func (x *InvalidGitpodYMLError) ProtoReflect() protoreflect.Message {
500
mi := &file_gitpod_v1_error_proto_msgTypes[7]
501
if protoimpl.UnsafeEnabled && x != nil {
502
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
503
if ms.LoadMessageInfo() == nil {
504
ms.StoreMessageInfo(mi)
505
}
506
return ms
507
}
508
return mi.MessageOf(x)
509
}
510
511
// Deprecated: Use InvalidGitpodYMLError.ProtoReflect.Descriptor instead.
512
func (*InvalidGitpodYMLError) Descriptor() ([]byte, []int) {
513
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{7}
514
}
515
516
func (x *InvalidGitpodYMLError) GetViolations() []string {
517
if x != nil {
518
return x.Violations
519
}
520
return nil
521
}
522
523
type RepositoryNotFoundError struct {
524
state protoimpl.MessageState
525
sizeCache protoimpl.SizeCache
526
unknownFields protoimpl.UnknownFields
527
528
Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
529
Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
530
UserIsOwner bool `protobuf:"varint,3,opt,name=user_is_owner,json=userIsOwner,proto3" json:"user_is_owner,omitempty"`
531
UserScopes []string `protobuf:"bytes,4,rep,name=user_scopes,json=userScopes,proto3" json:"user_scopes,omitempty"`
532
LastUpdate string `protobuf:"bytes,5,opt,name=last_update,json=lastUpdate,proto3" json:"last_update,omitempty"`
533
RepoName string `protobuf:"bytes,6,opt,name=repo_name,json=repoName,proto3" json:"repo_name,omitempty"`
534
ErrorMessage string `protobuf:"bytes,7,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
535
}
536
537
func (x *RepositoryNotFoundError) Reset() {
538
*x = RepositoryNotFoundError{}
539
if protoimpl.UnsafeEnabled {
540
mi := &file_gitpod_v1_error_proto_msgTypes[8]
541
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
542
ms.StoreMessageInfo(mi)
543
}
544
}
545
546
func (x *RepositoryNotFoundError) String() string {
547
return protoimpl.X.MessageStringOf(x)
548
}
549
550
func (*RepositoryNotFoundError) ProtoMessage() {}
551
552
func (x *RepositoryNotFoundError) ProtoReflect() protoreflect.Message {
553
mi := &file_gitpod_v1_error_proto_msgTypes[8]
554
if protoimpl.UnsafeEnabled && x != nil {
555
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
556
if ms.LoadMessageInfo() == nil {
557
ms.StoreMessageInfo(mi)
558
}
559
return ms
560
}
561
return mi.MessageOf(x)
562
}
563
564
// Deprecated: Use RepositoryNotFoundError.ProtoReflect.Descriptor instead.
565
func (*RepositoryNotFoundError) Descriptor() ([]byte, []int) {
566
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{8}
567
}
568
569
func (x *RepositoryNotFoundError) GetHost() string {
570
if x != nil {
571
return x.Host
572
}
573
return ""
574
}
575
576
func (x *RepositoryNotFoundError) GetOwner() string {
577
if x != nil {
578
return x.Owner
579
}
580
return ""
581
}
582
583
func (x *RepositoryNotFoundError) GetUserIsOwner() bool {
584
if x != nil {
585
return x.UserIsOwner
586
}
587
return false
588
}
589
590
func (x *RepositoryNotFoundError) GetUserScopes() []string {
591
if x != nil {
592
return x.UserScopes
593
}
594
return nil
595
}
596
597
func (x *RepositoryNotFoundError) GetLastUpdate() string {
598
if x != nil {
599
return x.LastUpdate
600
}
601
return ""
602
}
603
604
func (x *RepositoryNotFoundError) GetRepoName() string {
605
if x != nil {
606
return x.RepoName
607
}
608
return ""
609
}
610
611
func (x *RepositoryNotFoundError) GetErrorMessage() string {
612
if x != nil {
613
return x.ErrorMessage
614
}
615
return ""
616
}
617
618
type RepositoryUnauthorizedError struct {
619
state protoimpl.MessageState
620
sizeCache protoimpl.SizeCache
621
unknownFields protoimpl.UnknownFields
622
623
Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
624
RequiredScopes []string `protobuf:"bytes,2,rep,name=required_scopes,json=requiredScopes,proto3" json:"required_scopes,omitempty"`
625
ProviderType string `protobuf:"bytes,3,opt,name=provider_type,json=providerType,proto3" json:"provider_type,omitempty"`
626
RepoName string `protobuf:"bytes,4,opt,name=repo_name,json=repoName,proto3" json:"repo_name,omitempty"`
627
ProviderIsConnected bool `protobuf:"varint,5,opt,name=provider_is_connected,json=providerIsConnected,proto3" json:"provider_is_connected,omitempty"`
628
IsMissingScopes bool `protobuf:"varint,6,opt,name=is_missing_scopes,json=isMissingScopes,proto3" json:"is_missing_scopes,omitempty"`
629
}
630
631
func (x *RepositoryUnauthorizedError) Reset() {
632
*x = RepositoryUnauthorizedError{}
633
if protoimpl.UnsafeEnabled {
634
mi := &file_gitpod_v1_error_proto_msgTypes[9]
635
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
636
ms.StoreMessageInfo(mi)
637
}
638
}
639
640
func (x *RepositoryUnauthorizedError) String() string {
641
return protoimpl.X.MessageStringOf(x)
642
}
643
644
func (*RepositoryUnauthorizedError) ProtoMessage() {}
645
646
func (x *RepositoryUnauthorizedError) ProtoReflect() protoreflect.Message {
647
mi := &file_gitpod_v1_error_proto_msgTypes[9]
648
if protoimpl.UnsafeEnabled && x != nil {
649
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
650
if ms.LoadMessageInfo() == nil {
651
ms.StoreMessageInfo(mi)
652
}
653
return ms
654
}
655
return mi.MessageOf(x)
656
}
657
658
// Deprecated: Use RepositoryUnauthorizedError.ProtoReflect.Descriptor instead.
659
func (*RepositoryUnauthorizedError) Descriptor() ([]byte, []int) {
660
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{9}
661
}
662
663
func (x *RepositoryUnauthorizedError) GetHost() string {
664
if x != nil {
665
return x.Host
666
}
667
return ""
668
}
669
670
func (x *RepositoryUnauthorizedError) GetRequiredScopes() []string {
671
if x != nil {
672
return x.RequiredScopes
673
}
674
return nil
675
}
676
677
func (x *RepositoryUnauthorizedError) GetProviderType() string {
678
if x != nil {
679
return x.ProviderType
680
}
681
return ""
682
}
683
684
func (x *RepositoryUnauthorizedError) GetRepoName() string {
685
if x != nil {
686
return x.RepoName
687
}
688
return ""
689
}
690
691
func (x *RepositoryUnauthorizedError) GetProviderIsConnected() bool {
692
if x != nil {
693
return x.ProviderIsConnected
694
}
695
return false
696
}
697
698
func (x *RepositoryUnauthorizedError) GetIsMissingScopes() bool {
699
if x != nil {
700
return x.IsMissingScopes
701
}
702
return false
703
}
704
705
type ImageBuildLogsNotYetAvailableError struct {
706
state protoimpl.MessageState
707
sizeCache protoimpl.SizeCache
708
unknownFields protoimpl.UnknownFields
709
}
710
711
func (x *ImageBuildLogsNotYetAvailableError) Reset() {
712
*x = ImageBuildLogsNotYetAvailableError{}
713
if protoimpl.UnsafeEnabled {
714
mi := &file_gitpod_v1_error_proto_msgTypes[10]
715
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
716
ms.StoreMessageInfo(mi)
717
}
718
}
719
720
func (x *ImageBuildLogsNotYetAvailableError) String() string {
721
return protoimpl.X.MessageStringOf(x)
722
}
723
724
func (*ImageBuildLogsNotYetAvailableError) ProtoMessage() {}
725
726
func (x *ImageBuildLogsNotYetAvailableError) ProtoReflect() protoreflect.Message {
727
mi := &file_gitpod_v1_error_proto_msgTypes[10]
728
if protoimpl.UnsafeEnabled && x != nil {
729
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
730
if ms.LoadMessageInfo() == nil {
731
ms.StoreMessageInfo(mi)
732
}
733
return ms
734
}
735
return mi.MessageOf(x)
736
}
737
738
// Deprecated: Use ImageBuildLogsNotYetAvailableError.ProtoReflect.Descriptor instead.
739
func (*ImageBuildLogsNotYetAvailableError) Descriptor() ([]byte, []int) {
740
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{10}
741
}
742
743
type CellDisabledError struct {
744
state protoimpl.MessageState
745
sizeCache protoimpl.SizeCache
746
unknownFields protoimpl.UnknownFields
747
}
748
749
func (x *CellDisabledError) Reset() {
750
*x = CellDisabledError{}
751
if protoimpl.UnsafeEnabled {
752
mi := &file_gitpod_v1_error_proto_msgTypes[11]
753
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
754
ms.StoreMessageInfo(mi)
755
}
756
}
757
758
func (x *CellDisabledError) String() string {
759
return protoimpl.X.MessageStringOf(x)
760
}
761
762
func (*CellDisabledError) ProtoMessage() {}
763
764
func (x *CellDisabledError) ProtoReflect() protoreflect.Message {
765
mi := &file_gitpod_v1_error_proto_msgTypes[11]
766
if protoimpl.UnsafeEnabled && x != nil {
767
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
768
if ms.LoadMessageInfo() == nil {
769
ms.StoreMessageInfo(mi)
770
}
771
return ms
772
}
773
return mi.MessageOf(x)
774
}
775
776
// Deprecated: Use CellDisabledError.ProtoReflect.Descriptor instead.
777
func (*CellDisabledError) Descriptor() ([]byte, []int) {
778
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{11}
779
}
780
781
type NotFoundDetails struct {
782
state protoimpl.MessageState
783
sizeCache protoimpl.SizeCache
784
unknownFields protoimpl.UnknownFields
785
786
// Types that are assignable to Reason:
787
//
788
// *NotFoundDetails_UserDeleted
789
Reason isNotFoundDetails_Reason `protobuf_oneof:"reason"`
790
}
791
792
func (x *NotFoundDetails) Reset() {
793
*x = NotFoundDetails{}
794
if protoimpl.UnsafeEnabled {
795
mi := &file_gitpod_v1_error_proto_msgTypes[12]
796
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
797
ms.StoreMessageInfo(mi)
798
}
799
}
800
801
func (x *NotFoundDetails) String() string {
802
return protoimpl.X.MessageStringOf(x)
803
}
804
805
func (*NotFoundDetails) ProtoMessage() {}
806
807
func (x *NotFoundDetails) ProtoReflect() protoreflect.Message {
808
mi := &file_gitpod_v1_error_proto_msgTypes[12]
809
if protoimpl.UnsafeEnabled && x != nil {
810
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
811
if ms.LoadMessageInfo() == nil {
812
ms.StoreMessageInfo(mi)
813
}
814
return ms
815
}
816
return mi.MessageOf(x)
817
}
818
819
// Deprecated: Use NotFoundDetails.ProtoReflect.Descriptor instead.
820
func (*NotFoundDetails) Descriptor() ([]byte, []int) {
821
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{12}
822
}
823
824
func (m *NotFoundDetails) GetReason() isNotFoundDetails_Reason {
825
if m != nil {
826
return m.Reason
827
}
828
return nil
829
}
830
831
func (x *NotFoundDetails) GetUserDeleted() *UserDeletedError {
832
if x, ok := x.GetReason().(*NotFoundDetails_UserDeleted); ok {
833
return x.UserDeleted
834
}
835
return nil
836
}
837
838
type isNotFoundDetails_Reason interface {
839
isNotFoundDetails_Reason()
840
}
841
842
type NotFoundDetails_UserDeleted struct {
843
UserDeleted *UserDeletedError `protobuf:"bytes,1,opt,name=user_deleted,json=userDeleted,proto3,oneof"`
844
}
845
846
func (*NotFoundDetails_UserDeleted) isNotFoundDetails_Reason() {}
847
848
type UserDeletedError struct {
849
state protoimpl.MessageState
850
sizeCache protoimpl.SizeCache
851
unknownFields protoimpl.UnknownFields
852
}
853
854
func (x *UserDeletedError) Reset() {
855
*x = UserDeletedError{}
856
if protoimpl.UnsafeEnabled {
857
mi := &file_gitpod_v1_error_proto_msgTypes[13]
858
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
859
ms.StoreMessageInfo(mi)
860
}
861
}
862
863
func (x *UserDeletedError) String() string {
864
return protoimpl.X.MessageStringOf(x)
865
}
866
867
func (*UserDeletedError) ProtoMessage() {}
868
869
func (x *UserDeletedError) ProtoReflect() protoreflect.Message {
870
mi := &file_gitpod_v1_error_proto_msgTypes[13]
871
if protoimpl.UnsafeEnabled && x != nil {
872
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
873
if ms.LoadMessageInfo() == nil {
874
ms.StoreMessageInfo(mi)
875
}
876
return ms
877
}
878
return mi.MessageOf(x)
879
}
880
881
// Deprecated: Use UserDeletedError.ProtoReflect.Descriptor instead.
882
func (*UserDeletedError) Descriptor() ([]byte, []int) {
883
return file_gitpod_v1_error_proto_rawDescGZIP(), []int{13}
884
}
885
886
var File_gitpod_v1_error_proto protoreflect.FileDescriptor
887
888
var file_gitpod_v1_error_proto_rawDesc = []byte{
889
0x0a, 0x15, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x72, 0x72, 0x6f,
890
0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e,
891
0x76, 0x31, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
892
0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70,
893
0x72, 0x6f, 0x74, 0x6f, 0x22, 0xb9, 0x01, 0x0a, 0x17, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73,
894
0x69, 0x6f, 0x6e, 0x44, 0x65, 0x6e, 0x69, 0x65, 0x64, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73,
895
0x12, 0x40, 0x0a, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64,
896
0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e,
897
0x76, 0x31, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x45, 0x72,
898
0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0b, 0x75, 0x73, 0x65, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b,
899
0x65, 0x64, 0x12, 0x52, 0x0a, 0x12, 0x6e, 0x65, 0x65, 0x64, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x69,
900
0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21,
901
0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x65, 0x65, 0x64, 0x73,
902
0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f,
903
0x72, 0x48, 0x00, 0x52, 0x11, 0x6e, 0x65, 0x65, 0x64, 0x73, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69,
904
0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e,
905
0x22, 0x12, 0x0a, 0x10, 0x55, 0x73, 0x65, 0x72, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x45,
906
0x72, 0x72, 0x6f, 0x72, 0x22, 0x18, 0x0a, 0x16, 0x4e, 0x65, 0x65, 0x64, 0x73, 0x56, 0x65, 0x72,
907
0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x22, 0xac,
908
0x06, 0x0a, 0x19, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6e, 0x64,
909
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x72, 0x0a, 0x1e,
910
0x70, 0x61, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67,
911
0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x5f, 0x72, 0x65, 0x61, 0x63, 0x68, 0x65, 0x64, 0x18, 0x01,
912
0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31,
913
0x2e, 0x50, 0x61, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67,
914
0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x61, 0x63, 0x68, 0x65, 0x64, 0x45, 0x72, 0x72, 0x6f,
915
0x72, 0x48, 0x00, 0x52, 0x1b, 0x70, 0x61, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x70, 0x65, 0x6e,
916
0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x61, 0x63, 0x68, 0x65, 0x64,
917
0x12, 0x53, 0x0a, 0x13, 0x69, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x63, 0x6f, 0x73, 0x74,
918
0x5f, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e,
919
0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69,
920
0x64, 0x43, 0x6f, 0x73, 0x74, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x45, 0x72, 0x72, 0x6f, 0x72,
921
0x48, 0x00, 0x52, 0x11, 0x69, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x43, 0x6f, 0x73, 0x74, 0x43,
922
0x65, 0x6e, 0x74, 0x65, 0x72, 0x12, 0x69, 0x0a, 0x1b, 0x74, 0x6f, 0x6f, 0x5f, 0x6d, 0x61, 0x6e,
923
0x79, 0x5f, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70,
924
0x61, 0x63, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x67, 0x69, 0x74,
925
0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x6f, 0x6f, 0x4d, 0x61, 0x6e, 0x79, 0x52, 0x75,
926
0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x57, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x45,
927
0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x18, 0x74, 0x6f, 0x6f, 0x4d, 0x61, 0x6e, 0x79, 0x52,
928
0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x57, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73,
929
0x12, 0x50, 0x0a, 0x12, 0x69, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x67, 0x69, 0x74, 0x70,
930
0x6f, 0x64, 0x5f, 0x79, 0x6d, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x67,
931
0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64,
932
0x47, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x59, 0x4d, 0x4c, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00,
933
0x52, 0x10, 0x69, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x47, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x59,
934
0x6d, 0x6c, 0x12, 0x56, 0x0a, 0x14, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79,
935
0x5f, 0x6e, 0x6f, 0x74, 0x5f, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b,
936
0x32, 0x22, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70,
937
0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x4e, 0x6f, 0x74, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x45,
938
0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x12, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f,
939
0x72, 0x79, 0x4e, 0x6f, 0x74, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x61, 0x0a, 0x17, 0x72, 0x65,
940
0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x5f, 0x75, 0x6e, 0x61, 0x75, 0x74, 0x68, 0x6f,
941
0x72, 0x69, 0x7a, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x67, 0x69,
942
0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f,
943
0x72, 0x79, 0x55, 0x6e, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x45, 0x72,
944
0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x16, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72,
945
0x79, 0x55, 0x6e, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x12, 0x7a, 0x0a,
946
0x22, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x6c, 0x6f, 0x67,
947
0x73, 0x5f, 0x6e, 0x6f, 0x74, 0x5f, 0x79, 0x65, 0x74, 0x5f, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61,
948
0x62, 0x6c, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x67, 0x69, 0x74, 0x70,
949
0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x42, 0x75, 0x69, 0x6c, 0x64,
950
0x4c, 0x6f, 0x67, 0x73, 0x4e, 0x6f, 0x74, 0x59, 0x65, 0x74, 0x41, 0x76, 0x61, 0x69, 0x6c, 0x61,
951
0x62, 0x6c, 0x65, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x1d, 0x69, 0x6d, 0x61, 0x67,
952
0x65, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x4c, 0x6f, 0x67, 0x73, 0x4e, 0x6f, 0x74, 0x59, 0x65, 0x74,
953
0x41, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x48, 0x0a, 0x10, 0x63, 0x65, 0x6c,
954
0x6c, 0x5f, 0x69, 0x73, 0x5f, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x08, 0x20,
955
0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e,
956
0x43, 0x65, 0x6c, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x45, 0x72, 0x72, 0x6f,
957
0x72, 0x48, 0x00, 0x52, 0x0e, 0x63, 0x65, 0x6c, 0x6c, 0x49, 0x73, 0x44, 0x69, 0x73, 0x61, 0x62,
958
0x6c, 0x65, 0x64, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0x22, 0x0a,
959
0x20, 0x50, 0x61, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67,
960
0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x61, 0x63, 0x68, 0x65, 0x64, 0x45, 0x72, 0x72, 0x6f,
961
0x72, 0x22, 0x3f, 0x0a, 0x16, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x43, 0x6f, 0x73, 0x74,
962
0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x25, 0x0a, 0x0e, 0x61,
963
0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
964
0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x69, 0x6f, 0x6e,
965
0x49, 0x64, 0x22, 0x1f, 0x0a, 0x1d, 0x54, 0x6f, 0x6f, 0x4d, 0x61, 0x6e, 0x79, 0x52, 0x75, 0x6e,
966
0x6e, 0x69, 0x6e, 0x67, 0x57, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x45, 0x72,
967
0x72, 0x6f, 0x72, 0x22, 0x37, 0x0a, 0x15, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x47, 0x69,
968
0x74, 0x70, 0x6f, 0x64, 0x59, 0x4d, 0x4c, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a,
969
0x76, 0x69, 0x6f, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09,
970
0x52, 0x0a, 0x76, 0x69, 0x6f, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xeb, 0x01, 0x0a,
971
0x17, 0x52, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x4e, 0x6f, 0x74, 0x46, 0x6f,
972
0x75, 0x6e, 0x64, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74,
973
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05,
974
0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6f, 0x77, 0x6e,
975
0x65, 0x72, 0x12, 0x22, 0x0a, 0x0d, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x73, 0x5f, 0x6f, 0x77,
976
0x6e, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x75, 0x73, 0x65, 0x72, 0x49,
977
0x73, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x1f, 0x0a, 0x0b, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73,
978
0x63, 0x6f, 0x70, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x75, 0x73, 0x65,
979
0x72, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x5f,
980
0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6c, 0x61,
981
0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x65, 0x70, 0x6f,
982
0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x70,
983
0x6f, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d,
984
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x72,
985
0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0xfc, 0x01, 0x0a, 0x1b, 0x52,
986
0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x55, 0x6e, 0x61, 0x75, 0x74, 0x68, 0x6f,
987
0x72, 0x69, 0x7a, 0x65, 0x64, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f,
988
0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, 0x27,
989
0x0a, 0x0f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x5f, 0x73, 0x63, 0x6f, 0x70, 0x65,
990
0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65,
991
0x64, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x72, 0x6f, 0x76, 0x69,
992
0x64, 0x65, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
993
0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1b, 0x0a, 0x09,
994
0x72, 0x65, 0x70, 0x6f, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
995
0x08, 0x72, 0x65, 0x70, 0x6f, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x32, 0x0a, 0x15, 0x70, 0x72, 0x6f,
996
0x76, 0x69, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74,
997
0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64,
998
0x65, 0x72, 0x49, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x12, 0x2a, 0x0a,
999
0x11, 0x69, 0x73, 0x5f, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x63, 0x6f, 0x70,
1000
0x65, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x69, 0x73, 0x4d, 0x69, 0x73, 0x73,
1001
0x69, 0x6e, 0x67, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x73, 0x22, 0x24, 0x0a, 0x22, 0x49, 0x6d, 0x61,
1002
0x67, 0x65, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x4c, 0x6f, 0x67, 0x73, 0x4e, 0x6f, 0x74, 0x59, 0x65,
1003
0x74, 0x41, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x22,
1004
0x13, 0x0a, 0x11, 0x43, 0x65, 0x6c, 0x6c, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x45,
1005
0x72, 0x72, 0x6f, 0x72, 0x22, 0x5d, 0x0a, 0x0f, 0x4e, 0x6f, 0x74, 0x46, 0x6f, 0x75, 0x6e, 0x64,
1006
0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x40, 0x0a, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x5f,
1007
0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
1008
0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x44, 0x65,
1009
0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0b, 0x75, 0x73,
1010
0x65, 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61,
1011
0x73, 0x6f, 0x6e, 0x22, 0x12, 0x0a, 0x10, 0x55, 0x73, 0x65, 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74,
1012
0x65, 0x64, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x42, 0x51, 0x0a, 0x16, 0x69, 0x6f, 0x2e, 0x67, 0x69,
1013
0x74, 0x70, 0x6f, 0x64, 0x2e, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x61, 0x70, 0x69, 0x2e, 0x76,
1014
0x31, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x69,
1015
0x74, 0x70, 0x6f, 0x64, 0x2d, 0x69, 0x6f, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x63,
1016
0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63,
1017
0x2d, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x6f, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
1018
0x6f, 0x33,
1019
}
1020
1021
var (
1022
file_gitpod_v1_error_proto_rawDescOnce sync.Once
1023
file_gitpod_v1_error_proto_rawDescData = file_gitpod_v1_error_proto_rawDesc
1024
)
1025
1026
func file_gitpod_v1_error_proto_rawDescGZIP() []byte {
1027
file_gitpod_v1_error_proto_rawDescOnce.Do(func() {
1028
file_gitpod_v1_error_proto_rawDescData = protoimpl.X.CompressGZIP(file_gitpod_v1_error_proto_rawDescData)
1029
})
1030
return file_gitpod_v1_error_proto_rawDescData
1031
}
1032
1033
var file_gitpod_v1_error_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
1034
var file_gitpod_v1_error_proto_goTypes = []interface{}{
1035
(*PermissionDeniedDetails)(nil), // 0: gitpod.v1.PermissionDeniedDetails
1036
(*UserBlockedError)(nil), // 1: gitpod.v1.UserBlockedError
1037
(*NeedsVerificationError)(nil), // 2: gitpod.v1.NeedsVerificationError
1038
(*FailedPreconditionDetails)(nil), // 3: gitpod.v1.FailedPreconditionDetails
1039
(*PaymentSpendingLimitReachedError)(nil), // 4: gitpod.v1.PaymentSpendingLimitReachedError
1040
(*InvalidCostCenterError)(nil), // 5: gitpod.v1.InvalidCostCenterError
1041
(*TooManyRunningWorkspacesError)(nil), // 6: gitpod.v1.TooManyRunningWorkspacesError
1042
(*InvalidGitpodYMLError)(nil), // 7: gitpod.v1.InvalidGitpodYMLError
1043
(*RepositoryNotFoundError)(nil), // 8: gitpod.v1.RepositoryNotFoundError
1044
(*RepositoryUnauthorizedError)(nil), // 9: gitpod.v1.RepositoryUnauthorizedError
1045
(*ImageBuildLogsNotYetAvailableError)(nil), // 10: gitpod.v1.ImageBuildLogsNotYetAvailableError
1046
(*CellDisabledError)(nil), // 11: gitpod.v1.CellDisabledError
1047
(*NotFoundDetails)(nil), // 12: gitpod.v1.NotFoundDetails
1048
(*UserDeletedError)(nil), // 13: gitpod.v1.UserDeletedError
1049
}
1050
var file_gitpod_v1_error_proto_depIdxs = []int32{
1051
1, // 0: gitpod.v1.PermissionDeniedDetails.user_blocked:type_name -> gitpod.v1.UserBlockedError
1052
2, // 1: gitpod.v1.PermissionDeniedDetails.needs_verification:type_name -> gitpod.v1.NeedsVerificationError
1053
4, // 2: gitpod.v1.FailedPreconditionDetails.payment_spending_limit_reached:type_name -> gitpod.v1.PaymentSpendingLimitReachedError
1054
5, // 3: gitpod.v1.FailedPreconditionDetails.invalid_cost_center:type_name -> gitpod.v1.InvalidCostCenterError
1055
6, // 4: gitpod.v1.FailedPreconditionDetails.too_many_running_workspaces:type_name -> gitpod.v1.TooManyRunningWorkspacesError
1056
7, // 5: gitpod.v1.FailedPreconditionDetails.invalid_gitpod_yml:type_name -> gitpod.v1.InvalidGitpodYMLError
1057
8, // 6: gitpod.v1.FailedPreconditionDetails.repository_not_found:type_name -> gitpod.v1.RepositoryNotFoundError
1058
9, // 7: gitpod.v1.FailedPreconditionDetails.repository_unauthorized:type_name -> gitpod.v1.RepositoryUnauthorizedError
1059
10, // 8: gitpod.v1.FailedPreconditionDetails.image_build_logs_not_yet_available:type_name -> gitpod.v1.ImageBuildLogsNotYetAvailableError
1060
11, // 9: gitpod.v1.FailedPreconditionDetails.cell_is_disabled:type_name -> gitpod.v1.CellDisabledError
1061
13, // 10: gitpod.v1.NotFoundDetails.user_deleted:type_name -> gitpod.v1.UserDeletedError
1062
11, // [11:11] is the sub-list for method output_type
1063
11, // [11:11] is the sub-list for method input_type
1064
11, // [11:11] is the sub-list for extension type_name
1065
11, // [11:11] is the sub-list for extension extendee
1066
0, // [0:11] is the sub-list for field type_name
1067
}
1068
1069
func init() { file_gitpod_v1_error_proto_init() }
1070
func file_gitpod_v1_error_proto_init() {
1071
if File_gitpod_v1_error_proto != nil {
1072
return
1073
}
1074
if !protoimpl.UnsafeEnabled {
1075
file_gitpod_v1_error_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
1076
switch v := v.(*PermissionDeniedDetails); i {
1077
case 0:
1078
return &v.state
1079
case 1:
1080
return &v.sizeCache
1081
case 2:
1082
return &v.unknownFields
1083
default:
1084
return nil
1085
}
1086
}
1087
file_gitpod_v1_error_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
1088
switch v := v.(*UserBlockedError); i {
1089
case 0:
1090
return &v.state
1091
case 1:
1092
return &v.sizeCache
1093
case 2:
1094
return &v.unknownFields
1095
default:
1096
return nil
1097
}
1098
}
1099
file_gitpod_v1_error_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
1100
switch v := v.(*NeedsVerificationError); i {
1101
case 0:
1102
return &v.state
1103
case 1:
1104
return &v.sizeCache
1105
case 2:
1106
return &v.unknownFields
1107
default:
1108
return nil
1109
}
1110
}
1111
file_gitpod_v1_error_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
1112
switch v := v.(*FailedPreconditionDetails); i {
1113
case 0:
1114
return &v.state
1115
case 1:
1116
return &v.sizeCache
1117
case 2:
1118
return &v.unknownFields
1119
default:
1120
return nil
1121
}
1122
}
1123
file_gitpod_v1_error_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
1124
switch v := v.(*PaymentSpendingLimitReachedError); i {
1125
case 0:
1126
return &v.state
1127
case 1:
1128
return &v.sizeCache
1129
case 2:
1130
return &v.unknownFields
1131
default:
1132
return nil
1133
}
1134
}
1135
file_gitpod_v1_error_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
1136
switch v := v.(*InvalidCostCenterError); i {
1137
case 0:
1138
return &v.state
1139
case 1:
1140
return &v.sizeCache
1141
case 2:
1142
return &v.unknownFields
1143
default:
1144
return nil
1145
}
1146
}
1147
file_gitpod_v1_error_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
1148
switch v := v.(*TooManyRunningWorkspacesError); i {
1149
case 0:
1150
return &v.state
1151
case 1:
1152
return &v.sizeCache
1153
case 2:
1154
return &v.unknownFields
1155
default:
1156
return nil
1157
}
1158
}
1159
file_gitpod_v1_error_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
1160
switch v := v.(*InvalidGitpodYMLError); i {
1161
case 0:
1162
return &v.state
1163
case 1:
1164
return &v.sizeCache
1165
case 2:
1166
return &v.unknownFields
1167
default:
1168
return nil
1169
}
1170
}
1171
file_gitpod_v1_error_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
1172
switch v := v.(*RepositoryNotFoundError); i {
1173
case 0:
1174
return &v.state
1175
case 1:
1176
return &v.sizeCache
1177
case 2:
1178
return &v.unknownFields
1179
default:
1180
return nil
1181
}
1182
}
1183
file_gitpod_v1_error_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
1184
switch v := v.(*RepositoryUnauthorizedError); i {
1185
case 0:
1186
return &v.state
1187
case 1:
1188
return &v.sizeCache
1189
case 2:
1190
return &v.unknownFields
1191
default:
1192
return nil
1193
}
1194
}
1195
file_gitpod_v1_error_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
1196
switch v := v.(*ImageBuildLogsNotYetAvailableError); i {
1197
case 0:
1198
return &v.state
1199
case 1:
1200
return &v.sizeCache
1201
case 2:
1202
return &v.unknownFields
1203
default:
1204
return nil
1205
}
1206
}
1207
file_gitpod_v1_error_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
1208
switch v := v.(*CellDisabledError); i {
1209
case 0:
1210
return &v.state
1211
case 1:
1212
return &v.sizeCache
1213
case 2:
1214
return &v.unknownFields
1215
default:
1216
return nil
1217
}
1218
}
1219
file_gitpod_v1_error_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
1220
switch v := v.(*NotFoundDetails); i {
1221
case 0:
1222
return &v.state
1223
case 1:
1224
return &v.sizeCache
1225
case 2:
1226
return &v.unknownFields
1227
default:
1228
return nil
1229
}
1230
}
1231
file_gitpod_v1_error_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
1232
switch v := v.(*UserDeletedError); i {
1233
case 0:
1234
return &v.state
1235
case 1:
1236
return &v.sizeCache
1237
case 2:
1238
return &v.unknownFields
1239
default:
1240
return nil
1241
}
1242
}
1243
}
1244
file_gitpod_v1_error_proto_msgTypes[0].OneofWrappers = []interface{}{
1245
(*PermissionDeniedDetails_UserBlocked)(nil),
1246
(*PermissionDeniedDetails_NeedsVerification)(nil),
1247
}
1248
file_gitpod_v1_error_proto_msgTypes[3].OneofWrappers = []interface{}{
1249
(*FailedPreconditionDetails_PaymentSpendingLimitReached)(nil),
1250
(*FailedPreconditionDetails_InvalidCostCenter)(nil),
1251
(*FailedPreconditionDetails_TooManyRunningWorkspaces)(nil),
1252
(*FailedPreconditionDetails_InvalidGitpodYml)(nil),
1253
(*FailedPreconditionDetails_RepositoryNotFound)(nil),
1254
(*FailedPreconditionDetails_RepositoryUnauthorized)(nil),
1255
(*FailedPreconditionDetails_ImageBuildLogsNotYetAvailable)(nil),
1256
(*FailedPreconditionDetails_CellIsDisabled)(nil),
1257
}
1258
file_gitpod_v1_error_proto_msgTypes[12].OneofWrappers = []interface{}{
1259
(*NotFoundDetails_UserDeleted)(nil),
1260
}
1261
type x struct{}
1262
out := protoimpl.TypeBuilder{
1263
File: protoimpl.DescBuilder{
1264
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
1265
RawDescriptor: file_gitpod_v1_error_proto_rawDesc,
1266
NumEnums: 0,
1267
NumMessages: 14,
1268
NumExtensions: 0,
1269
NumServices: 0,
1270
},
1271
GoTypes: file_gitpod_v1_error_proto_goTypes,
1272
DependencyIndexes: file_gitpod_v1_error_proto_depIdxs,
1273
MessageInfos: file_gitpod_v1_error_proto_msgTypes,
1274
}.Build()
1275
File_gitpod_v1_error_proto = out.File
1276
file_gitpod_v1_error_proto_rawDesc = nil
1277
file_gitpod_v1_error_proto_goTypes = nil
1278
file_gitpod_v1_error_proto_depIdxs = nil
1279
}
1280
1281