test.pb.go 28 KB

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