test.pb.go 28 KB

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