1// Protocol Buffers - Google's data interchange format
2// Copyright 2008 Google Inc.  All rights reserved.
3// https://developers.google.com/protocol-buffers/
4//
5// Redistribution and use in source and binary forms, with or without
6// modification, are permitted provided that the following conditions are
7// met:
8//
9//     * Redistributions of source code must retain the above copyright
10// notice, this list of conditions and the following disclaimer.
11//     * Redistributions in binary form must reproduce the above
12// copyright notice, this list of conditions and the following disclaimer
13// in the documentation and/or other materials provided with the
14// distribution.
15//     * Neither the name of Google Inc. nor the names of its
16// contributors may be used to endorse or promote products derived from
17// this software without specific prior written permission.
18//
19// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31// Code generated by protoc-gen-go. DO NOT EDIT.
32// source: datasets/google_message3/benchmark_message3_7.proto
33
34package google_message3
35
36import (
37	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
38	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
39	reflect "reflect"
40	sync "sync"
41)
42
43type Message11018 struct {
44	state         protoimpl.MessageState
45	sizeCache     protoimpl.SizeCache
46	unknownFields protoimpl.UnknownFields
47}
48
49func (x *Message11018) Reset() {
50	*x = Message11018{}
51	if protoimpl.UnsafeEnabled {
52		mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[0]
53		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
54		ms.StoreMessageInfo(mi)
55	}
56}
57
58func (x *Message11018) String() string {
59	return protoimpl.X.MessageStringOf(x)
60}
61
62func (*Message11018) ProtoMessage() {}
63
64func (x *Message11018) ProtoReflect() protoreflect.Message {
65	mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[0]
66	if protoimpl.UnsafeEnabled && x != nil {
67		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
68		if ms.LoadMessageInfo() == nil {
69			ms.StoreMessageInfo(mi)
70		}
71		return ms
72	}
73	return mi.MessageOf(x)
74}
75
76// Deprecated: Use Message11018.ProtoReflect.Descriptor instead.
77func (*Message11018) Descriptor() ([]byte, []int) {
78	return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{0}
79}
80
81type Message10800 struct {
82	state         protoimpl.MessageState
83	sizeCache     protoimpl.SizeCache
84	unknownFields protoimpl.UnknownFields
85
86	Field10808 *string  `protobuf:"bytes,1,opt,name=field10808" json:"field10808,omitempty"`
87	Field10809 *int64   `protobuf:"varint,2,opt,name=field10809" json:"field10809,omitempty"`
88	Field10810 *bool    `protobuf:"varint,3,opt,name=field10810" json:"field10810,omitempty"`
89	Field10811 *float32 `protobuf:"fixed32,4,opt,name=field10811" json:"field10811,omitempty"`
90}
91
92func (x *Message10800) Reset() {
93	*x = Message10800{}
94	if protoimpl.UnsafeEnabled {
95		mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[1]
96		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
97		ms.StoreMessageInfo(mi)
98	}
99}
100
101func (x *Message10800) String() string {
102	return protoimpl.X.MessageStringOf(x)
103}
104
105func (*Message10800) ProtoMessage() {}
106
107func (x *Message10800) ProtoReflect() protoreflect.Message {
108	mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[1]
109	if protoimpl.UnsafeEnabled && x != nil {
110		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
111		if ms.LoadMessageInfo() == nil {
112			ms.StoreMessageInfo(mi)
113		}
114		return ms
115	}
116	return mi.MessageOf(x)
117}
118
119// Deprecated: Use Message10800.ProtoReflect.Descriptor instead.
120func (*Message10800) Descriptor() ([]byte, []int) {
121	return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{1}
122}
123
124func (x *Message10800) GetField10808() string {
125	if x != nil && x.Field10808 != nil {
126		return *x.Field10808
127	}
128	return ""
129}
130
131func (x *Message10800) GetField10809() int64 {
132	if x != nil && x.Field10809 != nil {
133		return *x.Field10809
134	}
135	return 0
136}
137
138func (x *Message10800) GetField10810() bool {
139	if x != nil && x.Field10810 != nil {
140		return *x.Field10810
141	}
142	return false
143}
144
145func (x *Message10800) GetField10811() float32 {
146	if x != nil && x.Field10811 != nil {
147		return *x.Field10811
148	}
149	return 0
150}
151
152type Message10802 struct {
153	state         protoimpl.MessageState
154	sizeCache     protoimpl.SizeCache
155	unknownFields protoimpl.UnknownFields
156}
157
158func (x *Message10802) Reset() {
159	*x = Message10802{}
160	if protoimpl.UnsafeEnabled {
161		mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[2]
162		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
163		ms.StoreMessageInfo(mi)
164	}
165}
166
167func (x *Message10802) String() string {
168	return protoimpl.X.MessageStringOf(x)
169}
170
171func (*Message10802) ProtoMessage() {}
172
173func (x *Message10802) ProtoReflect() protoreflect.Message {
174	mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[2]
175	if protoimpl.UnsafeEnabled && x != nil {
176		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
177		if ms.LoadMessageInfo() == nil {
178			ms.StoreMessageInfo(mi)
179		}
180		return ms
181	}
182	return mi.MessageOf(x)
183}
184
185// Deprecated: Use Message10802.ProtoReflect.Descriptor instead.
186func (*Message10802) Descriptor() ([]byte, []int) {
187	return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{2}
188}
189
190type Message10748 struct {
191	state         protoimpl.MessageState
192	sizeCache     protoimpl.SizeCache
193	unknownFields protoimpl.UnknownFields
194
195	Field10750 *string `protobuf:"bytes,1,opt,name=field10750" json:"field10750,omitempty"`
196	Field10751 *int32  `protobuf:"varint,2,opt,name=field10751" json:"field10751,omitempty"`
197	Field10752 *int32  `protobuf:"varint,3,opt,name=field10752" json:"field10752,omitempty"`
198	Field10753 *int32  `protobuf:"varint,4,opt,name=field10753" json:"field10753,omitempty"`
199}
200
201func (x *Message10748) Reset() {
202	*x = Message10748{}
203	if protoimpl.UnsafeEnabled {
204		mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[3]
205		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
206		ms.StoreMessageInfo(mi)
207	}
208}
209
210func (x *Message10748) String() string {
211	return protoimpl.X.MessageStringOf(x)
212}
213
214func (*Message10748) ProtoMessage() {}
215
216func (x *Message10748) ProtoReflect() protoreflect.Message {
217	mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[3]
218	if protoimpl.UnsafeEnabled && x != nil {
219		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
220		if ms.LoadMessageInfo() == nil {
221			ms.StoreMessageInfo(mi)
222		}
223		return ms
224	}
225	return mi.MessageOf(x)
226}
227
228// Deprecated: Use Message10748.ProtoReflect.Descriptor instead.
229func (*Message10748) Descriptor() ([]byte, []int) {
230	return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{3}
231}
232
233func (x *Message10748) GetField10750() string {
234	if x != nil && x.Field10750 != nil {
235		return *x.Field10750
236	}
237	return ""
238}
239
240func (x *Message10748) GetField10751() int32 {
241	if x != nil && x.Field10751 != nil {
242		return *x.Field10751
243	}
244	return 0
245}
246
247func (x *Message10748) GetField10752() int32 {
248	if x != nil && x.Field10752 != nil {
249		return *x.Field10752
250	}
251	return 0
252}
253
254func (x *Message10748) GetField10753() int32 {
255	if x != nil && x.Field10753 != nil {
256		return *x.Field10753
257	}
258	return 0
259}
260
261type Message7966 struct {
262	state         protoimpl.MessageState
263	sizeCache     protoimpl.SizeCache
264	unknownFields protoimpl.UnknownFields
265
266	Field7969 *string `protobuf:"bytes,1,opt,name=field7969" json:"field7969,omitempty"`
267	Field7970 *bool   `protobuf:"varint,2,opt,name=field7970" json:"field7970,omitempty"`
268}
269
270func (x *Message7966) Reset() {
271	*x = Message7966{}
272	if protoimpl.UnsafeEnabled {
273		mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[4]
274		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
275		ms.StoreMessageInfo(mi)
276	}
277}
278
279func (x *Message7966) String() string {
280	return protoimpl.X.MessageStringOf(x)
281}
282
283func (*Message7966) ProtoMessage() {}
284
285func (x *Message7966) ProtoReflect() protoreflect.Message {
286	mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[4]
287	if protoimpl.UnsafeEnabled && x != nil {
288		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
289		if ms.LoadMessageInfo() == nil {
290			ms.StoreMessageInfo(mi)
291		}
292		return ms
293	}
294	return mi.MessageOf(x)
295}
296
297// Deprecated: Use Message7966.ProtoReflect.Descriptor instead.
298func (*Message7966) Descriptor() ([]byte, []int) {
299	return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{4}
300}
301
302func (x *Message7966) GetField7969() string {
303	if x != nil && x.Field7969 != nil {
304		return *x.Field7969
305	}
306	return ""
307}
308
309func (x *Message7966) GetField7970() bool {
310	if x != nil && x.Field7970 != nil {
311		return *x.Field7970
312	}
313	return false
314}
315
316type Message708 struct {
317	state         protoimpl.MessageState
318	sizeCache     protoimpl.SizeCache
319	unknownFields protoimpl.UnknownFields
320
321	Field823 *Message741 `protobuf:"bytes,1,opt,name=field823" json:"field823,omitempty"`
322	Field824 []string    `protobuf:"bytes,6,rep,name=field824" json:"field824,omitempty"`
323	Field825 *string     `protobuf:"bytes,2,opt,name=field825" json:"field825,omitempty"`
324	Field826 *string     `protobuf:"bytes,3,opt,name=field826" json:"field826,omitempty"`
325	Field827 []string    `protobuf:"bytes,4,rep,name=field827" json:"field827,omitempty"`
326	Field828 []string    `protobuf:"bytes,5,rep,name=field828" json:"field828,omitempty"`
327}
328
329func (x *Message708) Reset() {
330	*x = Message708{}
331	if protoimpl.UnsafeEnabled {
332		mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[5]
333		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
334		ms.StoreMessageInfo(mi)
335	}
336}
337
338func (x *Message708) String() string {
339	return protoimpl.X.MessageStringOf(x)
340}
341
342func (*Message708) ProtoMessage() {}
343
344func (x *Message708) ProtoReflect() protoreflect.Message {
345	mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[5]
346	if protoimpl.UnsafeEnabled && x != nil {
347		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
348		if ms.LoadMessageInfo() == nil {
349			ms.StoreMessageInfo(mi)
350		}
351		return ms
352	}
353	return mi.MessageOf(x)
354}
355
356// Deprecated: Use Message708.ProtoReflect.Descriptor instead.
357func (*Message708) Descriptor() ([]byte, []int) {
358	return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{5}
359}
360
361func (x *Message708) GetField823() *Message741 {
362	if x != nil {
363		return x.Field823
364	}
365	return nil
366}
367
368func (x *Message708) GetField824() []string {
369	if x != nil {
370		return x.Field824
371	}
372	return nil
373}
374
375func (x *Message708) GetField825() string {
376	if x != nil && x.Field825 != nil {
377		return *x.Field825
378	}
379	return ""
380}
381
382func (x *Message708) GetField826() string {
383	if x != nil && x.Field826 != nil {
384		return *x.Field826
385	}
386	return ""
387}
388
389func (x *Message708) GetField827() []string {
390	if x != nil {
391		return x.Field827
392	}
393	return nil
394}
395
396func (x *Message708) GetField828() []string {
397	if x != nil {
398		return x.Field828
399	}
400	return nil
401}
402
403type Message8942 struct {
404	state         protoimpl.MessageState
405	sizeCache     protoimpl.SizeCache
406	unknownFields protoimpl.UnknownFields
407}
408
409func (x *Message8942) Reset() {
410	*x = Message8942{}
411	if protoimpl.UnsafeEnabled {
412		mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[6]
413		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
414		ms.StoreMessageInfo(mi)
415	}
416}
417
418func (x *Message8942) String() string {
419	return protoimpl.X.MessageStringOf(x)
420}
421
422func (*Message8942) ProtoMessage() {}
423
424func (x *Message8942) ProtoReflect() protoreflect.Message {
425	mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[6]
426	if protoimpl.UnsafeEnabled && x != nil {
427		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
428		if ms.LoadMessageInfo() == nil {
429			ms.StoreMessageInfo(mi)
430		}
431		return ms
432	}
433	return mi.MessageOf(x)
434}
435
436// Deprecated: Use Message8942.ProtoReflect.Descriptor instead.
437func (*Message8942) Descriptor() ([]byte, []int) {
438	return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{6}
439}
440
441type Message11011 struct {
442	state         protoimpl.MessageState
443	sizeCache     protoimpl.SizeCache
444	unknownFields protoimpl.UnknownFields
445
446	Field11752 []byte `protobuf:"bytes,1,req,name=field11752" json:"field11752,omitempty"`
447	Field11753 []byte `protobuf:"bytes,2,req,name=field11753" json:"field11753,omitempty"`
448}
449
450func (x *Message11011) Reset() {
451	*x = Message11011{}
452	if protoimpl.UnsafeEnabled {
453		mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[7]
454		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
455		ms.StoreMessageInfo(mi)
456	}
457}
458
459func (x *Message11011) String() string {
460	return protoimpl.X.MessageStringOf(x)
461}
462
463func (*Message11011) ProtoMessage() {}
464
465func (x *Message11011) ProtoReflect() protoreflect.Message {
466	mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[7]
467	if protoimpl.UnsafeEnabled && x != nil {
468		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
469		if ms.LoadMessageInfo() == nil {
470			ms.StoreMessageInfo(mi)
471		}
472		return ms
473	}
474	return mi.MessageOf(x)
475}
476
477// Deprecated: Use Message11011.ProtoReflect.Descriptor instead.
478func (*Message11011) Descriptor() ([]byte, []int) {
479	return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{7}
480}
481
482func (x *Message11011) GetField11752() []byte {
483	if x != nil {
484		return x.Field11752
485	}
486	return nil
487}
488
489func (x *Message11011) GetField11753() []byte {
490	if x != nil {
491		return x.Field11753
492	}
493	return nil
494}
495
496type UnusedEmptyMessage struct {
497	state         protoimpl.MessageState
498	sizeCache     protoimpl.SizeCache
499	unknownFields protoimpl.UnknownFields
500}
501
502func (x *UnusedEmptyMessage) Reset() {
503	*x = UnusedEmptyMessage{}
504	if protoimpl.UnsafeEnabled {
505		mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[8]
506		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
507		ms.StoreMessageInfo(mi)
508	}
509}
510
511func (x *UnusedEmptyMessage) String() string {
512	return protoimpl.X.MessageStringOf(x)
513}
514
515func (*UnusedEmptyMessage) ProtoMessage() {}
516
517func (x *UnusedEmptyMessage) ProtoReflect() protoreflect.Message {
518	mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[8]
519	if protoimpl.UnsafeEnabled && x != nil {
520		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
521		if ms.LoadMessageInfo() == nil {
522			ms.StoreMessageInfo(mi)
523		}
524		return ms
525	}
526	return mi.MessageOf(x)
527}
528
529// Deprecated: Use UnusedEmptyMessage.ProtoReflect.Descriptor instead.
530func (*UnusedEmptyMessage) Descriptor() ([]byte, []int) {
531	return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{8}
532}
533
534type Message741 struct {
535	state         protoimpl.MessageState
536	sizeCache     protoimpl.SizeCache
537	unknownFields protoimpl.UnknownFields
538
539	Field936 []string `protobuf:"bytes,1,rep,name=field936" json:"field936,omitempty"`
540}
541
542func (x *Message741) Reset() {
543	*x = Message741{}
544	if protoimpl.UnsafeEnabled {
545		mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[9]
546		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
547		ms.StoreMessageInfo(mi)
548	}
549}
550
551func (x *Message741) String() string {
552	return protoimpl.X.MessageStringOf(x)
553}
554
555func (*Message741) ProtoMessage() {}
556
557func (x *Message741) ProtoReflect() protoreflect.Message {
558	mi := &file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[9]
559	if protoimpl.UnsafeEnabled && x != nil {
560		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
561		if ms.LoadMessageInfo() == nil {
562			ms.StoreMessageInfo(mi)
563		}
564		return ms
565	}
566	return mi.MessageOf(x)
567}
568
569// Deprecated: Use Message741.ProtoReflect.Descriptor instead.
570func (*Message741) Descriptor() ([]byte, []int) {
571	return file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP(), []int{9}
572}
573
574func (x *Message741) GetField936() []string {
575	if x != nil {
576		return x.Field936
577	}
578	return nil
579}
580
581var File_datasets_google_message3_benchmark_message3_7_proto protoreflect.FileDescriptor
582
583var file_datasets_google_message3_benchmark_message3_7_proto_rawDesc = []byte{
584	0x0a, 0x33, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
585	0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x33, 0x2f, 0x62, 0x65, 0x6e, 0x63, 0x68,
586	0x6d, 0x61, 0x72, 0x6b, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x33, 0x5f, 0x37, 0x2e,
587	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1a, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b,
588	0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
589	0x33, 0x22, 0x0e, 0x0a, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x31, 0x30, 0x31,
590	0x38, 0x22, 0x8e, 0x01, 0x0a, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x30, 0x38,
591	0x30, 0x30, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38, 0x30, 0x38,
592	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38,
593	0x30, 0x38, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38, 0x30, 0x39,
594	0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38,
595	0x30, 0x39, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38, 0x31, 0x30,
596	0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38,
597	0x31, 0x30, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38, 0x31, 0x31,
598	0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x38,
599	0x31, 0x31, 0x22, 0x0e, 0x0a, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x30, 0x38,
600	0x30, 0x32, 0x22, 0x8e, 0x01, 0x0a, 0x0c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x30,
601	0x37, 0x34, 0x38, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x37, 0x35,
602	0x30, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
603	0x37, 0x35, 0x30, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x37, 0x35,
604	0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
605	0x37, 0x35, 0x31, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x37, 0x35,
606	0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
607	0x37, 0x35, 0x32, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30, 0x37, 0x35,
608	0x33, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x30,
609	0x37, 0x35, 0x33, 0x22, 0x49, 0x0a, 0x0b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x37, 0x39,
610	0x36, 0x36, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x39, 0x36, 0x39, 0x18,
611	0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x39, 0x36, 0x39,
612	0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x39, 0x37, 0x30, 0x18, 0x02, 0x20,
613	0x01, 0x28, 0x08, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x37, 0x39, 0x37, 0x30, 0x22, 0xdc,
614	0x01, 0x0a, 0x0a, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x37, 0x30, 0x38, 0x12, 0x42, 0x0a,
615	0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x33, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
616	0x26, 0x2e, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x2e, 0x67, 0x6f, 0x6f,
617	0x67, 0x6c, 0x65, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x33, 0x2e, 0x4d, 0x65, 0x73,
618	0x73, 0x61, 0x67, 0x65, 0x37, 0x34, 0x31, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32,
619	0x33, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x34, 0x18, 0x06, 0x20,
620	0x03, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x34, 0x12, 0x1a, 0x0a,
621	0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x35, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
622	0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x35, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65,
623	0x6c, 0x64, 0x38, 0x32, 0x36, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65,
624	0x6c, 0x64, 0x38, 0x32, 0x36, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32,
625	0x37, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32,
626	0x37, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x38, 0x18, 0x05, 0x20,
627	0x03, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x38, 0x32, 0x38, 0x22, 0x0d, 0x0a,
628	0x0b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x38, 0x39, 0x34, 0x32, 0x22, 0x4e, 0x0a, 0x0c,
629	0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x31, 0x31, 0x30, 0x31, 0x31, 0x12, 0x1e, 0x0a, 0x0a,
630	0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x37, 0x35, 0x32, 0x18, 0x01, 0x20, 0x02, 0x28, 0x0c,
631	0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x37, 0x35, 0x32, 0x12, 0x1e, 0x0a, 0x0a,
632	0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x37, 0x35, 0x33, 0x18, 0x02, 0x20, 0x02, 0x28, 0x0c,
633	0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x31, 0x37, 0x35, 0x33, 0x22, 0x14, 0x0a, 0x12,
634	0x55, 0x6e, 0x75, 0x73, 0x65, 0x64, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x4d, 0x65, 0x73, 0x73, 0x61,
635	0x67, 0x65, 0x22, 0x28, 0x0a, 0x0a, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x37, 0x34, 0x31,
636	0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x39, 0x33, 0x36, 0x18, 0x01, 0x20, 0x03,
637	0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x39, 0x33, 0x36, 0x42, 0x23, 0x0a, 0x1e,
638	0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
639	0x62, 0x75, 0x66, 0x2e, 0x62, 0x65, 0x6e, 0x63, 0x68, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0xf8, 0x01,
640	0x01,
641}
642
643var (
644	file_datasets_google_message3_benchmark_message3_7_proto_rawDescOnce sync.Once
645	file_datasets_google_message3_benchmark_message3_7_proto_rawDescData = file_datasets_google_message3_benchmark_message3_7_proto_rawDesc
646)
647
648func file_datasets_google_message3_benchmark_message3_7_proto_rawDescGZIP() []byte {
649	file_datasets_google_message3_benchmark_message3_7_proto_rawDescOnce.Do(func() {
650		file_datasets_google_message3_benchmark_message3_7_proto_rawDescData = protoimpl.X.CompressGZIP(file_datasets_google_message3_benchmark_message3_7_proto_rawDescData)
651	})
652	return file_datasets_google_message3_benchmark_message3_7_proto_rawDescData
653}
654
655var file_datasets_google_message3_benchmark_message3_7_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
656var file_datasets_google_message3_benchmark_message3_7_proto_goTypes = []interface{}{
657	(*Message11018)(nil),       // 0: benchmarks.google_message3.Message11018
658	(*Message10800)(nil),       // 1: benchmarks.google_message3.Message10800
659	(*Message10802)(nil),       // 2: benchmarks.google_message3.Message10802
660	(*Message10748)(nil),       // 3: benchmarks.google_message3.Message10748
661	(*Message7966)(nil),        // 4: benchmarks.google_message3.Message7966
662	(*Message708)(nil),         // 5: benchmarks.google_message3.Message708
663	(*Message8942)(nil),        // 6: benchmarks.google_message3.Message8942
664	(*Message11011)(nil),       // 7: benchmarks.google_message3.Message11011
665	(*UnusedEmptyMessage)(nil), // 8: benchmarks.google_message3.UnusedEmptyMessage
666	(*Message741)(nil),         // 9: benchmarks.google_message3.Message741
667}
668var file_datasets_google_message3_benchmark_message3_7_proto_depIdxs = []int32{
669	9, // 0: benchmarks.google_message3.Message708.field823:type_name -> benchmarks.google_message3.Message741
670	1, // [1:1] is the sub-list for method output_type
671	1, // [1:1] is the sub-list for method input_type
672	1, // [1:1] is the sub-list for extension type_name
673	1, // [1:1] is the sub-list for extension extendee
674	0, // [0:1] is the sub-list for field type_name
675}
676
677func init() { file_datasets_google_message3_benchmark_message3_7_proto_init() }
678func file_datasets_google_message3_benchmark_message3_7_proto_init() {
679	if File_datasets_google_message3_benchmark_message3_7_proto != nil {
680		return
681	}
682	if !protoimpl.UnsafeEnabled {
683		file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
684			switch v := v.(*Message11018); i {
685			case 0:
686				return &v.state
687			case 1:
688				return &v.sizeCache
689			case 2:
690				return &v.unknownFields
691			default:
692				return nil
693			}
694		}
695		file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
696			switch v := v.(*Message10800); i {
697			case 0:
698				return &v.state
699			case 1:
700				return &v.sizeCache
701			case 2:
702				return &v.unknownFields
703			default:
704				return nil
705			}
706		}
707		file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
708			switch v := v.(*Message10802); i {
709			case 0:
710				return &v.state
711			case 1:
712				return &v.sizeCache
713			case 2:
714				return &v.unknownFields
715			default:
716				return nil
717			}
718		}
719		file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
720			switch v := v.(*Message10748); i {
721			case 0:
722				return &v.state
723			case 1:
724				return &v.sizeCache
725			case 2:
726				return &v.unknownFields
727			default:
728				return nil
729			}
730		}
731		file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
732			switch v := v.(*Message7966); i {
733			case 0:
734				return &v.state
735			case 1:
736				return &v.sizeCache
737			case 2:
738				return &v.unknownFields
739			default:
740				return nil
741			}
742		}
743		file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
744			switch v := v.(*Message708); i {
745			case 0:
746				return &v.state
747			case 1:
748				return &v.sizeCache
749			case 2:
750				return &v.unknownFields
751			default:
752				return nil
753			}
754		}
755		file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
756			switch v := v.(*Message8942); i {
757			case 0:
758				return &v.state
759			case 1:
760				return &v.sizeCache
761			case 2:
762				return &v.unknownFields
763			default:
764				return nil
765			}
766		}
767		file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
768			switch v := v.(*Message11011); i {
769			case 0:
770				return &v.state
771			case 1:
772				return &v.sizeCache
773			case 2:
774				return &v.unknownFields
775			default:
776				return nil
777			}
778		}
779		file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
780			switch v := v.(*UnusedEmptyMessage); i {
781			case 0:
782				return &v.state
783			case 1:
784				return &v.sizeCache
785			case 2:
786				return &v.unknownFields
787			default:
788				return nil
789			}
790		}
791		file_datasets_google_message3_benchmark_message3_7_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
792			switch v := v.(*Message741); i {
793			case 0:
794				return &v.state
795			case 1:
796				return &v.sizeCache
797			case 2:
798				return &v.unknownFields
799			default:
800				return nil
801			}
802		}
803	}
804	type x struct{}
805	out := protoimpl.TypeBuilder{
806		File: protoimpl.DescBuilder{
807			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
808			RawDescriptor: file_datasets_google_message3_benchmark_message3_7_proto_rawDesc,
809			NumEnums:      0,
810			NumMessages:   10,
811			NumExtensions: 0,
812			NumServices:   0,
813		},
814		GoTypes:           file_datasets_google_message3_benchmark_message3_7_proto_goTypes,
815		DependencyIndexes: file_datasets_google_message3_benchmark_message3_7_proto_depIdxs,
816		MessageInfos:      file_datasets_google_message3_benchmark_message3_7_proto_msgTypes,
817	}.Build()
818	File_datasets_google_message3_benchmark_message3_7_proto = out.File
819	file_datasets_google_message3_benchmark_message3_7_proto_rawDesc = nil
820	file_datasets_google_message3_benchmark_message3_7_proto_goTypes = nil
821	file_datasets_google_message3_benchmark_message3_7_proto_depIdxs = nil
822}
823