blob: 5aab58cc1b200245f684e74f558f592bcfad52cb [file] [log] [blame]
Damien Neil6635e7d2020-01-15 15:08:57 -08001// Copyright 2020 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5// Code generated by protoc-gen-go. DO NOT EDIT.
Damien Neil3c5fb5f2020-02-04 15:03:30 -08006// source: internal/testprotos/required/required.proto
Damien Neil6635e7d2020-01-15 15:08:57 -08007
Damien Neilf68f1702020-02-04 11:13:57 -08008package goproto_proto_testrequired
Damien Neil6635e7d2020-01-15 15:08:57 -08009
10import (
11 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
12 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
13 reflect "reflect"
14 sync "sync"
15)
16
17type Int32 struct {
18 state protoimpl.MessageState
19 sizeCache protoimpl.SizeCache
20 unknownFields protoimpl.UnknownFields
21
22 V *int32 `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
23}
24
25func (x *Int32) Reset() {
26 *x = Int32{}
27 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -080028 mi := &file_internal_testprotos_required_required_proto_msgTypes[0]
Damien Neil6635e7d2020-01-15 15:08:57 -080029 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30 ms.StoreMessageInfo(mi)
31 }
32}
33
34func (x *Int32) String() string {
35 return protoimpl.X.MessageStringOf(x)
36}
37
38func (*Int32) ProtoMessage() {}
39
40func (x *Int32) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -080041 mi := &file_internal_testprotos_required_required_proto_msgTypes[0]
Damien Neil6635e7d2020-01-15 15:08:57 -080042 if protoimpl.UnsafeEnabled && x != nil {
43 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
44 if ms.LoadMessageInfo() == nil {
45 ms.StoreMessageInfo(mi)
46 }
47 return ms
48 }
49 return mi.MessageOf(x)
50}
51
52// Deprecated: Use Int32.ProtoReflect.Descriptor instead.
53func (*Int32) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -080054 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{0}
Damien Neil6635e7d2020-01-15 15:08:57 -080055}
56
57func (x *Int32) GetV() int32 {
58 if x != nil && x.V != nil {
59 return *x.V
60 }
61 return 0
62}
63
64type Int64 struct {
65 state protoimpl.MessageState
66 sizeCache protoimpl.SizeCache
67 unknownFields protoimpl.UnknownFields
68
69 V *int64 `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
70}
71
72func (x *Int64) Reset() {
73 *x = Int64{}
74 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -080075 mi := &file_internal_testprotos_required_required_proto_msgTypes[1]
Damien Neil6635e7d2020-01-15 15:08:57 -080076 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
77 ms.StoreMessageInfo(mi)
78 }
79}
80
81func (x *Int64) String() string {
82 return protoimpl.X.MessageStringOf(x)
83}
84
85func (*Int64) ProtoMessage() {}
86
87func (x *Int64) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -080088 mi := &file_internal_testprotos_required_required_proto_msgTypes[1]
Damien Neil6635e7d2020-01-15 15:08:57 -080089 if protoimpl.UnsafeEnabled && x != nil {
90 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
91 if ms.LoadMessageInfo() == nil {
92 ms.StoreMessageInfo(mi)
93 }
94 return ms
95 }
96 return mi.MessageOf(x)
97}
98
99// Deprecated: Use Int64.ProtoReflect.Descriptor instead.
100func (*Int64) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800101 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{1}
Damien Neil6635e7d2020-01-15 15:08:57 -0800102}
103
104func (x *Int64) GetV() int64 {
105 if x != nil && x.V != nil {
106 return *x.V
107 }
108 return 0
109}
110
111type Uint32 struct {
112 state protoimpl.MessageState
113 sizeCache protoimpl.SizeCache
114 unknownFields protoimpl.UnknownFields
115
116 V *uint32 `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
117}
118
119func (x *Uint32) Reset() {
120 *x = Uint32{}
121 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800122 mi := &file_internal_testprotos_required_required_proto_msgTypes[2]
Damien Neil6635e7d2020-01-15 15:08:57 -0800123 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
124 ms.StoreMessageInfo(mi)
125 }
126}
127
128func (x *Uint32) String() string {
129 return protoimpl.X.MessageStringOf(x)
130}
131
132func (*Uint32) ProtoMessage() {}
133
134func (x *Uint32) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800135 mi := &file_internal_testprotos_required_required_proto_msgTypes[2]
Damien Neil6635e7d2020-01-15 15:08:57 -0800136 if protoimpl.UnsafeEnabled && x != nil {
137 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
138 if ms.LoadMessageInfo() == nil {
139 ms.StoreMessageInfo(mi)
140 }
141 return ms
142 }
143 return mi.MessageOf(x)
144}
145
146// Deprecated: Use Uint32.ProtoReflect.Descriptor instead.
147func (*Uint32) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800148 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{2}
Damien Neil6635e7d2020-01-15 15:08:57 -0800149}
150
151func (x *Uint32) GetV() uint32 {
152 if x != nil && x.V != nil {
153 return *x.V
154 }
155 return 0
156}
157
158type Uint64 struct {
159 state protoimpl.MessageState
160 sizeCache protoimpl.SizeCache
161 unknownFields protoimpl.UnknownFields
162
163 V *uint64 `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
164}
165
166func (x *Uint64) Reset() {
167 *x = Uint64{}
168 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800169 mi := &file_internal_testprotos_required_required_proto_msgTypes[3]
Damien Neil6635e7d2020-01-15 15:08:57 -0800170 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
171 ms.StoreMessageInfo(mi)
172 }
173}
174
175func (x *Uint64) String() string {
176 return protoimpl.X.MessageStringOf(x)
177}
178
179func (*Uint64) ProtoMessage() {}
180
181func (x *Uint64) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800182 mi := &file_internal_testprotos_required_required_proto_msgTypes[3]
Damien Neil6635e7d2020-01-15 15:08:57 -0800183 if protoimpl.UnsafeEnabled && x != nil {
184 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
185 if ms.LoadMessageInfo() == nil {
186 ms.StoreMessageInfo(mi)
187 }
188 return ms
189 }
190 return mi.MessageOf(x)
191}
192
193// Deprecated: Use Uint64.ProtoReflect.Descriptor instead.
194func (*Uint64) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800195 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{3}
Damien Neil6635e7d2020-01-15 15:08:57 -0800196}
197
198func (x *Uint64) GetV() uint64 {
199 if x != nil && x.V != nil {
200 return *x.V
201 }
202 return 0
203}
204
205type Sint32 struct {
206 state protoimpl.MessageState
207 sizeCache protoimpl.SizeCache
208 unknownFields protoimpl.UnknownFields
209
210 V *int32 `protobuf:"zigzag32,1,req,name=v" json:"v,omitempty"`
211}
212
213func (x *Sint32) Reset() {
214 *x = Sint32{}
215 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800216 mi := &file_internal_testprotos_required_required_proto_msgTypes[4]
Damien Neil6635e7d2020-01-15 15:08:57 -0800217 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
218 ms.StoreMessageInfo(mi)
219 }
220}
221
222func (x *Sint32) String() string {
223 return protoimpl.X.MessageStringOf(x)
224}
225
226func (*Sint32) ProtoMessage() {}
227
228func (x *Sint32) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800229 mi := &file_internal_testprotos_required_required_proto_msgTypes[4]
Damien Neil6635e7d2020-01-15 15:08:57 -0800230 if protoimpl.UnsafeEnabled && x != nil {
231 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
232 if ms.LoadMessageInfo() == nil {
233 ms.StoreMessageInfo(mi)
234 }
235 return ms
236 }
237 return mi.MessageOf(x)
238}
239
240// Deprecated: Use Sint32.ProtoReflect.Descriptor instead.
241func (*Sint32) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800242 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{4}
Damien Neil6635e7d2020-01-15 15:08:57 -0800243}
244
245func (x *Sint32) GetV() int32 {
246 if x != nil && x.V != nil {
247 return *x.V
248 }
249 return 0
250}
251
252type Sint64 struct {
253 state protoimpl.MessageState
254 sizeCache protoimpl.SizeCache
255 unknownFields protoimpl.UnknownFields
256
257 V *int64 `protobuf:"zigzag64,1,req,name=v" json:"v,omitempty"`
258}
259
260func (x *Sint64) Reset() {
261 *x = Sint64{}
262 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800263 mi := &file_internal_testprotos_required_required_proto_msgTypes[5]
Damien Neil6635e7d2020-01-15 15:08:57 -0800264 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
265 ms.StoreMessageInfo(mi)
266 }
267}
268
269func (x *Sint64) String() string {
270 return protoimpl.X.MessageStringOf(x)
271}
272
273func (*Sint64) ProtoMessage() {}
274
275func (x *Sint64) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800276 mi := &file_internal_testprotos_required_required_proto_msgTypes[5]
Damien Neil6635e7d2020-01-15 15:08:57 -0800277 if protoimpl.UnsafeEnabled && x != nil {
278 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
279 if ms.LoadMessageInfo() == nil {
280 ms.StoreMessageInfo(mi)
281 }
282 return ms
283 }
284 return mi.MessageOf(x)
285}
286
287// Deprecated: Use Sint64.ProtoReflect.Descriptor instead.
288func (*Sint64) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800289 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{5}
Damien Neil6635e7d2020-01-15 15:08:57 -0800290}
291
292func (x *Sint64) GetV() int64 {
293 if x != nil && x.V != nil {
294 return *x.V
295 }
296 return 0
297}
298
299type Fixed32 struct {
300 state protoimpl.MessageState
301 sizeCache protoimpl.SizeCache
302 unknownFields protoimpl.UnknownFields
303
304 V *uint32 `protobuf:"fixed32,1,req,name=v" json:"v,omitempty"`
305}
306
307func (x *Fixed32) Reset() {
308 *x = Fixed32{}
309 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800310 mi := &file_internal_testprotos_required_required_proto_msgTypes[6]
Damien Neil6635e7d2020-01-15 15:08:57 -0800311 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
312 ms.StoreMessageInfo(mi)
313 }
314}
315
316func (x *Fixed32) String() string {
317 return protoimpl.X.MessageStringOf(x)
318}
319
320func (*Fixed32) ProtoMessage() {}
321
322func (x *Fixed32) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800323 mi := &file_internal_testprotos_required_required_proto_msgTypes[6]
Damien Neil6635e7d2020-01-15 15:08:57 -0800324 if protoimpl.UnsafeEnabled && x != nil {
325 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
326 if ms.LoadMessageInfo() == nil {
327 ms.StoreMessageInfo(mi)
328 }
329 return ms
330 }
331 return mi.MessageOf(x)
332}
333
334// Deprecated: Use Fixed32.ProtoReflect.Descriptor instead.
335func (*Fixed32) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800336 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{6}
Damien Neil6635e7d2020-01-15 15:08:57 -0800337}
338
339func (x *Fixed32) GetV() uint32 {
340 if x != nil && x.V != nil {
341 return *x.V
342 }
343 return 0
344}
345
346type Fixed64 struct {
347 state protoimpl.MessageState
348 sizeCache protoimpl.SizeCache
349 unknownFields protoimpl.UnknownFields
350
351 V *uint64 `protobuf:"fixed64,1,req,name=v" json:"v,omitempty"`
352}
353
354func (x *Fixed64) Reset() {
355 *x = Fixed64{}
356 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800357 mi := &file_internal_testprotos_required_required_proto_msgTypes[7]
Damien Neil6635e7d2020-01-15 15:08:57 -0800358 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
359 ms.StoreMessageInfo(mi)
360 }
361}
362
363func (x *Fixed64) String() string {
364 return protoimpl.X.MessageStringOf(x)
365}
366
367func (*Fixed64) ProtoMessage() {}
368
369func (x *Fixed64) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800370 mi := &file_internal_testprotos_required_required_proto_msgTypes[7]
Damien Neil6635e7d2020-01-15 15:08:57 -0800371 if protoimpl.UnsafeEnabled && x != nil {
372 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
373 if ms.LoadMessageInfo() == nil {
374 ms.StoreMessageInfo(mi)
375 }
376 return ms
377 }
378 return mi.MessageOf(x)
379}
380
381// Deprecated: Use Fixed64.ProtoReflect.Descriptor instead.
382func (*Fixed64) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800383 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{7}
Damien Neil6635e7d2020-01-15 15:08:57 -0800384}
385
386func (x *Fixed64) GetV() uint64 {
387 if x != nil && x.V != nil {
388 return *x.V
389 }
390 return 0
391}
392
393type Float struct {
394 state protoimpl.MessageState
395 sizeCache protoimpl.SizeCache
396 unknownFields protoimpl.UnknownFields
397
398 V *float32 `protobuf:"fixed32,1,req,name=v" json:"v,omitempty"`
399}
400
401func (x *Float) Reset() {
402 *x = Float{}
403 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800404 mi := &file_internal_testprotos_required_required_proto_msgTypes[8]
Damien Neil6635e7d2020-01-15 15:08:57 -0800405 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
406 ms.StoreMessageInfo(mi)
407 }
408}
409
410func (x *Float) String() string {
411 return protoimpl.X.MessageStringOf(x)
412}
413
414func (*Float) ProtoMessage() {}
415
416func (x *Float) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800417 mi := &file_internal_testprotos_required_required_proto_msgTypes[8]
Damien Neil6635e7d2020-01-15 15:08:57 -0800418 if protoimpl.UnsafeEnabled && x != nil {
419 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
420 if ms.LoadMessageInfo() == nil {
421 ms.StoreMessageInfo(mi)
422 }
423 return ms
424 }
425 return mi.MessageOf(x)
426}
427
428// Deprecated: Use Float.ProtoReflect.Descriptor instead.
429func (*Float) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800430 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{8}
Damien Neil6635e7d2020-01-15 15:08:57 -0800431}
432
433func (x *Float) GetV() float32 {
434 if x != nil && x.V != nil {
435 return *x.V
436 }
437 return 0
438}
439
440type Double struct {
441 state protoimpl.MessageState
442 sizeCache protoimpl.SizeCache
443 unknownFields protoimpl.UnknownFields
444
445 V *float64 `protobuf:"fixed64,1,req,name=v" json:"v,omitempty"`
446}
447
448func (x *Double) Reset() {
449 *x = Double{}
450 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800451 mi := &file_internal_testprotos_required_required_proto_msgTypes[9]
Damien Neil6635e7d2020-01-15 15:08:57 -0800452 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
453 ms.StoreMessageInfo(mi)
454 }
455}
456
457func (x *Double) String() string {
458 return protoimpl.X.MessageStringOf(x)
459}
460
461func (*Double) ProtoMessage() {}
462
463func (x *Double) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800464 mi := &file_internal_testprotos_required_required_proto_msgTypes[9]
Damien Neil6635e7d2020-01-15 15:08:57 -0800465 if protoimpl.UnsafeEnabled && x != nil {
466 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
467 if ms.LoadMessageInfo() == nil {
468 ms.StoreMessageInfo(mi)
469 }
470 return ms
471 }
472 return mi.MessageOf(x)
473}
474
475// Deprecated: Use Double.ProtoReflect.Descriptor instead.
476func (*Double) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800477 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{9}
Damien Neil6635e7d2020-01-15 15:08:57 -0800478}
479
480func (x *Double) GetV() float64 {
481 if x != nil && x.V != nil {
482 return *x.V
483 }
484 return 0
485}
486
487type Bool struct {
488 state protoimpl.MessageState
489 sizeCache protoimpl.SizeCache
490 unknownFields protoimpl.UnknownFields
491
492 V *bool `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
493}
494
495func (x *Bool) Reset() {
496 *x = Bool{}
497 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800498 mi := &file_internal_testprotos_required_required_proto_msgTypes[10]
Damien Neil6635e7d2020-01-15 15:08:57 -0800499 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
500 ms.StoreMessageInfo(mi)
501 }
502}
503
504func (x *Bool) String() string {
505 return protoimpl.X.MessageStringOf(x)
506}
507
508func (*Bool) ProtoMessage() {}
509
510func (x *Bool) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800511 mi := &file_internal_testprotos_required_required_proto_msgTypes[10]
Damien Neil6635e7d2020-01-15 15:08:57 -0800512 if protoimpl.UnsafeEnabled && x != nil {
513 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
514 if ms.LoadMessageInfo() == nil {
515 ms.StoreMessageInfo(mi)
516 }
517 return ms
518 }
519 return mi.MessageOf(x)
520}
521
522// Deprecated: Use Bool.ProtoReflect.Descriptor instead.
523func (*Bool) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800524 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{10}
Damien Neil6635e7d2020-01-15 15:08:57 -0800525}
526
527func (x *Bool) GetV() bool {
528 if x != nil && x.V != nil {
529 return *x.V
530 }
531 return false
532}
533
534type String struct {
535 state protoimpl.MessageState
536 sizeCache protoimpl.SizeCache
537 unknownFields protoimpl.UnknownFields
538
539 V *string `protobuf:"bytes,1,req,name=v" json:"v,omitempty"`
540}
541
542func (x *String) Reset() {
543 *x = String{}
544 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800545 mi := &file_internal_testprotos_required_required_proto_msgTypes[11]
Damien Neil6635e7d2020-01-15 15:08:57 -0800546 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
547 ms.StoreMessageInfo(mi)
548 }
549}
550
551func (x *String) String() string {
552 return protoimpl.X.MessageStringOf(x)
553}
554
555func (*String) ProtoMessage() {}
556
557func (x *String) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800558 mi := &file_internal_testprotos_required_required_proto_msgTypes[11]
Damien Neil6635e7d2020-01-15 15:08:57 -0800559 if protoimpl.UnsafeEnabled && x != nil {
560 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
561 if ms.LoadMessageInfo() == nil {
562 ms.StoreMessageInfo(mi)
563 }
564 return ms
565 }
566 return mi.MessageOf(x)
567}
568
569// Deprecated: Use String.ProtoReflect.Descriptor instead.
570func (*String) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800571 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{11}
Damien Neil6635e7d2020-01-15 15:08:57 -0800572}
573
574func (x *String) GetV() string {
575 if x != nil && x.V != nil {
576 return *x.V
577 }
578 return ""
579}
580
581type Bytes struct {
582 state protoimpl.MessageState
583 sizeCache protoimpl.SizeCache
584 unknownFields protoimpl.UnknownFields
585
586 V []byte `protobuf:"bytes,1,req,name=v" json:"v,omitempty"`
587}
588
589func (x *Bytes) Reset() {
590 *x = Bytes{}
591 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800592 mi := &file_internal_testprotos_required_required_proto_msgTypes[12]
Damien Neil6635e7d2020-01-15 15:08:57 -0800593 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
594 ms.StoreMessageInfo(mi)
595 }
596}
597
598func (x *Bytes) String() string {
599 return protoimpl.X.MessageStringOf(x)
600}
601
602func (*Bytes) ProtoMessage() {}
603
604func (x *Bytes) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800605 mi := &file_internal_testprotos_required_required_proto_msgTypes[12]
Damien Neil6635e7d2020-01-15 15:08:57 -0800606 if protoimpl.UnsafeEnabled && x != nil {
607 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
608 if ms.LoadMessageInfo() == nil {
609 ms.StoreMessageInfo(mi)
610 }
611 return ms
612 }
613 return mi.MessageOf(x)
614}
615
616// Deprecated: Use Bytes.ProtoReflect.Descriptor instead.
617func (*Bytes) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800618 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{12}
Damien Neil6635e7d2020-01-15 15:08:57 -0800619}
620
621func (x *Bytes) GetV() []byte {
622 if x != nil {
623 return x.V
624 }
625 return nil
626}
627
628type Message struct {
629 state protoimpl.MessageState
630 sizeCache protoimpl.SizeCache
631 unknownFields protoimpl.UnknownFields
632
633 V *Message_M `protobuf:"bytes,1,req,name=v" json:"v,omitempty"`
634}
635
636func (x *Message) Reset() {
637 *x = Message{}
638 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800639 mi := &file_internal_testprotos_required_required_proto_msgTypes[13]
Damien Neil6635e7d2020-01-15 15:08:57 -0800640 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
641 ms.StoreMessageInfo(mi)
642 }
643}
644
645func (x *Message) String() string {
646 return protoimpl.X.MessageStringOf(x)
647}
648
649func (*Message) ProtoMessage() {}
650
651func (x *Message) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800652 mi := &file_internal_testprotos_required_required_proto_msgTypes[13]
Damien Neil6635e7d2020-01-15 15:08:57 -0800653 if protoimpl.UnsafeEnabled && x != nil {
654 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
655 if ms.LoadMessageInfo() == nil {
656 ms.StoreMessageInfo(mi)
657 }
658 return ms
659 }
660 return mi.MessageOf(x)
661}
662
663// Deprecated: Use Message.ProtoReflect.Descriptor instead.
664func (*Message) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800665 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{13}
Damien Neil6635e7d2020-01-15 15:08:57 -0800666}
667
668func (x *Message) GetV() *Message_M {
669 if x != nil {
670 return x.V
671 }
672 return nil
673}
674
675type Group struct {
676 state protoimpl.MessageState
677 sizeCache protoimpl.SizeCache
678 unknownFields protoimpl.UnknownFields
679
680 Group *Group_Group `protobuf:"group,1,req,name=Group,json=group" json:"group,omitempty"`
681}
682
683func (x *Group) Reset() {
684 *x = Group{}
685 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800686 mi := &file_internal_testprotos_required_required_proto_msgTypes[14]
Damien Neil6635e7d2020-01-15 15:08:57 -0800687 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
688 ms.StoreMessageInfo(mi)
689 }
690}
691
692func (x *Group) String() string {
693 return protoimpl.X.MessageStringOf(x)
694}
695
696func (*Group) ProtoMessage() {}
697
698func (x *Group) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800699 mi := &file_internal_testprotos_required_required_proto_msgTypes[14]
Damien Neil6635e7d2020-01-15 15:08:57 -0800700 if protoimpl.UnsafeEnabled && x != nil {
701 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
702 if ms.LoadMessageInfo() == nil {
703 ms.StoreMessageInfo(mi)
704 }
705 return ms
706 }
707 return mi.MessageOf(x)
708}
709
710// Deprecated: Use Group.ProtoReflect.Descriptor instead.
711func (*Group) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800712 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{14}
Damien Neil6635e7d2020-01-15 15:08:57 -0800713}
714
715func (x *Group) GetGroup() *Group_Group {
716 if x != nil {
717 return x.Group
718 }
719 return nil
720}
721
722type Message_M struct {
723 state protoimpl.MessageState
724 sizeCache protoimpl.SizeCache
725 unknownFields protoimpl.UnknownFields
726}
727
728func (x *Message_M) Reset() {
729 *x = Message_M{}
730 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800731 mi := &file_internal_testprotos_required_required_proto_msgTypes[15]
Damien Neil6635e7d2020-01-15 15:08:57 -0800732 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
733 ms.StoreMessageInfo(mi)
734 }
735}
736
737func (x *Message_M) String() string {
738 return protoimpl.X.MessageStringOf(x)
739}
740
741func (*Message_M) ProtoMessage() {}
742
743func (x *Message_M) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800744 mi := &file_internal_testprotos_required_required_proto_msgTypes[15]
Damien Neil6635e7d2020-01-15 15:08:57 -0800745 if protoimpl.UnsafeEnabled && x != nil {
746 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
747 if ms.LoadMessageInfo() == nil {
748 ms.StoreMessageInfo(mi)
749 }
750 return ms
751 }
752 return mi.MessageOf(x)
753}
754
755// Deprecated: Use Message_M.ProtoReflect.Descriptor instead.
756func (*Message_M) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800757 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{13, 0}
Damien Neil6635e7d2020-01-15 15:08:57 -0800758}
759
760type Group_Group struct {
761 state protoimpl.MessageState
762 sizeCache protoimpl.SizeCache
763 unknownFields protoimpl.UnknownFields
764
765 V *int32 `protobuf:"varint,1,opt,name=v" json:"v,omitempty"`
766}
767
768func (x *Group_Group) Reset() {
769 *x = Group_Group{}
770 if protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800771 mi := &file_internal_testprotos_required_required_proto_msgTypes[16]
Damien Neil6635e7d2020-01-15 15:08:57 -0800772 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
773 ms.StoreMessageInfo(mi)
774 }
775}
776
777func (x *Group_Group) String() string {
778 return protoimpl.X.MessageStringOf(x)
779}
780
781func (*Group_Group) ProtoMessage() {}
782
783func (x *Group_Group) ProtoReflect() protoreflect.Message {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800784 mi := &file_internal_testprotos_required_required_proto_msgTypes[16]
Damien Neil6635e7d2020-01-15 15:08:57 -0800785 if protoimpl.UnsafeEnabled && x != nil {
786 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
787 if ms.LoadMessageInfo() == nil {
788 ms.StoreMessageInfo(mi)
789 }
790 return ms
791 }
792 return mi.MessageOf(x)
793}
794
795// Deprecated: Use Group_Group.ProtoReflect.Descriptor instead.
796func (*Group_Group) Descriptor() ([]byte, []int) {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800797 return file_internal_testprotos_required_required_proto_rawDescGZIP(), []int{14, 0}
Damien Neil6635e7d2020-01-15 15:08:57 -0800798}
799
800func (x *Group_Group) GetV() int32 {
801 if x != nil && x.V != nil {
802 return *x.V
803 }
804 return 0
805}
806
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800807var File_internal_testprotos_required_required_proto protoreflect.FileDescriptor
Damien Neil6635e7d2020-01-15 15:08:57 -0800808
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800809var file_internal_testprotos_required_required_proto_rawDesc = []byte{
810 0x0a, 0x2b, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70,
811 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x2f, 0x72,
812 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1a, 0x67,
813 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x74, 0x65, 0x73,
814 0x74, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x22, 0x15, 0x0a, 0x05, 0x49, 0x6e, 0x74,
815 0x33, 0x32, 0x12, 0x0c, 0x0a, 0x01, 0x76, 0x18, 0x01, 0x20, 0x02, 0x28, 0x05, 0x52, 0x01, 0x76,
816 0x22, 0x15, 0x0a, 0x05, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x0c, 0x0a, 0x01, 0x76, 0x18, 0x01,
817 0x20, 0x02, 0x28, 0x03, 0x52, 0x01, 0x76, 0x22, 0x16, 0x0a, 0x06, 0x55, 0x69, 0x6e, 0x74, 0x33,
818 0x32, 0x12, 0x0c, 0x0a, 0x01, 0x76, 0x18, 0x01, 0x20, 0x02, 0x28, 0x0d, 0x52, 0x01, 0x76, 0x22,
819 0x16, 0x0a, 0x06, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x0c, 0x0a, 0x01, 0x76, 0x18, 0x01,
820 0x20, 0x02, 0x28, 0x04, 0x52, 0x01, 0x76, 0x22, 0x16, 0x0a, 0x06, 0x53, 0x69, 0x6e, 0x74, 0x33,
821 0x32, 0x12, 0x0c, 0x0a, 0x01, 0x76, 0x18, 0x01, 0x20, 0x02, 0x28, 0x11, 0x52, 0x01, 0x76, 0x22,
822 0x16, 0x0a, 0x06, 0x53, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x0c, 0x0a, 0x01, 0x76, 0x18, 0x01,
823 0x20, 0x02, 0x28, 0x12, 0x52, 0x01, 0x76, 0x22, 0x17, 0x0a, 0x07, 0x46, 0x69, 0x78, 0x65, 0x64,
824 0x33, 0x32, 0x12, 0x0c, 0x0a, 0x01, 0x76, 0x18, 0x01, 0x20, 0x02, 0x28, 0x07, 0x52, 0x01, 0x76,
825 0x22, 0x17, 0x0a, 0x07, 0x46, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x12, 0x0c, 0x0a, 0x01, 0x76,
826 0x18, 0x01, 0x20, 0x02, 0x28, 0x06, 0x52, 0x01, 0x76, 0x22, 0x15, 0x0a, 0x05, 0x46, 0x6c, 0x6f,
827 0x61, 0x74, 0x12, 0x0c, 0x0a, 0x01, 0x76, 0x18, 0x01, 0x20, 0x02, 0x28, 0x02, 0x52, 0x01, 0x76,
828 0x22, 0x16, 0x0a, 0x06, 0x44, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x12, 0x0c, 0x0a, 0x01, 0x76, 0x18,
829 0x01, 0x20, 0x02, 0x28, 0x01, 0x52, 0x01, 0x76, 0x22, 0x14, 0x0a, 0x04, 0x42, 0x6f, 0x6f, 0x6c,
830 0x12, 0x0c, 0x0a, 0x01, 0x76, 0x18, 0x01, 0x20, 0x02, 0x28, 0x08, 0x52, 0x01, 0x76, 0x22, 0x16,
831 0x0a, 0x06, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x0c, 0x0a, 0x01, 0x76, 0x18, 0x01, 0x20,
832 0x02, 0x28, 0x09, 0x52, 0x01, 0x76, 0x22, 0x15, 0x0a, 0x05, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12,
833 0x0c, 0x0a, 0x01, 0x76, 0x18, 0x01, 0x20, 0x02, 0x28, 0x0c, 0x52, 0x01, 0x76, 0x22, 0x43, 0x0a,
834 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x33, 0x0a, 0x01, 0x76, 0x18, 0x01, 0x20,
835 0x02, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72,
836 0x6f, 0x74, 0x6f, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64,
837 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x4d, 0x52, 0x01, 0x76, 0x1a, 0x03, 0x0a,
838 0x01, 0x4d, 0x22, 0x5d, 0x0a, 0x05, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x3d, 0x0a, 0x05, 0x67,
839 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x02, 0x28, 0x0a, 0x32, 0x27, 0x2e, 0x67, 0x6f, 0x70,
840 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x72,
841 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x47, 0x72,
842 0x6f, 0x75, 0x70, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x1a, 0x15, 0x0a, 0x05, 0x47, 0x72,
843 0x6f, 0x75, 0x70, 0x12, 0x0c, 0x0a, 0x01, 0x76, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x01,
844 0x76,
Damien Neil6635e7d2020-01-15 15:08:57 -0800845}
846
847var (
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800848 file_internal_testprotos_required_required_proto_rawDescOnce sync.Once
849 file_internal_testprotos_required_required_proto_rawDescData = file_internal_testprotos_required_required_proto_rawDesc
Damien Neil6635e7d2020-01-15 15:08:57 -0800850)
851
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800852func file_internal_testprotos_required_required_proto_rawDescGZIP() []byte {
853 file_internal_testprotos_required_required_proto_rawDescOnce.Do(func() {
854 file_internal_testprotos_required_required_proto_rawDescData = protoimpl.X.CompressGZIP(file_internal_testprotos_required_required_proto_rawDescData)
Damien Neil6635e7d2020-01-15 15:08:57 -0800855 })
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800856 return file_internal_testprotos_required_required_proto_rawDescData
Damien Neil6635e7d2020-01-15 15:08:57 -0800857}
858
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800859var file_internal_testprotos_required_required_proto_msgTypes = make([]protoimpl.MessageInfo, 17)
860var file_internal_testprotos_required_required_proto_goTypes = []interface{}{
Damien Neilf68f1702020-02-04 11:13:57 -0800861 (*Int32)(nil), // 0: goproto.proto.testrequired.Int32
862 (*Int64)(nil), // 1: goproto.proto.testrequired.Int64
863 (*Uint32)(nil), // 2: goproto.proto.testrequired.Uint32
864 (*Uint64)(nil), // 3: goproto.proto.testrequired.Uint64
865 (*Sint32)(nil), // 4: goproto.proto.testrequired.Sint32
866 (*Sint64)(nil), // 5: goproto.proto.testrequired.Sint64
867 (*Fixed32)(nil), // 6: goproto.proto.testrequired.Fixed32
868 (*Fixed64)(nil), // 7: goproto.proto.testrequired.Fixed64
869 (*Float)(nil), // 8: goproto.proto.testrequired.Float
870 (*Double)(nil), // 9: goproto.proto.testrequired.Double
871 (*Bool)(nil), // 10: goproto.proto.testrequired.Bool
872 (*String)(nil), // 11: goproto.proto.testrequired.String
873 (*Bytes)(nil), // 12: goproto.proto.testrequired.Bytes
874 (*Message)(nil), // 13: goproto.proto.testrequired.Message
875 (*Group)(nil), // 14: goproto.proto.testrequired.Group
876 (*Message_M)(nil), // 15: goproto.proto.testrequired.Message.M
877 (*Group_Group)(nil), // 16: goproto.proto.testrequired.Group.Group
Damien Neil6635e7d2020-01-15 15:08:57 -0800878}
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800879var file_internal_testprotos_required_required_proto_depIdxs = []int32{
Damien Neilf68f1702020-02-04 11:13:57 -0800880 15, // 0: goproto.proto.testrequired.Message.v:type_name -> goproto.proto.testrequired.Message.M
881 16, // 1: goproto.proto.testrequired.Group.group:type_name -> goproto.proto.testrequired.Group.Group
Damien Neil6635e7d2020-01-15 15:08:57 -0800882 2, // [2:2] is the sub-list for method output_type
883 2, // [2:2] is the sub-list for method input_type
884 2, // [2:2] is the sub-list for extension type_name
885 2, // [2:2] is the sub-list for extension extendee
886 0, // [0:2] is the sub-list for field type_name
887}
888
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800889func init() { file_internal_testprotos_required_required_proto_init() }
890func file_internal_testprotos_required_required_proto_init() {
891 if File_internal_testprotos_required_required_proto != nil {
Damien Neil6635e7d2020-01-15 15:08:57 -0800892 return
893 }
894 if !protoimpl.UnsafeEnabled {
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800895 file_internal_testprotos_required_required_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -0800896 switch v := v.(*Int32); i {
897 case 0:
898 return &v.state
899 case 1:
900 return &v.sizeCache
901 case 2:
902 return &v.unknownFields
903 default:
904 return nil
905 }
906 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800907 file_internal_testprotos_required_required_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -0800908 switch v := v.(*Int64); i {
909 case 0:
910 return &v.state
911 case 1:
912 return &v.sizeCache
913 case 2:
914 return &v.unknownFields
915 default:
916 return nil
917 }
918 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800919 file_internal_testprotos_required_required_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -0800920 switch v := v.(*Uint32); i {
921 case 0:
922 return &v.state
923 case 1:
924 return &v.sizeCache
925 case 2:
926 return &v.unknownFields
927 default:
928 return nil
929 }
930 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800931 file_internal_testprotos_required_required_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -0800932 switch v := v.(*Uint64); i {
933 case 0:
934 return &v.state
935 case 1:
936 return &v.sizeCache
937 case 2:
938 return &v.unknownFields
939 default:
940 return nil
941 }
942 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800943 file_internal_testprotos_required_required_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -0800944 switch v := v.(*Sint32); i {
945 case 0:
946 return &v.state
947 case 1:
948 return &v.sizeCache
949 case 2:
950 return &v.unknownFields
951 default:
952 return nil
953 }
954 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800955 file_internal_testprotos_required_required_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -0800956 switch v := v.(*Sint64); i {
957 case 0:
958 return &v.state
959 case 1:
960 return &v.sizeCache
961 case 2:
962 return &v.unknownFields
963 default:
964 return nil
965 }
966 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800967 file_internal_testprotos_required_required_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -0800968 switch v := v.(*Fixed32); i {
969 case 0:
970 return &v.state
971 case 1:
972 return &v.sizeCache
973 case 2:
974 return &v.unknownFields
975 default:
976 return nil
977 }
978 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800979 file_internal_testprotos_required_required_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -0800980 switch v := v.(*Fixed64); i {
981 case 0:
982 return &v.state
983 case 1:
984 return &v.sizeCache
985 case 2:
986 return &v.unknownFields
987 default:
988 return nil
989 }
990 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -0800991 file_internal_testprotos_required_required_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -0800992 switch v := v.(*Float); i {
993 case 0:
994 return &v.state
995 case 1:
996 return &v.sizeCache
997 case 2:
998 return &v.unknownFields
999 default:
1000 return nil
1001 }
1002 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -08001003 file_internal_testprotos_required_required_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -08001004 switch v := v.(*Double); i {
1005 case 0:
1006 return &v.state
1007 case 1:
1008 return &v.sizeCache
1009 case 2:
1010 return &v.unknownFields
1011 default:
1012 return nil
1013 }
1014 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -08001015 file_internal_testprotos_required_required_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -08001016 switch v := v.(*Bool); i {
1017 case 0:
1018 return &v.state
1019 case 1:
1020 return &v.sizeCache
1021 case 2:
1022 return &v.unknownFields
1023 default:
1024 return nil
1025 }
1026 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -08001027 file_internal_testprotos_required_required_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -08001028 switch v := v.(*String); i {
1029 case 0:
1030 return &v.state
1031 case 1:
1032 return &v.sizeCache
1033 case 2:
1034 return &v.unknownFields
1035 default:
1036 return nil
1037 }
1038 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -08001039 file_internal_testprotos_required_required_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -08001040 switch v := v.(*Bytes); i {
1041 case 0:
1042 return &v.state
1043 case 1:
1044 return &v.sizeCache
1045 case 2:
1046 return &v.unknownFields
1047 default:
1048 return nil
1049 }
1050 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -08001051 file_internal_testprotos_required_required_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -08001052 switch v := v.(*Message); i {
1053 case 0:
1054 return &v.state
1055 case 1:
1056 return &v.sizeCache
1057 case 2:
1058 return &v.unknownFields
1059 default:
1060 return nil
1061 }
1062 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -08001063 file_internal_testprotos_required_required_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -08001064 switch v := v.(*Group); i {
1065 case 0:
1066 return &v.state
1067 case 1:
1068 return &v.sizeCache
1069 case 2:
1070 return &v.unknownFields
1071 default:
1072 return nil
1073 }
1074 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -08001075 file_internal_testprotos_required_required_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -08001076 switch v := v.(*Message_M); 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 }
Damien Neil3c5fb5f2020-02-04 15:03:30 -08001087 file_internal_testprotos_required_required_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
Damien Neil6635e7d2020-01-15 15:08:57 -08001088 switch v := v.(*Group_Group); 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 }
1100 type x struct{}
1101 out := protoimpl.TypeBuilder{
1102 File: protoimpl.DescBuilder{
1103 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
Damien Neil3c5fb5f2020-02-04 15:03:30 -08001104 RawDescriptor: file_internal_testprotos_required_required_proto_rawDesc,
Damien Neil6635e7d2020-01-15 15:08:57 -08001105 NumEnums: 0,
1106 NumMessages: 17,
1107 NumExtensions: 0,
1108 NumServices: 0,
1109 },
Damien Neil3c5fb5f2020-02-04 15:03:30 -08001110 GoTypes: file_internal_testprotos_required_required_proto_goTypes,
1111 DependencyIndexes: file_internal_testprotos_required_required_proto_depIdxs,
1112 MessageInfos: file_internal_testprotos_required_required_proto_msgTypes,
Damien Neil6635e7d2020-01-15 15:08:57 -08001113 }.Build()
Damien Neil3c5fb5f2020-02-04 15:03:30 -08001114 File_internal_testprotos_required_required_proto = out.File
1115 file_internal_testprotos_required_required_proto_rawDesc = nil
1116 file_internal_testprotos_required_required_proto_goTypes = nil
1117 file_internal_testprotos_required_required_proto_depIdxs = nil
Damien Neil6635e7d2020-01-15 15:08:57 -08001118}