@lansweeper/installer-grpc 0.0.3 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,455 +0,0 @@
1
- // Code generated by protoc-gen-go. DO NOT EDIT.
2
- // versions:
3
- // protoc-gen-go v1.28.1
4
- // protoc v3.6.1
5
- // source: proto/installer.proto
6
-
7
- package generated_go
8
-
9
- import (
10
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
11
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
12
- reflect "reflect"
13
- sync "sync"
14
- )
15
-
16
- const (
17
- // Verify that this generated code is sufficiently up-to-date.
18
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
19
- // Verify that runtime/protoimpl is sufficiently up-to-date.
20
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
21
- )
22
-
23
- type GenerateInstallerRequest struct {
24
- state protoimpl.MessageState
25
- sizeCache protoimpl.SizeCache
26
- unknownFields protoimpl.UnknownFields
27
-
28
- ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
29
- ClientSecret string `protobuf:"bytes,2,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
30
- }
31
-
32
- func (x *GenerateInstallerRequest) Reset() {
33
- *x = GenerateInstallerRequest{}
34
- if protoimpl.UnsafeEnabled {
35
- mi := &file_proto_installer_proto_msgTypes[0]
36
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
37
- ms.StoreMessageInfo(mi)
38
- }
39
- }
40
-
41
- func (x *GenerateInstallerRequest) String() string {
42
- return protoimpl.X.MessageStringOf(x)
43
- }
44
-
45
- func (*GenerateInstallerRequest) ProtoMessage() {}
46
-
47
- func (x *GenerateInstallerRequest) ProtoReflect() protoreflect.Message {
48
- mi := &file_proto_installer_proto_msgTypes[0]
49
- if protoimpl.UnsafeEnabled && x != nil {
50
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
51
- if ms.LoadMessageInfo() == nil {
52
- ms.StoreMessageInfo(mi)
53
- }
54
- return ms
55
- }
56
- return mi.MessageOf(x)
57
- }
58
-
59
- // Deprecated: Use GenerateInstallerRequest.ProtoReflect.Descriptor instead.
60
- func (*GenerateInstallerRequest) Descriptor() ([]byte, []int) {
61
- return file_proto_installer_proto_rawDescGZIP(), []int{0}
62
- }
63
-
64
- func (x *GenerateInstallerRequest) GetClientId() string {
65
- if x != nil {
66
- return x.ClientId
67
- }
68
- return ""
69
- }
70
-
71
- func (x *GenerateInstallerRequest) GetClientSecret() string {
72
- if x != nil {
73
- return x.ClientSecret
74
- }
75
- return ""
76
- }
77
-
78
- type GenerateInstallerResponse struct {
79
- state protoimpl.MessageState
80
- sizeCache protoimpl.SizeCache
81
- unknownFields protoimpl.UnknownFields
82
-
83
- Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
84
- }
85
-
86
- func (x *GenerateInstallerResponse) Reset() {
87
- *x = GenerateInstallerResponse{}
88
- if protoimpl.UnsafeEnabled {
89
- mi := &file_proto_installer_proto_msgTypes[1]
90
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
91
- ms.StoreMessageInfo(mi)
92
- }
93
- }
94
-
95
- func (x *GenerateInstallerResponse) String() string {
96
- return protoimpl.X.MessageStringOf(x)
97
- }
98
-
99
- func (*GenerateInstallerResponse) ProtoMessage() {}
100
-
101
- func (x *GenerateInstallerResponse) ProtoReflect() protoreflect.Message {
102
- mi := &file_proto_installer_proto_msgTypes[1]
103
- if protoimpl.UnsafeEnabled && x != nil {
104
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
105
- if ms.LoadMessageInfo() == nil {
106
- ms.StoreMessageInfo(mi)
107
- }
108
- return ms
109
- }
110
- return mi.MessageOf(x)
111
- }
112
-
113
- // Deprecated: Use GenerateInstallerResponse.ProtoReflect.Descriptor instead.
114
- func (*GenerateInstallerResponse) Descriptor() ([]byte, []int) {
115
- return file_proto_installer_proto_rawDescGZIP(), []int{1}
116
- }
117
-
118
- func (x *GenerateInstallerResponse) GetSuccess() bool {
119
- if x != nil {
120
- return x.Success
121
- }
122
- return false
123
- }
124
-
125
- type NullableString struct {
126
- state protoimpl.MessageState
127
- sizeCache protoimpl.SizeCache
128
- unknownFields protoimpl.UnknownFields
129
-
130
- // Types that are assignable to Kind:
131
- //
132
- // *NullableString_Data
133
- Kind isNullableString_Kind `protobuf_oneof:"kind"`
134
- }
135
-
136
- func (x *NullableString) Reset() {
137
- *x = NullableString{}
138
- if protoimpl.UnsafeEnabled {
139
- mi := &file_proto_installer_proto_msgTypes[2]
140
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
141
- ms.StoreMessageInfo(mi)
142
- }
143
- }
144
-
145
- func (x *NullableString) String() string {
146
- return protoimpl.X.MessageStringOf(x)
147
- }
148
-
149
- func (*NullableString) ProtoMessage() {}
150
-
151
- func (x *NullableString) ProtoReflect() protoreflect.Message {
152
- mi := &file_proto_installer_proto_msgTypes[2]
153
- if protoimpl.UnsafeEnabled && x != nil {
154
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
155
- if ms.LoadMessageInfo() == nil {
156
- ms.StoreMessageInfo(mi)
157
- }
158
- return ms
159
- }
160
- return mi.MessageOf(x)
161
- }
162
-
163
- // Deprecated: Use NullableString.ProtoReflect.Descriptor instead.
164
- func (*NullableString) Descriptor() ([]byte, []int) {
165
- return file_proto_installer_proto_rawDescGZIP(), []int{2}
166
- }
167
-
168
- func (m *NullableString) GetKind() isNullableString_Kind {
169
- if m != nil {
170
- return m.Kind
171
- }
172
- return nil
173
- }
174
-
175
- func (x *NullableString) GetData() string {
176
- if x, ok := x.GetKind().(*NullableString_Data); ok {
177
- return x.Data
178
- }
179
- return ""
180
- }
181
-
182
- type isNullableString_Kind interface {
183
- isNullableString_Kind()
184
- }
185
-
186
- type NullableString_Data struct {
187
- Data string `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
188
- }
189
-
190
- func (*NullableString_Data) isNullableString_Kind() {}
191
-
192
- type GetInstallerUrlRequest struct {
193
- state protoimpl.MessageState
194
- sizeCache protoimpl.SizeCache
195
- unknownFields protoimpl.UnknownFields
196
-
197
- ClientId *NullableString `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
198
- }
199
-
200
- func (x *GetInstallerUrlRequest) Reset() {
201
- *x = GetInstallerUrlRequest{}
202
- if protoimpl.UnsafeEnabled {
203
- mi := &file_proto_installer_proto_msgTypes[3]
204
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
205
- ms.StoreMessageInfo(mi)
206
- }
207
- }
208
-
209
- func (x *GetInstallerUrlRequest) String() string {
210
- return protoimpl.X.MessageStringOf(x)
211
- }
212
-
213
- func (*GetInstallerUrlRequest) ProtoMessage() {}
214
-
215
- func (x *GetInstallerUrlRequest) ProtoReflect() protoreflect.Message {
216
- mi := &file_proto_installer_proto_msgTypes[3]
217
- if protoimpl.UnsafeEnabled && x != nil {
218
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
219
- if ms.LoadMessageInfo() == nil {
220
- ms.StoreMessageInfo(mi)
221
- }
222
- return ms
223
- }
224
- return mi.MessageOf(x)
225
- }
226
-
227
- // Deprecated: Use GetInstallerUrlRequest.ProtoReflect.Descriptor instead.
228
- func (*GetInstallerUrlRequest) Descriptor() ([]byte, []int) {
229
- return file_proto_installer_proto_rawDescGZIP(), []int{3}
230
- }
231
-
232
- func (x *GetInstallerUrlRequest) GetClientId() *NullableString {
233
- if x != nil {
234
- return x.ClientId
235
- }
236
- return nil
237
- }
238
-
239
- type GetInstallerUrlResponse struct {
240
- state protoimpl.MessageState
241
- sizeCache protoimpl.SizeCache
242
- unknownFields protoimpl.UnknownFields
243
-
244
- Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
245
- }
246
-
247
- func (x *GetInstallerUrlResponse) Reset() {
248
- *x = GetInstallerUrlResponse{}
249
- if protoimpl.UnsafeEnabled {
250
- mi := &file_proto_installer_proto_msgTypes[4]
251
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
252
- ms.StoreMessageInfo(mi)
253
- }
254
- }
255
-
256
- func (x *GetInstallerUrlResponse) String() string {
257
- return protoimpl.X.MessageStringOf(x)
258
- }
259
-
260
- func (*GetInstallerUrlResponse) ProtoMessage() {}
261
-
262
- func (x *GetInstallerUrlResponse) ProtoReflect() protoreflect.Message {
263
- mi := &file_proto_installer_proto_msgTypes[4]
264
- if protoimpl.UnsafeEnabled && x != nil {
265
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
266
- if ms.LoadMessageInfo() == nil {
267
- ms.StoreMessageInfo(mi)
268
- }
269
- return ms
270
- }
271
- return mi.MessageOf(x)
272
- }
273
-
274
- // Deprecated: Use GetInstallerUrlResponse.ProtoReflect.Descriptor instead.
275
- func (*GetInstallerUrlResponse) Descriptor() ([]byte, []int) {
276
- return file_proto_installer_proto_rawDescGZIP(), []int{4}
277
- }
278
-
279
- func (x *GetInstallerUrlResponse) GetUrl() string {
280
- if x != nil {
281
- return x.Url
282
- }
283
- return ""
284
- }
285
-
286
- var File_proto_installer_proto protoreflect.FileDescriptor
287
-
288
- var file_proto_installer_proto_rawDesc = []byte{
289
- 0x0a, 0x15, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65,
290
- 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
291
- 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x2e, 0x76, 0x31,
292
- 0x22, 0x5c, 0x0a, 0x18, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74,
293
- 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09,
294
- 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
295
- 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6c, 0x69,
296
- 0x65, 0x6e, 0x74, 0x5f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
297
- 0x52, 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x22, 0x35,
298
- 0x0a, 0x19, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c,
299
- 0x6c, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73,
300
- 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75,
301
- 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x2e, 0x0a, 0x0e, 0x4e, 0x75, 0x6c, 0x6c, 0x61, 0x62, 0x6c,
302
- 0x65, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x14, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
303
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x0a,
304
- 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x22, 0x5e, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74,
305
- 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
306
- 0x44, 0x0a, 0x09, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
307
- 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
308
- 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x4e, 0x75, 0x6c,
309
- 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x08, 0x63, 0x6c, 0x69,
310
- 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x2b, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74,
311
- 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
312
- 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75,
313
- 0x72, 0x6c, 0x32, 0x88, 0x02, 0x0a, 0x10, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72,
314
- 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x7c, 0x0a, 0x11, 0x47, 0x65, 0x6e, 0x65, 0x72,
315
- 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x31, 0x2e, 0x6c,
316
- 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c,
317
- 0x6c, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x49,
318
- 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
319
- 0x32, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x73,
320
- 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61,
321
- 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f,
322
- 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x76, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74,
323
- 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
324
- 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x2e,
325
- 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x55,
326
- 0x72, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
327
- 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72,
328
- 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x65, 0x72,
329
- 0x55, 0x72, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x10, 0x5a,
330
- 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62,
331
- 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
332
- }
333
-
334
- var (
335
- file_proto_installer_proto_rawDescOnce sync.Once
336
- file_proto_installer_proto_rawDescData = file_proto_installer_proto_rawDesc
337
- )
338
-
339
- func file_proto_installer_proto_rawDescGZIP() []byte {
340
- file_proto_installer_proto_rawDescOnce.Do(func() {
341
- file_proto_installer_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_installer_proto_rawDescData)
342
- })
343
- return file_proto_installer_proto_rawDescData
344
- }
345
-
346
- var file_proto_installer_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
347
- var file_proto_installer_proto_goTypes = []interface{}{
348
- (*GenerateInstallerRequest)(nil), // 0: lansweeper.installer.v1.GenerateInstallerRequest
349
- (*GenerateInstallerResponse)(nil), // 1: lansweeper.installer.v1.GenerateInstallerResponse
350
- (*NullableString)(nil), // 2: lansweeper.installer.v1.NullableString
351
- (*GetInstallerUrlRequest)(nil), // 3: lansweeper.installer.v1.GetInstallerUrlRequest
352
- (*GetInstallerUrlResponse)(nil), // 4: lansweeper.installer.v1.GetInstallerUrlResponse
353
- }
354
- var file_proto_installer_proto_depIdxs = []int32{
355
- 2, // 0: lansweeper.installer.v1.GetInstallerUrlRequest.client_id:type_name -> lansweeper.installer.v1.NullableString
356
- 0, // 1: lansweeper.installer.v1.InstallerService.GenerateInstaller:input_type -> lansweeper.installer.v1.GenerateInstallerRequest
357
- 3, // 2: lansweeper.installer.v1.InstallerService.GetInstallerUrl:input_type -> lansweeper.installer.v1.GetInstallerUrlRequest
358
- 1, // 3: lansweeper.installer.v1.InstallerService.GenerateInstaller:output_type -> lansweeper.installer.v1.GenerateInstallerResponse
359
- 4, // 4: lansweeper.installer.v1.InstallerService.GetInstallerUrl:output_type -> lansweeper.installer.v1.GetInstallerUrlResponse
360
- 3, // [3:5] is the sub-list for method output_type
361
- 1, // [1:3] is the sub-list for method input_type
362
- 1, // [1:1] is the sub-list for extension type_name
363
- 1, // [1:1] is the sub-list for extension extendee
364
- 0, // [0:1] is the sub-list for field type_name
365
- }
366
-
367
- func init() { file_proto_installer_proto_init() }
368
- func file_proto_installer_proto_init() {
369
- if File_proto_installer_proto != nil {
370
- return
371
- }
372
- if !protoimpl.UnsafeEnabled {
373
- file_proto_installer_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
374
- switch v := v.(*GenerateInstallerRequest); i {
375
- case 0:
376
- return &v.state
377
- case 1:
378
- return &v.sizeCache
379
- case 2:
380
- return &v.unknownFields
381
- default:
382
- return nil
383
- }
384
- }
385
- file_proto_installer_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
386
- switch v := v.(*GenerateInstallerResponse); i {
387
- case 0:
388
- return &v.state
389
- case 1:
390
- return &v.sizeCache
391
- case 2:
392
- return &v.unknownFields
393
- default:
394
- return nil
395
- }
396
- }
397
- file_proto_installer_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
398
- switch v := v.(*NullableString); i {
399
- case 0:
400
- return &v.state
401
- case 1:
402
- return &v.sizeCache
403
- case 2:
404
- return &v.unknownFields
405
- default:
406
- return nil
407
- }
408
- }
409
- file_proto_installer_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
410
- switch v := v.(*GetInstallerUrlRequest); i {
411
- case 0:
412
- return &v.state
413
- case 1:
414
- return &v.sizeCache
415
- case 2:
416
- return &v.unknownFields
417
- default:
418
- return nil
419
- }
420
- }
421
- file_proto_installer_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
422
- switch v := v.(*GetInstallerUrlResponse); i {
423
- case 0:
424
- return &v.state
425
- case 1:
426
- return &v.sizeCache
427
- case 2:
428
- return &v.unknownFields
429
- default:
430
- return nil
431
- }
432
- }
433
- }
434
- file_proto_installer_proto_msgTypes[2].OneofWrappers = []interface{}{
435
- (*NullableString_Data)(nil),
436
- }
437
- type x struct{}
438
- out := protoimpl.TypeBuilder{
439
- File: protoimpl.DescBuilder{
440
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
441
- RawDescriptor: file_proto_installer_proto_rawDesc,
442
- NumEnums: 0,
443
- NumMessages: 5,
444
- NumExtensions: 0,
445
- NumServices: 1,
446
- },
447
- GoTypes: file_proto_installer_proto_goTypes,
448
- DependencyIndexes: file_proto_installer_proto_depIdxs,
449
- MessageInfos: file_proto_installer_proto_msgTypes,
450
- }.Build()
451
- File_proto_installer_proto = out.File
452
- file_proto_installer_proto_rawDesc = nil
453
- file_proto_installer_proto_goTypes = nil
454
- file_proto_installer_proto_depIdxs = nil
455
- }