benchmark_message3_7.pb.go 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: datasets/google_message3/benchmark_message3_7.proto
  3. package google_message3
  4. import (
  5. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  6. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  7. reflect "reflect"
  8. sync "sync"
  9. )
  10. type Message11018 struct {
  11. state protoimpl.MessageState
  12. sizeCache protoimpl.SizeCache
  13. unknownFields protoimpl.UnknownFields
  14. }
  15. func (x *Message11018) Reset() {
  16. *x = Message11018{}
  17. }
  18. func (x *Message11018) String() string {
  19. return protoimpl.X.MessageStringOf(x)
  20. }
  21. func (*Message11018) ProtoMessage() {}
  22. func (x *Message11018) ProtoReflect() protoreflect.Message {
  23. mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[0]
  24. if protoimpl.UnsafeEnabled && x != nil {
  25. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  26. if ms.LoadMessageInfo() == nil {
  27. ms.StoreMessageInfo(mi)
  28. }
  29. return ms
  30. }
  31. return mi.MessageOf(x)
  32. }
  33. // Deprecated: Use Message11018.ProtoReflect.Descriptor instead.
  34. func (*Message11018) Descriptor() ([]byte, []int) {
  35. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{0}
  36. }
  37. type Message10800 struct {
  38. state protoimpl.MessageState
  39. sizeCache protoimpl.SizeCache
  40. unknownFields protoimpl.UnknownFields
  41. Field10808 *string `protobuf:"bytes,1,opt,name=field10808" json:"field10808,omitempty"`
  42. Field10809 *int64 `protobuf:"varint,2,opt,name=field10809" json:"field10809,omitempty"`
  43. Field10810 *bool `protobuf:"varint,3,opt,name=field10810" json:"field10810,omitempty"`
  44. Field10811 *float32 `protobuf:"fixed32,4,opt,name=field10811" json:"field10811,omitempty"`
  45. }
  46. func (x *Message10800) Reset() {
  47. *x = Message10800{}
  48. }
  49. func (x *Message10800) String() string {
  50. return protoimpl.X.MessageStringOf(x)
  51. }
  52. func (*Message10800) ProtoMessage() {}
  53. func (x *Message10800) ProtoReflect() protoreflect.Message {
  54. mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[1]
  55. if protoimpl.UnsafeEnabled && x != nil {
  56. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  57. if ms.LoadMessageInfo() == nil {
  58. ms.StoreMessageInfo(mi)
  59. }
  60. return ms
  61. }
  62. return mi.MessageOf(x)
  63. }
  64. // Deprecated: Use Message10800.ProtoReflect.Descriptor instead.
  65. func (*Message10800) Descriptor() ([]byte, []int) {
  66. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{1}
  67. }
  68. func (x *Message10800) GetField10808() string {
  69. if x != nil && x.Field10808 != nil {
  70. return *x.Field10808
  71. }
  72. return ""
  73. }
  74. func (x *Message10800) GetField10809() int64 {
  75. if x != nil && x.Field10809 != nil {
  76. return *x.Field10809
  77. }
  78. return 0
  79. }
  80. func (x *Message10800) GetField10810() bool {
  81. if x != nil && x.Field10810 != nil {
  82. return *x.Field10810
  83. }
  84. return false
  85. }
  86. func (x *Message10800) GetField10811() float32 {
  87. if x != nil && x.Field10811 != nil {
  88. return *x.Field10811
  89. }
  90. return 0
  91. }
  92. type Message10802 struct {
  93. state protoimpl.MessageState
  94. sizeCache protoimpl.SizeCache
  95. unknownFields protoimpl.UnknownFields
  96. }
  97. func (x *Message10802) Reset() {
  98. *x = Message10802{}
  99. }
  100. func (x *Message10802) String() string {
  101. return protoimpl.X.MessageStringOf(x)
  102. }
  103. func (*Message10802) ProtoMessage() {}
  104. func (x *Message10802) ProtoReflect() protoreflect.Message {
  105. mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[2]
  106. if protoimpl.UnsafeEnabled && x != nil {
  107. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  108. if ms.LoadMessageInfo() == nil {
  109. ms.StoreMessageInfo(mi)
  110. }
  111. return ms
  112. }
  113. return mi.MessageOf(x)
  114. }
  115. // Deprecated: Use Message10802.ProtoReflect.Descriptor instead.
  116. func (*Message10802) Descriptor() ([]byte, []int) {
  117. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{2}
  118. }
  119. type Message10748 struct {
  120. state protoimpl.MessageState
  121. sizeCache protoimpl.SizeCache
  122. unknownFields protoimpl.UnknownFields
  123. Field10750 *string `protobuf:"bytes,1,opt,name=field10750" json:"field10750,omitempty"`
  124. Field10751 *int32 `protobuf:"varint,2,opt,name=field10751" json:"field10751,omitempty"`
  125. Field10752 *int32 `protobuf:"varint,3,opt,name=field10752" json:"field10752,omitempty"`
  126. Field10753 *int32 `protobuf:"varint,4,opt,name=field10753" json:"field10753,omitempty"`
  127. }
  128. func (x *Message10748) Reset() {
  129. *x = Message10748{}
  130. }
  131. func (x *Message10748) String() string {
  132. return protoimpl.X.MessageStringOf(x)
  133. }
  134. func (*Message10748) ProtoMessage() {}
  135. func (x *Message10748) ProtoReflect() protoreflect.Message {
  136. mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[3]
  137. if protoimpl.UnsafeEnabled && x != nil {
  138. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  139. if ms.LoadMessageInfo() == nil {
  140. ms.StoreMessageInfo(mi)
  141. }
  142. return ms
  143. }
  144. return mi.MessageOf(x)
  145. }
  146. // Deprecated: Use Message10748.ProtoReflect.Descriptor instead.
  147. func (*Message10748) Descriptor() ([]byte, []int) {
  148. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{3}
  149. }
  150. func (x *Message10748) GetField10750() string {
  151. if x != nil && x.Field10750 != nil {
  152. return *x.Field10750
  153. }
  154. return ""
  155. }
  156. func (x *Message10748) GetField10751() int32 {
  157. if x != nil && x.Field10751 != nil {
  158. return *x.Field10751
  159. }
  160. return 0
  161. }
  162. func (x *Message10748) GetField10752() int32 {
  163. if x != nil && x.Field10752 != nil {
  164. return *x.Field10752
  165. }
  166. return 0
  167. }
  168. func (x *Message10748) GetField10753() int32 {
  169. if x != nil && x.Field10753 != nil {
  170. return *x.Field10753
  171. }
  172. return 0
  173. }
  174. type Message7966 struct {
  175. state protoimpl.MessageState
  176. sizeCache protoimpl.SizeCache
  177. unknownFields protoimpl.UnknownFields
  178. Field7969 *string `protobuf:"bytes,1,opt,name=field7969" json:"field7969,omitempty"`
  179. Field7970 *bool `protobuf:"varint,2,opt,name=field7970" json:"field7970,omitempty"`
  180. }
  181. func (x *Message7966) Reset() {
  182. *x = Message7966{}
  183. }
  184. func (x *Message7966) String() string {
  185. return protoimpl.X.MessageStringOf(x)
  186. }
  187. func (*Message7966) ProtoMessage() {}
  188. func (x *Message7966) ProtoReflect() protoreflect.Message {
  189. mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[4]
  190. if protoimpl.UnsafeEnabled && x != nil {
  191. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  192. if ms.LoadMessageInfo() == nil {
  193. ms.StoreMessageInfo(mi)
  194. }
  195. return ms
  196. }
  197. return mi.MessageOf(x)
  198. }
  199. // Deprecated: Use Message7966.ProtoReflect.Descriptor instead.
  200. func (*Message7966) Descriptor() ([]byte, []int) {
  201. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{4}
  202. }
  203. func (x *Message7966) GetField7969() string {
  204. if x != nil && x.Field7969 != nil {
  205. return *x.Field7969
  206. }
  207. return ""
  208. }
  209. func (x *Message7966) GetField7970() bool {
  210. if x != nil && x.Field7970 != nil {
  211. return *x.Field7970
  212. }
  213. return false
  214. }
  215. type Message708 struct {
  216. state protoimpl.MessageState
  217. sizeCache protoimpl.SizeCache
  218. unknownFields protoimpl.UnknownFields
  219. Field823 *Message741 `protobuf:"bytes,1,opt,name=field823" json:"field823,omitempty"`
  220. Field824 []string `protobuf:"bytes,6,rep,name=field824" json:"field824,omitempty"`
  221. Field825 *string `protobuf:"bytes,2,opt,name=field825" json:"field825,omitempty"`
  222. Field826 *string `protobuf:"bytes,3,opt,name=field826" json:"field826,omitempty"`
  223. Field827 []string `protobuf:"bytes,4,rep,name=field827" json:"field827,omitempty"`
  224. Field828 []string `protobuf:"bytes,5,rep,name=field828" json:"field828,omitempty"`
  225. }
  226. func (x *Message708) Reset() {
  227. *x = Message708{}
  228. }
  229. func (x *Message708) String() string {
  230. return protoimpl.X.MessageStringOf(x)
  231. }
  232. func (*Message708) ProtoMessage() {}
  233. func (x *Message708) ProtoReflect() protoreflect.Message {
  234. mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[5]
  235. if protoimpl.UnsafeEnabled && x != nil {
  236. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  237. if ms.LoadMessageInfo() == nil {
  238. ms.StoreMessageInfo(mi)
  239. }
  240. return ms
  241. }
  242. return mi.MessageOf(x)
  243. }
  244. // Deprecated: Use Message708.ProtoReflect.Descriptor instead.
  245. func (*Message708) Descriptor() ([]byte, []int) {
  246. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{5}
  247. }
  248. func (x *Message708) GetField823() *Message741 {
  249. if x != nil {
  250. return x.Field823
  251. }
  252. return nil
  253. }
  254. func (x *Message708) GetField824() []string {
  255. if x != nil {
  256. return x.Field824
  257. }
  258. return nil
  259. }
  260. func (x *Message708) GetField825() string {
  261. if x != nil && x.Field825 != nil {
  262. return *x.Field825
  263. }
  264. return ""
  265. }
  266. func (x *Message708) GetField826() string {
  267. if x != nil && x.Field826 != nil {
  268. return *x.Field826
  269. }
  270. return ""
  271. }
  272. func (x *Message708) GetField827() []string {
  273. if x != nil {
  274. return x.Field827
  275. }
  276. return nil
  277. }
  278. func (x *Message708) GetField828() []string {
  279. if x != nil {
  280. return x.Field828
  281. }
  282. return nil
  283. }
  284. type Message8942 struct {
  285. state protoimpl.MessageState
  286. sizeCache protoimpl.SizeCache
  287. unknownFields protoimpl.UnknownFields
  288. }
  289. func (x *Message8942) Reset() {
  290. *x = Message8942{}
  291. }
  292. func (x *Message8942) String() string {
  293. return protoimpl.X.MessageStringOf(x)
  294. }
  295. func (*Message8942) ProtoMessage() {}
  296. func (x *Message8942) ProtoReflect() protoreflect.Message {
  297. mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[6]
  298. if protoimpl.UnsafeEnabled && x != nil {
  299. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  300. if ms.LoadMessageInfo() == nil {
  301. ms.StoreMessageInfo(mi)
  302. }
  303. return ms
  304. }
  305. return mi.MessageOf(x)
  306. }
  307. // Deprecated: Use Message8942.ProtoReflect.Descriptor instead.
  308. func (*Message8942) Descriptor() ([]byte, []int) {
  309. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{6}
  310. }
  311. type Message11011 struct {
  312. state protoimpl.MessageState
  313. sizeCache protoimpl.SizeCache
  314. unknownFields protoimpl.UnknownFields
  315. Field11752 []byte `protobuf:"bytes,1,req,name=field11752" json:"field11752,omitempty"`
  316. Field11753 []byte `protobuf:"bytes,2,req,name=field11753" json:"field11753,omitempty"`
  317. }
  318. func (x *Message11011) Reset() {
  319. *x = Message11011{}
  320. }
  321. func (x *Message11011) String() string {
  322. return protoimpl.X.MessageStringOf(x)
  323. }
  324. func (*Message11011) ProtoMessage() {}
  325. func (x *Message11011) ProtoReflect() protoreflect.Message {
  326. mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[7]
  327. if protoimpl.UnsafeEnabled && x != nil {
  328. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  329. if ms.LoadMessageInfo() == nil {
  330. ms.StoreMessageInfo(mi)
  331. }
  332. return ms
  333. }
  334. return mi.MessageOf(x)
  335. }
  336. // Deprecated: Use Message11011.ProtoReflect.Descriptor instead.
  337. func (*Message11011) Descriptor() ([]byte, []int) {
  338. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{7}
  339. }
  340. func (x *Message11011) GetField11752() []byte {
  341. if x != nil {
  342. return x.Field11752
  343. }
  344. return nil
  345. }
  346. func (x *Message11011) GetField11753() []byte {
  347. if x != nil {
  348. return x.Field11753
  349. }
  350. return nil
  351. }
  352. type UnusedEmptyMessage struct {
  353. state protoimpl.MessageState
  354. sizeCache protoimpl.SizeCache
  355. unknownFields protoimpl.UnknownFields
  356. }
  357. func (x *UnusedEmptyMessage) Reset() {
  358. *x = UnusedEmptyMessage{}
  359. }
  360. func (x *UnusedEmptyMessage) String() string {
  361. return protoimpl.X.MessageStringOf(x)
  362. }
  363. func (*UnusedEmptyMessage) ProtoMessage() {}
  364. func (x *UnusedEmptyMessage) ProtoReflect() protoreflect.Message {
  365. mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[8]
  366. if protoimpl.UnsafeEnabled && x != nil {
  367. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  368. if ms.LoadMessageInfo() == nil {
  369. ms.StoreMessageInfo(mi)
  370. }
  371. return ms
  372. }
  373. return mi.MessageOf(x)
  374. }
  375. // Deprecated: Use UnusedEmptyMessage.ProtoReflect.Descriptor instead.
  376. func (*UnusedEmptyMessage) Descriptor() ([]byte, []int) {
  377. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{8}
  378. }
  379. type Message741 struct {
  380. state protoimpl.MessageState
  381. sizeCache protoimpl.SizeCache
  382. unknownFields protoimpl.UnknownFields
  383. Field936 []string `protobuf:"bytes,1,rep,name=field936" json:"field936,omitempty"`
  384. }
  385. func (x *Message741) Reset() {
  386. *x = Message741{}
  387. }
  388. func (x *Message741) String() string {
  389. return protoimpl.X.MessageStringOf(x)
  390. }
  391. func (*Message741) ProtoMessage() {}
  392. func (x *Message741) ProtoReflect() protoreflect.Message {
  393. mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[9]
  394. if protoimpl.UnsafeEnabled && x != nil {
  395. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  396. if ms.LoadMessageInfo() == nil {
  397. ms.StoreMessageInfo(mi)
  398. }
  399. return ms
  400. }
  401. return mi.MessageOf(x)
  402. }
  403. // Deprecated: Use Message741.ProtoReflect.Descriptor instead.
  404. func (*Message741) Descriptor() ([]byte, []int) {
  405. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{9}
  406. }
  407. func (x *Message741) GetField936() []string {
  408. if x != nil {
  409. return x.Field936
  410. }
  411. return nil
  412. }
  413. var File_datasets_google_message3_benchmark_message3_7_proto protoreflect.FileDescriptor
  414. var file_datasets_google_message3_benchmark_message3_7_proto_rawDesc = []byte{
  415. 0x0a, 0x33, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  416. 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x33, 0x2f, 0x62, 0x65, 0x6e, 0x63, 0x68,
  417. 0x6d, 0x61, 0x72, 0x6b, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x33, 0x5f, 0x37, 0x2e,
  418. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1a, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b,
  419. 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  420. 0x33, 0x22, 0x0e, 0x0a, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x31, 0x30, 0x31,
  421. 0x38, 0x22, 0x8e, 0x01, 0x0a, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x30, 0x38,
  422. 0x30, 0x30, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38, 0x30, 0x38,
  423. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38,
  424. 0x30, 0x38, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38, 0x30, 0x39,
  425. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38,
  426. 0x30, 0x39, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38, 0x31, 0x30,
  427. 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38,
  428. 0x31, 0x30, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38, 0x31, 0x31,
  429. 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38,
  430. 0x31, 0x31, 0x22, 0x0e, 0x0a, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x30, 0x38,
  431. 0x30, 0x32, 0x22, 0x8e, 0x01, 0x0a, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x30,
  432. 0x37, 0x34, 0x38, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x37, 0x35,
  433. 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
  434. 0x37, 0x35, 0x30, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x37, 0x35,
  435. 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
  436. 0x37, 0x35, 0x31, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x37, 0x35,
  437. 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
  438. 0x37, 0x35, 0x32, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x37, 0x35,
  439. 0x33, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
  440. 0x37, 0x35, 0x33, 0x22, 0x49, 0x0a, 0x0b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x37, 0x39,
  441. 0x36, 0x36, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x39, 0x36, 0x39, 0x18,
  442. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x39, 0x36, 0x39,
  443. 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x39, 0x37, 0x30, 0x18, 0x02, 0x20,
  444. 0x01, 0x28, 0x08, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x39, 0x37, 0x30, 0x22, 0xdc,
  445. 0x01, 0x0a, 0x0a, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x37, 0x30, 0x38, 0x12, 0x42, 0x0a,
  446. 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x33, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
  447. 0x26, 0x2e, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x2e, 0x67, 0x6f, 0x6f,
  448. 0x67, 0x6c, 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x33, 0x2e, 0x4d, 0x65, 0x73,
  449. 0x73, 0x61, 0x67, 0x65, 0x37, 0x34, 0x31, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32,
  450. 0x33, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x34, 0x18, 0x06, 0x20,
  451. 0x03, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x34, 0x12, 0x1a, 0x0a,
  452. 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x35, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  453. 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x35, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65,
  454. 0x6c, 0x64, 0x38, 0x32, 0x36, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65,
  455. 0x6c, 0x64, 0x38, 0x32, 0x36, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32,
  456. 0x37, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32,
  457. 0x37, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x38, 0x18, 0x05, 0x20,
  458. 0x03, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x38, 0x22, 0x0d, 0x0a,
  459. 0x0b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x38, 0x39, 0x34, 0x32, 0x22, 0x4e, 0x0a, 0x0c,
  460. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x31, 0x30, 0x31, 0x31, 0x12, 0x1e, 0x0a, 0x0a,
  461. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x37, 0x35, 0x32, 0x18, 0x01, 0x20, 0x02, 0x28, 0x0c,
  462. 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x37, 0x35, 0x32, 0x12, 0x1e, 0x0a, 0x0a,
  463. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x37, 0x35, 0x33, 0x18, 0x02, 0x20, 0x02, 0x28, 0x0c,
  464. 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x37, 0x35, 0x33, 0x22, 0x14, 0x0a, 0x12,
  465. 0x55, 0x6e, 0x75, 0x73, 0x65, 0x64, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x4d, 0x65, 0x73, 0x73, 0x61,
  466. 0x67, 0x65, 0x22, 0x28, 0x0a, 0x0a, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x37, 0x34, 0x31,
  467. 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x39, 0x33, 0x36, 0x18, 0x01, 0x20, 0x03,
  468. 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x39, 0x33, 0x36, 0x42, 0x77, 0x0a, 0x1e,
  469. 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  470. 0x62, 0x75, 0x66, 0x2e, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x5a, 0x52,
  471. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72,
  472. 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72,
  473. 0x6e, 0x61, 0x6c, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x62,
  474. 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65,
  475. 0x74, 0x73, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
  476. 0x65, 0x33, 0xf8, 0x01, 0x01,
  477. }
  478. var (
  479. file_datasets_google_message3_benchmark_message3_7_proto_rawDescOnce sync.Once
  480. file_datasets_google_message3_benchmark_message3_7_proto_rawDescData = file_datasets_google_message3_benchmark_message3_7_proto_rawDesc
  481. )
  482. func file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP() []byte {
  483. file_datasets_google_message3_benchmark_message3_7_proto_rawDescOnce.Do(func() {
  484. file_datasets_google_message3_benchmark_message3_7_proto_rawDescData = protoimpl.X.CompressGZIP(file_datasets_google_message3_benchmark_message3_7_proto_rawDescData)
  485. })
  486. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescData
  487. }
  488. var file_datasets_google_message3_benchmark_message3_7_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  489. var file_datasets_google_message3_benchmark_message3_7_proto_goTypes = []interface{}{
  490. (*Message11018)(nil), // 0: benchmarks.google_message3.Message11018
  491. (*Message10800)(nil), // 1: benchmarks.google_message3.Message10800
  492. (*Message10802)(nil), // 2: benchmarks.google_message3.Message10802
  493. (*Message10748)(nil), // 3: benchmarks.google_message3.Message10748
  494. (*Message7966)(nil), // 4: benchmarks.google_message3.Message7966
  495. (*Message708)(nil), // 5: benchmarks.google_message3.Message708
  496. (*Message8942)(nil), // 6: benchmarks.google_message3.Message8942
  497. (*Message11011)(nil), // 7: benchmarks.google_message3.Message11011
  498. (*UnusedEmptyMessage)(nil), // 8: benchmarks.google_message3.UnusedEmptyMessage
  499. (*Message741)(nil), // 9: benchmarks.google_message3.Message741
  500. }
  501. var file_datasets_google_message3_benchmark_message3_7_proto_depIdxs = []int32{
  502. 9, // 0: benchmarks.google_message3.Message708.field823:type_name -> benchmarks.google_message3.Message741
  503. 1, // [1:1] is the sub-list for method output_type
  504. 1, // [1:1] is the sub-list for method input_type
  505. 1, // [1:1] is the sub-list for extension type_name
  506. 1, // [1:1] is the sub-list for extension extendee
  507. 0, // [0:1] is the sub-list for field type_name
  508. }
  509. func init() { file_datasets_google_message3_benchmark_message3_7_proto_init() }
  510. func file_datasets_google_message3_benchmark_message3_7_proto_init() {
  511. if File_datasets_google_message3_benchmark_message3_7_proto != nil {
  512. return
  513. }
  514. if !protoimpl.UnsafeEnabled {
  515. file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  516. switch v := v.(*Message11018); i {
  517. case 0:
  518. return &v.state
  519. case 1:
  520. return &v.sizeCache
  521. case 2:
  522. return &v.unknownFields
  523. default:
  524. return nil
  525. }
  526. }
  527. file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  528. switch v := v.(*Message10800); i {
  529. case 0:
  530. return &v.state
  531. case 1:
  532. return &v.sizeCache
  533. case 2:
  534. return &v.unknownFields
  535. default:
  536. return nil
  537. }
  538. }
  539. file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  540. switch v := v.(*Message10802); i {
  541. case 0:
  542. return &v.state
  543. case 1:
  544. return &v.sizeCache
  545. case 2:
  546. return &v.unknownFields
  547. default:
  548. return nil
  549. }
  550. }
  551. file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  552. switch v := v.(*Message10748); i {
  553. case 0:
  554. return &v.state
  555. case 1:
  556. return &v.sizeCache
  557. case 2:
  558. return &v.unknownFields
  559. default:
  560. return nil
  561. }
  562. }
  563. file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  564. switch v := v.(*Message7966); i {
  565. case 0:
  566. return &v.state
  567. case 1:
  568. return &v.sizeCache
  569. case 2:
  570. return &v.unknownFields
  571. default:
  572. return nil
  573. }
  574. }
  575. file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  576. switch v := v.(*Message708); i {
  577. case 0:
  578. return &v.state
  579. case 1:
  580. return &v.sizeCache
  581. case 2:
  582. return &v.unknownFields
  583. default:
  584. return nil
  585. }
  586. }
  587. file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  588. switch v := v.(*Message8942); i {
  589. case 0:
  590. return &v.state
  591. case 1:
  592. return &v.sizeCache
  593. case 2:
  594. return &v.unknownFields
  595. default:
  596. return nil
  597. }
  598. }
  599. file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  600. switch v := v.(*Message11011); i {
  601. case 0:
  602. return &v.state
  603. case 1:
  604. return &v.sizeCache
  605. case 2:
  606. return &v.unknownFields
  607. default:
  608. return nil
  609. }
  610. }
  611. file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  612. switch v := v.(*UnusedEmptyMessage); i {
  613. case 0:
  614. return &v.state
  615. case 1:
  616. return &v.sizeCache
  617. case 2:
  618. return &v.unknownFields
  619. default:
  620. return nil
  621. }
  622. }
  623. file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  624. switch v := v.(*Message741); i {
  625. case 0:
  626. return &v.state
  627. case 1:
  628. return &v.sizeCache
  629. case 2:
  630. return &v.unknownFields
  631. default:
  632. return nil
  633. }
  634. }
  635. }
  636. type x struct{}
  637. out := protoimpl.TypeBuilder{
  638. File: protoimpl.DescBuilder{
  639. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  640. RawDescriptor: file_datasets_google_message3_benchmark_message3_7_proto_rawDesc,
  641. NumEnums: 0,
  642. NumMessages: 10,
  643. NumExtensions: 0,
  644. NumServices: 0,
  645. },
  646. GoTypes: file_datasets_google_message3_benchmark_message3_7_proto_goTypes,
  647. DependencyIndexes: file_datasets_google_message3_benchmark_message3_7_proto_depIdxs,
  648. MessageInfos: file_datasets_google_message3_benchmark_message3_7_proto_msgTypes,
  649. }.Build()
  650. File_datasets_google_message3_benchmark_message3_7_proto = out.File
  651. file_datasets_google_message3_benchmark_message3_7_proto_rawDesc = nil
  652. file_datasets_google_message3_benchmark_message3_7_proto_goTypes = nil
  653. file_datasets_google_message3_benchmark_message3_7_proto_depIdxs = nil
  654. }