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