benchmark_message2.pb.go 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819
  1. // Benchmark messages for proto2.
  2. // Code generated by protoc-gen-go. DO NOT EDIT.
  3. // source: datasets/google_message2/benchmark_message2.proto
  4. package google_message2
  5. import (
  6. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  7. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  8. reflect "reflect"
  9. sync "sync"
  10. )
  11. type GoogleMessage2 struct {
  12. state protoimpl.MessageState
  13. sizeCache protoimpl.SizeCache
  14. unknownFields protoimpl.UnknownFields
  15. Field1 *string `protobuf:"bytes,1,opt,name=field1" json:"field1,omitempty"`
  16. Field3 *int64 `protobuf:"varint,3,opt,name=field3" json:"field3,omitempty"`
  17. Field4 *int64 `protobuf:"varint,4,opt,name=field4" json:"field4,omitempty"`
  18. Field30 *int64 `protobuf:"varint,30,opt,name=field30" json:"field30,omitempty"`
  19. Field75 *bool `protobuf:"varint,75,opt,name=field75,def=0" json:"field75,omitempty"`
  20. Field6 *string `protobuf:"bytes,6,opt,name=field6" json:"field6,omitempty"`
  21. Field2 []byte `protobuf:"bytes,2,opt,name=field2" json:"field2,omitempty"`
  22. Field21 *int32 `protobuf:"varint,21,opt,name=field21,def=0" json:"field21,omitempty"`
  23. Field71 *int32 `protobuf:"varint,71,opt,name=field71" json:"field71,omitempty"`
  24. Field25 *float32 `protobuf:"fixed32,25,opt,name=field25" json:"field25,omitempty"`
  25. Field109 *int32 `protobuf:"varint,109,opt,name=field109,def=0" json:"field109,omitempty"`
  26. Field210 *int32 `protobuf:"varint,210,opt,name=field210,def=0" json:"field210,omitempty"`
  27. Field211 *int32 `protobuf:"varint,211,opt,name=field211,def=0" json:"field211,omitempty"`
  28. Field212 *int32 `protobuf:"varint,212,opt,name=field212,def=0" json:"field212,omitempty"`
  29. Field213 *int32 `protobuf:"varint,213,opt,name=field213,def=0" json:"field213,omitempty"`
  30. Field216 *int32 `protobuf:"varint,216,opt,name=field216,def=0" json:"field216,omitempty"`
  31. Field217 *int32 `protobuf:"varint,217,opt,name=field217,def=0" json:"field217,omitempty"`
  32. Field218 *int32 `protobuf:"varint,218,opt,name=field218,def=0" json:"field218,omitempty"`
  33. Field220 *int32 `protobuf:"varint,220,opt,name=field220,def=0" json:"field220,omitempty"`
  34. Field221 *int32 `protobuf:"varint,221,opt,name=field221,def=0" json:"field221,omitempty"`
  35. Field222 *float32 `protobuf:"fixed32,222,opt,name=field222,def=0" json:"field222,omitempty"`
  36. Field63 *int32 `protobuf:"varint,63,opt,name=field63" json:"field63,omitempty"`
  37. Group1 []*GoogleMessage2_Group1 `protobuf:"group,10,rep,name=Group1,json=group1" json:"group1,omitempty"`
  38. Field128 []string `protobuf:"bytes,128,rep,name=field128" json:"field128,omitempty"`
  39. Field131 *int64 `protobuf:"varint,131,opt,name=field131" json:"field131,omitempty"`
  40. Field127 []string `protobuf:"bytes,127,rep,name=field127" json:"field127,omitempty"`
  41. Field129 *int32 `protobuf:"varint,129,opt,name=field129" json:"field129,omitempty"`
  42. Field130 []int64 `protobuf:"varint,130,rep,name=field130" json:"field130,omitempty"`
  43. Field205 *bool `protobuf:"varint,205,opt,name=field205,def=0" json:"field205,omitempty"`
  44. Field206 *bool `protobuf:"varint,206,opt,name=field206,def=0" json:"field206,omitempty"`
  45. }
  46. // Default values for GoogleMessage2 fields.
  47. const (
  48. Default_GoogleMessage2_Field75 = bool(false)
  49. Default_GoogleMessage2_Field21 = int32(0)
  50. Default_GoogleMessage2_Field109 = int32(0)
  51. Default_GoogleMessage2_Field210 = int32(0)
  52. Default_GoogleMessage2_Field211 = int32(0)
  53. Default_GoogleMessage2_Field212 = int32(0)
  54. Default_GoogleMessage2_Field213 = int32(0)
  55. Default_GoogleMessage2_Field216 = int32(0)
  56. Default_GoogleMessage2_Field217 = int32(0)
  57. Default_GoogleMessage2_Field218 = int32(0)
  58. Default_GoogleMessage2_Field220 = int32(0)
  59. Default_GoogleMessage2_Field221 = int32(0)
  60. Default_GoogleMessage2_Field222 = float32(0)
  61. Default_GoogleMessage2_Field205 = bool(false)
  62. Default_GoogleMessage2_Field206 = bool(false)
  63. )
  64. func (x *GoogleMessage2) Reset() {
  65. *x = GoogleMessage2{}
  66. }
  67. func (x *GoogleMessage2) String() string {
  68. return protoimpl.X.MessageStringOf(x)
  69. }
  70. func (*GoogleMessage2) ProtoMessage() {}
  71. func (x *GoogleMessage2) ProtoReflect() protoreflect.Message {
  72. mi := &file_datasets_google_message2_benchmark_message2_proto_msgTypes[0]
  73. if protoimpl.UnsafeEnabled && x != nil {
  74. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  75. if ms.LoadMessageInfo() == nil {
  76. ms.StoreMessageInfo(mi)
  77. }
  78. return ms
  79. }
  80. return mi.MessageOf(x)
  81. }
  82. // Deprecated: Use GoogleMessage2.ProtoReflect.Descriptor instead.
  83. func (*GoogleMessage2) Descriptor() ([]byte, []int) {
  84. return file_datasets_google_message2_benchmark_message2_proto_rawDescGZIP(), []int{0}
  85. }
  86. func (x *GoogleMessage2) GetField1() string {
  87. if x != nil && x.Field1 != nil {
  88. return *x.Field1
  89. }
  90. return ""
  91. }
  92. func (x *GoogleMessage2) GetField3() int64 {
  93. if x != nil && x.Field3 != nil {
  94. return *x.Field3
  95. }
  96. return 0
  97. }
  98. func (x *GoogleMessage2) GetField4() int64 {
  99. if x != nil && x.Field4 != nil {
  100. return *x.Field4
  101. }
  102. return 0
  103. }
  104. func (x *GoogleMessage2) GetField30() int64 {
  105. if x != nil && x.Field30 != nil {
  106. return *x.Field30
  107. }
  108. return 0
  109. }
  110. func (x *GoogleMessage2) GetField75() bool {
  111. if x != nil && x.Field75 != nil {
  112. return *x.Field75
  113. }
  114. return Default_GoogleMessage2_Field75
  115. }
  116. func (x *GoogleMessage2) GetField6() string {
  117. if x != nil && x.Field6 != nil {
  118. return *x.Field6
  119. }
  120. return ""
  121. }
  122. func (x *GoogleMessage2) GetField2() []byte {
  123. if x != nil {
  124. return x.Field2
  125. }
  126. return nil
  127. }
  128. func (x *GoogleMessage2) GetField21() int32 {
  129. if x != nil && x.Field21 != nil {
  130. return *x.Field21
  131. }
  132. return Default_GoogleMessage2_Field21
  133. }
  134. func (x *GoogleMessage2) GetField71() int32 {
  135. if x != nil && x.Field71 != nil {
  136. return *x.Field71
  137. }
  138. return 0
  139. }
  140. func (x *GoogleMessage2) GetField25() float32 {
  141. if x != nil && x.Field25 != nil {
  142. return *x.Field25
  143. }
  144. return 0
  145. }
  146. func (x *GoogleMessage2) GetField109() int32 {
  147. if x != nil && x.Field109 != nil {
  148. return *x.Field109
  149. }
  150. return Default_GoogleMessage2_Field109
  151. }
  152. func (x *GoogleMessage2) GetField210() int32 {
  153. if x != nil && x.Field210 != nil {
  154. return *x.Field210
  155. }
  156. return Default_GoogleMessage2_Field210
  157. }
  158. func (x *GoogleMessage2) GetField211() int32 {
  159. if x != nil && x.Field211 != nil {
  160. return *x.Field211
  161. }
  162. return Default_GoogleMessage2_Field211
  163. }
  164. func (x *GoogleMessage2) GetField212() int32 {
  165. if x != nil && x.Field212 != nil {
  166. return *x.Field212
  167. }
  168. return Default_GoogleMessage2_Field212
  169. }
  170. func (x *GoogleMessage2) GetField213() int32 {
  171. if x != nil && x.Field213 != nil {
  172. return *x.Field213
  173. }
  174. return Default_GoogleMessage2_Field213
  175. }
  176. func (x *GoogleMessage2) GetField216() int32 {
  177. if x != nil && x.Field216 != nil {
  178. return *x.Field216
  179. }
  180. return Default_GoogleMessage2_Field216
  181. }
  182. func (x *GoogleMessage2) GetField217() int32 {
  183. if x != nil && x.Field217 != nil {
  184. return *x.Field217
  185. }
  186. return Default_GoogleMessage2_Field217
  187. }
  188. func (x *GoogleMessage2) GetField218() int32 {
  189. if x != nil && x.Field218 != nil {
  190. return *x.Field218
  191. }
  192. return Default_GoogleMessage2_Field218
  193. }
  194. func (x *GoogleMessage2) GetField220() int32 {
  195. if x != nil && x.Field220 != nil {
  196. return *x.Field220
  197. }
  198. return Default_GoogleMessage2_Field220
  199. }
  200. func (x *GoogleMessage2) GetField221() int32 {
  201. if x != nil && x.Field221 != nil {
  202. return *x.Field221
  203. }
  204. return Default_GoogleMessage2_Field221
  205. }
  206. func (x *GoogleMessage2) GetField222() float32 {
  207. if x != nil && x.Field222 != nil {
  208. return *x.Field222
  209. }
  210. return Default_GoogleMessage2_Field222
  211. }
  212. func (x *GoogleMessage2) GetField63() int32 {
  213. if x != nil && x.Field63 != nil {
  214. return *x.Field63
  215. }
  216. return 0
  217. }
  218. func (x *GoogleMessage2) GetGroup1() []*GoogleMessage2_Group1 {
  219. if x != nil {
  220. return x.Group1
  221. }
  222. return nil
  223. }
  224. func (x *GoogleMessage2) GetField128() []string {
  225. if x != nil {
  226. return x.Field128
  227. }
  228. return nil
  229. }
  230. func (x *GoogleMessage2) GetField131() int64 {
  231. if x != nil && x.Field131 != nil {
  232. return *x.Field131
  233. }
  234. return 0
  235. }
  236. func (x *GoogleMessage2) GetField127() []string {
  237. if x != nil {
  238. return x.Field127
  239. }
  240. return nil
  241. }
  242. func (x *GoogleMessage2) GetField129() int32 {
  243. if x != nil && x.Field129 != nil {
  244. return *x.Field129
  245. }
  246. return 0
  247. }
  248. func (x *GoogleMessage2) GetField130() []int64 {
  249. if x != nil {
  250. return x.Field130
  251. }
  252. return nil
  253. }
  254. func (x *GoogleMessage2) GetField205() bool {
  255. if x != nil && x.Field205 != nil {
  256. return *x.Field205
  257. }
  258. return Default_GoogleMessage2_Field205
  259. }
  260. func (x *GoogleMessage2) GetField206() bool {
  261. if x != nil && x.Field206 != nil {
  262. return *x.Field206
  263. }
  264. return Default_GoogleMessage2_Field206
  265. }
  266. type GoogleMessage2GroupedMessage struct {
  267. state protoimpl.MessageState
  268. sizeCache protoimpl.SizeCache
  269. unknownFields protoimpl.UnknownFields
  270. Field1 *float32 `protobuf:"fixed32,1,opt,name=field1" json:"field1,omitempty"`
  271. Field2 *float32 `protobuf:"fixed32,2,opt,name=field2" json:"field2,omitempty"`
  272. Field3 *float32 `protobuf:"fixed32,3,opt,name=field3,def=0" json:"field3,omitempty"`
  273. Field4 *bool `protobuf:"varint,4,opt,name=field4" json:"field4,omitempty"`
  274. Field5 *bool `protobuf:"varint,5,opt,name=field5" json:"field5,omitempty"`
  275. Field6 *bool `protobuf:"varint,6,opt,name=field6,def=1" json:"field6,omitempty"`
  276. Field7 *bool `protobuf:"varint,7,opt,name=field7,def=0" json:"field7,omitempty"`
  277. Field8 *float32 `protobuf:"fixed32,8,opt,name=field8" json:"field8,omitempty"`
  278. Field9 *bool `protobuf:"varint,9,opt,name=field9" json:"field9,omitempty"`
  279. Field10 *float32 `protobuf:"fixed32,10,opt,name=field10" json:"field10,omitempty"`
  280. Field11 *int64 `protobuf:"varint,11,opt,name=field11" json:"field11,omitempty"`
  281. }
  282. // Default values for GoogleMessage2GroupedMessage fields.
  283. const (
  284. Default_GoogleMessage2GroupedMessage_Field3 = float32(0)
  285. Default_GoogleMessage2GroupedMessage_Field6 = bool(true)
  286. Default_GoogleMessage2GroupedMessage_Field7 = bool(false)
  287. )
  288. func (x *GoogleMessage2GroupedMessage) Reset() {
  289. *x = GoogleMessage2GroupedMessage{}
  290. }
  291. func (x *GoogleMessage2GroupedMessage) String() string {
  292. return protoimpl.X.MessageStringOf(x)
  293. }
  294. func (*GoogleMessage2GroupedMessage) ProtoMessage() {}
  295. func (x *GoogleMessage2GroupedMessage) ProtoReflect() protoreflect.Message {
  296. mi := &file_datasets_google_message2_benchmark_message2_proto_msgTypes[1]
  297. if protoimpl.UnsafeEnabled && x != nil {
  298. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  299. if ms.LoadMessageInfo() == nil {
  300. ms.StoreMessageInfo(mi)
  301. }
  302. return ms
  303. }
  304. return mi.MessageOf(x)
  305. }
  306. // Deprecated: Use GoogleMessage2GroupedMessage.ProtoReflect.Descriptor instead.
  307. func (*GoogleMessage2GroupedMessage) Descriptor() ([]byte, []int) {
  308. return file_datasets_google_message2_benchmark_message2_proto_rawDescGZIP(), []int{1}
  309. }
  310. func (x *GoogleMessage2GroupedMessage) GetField1() float32 {
  311. if x != nil && x.Field1 != nil {
  312. return *x.Field1
  313. }
  314. return 0
  315. }
  316. func (x *GoogleMessage2GroupedMessage) GetField2() float32 {
  317. if x != nil && x.Field2 != nil {
  318. return *x.Field2
  319. }
  320. return 0
  321. }
  322. func (x *GoogleMessage2GroupedMessage) GetField3() float32 {
  323. if x != nil && x.Field3 != nil {
  324. return *x.Field3
  325. }
  326. return Default_GoogleMessage2GroupedMessage_Field3
  327. }
  328. func (x *GoogleMessage2GroupedMessage) GetField4() bool {
  329. if x != nil && x.Field4 != nil {
  330. return *x.Field4
  331. }
  332. return false
  333. }
  334. func (x *GoogleMessage2GroupedMessage) GetField5() bool {
  335. if x != nil && x.Field5 != nil {
  336. return *x.Field5
  337. }
  338. return false
  339. }
  340. func (x *GoogleMessage2GroupedMessage) GetField6() bool {
  341. if x != nil && x.Field6 != nil {
  342. return *x.Field6
  343. }
  344. return Default_GoogleMessage2GroupedMessage_Field6
  345. }
  346. func (x *GoogleMessage2GroupedMessage) GetField7() bool {
  347. if x != nil && x.Field7 != nil {
  348. return *x.Field7
  349. }
  350. return Default_GoogleMessage2GroupedMessage_Field7
  351. }
  352. func (x *GoogleMessage2GroupedMessage) GetField8() float32 {
  353. if x != nil && x.Field8 != nil {
  354. return *x.Field8
  355. }
  356. return 0
  357. }
  358. func (x *GoogleMessage2GroupedMessage) GetField9() bool {
  359. if x != nil && x.Field9 != nil {
  360. return *x.Field9
  361. }
  362. return false
  363. }
  364. func (x *GoogleMessage2GroupedMessage) GetField10() float32 {
  365. if x != nil && x.Field10 != nil {
  366. return *x.Field10
  367. }
  368. return 0
  369. }
  370. func (x *GoogleMessage2GroupedMessage) GetField11() int64 {
  371. if x != nil && x.Field11 != nil {
  372. return *x.Field11
  373. }
  374. return 0
  375. }
  376. type GoogleMessage2_Group1 struct {
  377. state protoimpl.MessageState
  378. sizeCache protoimpl.SizeCache
  379. unknownFields protoimpl.UnknownFields
  380. Field11 *float32 `protobuf:"fixed32,11,req,name=field11" json:"field11,omitempty"`
  381. Field26 *float32 `protobuf:"fixed32,26,opt,name=field26" json:"field26,omitempty"`
  382. Field12 *string `protobuf:"bytes,12,opt,name=field12" json:"field12,omitempty"`
  383. Field13 *string `protobuf:"bytes,13,opt,name=field13" json:"field13,omitempty"`
  384. Field14 []string `protobuf:"bytes,14,rep,name=field14" json:"field14,omitempty"`
  385. Field15 *uint64 `protobuf:"varint,15,req,name=field15" json:"field15,omitempty"`
  386. Field5 *int32 `protobuf:"varint,5,opt,name=field5" json:"field5,omitempty"`
  387. Field27 *string `protobuf:"bytes,27,opt,name=field27" json:"field27,omitempty"`
  388. Field28 *int32 `protobuf:"varint,28,opt,name=field28" json:"field28,omitempty"`
  389. Field29 *string `protobuf:"bytes,29,opt,name=field29" json:"field29,omitempty"`
  390. Field16 *string `protobuf:"bytes,16,opt,name=field16" json:"field16,omitempty"`
  391. Field22 []string `protobuf:"bytes,22,rep,name=field22" json:"field22,omitempty"`
  392. Field73 []int32 `protobuf:"varint,73,rep,name=field73" json:"field73,omitempty"`
  393. Field20 *int32 `protobuf:"varint,20,opt,name=field20,def=0" json:"field20,omitempty"`
  394. Field24 *string `protobuf:"bytes,24,opt,name=field24" json:"field24,omitempty"`
  395. Field31 *GoogleMessage2GroupedMessage `protobuf:"bytes,31,opt,name=field31" json:"field31,omitempty"`
  396. }
  397. // Default values for GoogleMessage2_Group1 fields.
  398. const (
  399. Default_GoogleMessage2_Group1_Field20 = int32(0)
  400. )
  401. func (x *GoogleMessage2_Group1) Reset() {
  402. *x = GoogleMessage2_Group1{}
  403. }
  404. func (x *GoogleMessage2_Group1) String() string {
  405. return protoimpl.X.MessageStringOf(x)
  406. }
  407. func (*GoogleMessage2_Group1) ProtoMessage() {}
  408. func (x *GoogleMessage2_Group1) ProtoReflect() protoreflect.Message {
  409. mi := &file_datasets_google_message2_benchmark_message2_proto_msgTypes[2]
  410. if protoimpl.UnsafeEnabled && x != nil {
  411. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  412. if ms.LoadMessageInfo() == nil {
  413. ms.StoreMessageInfo(mi)
  414. }
  415. return ms
  416. }
  417. return mi.MessageOf(x)
  418. }
  419. // Deprecated: Use GoogleMessage2_Group1.ProtoReflect.Descriptor instead.
  420. func (*GoogleMessage2_Group1) Descriptor() ([]byte, []int) {
  421. return file_datasets_google_message2_benchmark_message2_proto_rawDescGZIP(), []int{0, 0}
  422. }
  423. func (x *GoogleMessage2_Group1) GetField11() float32 {
  424. if x != nil && x.Field11 != nil {
  425. return *x.Field11
  426. }
  427. return 0
  428. }
  429. func (x *GoogleMessage2_Group1) GetField26() float32 {
  430. if x != nil && x.Field26 != nil {
  431. return *x.Field26
  432. }
  433. return 0
  434. }
  435. func (x *GoogleMessage2_Group1) GetField12() string {
  436. if x != nil && x.Field12 != nil {
  437. return *x.Field12
  438. }
  439. return ""
  440. }
  441. func (x *GoogleMessage2_Group1) GetField13() string {
  442. if x != nil && x.Field13 != nil {
  443. return *x.Field13
  444. }
  445. return ""
  446. }
  447. func (x *GoogleMessage2_Group1) GetField14() []string {
  448. if x != nil {
  449. return x.Field14
  450. }
  451. return nil
  452. }
  453. func (x *GoogleMessage2_Group1) GetField15() uint64 {
  454. if x != nil && x.Field15 != nil {
  455. return *x.Field15
  456. }
  457. return 0
  458. }
  459. func (x *GoogleMessage2_Group1) GetField5() int32 {
  460. if x != nil && x.Field5 != nil {
  461. return *x.Field5
  462. }
  463. return 0
  464. }
  465. func (x *GoogleMessage2_Group1) GetField27() string {
  466. if x != nil && x.Field27 != nil {
  467. return *x.Field27
  468. }
  469. return ""
  470. }
  471. func (x *GoogleMessage2_Group1) GetField28() int32 {
  472. if x != nil && x.Field28 != nil {
  473. return *x.Field28
  474. }
  475. return 0
  476. }
  477. func (x *GoogleMessage2_Group1) GetField29() string {
  478. if x != nil && x.Field29 != nil {
  479. return *x.Field29
  480. }
  481. return ""
  482. }
  483. func (x *GoogleMessage2_Group1) GetField16() string {
  484. if x != nil && x.Field16 != nil {
  485. return *x.Field16
  486. }
  487. return ""
  488. }
  489. func (x *GoogleMessage2_Group1) GetField22() []string {
  490. if x != nil {
  491. return x.Field22
  492. }
  493. return nil
  494. }
  495. func (x *GoogleMessage2_Group1) GetField73() []int32 {
  496. if x != nil {
  497. return x.Field73
  498. }
  499. return nil
  500. }
  501. func (x *GoogleMessage2_Group1) GetField20() int32 {
  502. if x != nil && x.Field20 != nil {
  503. return *x.Field20
  504. }
  505. return Default_GoogleMessage2_Group1_Field20
  506. }
  507. func (x *GoogleMessage2_Group1) GetField24() string {
  508. if x != nil && x.Field24 != nil {
  509. return *x.Field24
  510. }
  511. return ""
  512. }
  513. func (x *GoogleMessage2_Group1) GetField31() *GoogleMessage2GroupedMessage {
  514. if x != nil {
  515. return x.Field31
  516. }
  517. return nil
  518. }
  519. var File_datasets_google_message2_benchmark_message2_proto protoreflect.FileDescriptor
  520. var file_datasets_google_message2_benchmark_message2_proto_rawDesc = []byte{
  521. 0x0a, 0x31, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  522. 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x2f, 0x62, 0x65, 0x6e, 0x63, 0x68,
  523. 0x6d, 0x61, 0x72, 0x6b, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x2e, 0x70, 0x72,
  524. 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x2e,
  525. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x22, 0x84, 0x0b, 0x0a, 0x0e, 0x47, 0x6f, 0x6f, 0x67, 0x6c,
  526. 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x65,
  527. 0x6c, 0x64, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64,
  528. 0x31, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x33, 0x18, 0x03, 0x20, 0x01, 0x28,
  529. 0x03, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x33, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x65,
  530. 0x6c, 0x64, 0x34, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64,
  531. 0x34, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x33, 0x30, 0x18, 0x1e, 0x20, 0x01,
  532. 0x28, 0x03, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x33, 0x30, 0x12, 0x1f, 0x0a, 0x07, 0x66,
  533. 0x69, 0x65, 0x6c, 0x64, 0x37, 0x35, 0x18, 0x4b, 0x20, 0x01, 0x28, 0x08, 0x3a, 0x05, 0x66, 0x61,
  534. 0x6c, 0x73, 0x65, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x35, 0x12, 0x16, 0x0a, 0x06,
  535. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x36, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69,
  536. 0x65, 0x6c, 0x64, 0x36, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x18, 0x02,
  537. 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x12, 0x1b, 0x0a, 0x07,
  538. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x18, 0x15, 0x20, 0x01, 0x28, 0x05, 0x3a, 0x01, 0x30,
  539. 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65,
  540. 0x6c, 0x64, 0x37, 0x31, 0x18, 0x47, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c,
  541. 0x64, 0x37, 0x31, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x35, 0x18, 0x19,
  542. 0x20, 0x01, 0x28, 0x02, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x35, 0x12, 0x1d, 0x0a,
  543. 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x39, 0x18, 0x6d, 0x20, 0x01, 0x28, 0x05, 0x3a,
  544. 0x01, 0x30, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x39, 0x12, 0x1e, 0x0a, 0x08,
  545. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x30, 0x18, 0xd2, 0x01, 0x20, 0x01, 0x28, 0x05, 0x3a,
  546. 0x01, 0x30, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x30, 0x12, 0x1e, 0x0a, 0x08,
  547. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x31, 0x18, 0xd3, 0x01, 0x20, 0x01, 0x28, 0x05, 0x3a,
  548. 0x01, 0x30, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x31, 0x12, 0x1e, 0x0a, 0x08,
  549. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x32, 0x18, 0xd4, 0x01, 0x20, 0x01, 0x28, 0x05, 0x3a,
  550. 0x01, 0x30, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x32, 0x12, 0x1e, 0x0a, 0x08,
  551. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x33, 0x18, 0xd5, 0x01, 0x20, 0x01, 0x28, 0x05, 0x3a,
  552. 0x01, 0x30, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x33, 0x12, 0x1e, 0x0a, 0x08,
  553. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x36, 0x18, 0xd8, 0x01, 0x20, 0x01, 0x28, 0x05, 0x3a,
  554. 0x01, 0x30, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x36, 0x12, 0x1e, 0x0a, 0x08,
  555. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x37, 0x18, 0xd9, 0x01, 0x20, 0x01, 0x28, 0x05, 0x3a,
  556. 0x01, 0x30, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x37, 0x12, 0x1e, 0x0a, 0x08,
  557. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x38, 0x18, 0xda, 0x01, 0x20, 0x01, 0x28, 0x05, 0x3a,
  558. 0x01, 0x30, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x31, 0x38, 0x12, 0x1e, 0x0a, 0x08,
  559. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x32, 0x30, 0x18, 0xdc, 0x01, 0x20, 0x01, 0x28, 0x05, 0x3a,
  560. 0x01, 0x30, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x32, 0x30, 0x12, 0x1e, 0x0a, 0x08,
  561. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x32, 0x31, 0x18, 0xdd, 0x01, 0x20, 0x01, 0x28, 0x05, 0x3a,
  562. 0x01, 0x30, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x32, 0x31, 0x12, 0x1e, 0x0a, 0x08,
  563. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x32, 0x32, 0x18, 0xde, 0x01, 0x20, 0x01, 0x28, 0x02, 0x3a,
  564. 0x01, 0x30, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x32, 0x32, 0x12, 0x18, 0x0a, 0x07,
  565. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x36, 0x33, 0x18, 0x3f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x66,
  566. 0x69, 0x65, 0x6c, 0x64, 0x36, 0x33, 0x12, 0x40, 0x0a, 0x06, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x31,
  567. 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0a, 0x32, 0x28, 0x2e, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61,
  568. 0x72, 0x6b, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x2e, 0x47, 0x6f, 0x6f, 0x67, 0x6c,
  569. 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x31,
  570. 0x52, 0x06, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x31, 0x12, 0x1b, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c,
  571. 0x64, 0x31, 0x32, 0x38, 0x18, 0x80, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65,
  572. 0x6c, 0x64, 0x31, 0x32, 0x38, 0x12, 0x1b, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x33,
  573. 0x31, 0x18, 0x83, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31,
  574. 0x33, 0x31, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x32, 0x37, 0x18, 0x7f,
  575. 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x32, 0x37, 0x12, 0x1b,
  576. 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x32, 0x39, 0x18, 0x81, 0x01, 0x20, 0x01, 0x28,
  577. 0x05, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x32, 0x39, 0x12, 0x1b, 0x0a, 0x08, 0x66,
  578. 0x69, 0x65, 0x6c, 0x64, 0x31, 0x33, 0x30, 0x18, 0x82, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x08,
  579. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x33, 0x30, 0x12, 0x22, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c,
  580. 0x64, 0x32, 0x30, 0x35, 0x18, 0xcd, 0x01, 0x20, 0x01, 0x28, 0x08, 0x3a, 0x05, 0x66, 0x61, 0x6c,
  581. 0x73, 0x65, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x30, 0x35, 0x12, 0x22, 0x0a, 0x08,
  582. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x30, 0x36, 0x18, 0xce, 0x01, 0x20, 0x01, 0x28, 0x08, 0x3a,
  583. 0x05, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x30, 0x36,
  584. 0x1a, 0xda, 0x03, 0x0a, 0x06, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x31, 0x12, 0x18, 0x0a, 0x07, 0x66,
  585. 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x18, 0x0b, 0x20, 0x02, 0x28, 0x02, 0x52, 0x07, 0x66, 0x69,
  586. 0x65, 0x6c, 0x64, 0x31, 0x31, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x36,
  587. 0x18, 0x1a, 0x20, 0x01, 0x28, 0x02, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x36, 0x12,
  588. 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x32, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09,
  589. 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x32, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65,
  590. 0x6c, 0x64, 0x31, 0x33, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c,
  591. 0x64, 0x31, 0x33, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x34, 0x18, 0x0e,
  592. 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x34, 0x12, 0x18, 0x0a,
  593. 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x35, 0x18, 0x0f, 0x20, 0x02, 0x28, 0x04, 0x52, 0x07,
  594. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x35, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64,
  595. 0x35, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x35, 0x12,
  596. 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x37, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x09,
  597. 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x37, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65,
  598. 0x6c, 0x64, 0x32, 0x38, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c,
  599. 0x64, 0x32, 0x38, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x39, 0x18, 0x1d,
  600. 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x39, 0x12, 0x18, 0x0a,
  601. 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x36, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
  602. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x36, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64,
  603. 0x32, 0x32, 0x18, 0x16, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32,
  604. 0x32, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x33, 0x18, 0x49, 0x20, 0x03,
  605. 0x28, 0x05, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x33, 0x12, 0x1b, 0x0a, 0x07, 0x66,
  606. 0x69, 0x65, 0x6c, 0x64, 0x32, 0x30, 0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x3a, 0x01, 0x30, 0x52,
  607. 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x30, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c,
  608. 0x64, 0x32, 0x34, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64,
  609. 0x32, 0x34, 0x12, 0x49, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x33, 0x31, 0x18, 0x1f, 0x20,
  610. 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b, 0x73,
  611. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x2e, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x4d, 0x65,
  612. 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x65, 0x64, 0x4d, 0x65, 0x73,
  613. 0x73, 0x61, 0x67, 0x65, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x33, 0x31, 0x22, 0xba, 0x02,
  614. 0x0a, 0x1c, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32,
  615. 0x47, 0x72, 0x6f, 0x75, 0x70, 0x65, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16,
  616. 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x02, 0x52, 0x06,
  617. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32,
  618. 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x12, 0x19,
  619. 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x33, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x3a, 0x01,
  620. 0x30, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x33, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x65,
  621. 0x6c, 0x64, 0x34, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64,
  622. 0x34, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x35, 0x18, 0x05, 0x20, 0x01, 0x28,
  623. 0x08, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x35, 0x12, 0x1c, 0x0a, 0x06, 0x66, 0x69, 0x65,
  624. 0x6c, 0x64, 0x36, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x3a, 0x04, 0x74, 0x72, 0x75, 0x65, 0x52,
  625. 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x36, 0x12, 0x1d, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64,
  626. 0x37, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x3a, 0x05, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x52, 0x06,
  627. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38,
  628. 0x18, 0x08, 0x20, 0x01, 0x28, 0x02, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x12, 0x16,
  629. 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x39, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06,
  630. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x39, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31,
  631. 0x30, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x02, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
  632. 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x18, 0x0b, 0x20, 0x01, 0x28,
  633. 0x03, 0x52, 0x07, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x42, 0x79, 0x0a, 0x1e, 0x63, 0x6f,
  634. 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  635. 0x66, 0x2e, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x48, 0x01, 0x5a, 0x52,
  636. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72,
  637. 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72,
  638. 0x6e, 0x61, 0x6c, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x62,
  639. 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65,
  640. 0x74, 0x73, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
  641. 0x65, 0x32, 0xf8, 0x01, 0x01,
  642. }
  643. var (
  644. file_datasets_google_message2_benchmark_message2_proto_rawDescOnce sync.Once
  645. file_datasets_google_message2_benchmark_message2_proto_rawDescData = file_datasets_google_message2_benchmark_message2_proto_rawDesc
  646. )
  647. func file_datasets_google_message2_benchmark_message2_proto_rawDescGZIP() []byte {
  648. file_datasets_google_message2_benchmark_message2_proto_rawDescOnce.Do(func() {
  649. file_datasets_google_message2_benchmark_message2_proto_rawDescData = protoimpl.X.CompressGZIP(file_datasets_google_message2_benchmark_message2_proto_rawDescData)
  650. })
  651. return file_datasets_google_message2_benchmark_message2_proto_rawDescData
  652. }
  653. var file_datasets_google_message2_benchmark_message2_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
  654. var file_datasets_google_message2_benchmark_message2_proto_goTypes = []interface{}{
  655. (*GoogleMessage2)(nil), // 0: benchmarks.proto2.GoogleMessage2
  656. (*GoogleMessage2GroupedMessage)(nil), // 1: benchmarks.proto2.GoogleMessage2GroupedMessage
  657. (*GoogleMessage2_Group1)(nil), // 2: benchmarks.proto2.GoogleMessage2.Group1
  658. }
  659. var file_datasets_google_message2_benchmark_message2_proto_depIdxs = []int32{
  660. 2, // 0: benchmarks.proto2.GoogleMessage2.group1:type_name -> benchmarks.proto2.GoogleMessage2.Group1
  661. 1, // 1: benchmarks.proto2.GoogleMessage2.Group1.field31:type_name -> benchmarks.proto2.GoogleMessage2GroupedMessage
  662. 2, // [2:2] is the sub-list for method output_type
  663. 2, // [2:2] is the sub-list for method input_type
  664. 2, // [2:2] is the sub-list for extension type_name
  665. 2, // [2:2] is the sub-list for extension extendee
  666. 0, // [0:2] is the sub-list for field type_name
  667. }
  668. func init() { file_datasets_google_message2_benchmark_message2_proto_init() }
  669. func file_datasets_google_message2_benchmark_message2_proto_init() {
  670. if File_datasets_google_message2_benchmark_message2_proto != nil {
  671. return
  672. }
  673. if !protoimpl.UnsafeEnabled {
  674. file_datasets_google_message2_benchmark_message2_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  675. switch v := v.(*GoogleMessage2); i {
  676. case 0:
  677. return &v.state
  678. case 1:
  679. return &v.sizeCache
  680. case 2:
  681. return &v.unknownFields
  682. default:
  683. return nil
  684. }
  685. }
  686. file_datasets_google_message2_benchmark_message2_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  687. switch v := v.(*GoogleMessage2GroupedMessage); i {
  688. case 0:
  689. return &v.state
  690. case 1:
  691. return &v.sizeCache
  692. case 2:
  693. return &v.unknownFields
  694. default:
  695. return nil
  696. }
  697. }
  698. file_datasets_google_message2_benchmark_message2_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  699. switch v := v.(*GoogleMessage2_Group1); i {
  700. case 0:
  701. return &v.state
  702. case 1:
  703. return &v.sizeCache
  704. case 2:
  705. return &v.unknownFields
  706. default:
  707. return nil
  708. }
  709. }
  710. }
  711. type x struct{}
  712. out := protoimpl.TypeBuilder{
  713. File: protoimpl.DescBuilder{
  714. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  715. RawDescriptor: file_datasets_google_message2_benchmark_message2_proto_rawDesc,
  716. NumEnums: 0,
  717. NumMessages: 3,
  718. NumExtensions: 0,
  719. NumServices: 0,
  720. },
  721. GoTypes: file_datasets_google_message2_benchmark_message2_proto_goTypes,
  722. DependencyIndexes: file_datasets_google_message2_benchmark_message2_proto_depIdxs,
  723. MessageInfos: file_datasets_google_message2_benchmark_message2_proto_msgTypes,
  724. }.Build()
  725. File_datasets_google_message2_benchmark_message2_proto = out.File
  726. file_datasets_google_message2_benchmark_message2_proto_rawDesc = nil
  727. file_datasets_google_message2_benchmark_message2_proto_goTypes = nil
  728. file_datasets_google_message2_benchmark_message2_proto_depIdxs = nil
  729. }