benchmark_message3_7.pb.go 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  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. protoiface "google.golang.org/protobuf/runtime/protoiface"
  7. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  8. sync "sync"
  9. )
  10. const (
  11. // Verify that runtime/protoimpl is sufficiently up-to-date.
  12. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 0)
  13. // Verify that this generated code is sufficiently up-to-date.
  14. _ = protoimpl.EnforceVersion(0 - protoimpl.MinVersion)
  15. )
  16. type Message11018 struct {
  17. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  18. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  19. XXX_sizecache protoimpl.SizeCache `json:"-"`
  20. }
  21. func (x *Message11018) Reset() {
  22. *x = Message11018{}
  23. }
  24. func (x *Message11018) String() string {
  25. return protoimpl.X.MessageStringOf(x)
  26. }
  27. func (*Message11018) ProtoMessage() {}
  28. func (x *Message11018) ProtoReflect() protoreflect.Message {
  29. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[0].MessageOf(x)
  30. }
  31. func (m *Message11018) XXX_Methods() *protoiface.Methods {
  32. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[0].Methods()
  33. }
  34. // Deprecated: Use Message11018.ProtoReflect.Type instead.
  35. func (*Message11018) Descriptor() ([]byte, []int) {
  36. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{0}
  37. }
  38. type Message10800 struct {
  39. Field10808 *string `protobuf:"bytes,1,opt,name=field10808" json:"field10808,omitempty"`
  40. Field10809 *int64 `protobuf:"varint,2,opt,name=field10809" json:"field10809,omitempty"`
  41. Field10810 *bool `protobuf:"varint,3,opt,name=field10810" json:"field10810,omitempty"`
  42. Field10811 *float32 `protobuf:"fixed32,4,opt,name=field10811" json:"field10811,omitempty"`
  43. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  44. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  45. XXX_sizecache protoimpl.SizeCache `json:"-"`
  46. }
  47. func (x *Message10800) Reset() {
  48. *x = Message10800{}
  49. }
  50. func (x *Message10800) String() string {
  51. return protoimpl.X.MessageStringOf(x)
  52. }
  53. func (*Message10800) ProtoMessage() {}
  54. func (x *Message10800) ProtoReflect() protoreflect.Message {
  55. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[1].MessageOf(x)
  56. }
  57. func (m *Message10800) XXX_Methods() *protoiface.Methods {
  58. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[1].Methods()
  59. }
  60. // Deprecated: Use Message10800.ProtoReflect.Type instead.
  61. func (*Message10800) Descriptor() ([]byte, []int) {
  62. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{1}
  63. }
  64. func (x *Message10800) GetField10808() string {
  65. if x != nil && x.Field10808 != nil {
  66. return *x.Field10808
  67. }
  68. return ""
  69. }
  70. func (x *Message10800) GetField10809() int64 {
  71. if x != nil && x.Field10809 != nil {
  72. return *x.Field10809
  73. }
  74. return 0
  75. }
  76. func (x *Message10800) GetField10810() bool {
  77. if x != nil && x.Field10810 != nil {
  78. return *x.Field10810
  79. }
  80. return false
  81. }
  82. func (x *Message10800) GetField10811() float32 {
  83. if x != nil && x.Field10811 != nil {
  84. return *x.Field10811
  85. }
  86. return 0
  87. }
  88. type Message10802 struct {
  89. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  90. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  91. XXX_sizecache protoimpl.SizeCache `json:"-"`
  92. }
  93. func (x *Message10802) Reset() {
  94. *x = Message10802{}
  95. }
  96. func (x *Message10802) String() string {
  97. return protoimpl.X.MessageStringOf(x)
  98. }
  99. func (*Message10802) ProtoMessage() {}
  100. func (x *Message10802) ProtoReflect() protoreflect.Message {
  101. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[2].MessageOf(x)
  102. }
  103. func (m *Message10802) XXX_Methods() *protoiface.Methods {
  104. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[2].Methods()
  105. }
  106. // Deprecated: Use Message10802.ProtoReflect.Type instead.
  107. func (*Message10802) Descriptor() ([]byte, []int) {
  108. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{2}
  109. }
  110. type Message10748 struct {
  111. Field10750 *string `protobuf:"bytes,1,opt,name=field10750" json:"field10750,omitempty"`
  112. Field10751 *int32 `protobuf:"varint,2,opt,name=field10751" json:"field10751,omitempty"`
  113. Field10752 *int32 `protobuf:"varint,3,opt,name=field10752" json:"field10752,omitempty"`
  114. Field10753 *int32 `protobuf:"varint,4,opt,name=field10753" json:"field10753,omitempty"`
  115. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  116. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  117. XXX_sizecache protoimpl.SizeCache `json:"-"`
  118. }
  119. func (x *Message10748) Reset() {
  120. *x = Message10748{}
  121. }
  122. func (x *Message10748) String() string {
  123. return protoimpl.X.MessageStringOf(x)
  124. }
  125. func (*Message10748) ProtoMessage() {}
  126. func (x *Message10748) ProtoReflect() protoreflect.Message {
  127. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[3].MessageOf(x)
  128. }
  129. func (m *Message10748) XXX_Methods() *protoiface.Methods {
  130. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[3].Methods()
  131. }
  132. // Deprecated: Use Message10748.ProtoReflect.Type instead.
  133. func (*Message10748) Descriptor() ([]byte, []int) {
  134. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{3}
  135. }
  136. func (x *Message10748) GetField10750() string {
  137. if x != nil && x.Field10750 != nil {
  138. return *x.Field10750
  139. }
  140. return ""
  141. }
  142. func (x *Message10748) GetField10751() int32 {
  143. if x != nil && x.Field10751 != nil {
  144. return *x.Field10751
  145. }
  146. return 0
  147. }
  148. func (x *Message10748) GetField10752() int32 {
  149. if x != nil && x.Field10752 != nil {
  150. return *x.Field10752
  151. }
  152. return 0
  153. }
  154. func (x *Message10748) GetField10753() int32 {
  155. if x != nil && x.Field10753 != nil {
  156. return *x.Field10753
  157. }
  158. return 0
  159. }
  160. type Message7966 struct {
  161. Field7969 *string `protobuf:"bytes,1,opt,name=field7969" json:"field7969,omitempty"`
  162. Field7970 *bool `protobuf:"varint,2,opt,name=field7970" json:"field7970,omitempty"`
  163. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  164. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  165. XXX_sizecache protoimpl.SizeCache `json:"-"`
  166. }
  167. func (x *Message7966) Reset() {
  168. *x = Message7966{}
  169. }
  170. func (x *Message7966) String() string {
  171. return protoimpl.X.MessageStringOf(x)
  172. }
  173. func (*Message7966) ProtoMessage() {}
  174. func (x *Message7966) ProtoReflect() protoreflect.Message {
  175. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[4].MessageOf(x)
  176. }
  177. func (m *Message7966) XXX_Methods() *protoiface.Methods {
  178. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[4].Methods()
  179. }
  180. // Deprecated: Use Message7966.ProtoReflect.Type instead.
  181. func (*Message7966) Descriptor() ([]byte, []int) {
  182. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{4}
  183. }
  184. func (x *Message7966) GetField7969() string {
  185. if x != nil && x.Field7969 != nil {
  186. return *x.Field7969
  187. }
  188. return ""
  189. }
  190. func (x *Message7966) GetField7970() bool {
  191. if x != nil && x.Field7970 != nil {
  192. return *x.Field7970
  193. }
  194. return false
  195. }
  196. type Message708 struct {
  197. Field823 *Message741 `protobuf:"bytes,1,opt,name=field823" json:"field823,omitempty"`
  198. Field824 []string `protobuf:"bytes,6,rep,name=field824" json:"field824,omitempty"`
  199. Field825 *string `protobuf:"bytes,2,opt,name=field825" json:"field825,omitempty"`
  200. Field826 *string `protobuf:"bytes,3,opt,name=field826" json:"field826,omitempty"`
  201. Field827 []string `protobuf:"bytes,4,rep,name=field827" json:"field827,omitempty"`
  202. Field828 []string `protobuf:"bytes,5,rep,name=field828" json:"field828,omitempty"`
  203. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  204. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  205. XXX_sizecache protoimpl.SizeCache `json:"-"`
  206. }
  207. func (x *Message708) Reset() {
  208. *x = Message708{}
  209. }
  210. func (x *Message708) String() string {
  211. return protoimpl.X.MessageStringOf(x)
  212. }
  213. func (*Message708) ProtoMessage() {}
  214. func (x *Message708) ProtoReflect() protoreflect.Message {
  215. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[5].MessageOf(x)
  216. }
  217. func (m *Message708) XXX_Methods() *protoiface.Methods {
  218. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[5].Methods()
  219. }
  220. // Deprecated: Use Message708.ProtoReflect.Type instead.
  221. func (*Message708) Descriptor() ([]byte, []int) {
  222. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{5}
  223. }
  224. func (x *Message708) GetField823() *Message741 {
  225. if x != nil {
  226. return x.Field823
  227. }
  228. return nil
  229. }
  230. func (x *Message708) GetField824() []string {
  231. if x != nil {
  232. return x.Field824
  233. }
  234. return nil
  235. }
  236. func (x *Message708) GetField825() string {
  237. if x != nil && x.Field825 != nil {
  238. return *x.Field825
  239. }
  240. return ""
  241. }
  242. func (x *Message708) GetField826() string {
  243. if x != nil && x.Field826 != nil {
  244. return *x.Field826
  245. }
  246. return ""
  247. }
  248. func (x *Message708) GetField827() []string {
  249. if x != nil {
  250. return x.Field827
  251. }
  252. return nil
  253. }
  254. func (x *Message708) GetField828() []string {
  255. if x != nil {
  256. return x.Field828
  257. }
  258. return nil
  259. }
  260. type Message8942 struct {
  261. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  262. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  263. XXX_sizecache protoimpl.SizeCache `json:"-"`
  264. }
  265. func (x *Message8942) Reset() {
  266. *x = Message8942{}
  267. }
  268. func (x *Message8942) String() string {
  269. return protoimpl.X.MessageStringOf(x)
  270. }
  271. func (*Message8942) ProtoMessage() {}
  272. func (x *Message8942) ProtoReflect() protoreflect.Message {
  273. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[6].MessageOf(x)
  274. }
  275. func (m *Message8942) XXX_Methods() *protoiface.Methods {
  276. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[6].Methods()
  277. }
  278. // Deprecated: Use Message8942.ProtoReflect.Type instead.
  279. func (*Message8942) Descriptor() ([]byte, []int) {
  280. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{6}
  281. }
  282. type Message11011 struct {
  283. Field11752 []byte `protobuf:"bytes,1,req,name=field11752" json:"field11752,omitempty"`
  284. Field11753 []byte `protobuf:"bytes,2,req,name=field11753" json:"field11753,omitempty"`
  285. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  286. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  287. XXX_sizecache protoimpl.SizeCache `json:"-"`
  288. }
  289. func (x *Message11011) Reset() {
  290. *x = Message11011{}
  291. }
  292. func (x *Message11011) String() string {
  293. return protoimpl.X.MessageStringOf(x)
  294. }
  295. func (*Message11011) ProtoMessage() {}
  296. func (x *Message11011) ProtoReflect() protoreflect.Message {
  297. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[7].MessageOf(x)
  298. }
  299. func (m *Message11011) XXX_Methods() *protoiface.Methods {
  300. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[7].Methods()
  301. }
  302. // Deprecated: Use Message11011.ProtoReflect.Type instead.
  303. func (*Message11011) Descriptor() ([]byte, []int) {
  304. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{7}
  305. }
  306. func (x *Message11011) GetField11752() []byte {
  307. if x != nil {
  308. return x.Field11752
  309. }
  310. return nil
  311. }
  312. func (x *Message11011) GetField11753() []byte {
  313. if x != nil {
  314. return x.Field11753
  315. }
  316. return nil
  317. }
  318. type UnusedEmptyMessage struct {
  319. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  320. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  321. XXX_sizecache protoimpl.SizeCache `json:"-"`
  322. }
  323. func (x *UnusedEmptyMessage) Reset() {
  324. *x = UnusedEmptyMessage{}
  325. }
  326. func (x *UnusedEmptyMessage) String() string {
  327. return protoimpl.X.MessageStringOf(x)
  328. }
  329. func (*UnusedEmptyMessage) ProtoMessage() {}
  330. func (x *UnusedEmptyMessage) ProtoReflect() protoreflect.Message {
  331. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[8].MessageOf(x)
  332. }
  333. func (m *UnusedEmptyMessage) XXX_Methods() *protoiface.Methods {
  334. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[8].Methods()
  335. }
  336. // Deprecated: Use UnusedEmptyMessage.ProtoReflect.Type instead.
  337. func (*UnusedEmptyMessage) Descriptor() ([]byte, []int) {
  338. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{8}
  339. }
  340. type Message741 struct {
  341. Field936 []string `protobuf:"bytes,1,rep,name=field936" json:"field936,omitempty"`
  342. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  343. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  344. XXX_sizecache protoimpl.SizeCache `json:"-"`
  345. }
  346. func (x *Message741) Reset() {
  347. *x = Message741{}
  348. }
  349. func (x *Message741) String() string {
  350. return protoimpl.X.MessageStringOf(x)
  351. }
  352. func (*Message741) ProtoMessage() {}
  353. func (x *Message741) ProtoReflect() protoreflect.Message {
  354. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[9].MessageOf(x)
  355. }
  356. func (m *Message741) XXX_Methods() *protoiface.Methods {
  357. return file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[9].Methods()
  358. }
  359. // Deprecated: Use Message741.ProtoReflect.Type instead.
  360. func (*Message741) Descriptor() ([]byte, []int) {
  361. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{9}
  362. }
  363. func (x *Message741) GetField936() []string {
  364. if x != nil {
  365. return x.Field936
  366. }
  367. return nil
  368. }
  369. var File_datasets_google_message3_benchmark_message3_7_proto protoreflect.FileDescriptor
  370. var file_datasets_google_message3_benchmark_message3_7_proto_rawDesc = []byte{
  371. 0x0a, 0x33, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  372. 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x33, 0x2f, 0x62, 0x65, 0x6e, 0x63, 0x68,
  373. 0x6d, 0x61, 0x72, 0x6b, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x33, 0x5f, 0x37, 0x2e,
  374. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1a, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b,
  375. 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  376. 0x33, 0x22, 0x0e, 0x0a, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x31, 0x30, 0x31,
  377. 0x38, 0x22, 0x8e, 0x01, 0x0a, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x30, 0x38,
  378. 0x30, 0x30, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38, 0x30, 0x38,
  379. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38,
  380. 0x30, 0x38, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38, 0x30, 0x39,
  381. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38,
  382. 0x30, 0x39, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38, 0x31, 0x30,
  383. 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38,
  384. 0x31, 0x30, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38, 0x31, 0x31,
  385. 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38,
  386. 0x31, 0x31, 0x22, 0x0e, 0x0a, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x30, 0x38,
  387. 0x30, 0x32, 0x22, 0x8e, 0x01, 0x0a, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x30,
  388. 0x37, 0x34, 0x38, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x37, 0x35,
  389. 0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
  390. 0x37, 0x35, 0x30, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x37, 0x35,
  391. 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
  392. 0x37, 0x35, 0x31, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x37, 0x35,
  393. 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
  394. 0x37, 0x35, 0x32, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x37, 0x35,
  395. 0x33, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
  396. 0x37, 0x35, 0x33, 0x22, 0x49, 0x0a, 0x0b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x37, 0x39,
  397. 0x36, 0x36, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x39, 0x36, 0x39, 0x18,
  398. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x39, 0x36, 0x39,
  399. 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x39, 0x37, 0x30, 0x18, 0x02, 0x20,
  400. 0x01, 0x28, 0x08, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x39, 0x37, 0x30, 0x22, 0xdc,
  401. 0x01, 0x0a, 0x0a, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x37, 0x30, 0x38, 0x12, 0x42, 0x0a,
  402. 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x33, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
  403. 0x26, 0x2e, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x2e, 0x67, 0x6f, 0x6f,
  404. 0x67, 0x6c, 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x33, 0x2e, 0x4d, 0x65, 0x73,
  405. 0x73, 0x61, 0x67, 0x65, 0x37, 0x34, 0x31, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32,
  406. 0x33, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x34, 0x18, 0x06, 0x20,
  407. 0x03, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x34, 0x12, 0x1a, 0x0a,
  408. 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x35, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  409. 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x35, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65,
  410. 0x6c, 0x64, 0x38, 0x32, 0x36, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65,
  411. 0x6c, 0x64, 0x38, 0x32, 0x36, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32,
  412. 0x37, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32,
  413. 0x37, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x38, 0x18, 0x05, 0x20,
  414. 0x03, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x38, 0x22, 0x0d, 0x0a,
  415. 0x0b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x38, 0x39, 0x34, 0x32, 0x22, 0x4e, 0x0a, 0x0c,
  416. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x31, 0x30, 0x31, 0x31, 0x12, 0x1e, 0x0a, 0x0a,
  417. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x37, 0x35, 0x32, 0x18, 0x01, 0x20, 0x02, 0x28, 0x0c,
  418. 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x37, 0x35, 0x32, 0x12, 0x1e, 0x0a, 0x0a,
  419. 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x37, 0x35, 0x33, 0x18, 0x02, 0x20, 0x02, 0x28, 0x0c,
  420. 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x37, 0x35, 0x33, 0x22, 0x14, 0x0a, 0x12,
  421. 0x55, 0x6e, 0x75, 0x73, 0x65, 0x64, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x4d, 0x65, 0x73, 0x73, 0x61,
  422. 0x67, 0x65, 0x22, 0x28, 0x0a, 0x0a, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x37, 0x34, 0x31,
  423. 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x39, 0x33, 0x36, 0x18, 0x01, 0x20, 0x03,
  424. 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x39, 0x33, 0x36, 0x42, 0x77, 0x0a, 0x1e,
  425. 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  426. 0x62, 0x75, 0x66, 0x2e, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x5a, 0x52,
  427. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72,
  428. 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72,
  429. 0x6e, 0x61, 0x6c, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x62,
  430. 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65,
  431. 0x74, 0x73, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
  432. 0x65, 0x33, 0xf8, 0x01, 0x01,
  433. }
  434. var (
  435. file_datasets_google_message3_benchmark_message3_7_proto_rawDescOnce sync.Once
  436. file_datasets_google_message3_benchmark_message3_7_proto_rawDescData = file_datasets_google_message3_benchmark_message3_7_proto_rawDesc
  437. )
  438. func file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP() []byte {
  439. file_datasets_google_message3_benchmark_message3_7_proto_rawDescOnce.Do(func() {
  440. file_datasets_google_message3_benchmark_message3_7_proto_rawDescData = protoimpl.X.CompressGZIP(file_datasets_google_message3_benchmark_message3_7_proto_rawDescData)
  441. })
  442. return file_datasets_google_message3_benchmark_message3_7_proto_rawDescData
  443. }
  444. var file_datasets_google_message3_benchmark_message3_7_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  445. var file_datasets_google_message3_benchmark_message3_7_proto_goTypes = []interface{}{
  446. (*Message11018)(nil), // 0: benchmarks.google_message3.Message11018
  447. (*Message10800)(nil), // 1: benchmarks.google_message3.Message10800
  448. (*Message10802)(nil), // 2: benchmarks.google_message3.Message10802
  449. (*Message10748)(nil), // 3: benchmarks.google_message3.Message10748
  450. (*Message7966)(nil), // 4: benchmarks.google_message3.Message7966
  451. (*Message708)(nil), // 5: benchmarks.google_message3.Message708
  452. (*Message8942)(nil), // 6: benchmarks.google_message3.Message8942
  453. (*Message11011)(nil), // 7: benchmarks.google_message3.Message11011
  454. (*UnusedEmptyMessage)(nil), // 8: benchmarks.google_message3.UnusedEmptyMessage
  455. (*Message741)(nil), // 9: benchmarks.google_message3.Message741
  456. }
  457. var file_datasets_google_message3_benchmark_message3_7_proto_depIdxs = []int32{
  458. 9, // benchmarks.google_message3.Message708.field823:type_name -> benchmarks.google_message3.Message741
  459. 1, // starting offset of method output_type sub-list
  460. 1, // starting offset of method input_type sub-list
  461. 1, // starting offset of extension type_name sub-list
  462. 1, // starting offset of extension extendee sub-list
  463. 0, // starting offset of field type_name sub-list
  464. }
  465. func init() { file_datasets_google_message3_benchmark_message3_7_proto_init() }
  466. func file_datasets_google_message3_benchmark_message3_7_proto_init() {
  467. if File_datasets_google_message3_benchmark_message3_7_proto != nil {
  468. return
  469. }
  470. out := protoimpl.TypeBuilder{
  471. File: protoimpl.DescBuilder{
  472. RawDescriptor: file_datasets_google_message3_benchmark_message3_7_proto_rawDesc,
  473. NumEnums: 0,
  474. NumMessages: 10,
  475. NumExtensions: 0,
  476. NumServices: 0,
  477. },
  478. GoTypes: file_datasets_google_message3_benchmark_message3_7_proto_goTypes,
  479. DependencyIndexes: file_datasets_google_message3_benchmark_message3_7_proto_depIdxs,
  480. MessageInfos: file_datasets_google_message3_benchmark_message3_7_proto_msgTypes,
  481. }.Build()
  482. File_datasets_google_message3_benchmark_message3_7_proto = out.File
  483. file_datasets_google_message3_benchmark_message3_7_proto_rawDesc = nil
  484. file_datasets_google_message3_benchmark_message3_7_proto_goTypes = nil
  485. file_datasets_google_message3_benchmark_message3_7_proto_depIdxs = nil
  486. }