test.pb.go 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: pb3/test.proto
  3. package pb3
  4. import (
  5. protoreflect "github.com/golang/protobuf/v2/reflect/protoreflect"
  6. protoregistry "github.com/golang/protobuf/v2/reflect/protoregistry"
  7. protoimpl "github.com/golang/protobuf/v2/runtime/protoimpl"
  8. sync "sync"
  9. )
  10. const _ = protoimpl.EnforceVersion(protoimpl.Version - 0)
  11. type Enum int32
  12. const (
  13. Enum_ZERO Enum = 0
  14. Enum_ONE Enum = 1
  15. Enum_TWO Enum = 2
  16. Enum_TEN Enum = 10
  17. )
  18. // Deprecated: Use Enum.Type.Values instead.
  19. var Enum_name = map[int32]string{
  20. 0: "ZERO",
  21. 1: "ONE",
  22. 2: "TWO",
  23. 10: "TEN",
  24. }
  25. // Deprecated: Use Enum.Type.Values instead.
  26. var Enum_value = map[string]int32{
  27. "ZERO": 0,
  28. "ONE": 1,
  29. "TWO": 2,
  30. "TEN": 10,
  31. }
  32. func (x Enum) String() string {
  33. return protoimpl.X.EnumStringOf(x.Type(), protoreflect.EnumNumber(x))
  34. }
  35. func (Enum) Type() protoreflect.EnumType {
  36. return xxx_File_pb3_test_proto_enumTypes[0]
  37. }
  38. func (x Enum) Number() protoreflect.EnumNumber {
  39. return protoreflect.EnumNumber(x)
  40. }
  41. // Deprecated: Use Enum.Type instead.
  42. func (Enum) EnumDescriptor() ([]byte, []int) {
  43. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{0}
  44. }
  45. type Enums_NestedEnum int32
  46. const (
  47. Enums_CERO Enums_NestedEnum = 0
  48. Enums_UNO Enums_NestedEnum = 1
  49. Enums_DOS Enums_NestedEnum = 2
  50. Enums_DIEZ Enums_NestedEnum = 10
  51. )
  52. // Deprecated: Use Enums_NestedEnum.Type.Values instead.
  53. var Enums_NestedEnum_name = map[int32]string{
  54. 0: "CERO",
  55. 1: "UNO",
  56. 2: "DOS",
  57. 10: "DIEZ",
  58. }
  59. // Deprecated: Use Enums_NestedEnum.Type.Values instead.
  60. var Enums_NestedEnum_value = map[string]int32{
  61. "CERO": 0,
  62. "UNO": 1,
  63. "DOS": 2,
  64. "DIEZ": 10,
  65. }
  66. func (x Enums_NestedEnum) String() string {
  67. return protoimpl.X.EnumStringOf(x.Type(), protoreflect.EnumNumber(x))
  68. }
  69. func (Enums_NestedEnum) Type() protoreflect.EnumType {
  70. return xxx_File_pb3_test_proto_enumTypes[1]
  71. }
  72. func (x Enums_NestedEnum) Number() protoreflect.EnumNumber {
  73. return protoreflect.EnumNumber(x)
  74. }
  75. // Deprecated: Use Enums_NestedEnum.Type instead.
  76. func (Enums_NestedEnum) EnumDescriptor() ([]byte, []int) {
  77. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{1, 0}
  78. }
  79. // Scalars contains scalar field types.
  80. type Scalars struct {
  81. SBool bool `protobuf:"varint,1,opt,name=s_bool,json=sBool,proto3" json:"s_bool,omitempty"`
  82. SInt32 int32 `protobuf:"varint,2,opt,name=s_int32,json=sInt32,proto3" json:"s_int32,omitempty"`
  83. SInt64 int64 `protobuf:"varint,3,opt,name=s_int64,json=sInt64,proto3" json:"s_int64,omitempty"`
  84. SUint32 uint32 `protobuf:"varint,4,opt,name=s_uint32,json=sUint32,proto3" json:"s_uint32,omitempty"`
  85. SUint64 uint64 `protobuf:"varint,5,opt,name=s_uint64,json=sUint64,proto3" json:"s_uint64,omitempty"`
  86. SSint32 int32 `protobuf:"zigzag32,6,opt,name=s_sint32,json=sSint32,proto3" json:"s_sint32,omitempty"`
  87. SSint64 int64 `protobuf:"zigzag64,7,opt,name=s_sint64,json=sSint64,proto3" json:"s_sint64,omitempty"`
  88. SFixed32 uint32 `protobuf:"fixed32,8,opt,name=s_fixed32,json=sFixed32,proto3" json:"s_fixed32,omitempty"`
  89. SFixed64 uint64 `protobuf:"fixed64,9,opt,name=s_fixed64,json=sFixed64,proto3" json:"s_fixed64,omitempty"`
  90. SSfixed32 int32 `protobuf:"fixed32,10,opt,name=s_sfixed32,json=sSfixed32,proto3" json:"s_sfixed32,omitempty"`
  91. SSfixed64 int64 `protobuf:"fixed64,11,opt,name=s_sfixed64,json=sSfixed64,proto3" json:"s_sfixed64,omitempty"`
  92. SFloat float32 `protobuf:"fixed32,20,opt,name=s_float,json=sFloat,proto3" json:"s_float,omitempty"`
  93. SDouble float64 `protobuf:"fixed64,21,opt,name=s_double,json=sDouble,proto3" json:"s_double,omitempty"`
  94. SBytes []byte `protobuf:"bytes,14,opt,name=s_bytes,json=sBytes,proto3" json:"s_bytes,omitempty"`
  95. SString string `protobuf:"bytes,13,opt,name=s_string,json=sString,proto3" json:"s_string,omitempty"`
  96. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  97. XXX_unrecognized []byte `json:"-"`
  98. XXX_sizecache int32 `json:"-"`
  99. }
  100. func (x *Scalars) Reset() {
  101. *x = Scalars{}
  102. }
  103. func (x *Scalars) String() string {
  104. return protoimpl.X.MessageStringOf(x)
  105. }
  106. func (*Scalars) ProtoMessage() {}
  107. func (x *Scalars) ProtoReflect() protoreflect.Message {
  108. return xxx_File_pb3_test_proto_messageTypes[0].MessageOf(x)
  109. }
  110. // Deprecated: Use Scalars.ProtoReflect.Type instead.
  111. func (*Scalars) Descriptor() ([]byte, []int) {
  112. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{0}
  113. }
  114. func (x *Scalars) GetSBool() bool {
  115. if x != nil {
  116. return x.SBool
  117. }
  118. return false
  119. }
  120. func (x *Scalars) GetSInt32() int32 {
  121. if x != nil {
  122. return x.SInt32
  123. }
  124. return 0
  125. }
  126. func (x *Scalars) GetSInt64() int64 {
  127. if x != nil {
  128. return x.SInt64
  129. }
  130. return 0
  131. }
  132. func (x *Scalars) GetSUint32() uint32 {
  133. if x != nil {
  134. return x.SUint32
  135. }
  136. return 0
  137. }
  138. func (x *Scalars) GetSUint64() uint64 {
  139. if x != nil {
  140. return x.SUint64
  141. }
  142. return 0
  143. }
  144. func (x *Scalars) GetSSint32() int32 {
  145. if x != nil {
  146. return x.SSint32
  147. }
  148. return 0
  149. }
  150. func (x *Scalars) GetSSint64() int64 {
  151. if x != nil {
  152. return x.SSint64
  153. }
  154. return 0
  155. }
  156. func (x *Scalars) GetSFixed32() uint32 {
  157. if x != nil {
  158. return x.SFixed32
  159. }
  160. return 0
  161. }
  162. func (x *Scalars) GetSFixed64() uint64 {
  163. if x != nil {
  164. return x.SFixed64
  165. }
  166. return 0
  167. }
  168. func (x *Scalars) GetSSfixed32() int32 {
  169. if x != nil {
  170. return x.SSfixed32
  171. }
  172. return 0
  173. }
  174. func (x *Scalars) GetSSfixed64() int64 {
  175. if x != nil {
  176. return x.SSfixed64
  177. }
  178. return 0
  179. }
  180. func (x *Scalars) GetSFloat() float32 {
  181. if x != nil {
  182. return x.SFloat
  183. }
  184. return 0
  185. }
  186. func (x *Scalars) GetSDouble() float64 {
  187. if x != nil {
  188. return x.SDouble
  189. }
  190. return 0
  191. }
  192. func (x *Scalars) GetSBytes() []byte {
  193. if x != nil {
  194. return x.SBytes
  195. }
  196. return nil
  197. }
  198. func (x *Scalars) GetSString() string {
  199. if x != nil {
  200. return x.SString
  201. }
  202. return ""
  203. }
  204. // Message contains enum fields.
  205. type Enums struct {
  206. SEnum Enum `protobuf:"varint,1,opt,name=s_enum,json=sEnum,proto3,enum=pb3.Enum" json:"s_enum,omitempty"`
  207. SNestedEnum Enums_NestedEnum `protobuf:"varint,3,opt,name=s_nested_enum,json=sNestedEnum,proto3,enum=pb3.Enums_NestedEnum" json:"s_nested_enum,omitempty"`
  208. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  209. XXX_unrecognized []byte `json:"-"`
  210. XXX_sizecache int32 `json:"-"`
  211. }
  212. func (x *Enums) Reset() {
  213. *x = Enums{}
  214. }
  215. func (x *Enums) String() string {
  216. return protoimpl.X.MessageStringOf(x)
  217. }
  218. func (*Enums) ProtoMessage() {}
  219. func (x *Enums) ProtoReflect() protoreflect.Message {
  220. return xxx_File_pb3_test_proto_messageTypes[1].MessageOf(x)
  221. }
  222. // Deprecated: Use Enums.ProtoReflect.Type instead.
  223. func (*Enums) Descriptor() ([]byte, []int) {
  224. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{1}
  225. }
  226. func (x *Enums) GetSEnum() Enum {
  227. if x != nil {
  228. return x.SEnum
  229. }
  230. return Enum_ZERO
  231. }
  232. func (x *Enums) GetSNestedEnum() Enums_NestedEnum {
  233. if x != nil {
  234. return x.SNestedEnum
  235. }
  236. return Enums_CERO
  237. }
  238. // Message contains nested message field.
  239. type Nests struct {
  240. SNested *Nested `protobuf:"bytes,2,opt,name=s_nested,json=sNested,proto3" json:"s_nested,omitempty"`
  241. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  242. XXX_unrecognized []byte `json:"-"`
  243. XXX_sizecache int32 `json:"-"`
  244. }
  245. func (x *Nests) Reset() {
  246. *x = Nests{}
  247. }
  248. func (x *Nests) String() string {
  249. return protoimpl.X.MessageStringOf(x)
  250. }
  251. func (*Nests) ProtoMessage() {}
  252. func (x *Nests) ProtoReflect() protoreflect.Message {
  253. return xxx_File_pb3_test_proto_messageTypes[2].MessageOf(x)
  254. }
  255. // Deprecated: Use Nests.ProtoReflect.Type instead.
  256. func (*Nests) Descriptor() ([]byte, []int) {
  257. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{2}
  258. }
  259. func (x *Nests) GetSNested() *Nested {
  260. if x != nil {
  261. return x.SNested
  262. }
  263. return nil
  264. }
  265. // Message type used as submessage.
  266. type Nested struct {
  267. SString string `protobuf:"bytes,1,opt,name=s_string,json=sString,proto3" json:"s_string,omitempty"`
  268. SNested *Nested `protobuf:"bytes,2,opt,name=s_nested,json=sNested,proto3" json:"s_nested,omitempty"`
  269. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  270. XXX_unrecognized []byte `json:"-"`
  271. XXX_sizecache int32 `json:"-"`
  272. }
  273. func (x *Nested) Reset() {
  274. *x = Nested{}
  275. }
  276. func (x *Nested) String() string {
  277. return protoimpl.X.MessageStringOf(x)
  278. }
  279. func (*Nested) ProtoMessage() {}
  280. func (x *Nested) ProtoReflect() protoreflect.Message {
  281. return xxx_File_pb3_test_proto_messageTypes[3].MessageOf(x)
  282. }
  283. // Deprecated: Use Nested.ProtoReflect.Type instead.
  284. func (*Nested) Descriptor() ([]byte, []int) {
  285. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{3}
  286. }
  287. func (x *Nested) GetSString() string {
  288. if x != nil {
  289. return x.SString
  290. }
  291. return ""
  292. }
  293. func (x *Nested) GetSNested() *Nested {
  294. if x != nil {
  295. return x.SNested
  296. }
  297. return nil
  298. }
  299. // Message contains oneof field.
  300. type Oneofs struct {
  301. // Types that are valid to be assigned to Union:
  302. // *Oneofs_OneofEnum
  303. // *Oneofs_OneofString
  304. // *Oneofs_OneofNested
  305. Union isOneofs_Union `protobuf_oneof:"union"`
  306. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  307. XXX_unrecognized []byte `json:"-"`
  308. XXX_sizecache int32 `json:"-"`
  309. }
  310. func (x *Oneofs) Reset() {
  311. *x = Oneofs{}
  312. }
  313. func (x *Oneofs) String() string {
  314. return protoimpl.X.MessageStringOf(x)
  315. }
  316. func (*Oneofs) ProtoMessage() {}
  317. func (x *Oneofs) ProtoReflect() protoreflect.Message {
  318. return xxx_File_pb3_test_proto_messageTypes[4].MessageOf(x)
  319. }
  320. // Deprecated: Use Oneofs.ProtoReflect.Type instead.
  321. func (*Oneofs) Descriptor() ([]byte, []int) {
  322. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{4}
  323. }
  324. type isOneofs_Union interface {
  325. isOneofs_Union()
  326. }
  327. type Oneofs_OneofEnum struct {
  328. OneofEnum Enum `protobuf:"varint,1,opt,name=oneof_enum,json=oneofEnum,proto3,enum=pb3.Enum,oneof"`
  329. }
  330. type Oneofs_OneofString struct {
  331. OneofString string `protobuf:"bytes,2,opt,name=oneof_string,json=oneofString,proto3,oneof"`
  332. }
  333. type Oneofs_OneofNested struct {
  334. OneofNested *Nested `protobuf:"bytes,3,opt,name=oneof_nested,json=oneofNested,proto3,oneof"`
  335. }
  336. func (*Oneofs_OneofEnum) isOneofs_Union() {}
  337. func (*Oneofs_OneofString) isOneofs_Union() {}
  338. func (*Oneofs_OneofNested) isOneofs_Union() {}
  339. func (m *Oneofs) GetUnion() isOneofs_Union {
  340. if m != nil {
  341. return m.Union
  342. }
  343. return nil
  344. }
  345. func (x *Oneofs) GetOneofEnum() Enum {
  346. if x, ok := x.GetUnion().(*Oneofs_OneofEnum); ok {
  347. return x.OneofEnum
  348. }
  349. return Enum_ZERO
  350. }
  351. func (x *Oneofs) GetOneofString() string {
  352. if x, ok := x.GetUnion().(*Oneofs_OneofString); ok {
  353. return x.OneofString
  354. }
  355. return ""
  356. }
  357. func (x *Oneofs) GetOneofNested() *Nested {
  358. if x, ok := x.GetUnion().(*Oneofs_OneofNested); ok {
  359. return x.OneofNested
  360. }
  361. return nil
  362. }
  363. // XXX_OneofWrappers is for the internal use of the proto package.
  364. func (*Oneofs) XXX_OneofWrappers() []interface{} {
  365. return []interface{}{
  366. (*Oneofs_OneofEnum)(nil),
  367. (*Oneofs_OneofString)(nil),
  368. (*Oneofs_OneofNested)(nil),
  369. }
  370. }
  371. // Message contains map fields.
  372. type Maps struct {
  373. Int32ToStr map[int32]string `protobuf:"bytes,1,rep,name=int32_to_str,json=int32ToStr,proto3" json:"int32_to_str,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  374. BoolToUint32 map[bool]uint32 `protobuf:"bytes,2,rep,name=bool_to_uint32,json=boolToUint32,proto3" json:"bool_to_uint32,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
  375. Uint64ToEnum map[uint64]Enum `protobuf:"bytes,3,rep,name=uint64_to_enum,json=uint64ToEnum,proto3" json:"uint64_to_enum,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3,enum=pb3.Enum"`
  376. StrToNested map[string]*Nested `protobuf:"bytes,4,rep,name=str_to_nested,json=strToNested,proto3" json:"str_to_nested,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  377. StrToOneofs map[string]*Oneofs `protobuf:"bytes,5,rep,name=str_to_oneofs,json=strToOneofs,proto3" json:"str_to_oneofs,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  378. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  379. XXX_unrecognized []byte `json:"-"`
  380. XXX_sizecache int32 `json:"-"`
  381. }
  382. func (x *Maps) Reset() {
  383. *x = Maps{}
  384. }
  385. func (x *Maps) String() string {
  386. return protoimpl.X.MessageStringOf(x)
  387. }
  388. func (*Maps) ProtoMessage() {}
  389. func (x *Maps) ProtoReflect() protoreflect.Message {
  390. return xxx_File_pb3_test_proto_messageTypes[5].MessageOf(x)
  391. }
  392. // Deprecated: Use Maps.ProtoReflect.Type instead.
  393. func (*Maps) Descriptor() ([]byte, []int) {
  394. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{5}
  395. }
  396. func (x *Maps) GetInt32ToStr() map[int32]string {
  397. if x != nil {
  398. return x.Int32ToStr
  399. }
  400. return nil
  401. }
  402. func (x *Maps) GetBoolToUint32() map[bool]uint32 {
  403. if x != nil {
  404. return x.BoolToUint32
  405. }
  406. return nil
  407. }
  408. func (x *Maps) GetUint64ToEnum() map[uint64]Enum {
  409. if x != nil {
  410. return x.Uint64ToEnum
  411. }
  412. return nil
  413. }
  414. func (x *Maps) GetStrToNested() map[string]*Nested {
  415. if x != nil {
  416. return x.StrToNested
  417. }
  418. return nil
  419. }
  420. func (x *Maps) GetStrToOneofs() map[string]*Oneofs {
  421. if x != nil {
  422. return x.StrToOneofs
  423. }
  424. return nil
  425. }
  426. // Message for testing json_name option.
  427. type JSONNames struct {
  428. SString string `protobuf:"bytes,1,opt,name=s_string,json=foo_bar,proto3" json:"s_string,omitempty"`
  429. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  430. XXX_unrecognized []byte `json:"-"`
  431. XXX_sizecache int32 `json:"-"`
  432. }
  433. func (x *JSONNames) Reset() {
  434. *x = JSONNames{}
  435. }
  436. func (x *JSONNames) String() string {
  437. return protoimpl.X.MessageStringOf(x)
  438. }
  439. func (*JSONNames) ProtoMessage() {}
  440. func (x *JSONNames) ProtoReflect() protoreflect.Message {
  441. return xxx_File_pb3_test_proto_messageTypes[6].MessageOf(x)
  442. }
  443. // Deprecated: Use JSONNames.ProtoReflect.Type instead.
  444. func (*JSONNames) Descriptor() ([]byte, []int) {
  445. return xxx_File_pb3_test_proto_rawDescGZIP(), []int{6}
  446. }
  447. func (x *JSONNames) GetSString() string {
  448. if x != nil {
  449. return x.SString
  450. }
  451. return ""
  452. }
  453. var File_pb3_test_proto protoreflect.FileDescriptor
  454. var xxx_File_pb3_test_proto_rawDesc = []byte{
  455. 0x0a, 0x0e, 0x70, 0x62, 0x33, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  456. 0x12, 0x03, 0x70, 0x62, 0x33, 0x22, 0x9e, 0x03, 0x0a, 0x07, 0x53, 0x63, 0x61, 0x6c, 0x61, 0x72,
  457. 0x73, 0x12, 0x15, 0x0a, 0x06, 0x73, 0x5f, 0x62, 0x6f, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28,
  458. 0x08, 0x52, 0x05, 0x73, 0x42, 0x6f, 0x6f, 0x6c, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x5f, 0x69, 0x6e,
  459. 0x74, 0x33, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x49, 0x6e, 0x74, 0x33,
  460. 0x32, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x5f, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x18, 0x03, 0x20, 0x01,
  461. 0x28, 0x03, 0x52, 0x06, 0x73, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x5f,
  462. 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x73, 0x55,
  463. 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x5f, 0x75, 0x69, 0x6e, 0x74, 0x36,
  464. 0x34, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x73, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34,
  465. 0x12, 0x19, 0x0a, 0x08, 0x73, 0x5f, 0x73, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x18, 0x06, 0x20, 0x01,
  466. 0x28, 0x11, 0x52, 0x07, 0x73, 0x53, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x19, 0x0a, 0x08, 0x73,
  467. 0x5f, 0x73, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x18, 0x07, 0x20, 0x01, 0x28, 0x12, 0x52, 0x07, 0x73,
  468. 0x53, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x5f, 0x66, 0x69, 0x78, 0x65,
  469. 0x64, 0x33, 0x32, 0x18, 0x08, 0x20, 0x01, 0x28, 0x07, 0x52, 0x08, 0x73, 0x46, 0x69, 0x78, 0x65,
  470. 0x64, 0x33, 0x32, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x5f, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34,
  471. 0x18, 0x09, 0x20, 0x01, 0x28, 0x06, 0x52, 0x08, 0x73, 0x46, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34,
  472. 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x5f, 0x73, 0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x18, 0x0a,
  473. 0x20, 0x01, 0x28, 0x0f, 0x52, 0x09, 0x73, 0x53, 0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x12,
  474. 0x1d, 0x0a, 0x0a, 0x73, 0x5f, 0x73, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x18, 0x0b, 0x20,
  475. 0x01, 0x28, 0x10, 0x52, 0x09, 0x73, 0x53, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x12, 0x17,
  476. 0x0a, 0x07, 0x73, 0x5f, 0x66, 0x6c, 0x6f, 0x61, 0x74, 0x18, 0x14, 0x20, 0x01, 0x28, 0x02, 0x52,
  477. 0x06, 0x73, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x5f, 0x64, 0x6f, 0x75,
  478. 0x62, 0x6c, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x73, 0x44, 0x6f, 0x75, 0x62,
  479. 0x6c, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x18, 0x0e, 0x20,
  480. 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x73,
  481. 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73,
  482. 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x22, 0x98, 0x01, 0x0a, 0x05, 0x45, 0x6e, 0x75, 0x6d, 0x73,
  483. 0x12, 0x20, 0x0a, 0x06, 0x73, 0x5f, 0x65, 0x6e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e,
  484. 0x32, 0x09, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x52, 0x05, 0x73, 0x45, 0x6e,
  485. 0x75, 0x6d, 0x12, 0x39, 0x0a, 0x0d, 0x73, 0x5f, 0x6e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x5f, 0x65,
  486. 0x6e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x70, 0x62, 0x33, 0x2e,
  487. 0x45, 0x6e, 0x75, 0x6d, 0x73, 0x2e, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x75, 0x6d,
  488. 0x52, 0x0b, 0x73, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x75, 0x6d, 0x22, 0x32, 0x0a,
  489. 0x0a, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x75, 0x6d, 0x12, 0x08, 0x0a, 0x04, 0x43,
  490. 0x45, 0x52, 0x4f, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x55, 0x4e, 0x4f, 0x10, 0x01, 0x12, 0x07,
  491. 0x0a, 0x03, 0x44, 0x4f, 0x53, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x49, 0x45, 0x5a, 0x10,
  492. 0x0a, 0x22, 0x2f, 0x0a, 0x05, 0x4e, 0x65, 0x73, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x08, 0x73, 0x5f,
  493. 0x6e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x70,
  494. 0x62, 0x33, 0x2e, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x52, 0x07, 0x73, 0x4e, 0x65, 0x73, 0x74,
  495. 0x65, 0x64, 0x22, 0x4b, 0x0a, 0x06, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x12, 0x19, 0x0a, 0x08,
  496. 0x73, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
  497. 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x26, 0x0a, 0x08, 0x73, 0x5f, 0x6e, 0x65, 0x73,
  498. 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x70, 0x62, 0x33, 0x2e,
  499. 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x52, 0x07, 0x73, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x22,
  500. 0x94, 0x01, 0x0a, 0x06, 0x4f, 0x6e, 0x65, 0x6f, 0x66, 0x73, 0x12, 0x2a, 0x0a, 0x0a, 0x6f, 0x6e,
  501. 0x65, 0x6f, 0x66, 0x5f, 0x65, 0x6e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x09,
  502. 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x48, 0x00, 0x52, 0x09, 0x6f, 0x6e, 0x65,
  503. 0x6f, 0x66, 0x45, 0x6e, 0x75, 0x6d, 0x12, 0x23, 0x0a, 0x0c, 0x6f, 0x6e, 0x65, 0x6f, 0x66, 0x5f,
  504. 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b,
  505. 0x6f, 0x6e, 0x65, 0x6f, 0x66, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x30, 0x0a, 0x0c, 0x6f,
  506. 0x6e, 0x65, 0x6f, 0x66, 0x5f, 0x6e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
  507. 0x0b, 0x32, 0x0b, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x48, 0x00,
  508. 0x52, 0x0b, 0x6f, 0x6e, 0x65, 0x6f, 0x66, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x42, 0x07, 0x0a,
  509. 0x05, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 0x22, 0xaf, 0x05, 0x0a, 0x04, 0x4d, 0x61, 0x70, 0x73, 0x12,
  510. 0x3b, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x5f, 0x74, 0x6f, 0x5f, 0x73, 0x74, 0x72, 0x18,
  511. 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x4d, 0x61, 0x70, 0x73,
  512. 0x2e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x54, 0x6f, 0x53, 0x74, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79,
  513. 0x52, 0x0a, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x54, 0x6f, 0x53, 0x74, 0x72, 0x12, 0x41, 0x0a, 0x0e,
  514. 0x62, 0x6f, 0x6f, 0x6c, 0x5f, 0x74, 0x6f, 0x5f, 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x18, 0x02,
  515. 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x4d, 0x61, 0x70, 0x73, 0x2e,
  516. 0x42, 0x6f, 0x6f, 0x6c, 0x54, 0x6f, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x45, 0x6e, 0x74, 0x72,
  517. 0x79, 0x52, 0x0c, 0x62, 0x6f, 0x6f, 0x6c, 0x54, 0x6f, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12,
  518. 0x41, 0x0a, 0x0e, 0x75, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x5f, 0x74, 0x6f, 0x5f, 0x65, 0x6e, 0x75,
  519. 0x6d, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x4d, 0x61,
  520. 0x70, 0x73, 0x2e, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x54, 0x6f, 0x45, 0x6e, 0x75, 0x6d, 0x45,
  521. 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0c, 0x75, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x54, 0x6f, 0x45, 0x6e,
  522. 0x75, 0x6d, 0x12, 0x3e, 0x0a, 0x0d, 0x73, 0x74, 0x72, 0x5f, 0x74, 0x6f, 0x5f, 0x6e, 0x65, 0x73,
  523. 0x74, 0x65, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x70, 0x62, 0x33, 0x2e,
  524. 0x4d, 0x61, 0x70, 0x73, 0x2e, 0x53, 0x74, 0x72, 0x54, 0x6f, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64,
  525. 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x73, 0x74, 0x72, 0x54, 0x6f, 0x4e, 0x65, 0x73, 0x74,
  526. 0x65, 0x64, 0x12, 0x3e, 0x0a, 0x0d, 0x73, 0x74, 0x72, 0x5f, 0x74, 0x6f, 0x5f, 0x6f, 0x6e, 0x65,
  527. 0x6f, 0x66, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x70, 0x62, 0x33, 0x2e,
  528. 0x4d, 0x61, 0x70, 0x73, 0x2e, 0x53, 0x74, 0x72, 0x54, 0x6f, 0x4f, 0x6e, 0x65, 0x6f, 0x66, 0x73,
  529. 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x73, 0x74, 0x72, 0x54, 0x6f, 0x4f, 0x6e, 0x65, 0x6f,
  530. 0x66, 0x73, 0x1a, 0x3d, 0x0a, 0x0f, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x54, 0x6f, 0x53, 0x74, 0x72,
  531. 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01,
  532. 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
  533. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38,
  534. 0x01, 0x1a, 0x3f, 0x0a, 0x11, 0x42, 0x6f, 0x6f, 0x6c, 0x54, 0x6f, 0x55, 0x69, 0x6e, 0x74, 0x33,
  535. 0x32, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20,
  536. 0x01, 0x28, 0x08, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
  537. 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02,
  538. 0x38, 0x01, 0x1a, 0x4a, 0x0a, 0x11, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x54, 0x6f, 0x45, 0x6e,
  539. 0x75, 0x6d, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
  540. 0x20, 0x01, 0x28, 0x04, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x05, 0x76, 0x61, 0x6c,
  541. 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x09, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x45,
  542. 0x6e, 0x75, 0x6d, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x4b,
  543. 0x0a, 0x10, 0x53, 0x74, 0x72, 0x54, 0x6f, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x74,
  544. 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  545. 0x03, 0x6b, 0x65, 0x79, 0x12, 0x21, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20,
  546. 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x4e, 0x65, 0x73, 0x74, 0x65, 0x64,
  547. 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x4b, 0x0a, 0x10, 0x53,
  548. 0x74, 0x72, 0x54, 0x6f, 0x4f, 0x6e, 0x65, 0x6f, 0x66, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12,
  549. 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
  550. 0x79, 0x12, 0x21, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
  551. 0x32, 0x0b, 0x2e, 0x70, 0x62, 0x33, 0x2e, 0x4f, 0x6e, 0x65, 0x6f, 0x66, 0x73, 0x52, 0x05, 0x76,
  552. 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x26, 0x0a, 0x09, 0x4a, 0x53, 0x4f, 0x4e,
  553. 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e,
  554. 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x66, 0x6f, 0x6f, 0x5f, 0x62, 0x61, 0x72,
  555. 0x2a, 0x2b, 0x0a, 0x04, 0x45, 0x6e, 0x75, 0x6d, 0x12, 0x08, 0x0a, 0x04, 0x5a, 0x45, 0x52, 0x4f,
  556. 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x4f, 0x4e, 0x45, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x54,
  557. 0x57, 0x4f, 0x10, 0x02, 0x12, 0x07, 0x0a, 0x03, 0x54, 0x45, 0x4e, 0x10, 0x0a, 0x42, 0x37, 0x5a,
  558. 0x35, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x6c, 0x61,
  559. 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x76, 0x32, 0x2f, 0x65,
  560. 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70, 0x72, 0x6f, 0x74,
  561. 0x6f, 0x73, 0x2f, 0x70, 0x62, 0x33, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  562. }
  563. var (
  564. xxx_File_pb3_test_proto_rawDesc_once sync.Once
  565. xxx_File_pb3_test_proto_rawDesc_data = xxx_File_pb3_test_proto_rawDesc
  566. )
  567. func xxx_File_pb3_test_proto_rawDescGZIP() []byte {
  568. xxx_File_pb3_test_proto_rawDesc_once.Do(func() {
  569. xxx_File_pb3_test_proto_rawDesc_data = protoimpl.X.CompressGZIP(xxx_File_pb3_test_proto_rawDesc_data)
  570. })
  571. return xxx_File_pb3_test_proto_rawDesc_data
  572. }
  573. var xxx_File_pb3_test_proto_enumTypes = make([]protoreflect.EnumType, 2)
  574. var xxx_File_pb3_test_proto_messageTypes = make([]protoimpl.MessageType, 12)
  575. var xxx_File_pb3_test_proto_goTypes = []interface{}{
  576. (Enum)(0), // 0: pb3.Enum
  577. (Enums_NestedEnum)(0), // 1: pb3.Enums.NestedEnum
  578. (*Scalars)(nil), // 2: pb3.Scalars
  579. (*Enums)(nil), // 3: pb3.Enums
  580. (*Nests)(nil), // 4: pb3.Nests
  581. (*Nested)(nil), // 5: pb3.Nested
  582. (*Oneofs)(nil), // 6: pb3.Oneofs
  583. (*Maps)(nil), // 7: pb3.Maps
  584. (*JSONNames)(nil), // 8: pb3.JSONNames
  585. nil, // 9: pb3.Maps.Int32ToStrEntry
  586. nil, // 10: pb3.Maps.BoolToUint32Entry
  587. nil, // 11: pb3.Maps.Uint64ToEnumEntry
  588. nil, // 12: pb3.Maps.StrToNestedEntry
  589. nil, // 13: pb3.Maps.StrToOneofsEntry
  590. }
  591. var xxx_File_pb3_test_proto_depIdxs = []int32{
  592. 0, // pb3.Enums.s_enum:type_name -> pb3.Enum
  593. 1, // pb3.Enums.s_nested_enum:type_name -> pb3.Enums.NestedEnum
  594. 5, // pb3.Nests.s_nested:type_name -> pb3.Nested
  595. 5, // pb3.Nested.s_nested:type_name -> pb3.Nested
  596. 0, // pb3.Oneofs.oneof_enum:type_name -> pb3.Enum
  597. 5, // pb3.Oneofs.oneof_nested:type_name -> pb3.Nested
  598. 9, // pb3.Maps.int32_to_str:type_name -> pb3.Maps.Int32ToStrEntry
  599. 10, // pb3.Maps.bool_to_uint32:type_name -> pb3.Maps.BoolToUint32Entry
  600. 11, // pb3.Maps.uint64_to_enum:type_name -> pb3.Maps.Uint64ToEnumEntry
  601. 12, // pb3.Maps.str_to_nested:type_name -> pb3.Maps.StrToNestedEntry
  602. 13, // pb3.Maps.str_to_oneofs:type_name -> pb3.Maps.StrToOneofsEntry
  603. 0, // pb3.Maps.Uint64ToEnumEntry.value:type_name -> pb3.Enum
  604. 5, // pb3.Maps.StrToNestedEntry.value:type_name -> pb3.Nested
  605. 6, // pb3.Maps.StrToOneofsEntry.value:type_name -> pb3.Oneofs
  606. }
  607. func init() { xxx_File_pb3_test_proto_init() }
  608. func xxx_File_pb3_test_proto_init() {
  609. if File_pb3_test_proto != nil {
  610. return
  611. }
  612. File_pb3_test_proto = protoimpl.FileBuilder{
  613. RawDescriptor: xxx_File_pb3_test_proto_rawDesc,
  614. GoTypes: xxx_File_pb3_test_proto_goTypes,
  615. DependencyIndexes: xxx_File_pb3_test_proto_depIdxs,
  616. EnumOutputTypes: xxx_File_pb3_test_proto_enumTypes,
  617. MessageOutputTypes: xxx_File_pb3_test_proto_messageTypes,
  618. FilesRegistry: protoregistry.GlobalFiles,
  619. TypesRegistry: protoregistry.GlobalTypes,
  620. }.Init()
  621. xxx_File_pb3_test_proto_rawDesc = nil
  622. xxx_File_pb3_test_proto_goTypes = nil
  623. xxx_File_pb3_test_proto_depIdxs = nil
  624. }