blob: 5b3cc667e28e64267c0109f1bdebc94c2639e7c1 [file] [log] [blame]
Joe Tsai8d5e6d62019-08-06 01:15:48 -07001// Copyright 2018 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Joe Tsaiea118132018-11-11 17:56:21 -08005// Code generated by protoc-gen-go. DO NOT EDIT.
Joe Tsai19058432019-02-27 21:46:29 -08006// source: legacy/legacy.proto
Joe Tsaiea118132018-11-11 17:56:21 -08007
8package legacy
9
10import (
Joe Tsai55f18252020-01-11 00:25:01 -080011 proto2_20160225_2fc053c5 "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160225_2fc053c5"
12 proto2_20160519_a4ab9ec5 "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160519_a4ab9ec5"
13 proto2_20180125_92554152 "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180125_92554152"
14 proto2_20180430_b4deda09 "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180430_b4deda09"
15 proto2_20180814_aa810b61 "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180814_aa810b61"
16 proto2_20190205_c823c79e "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20190205_c823c79e"
17 proto3_20160225_2fc053c5 "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20160225_2fc053c5"
18 proto3_20160519_a4ab9ec5 "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20160519_a4ab9ec5"
19 proto3_20180125_92554152 "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180125_92554152"
20 proto3_20180430_b4deda09 "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09"
21 proto3_20180814_aa810b61 "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180814_aa810b61"
22 proto3_20190205_c823c79e "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e"
Damien Neile89e6242019-05-13 23:55:40 -070023 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
Damien Neile89e6242019-05-13 23:55:40 -070024 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
Joe Tsaiaf570872019-07-14 23:04:40 -070025 reflect "reflect"
Joe Tsai5d72cc22019-03-28 01:13:26 -070026 sync "sync"
Joe Tsaiea118132018-11-11 17:56:21 -080027)
28
Joe Tsaiea118132018-11-11 17:56:21 -080029type Legacy struct {
Joe Tsai82760ce2019-06-20 03:09:57 -070030 state protoimpl.MessageState
Joe Tsai38b61962019-08-05 13:09:30 -070031 sizeCache protoimpl.SizeCache
32 unknownFields protoimpl.UnknownFields
Joe Tsai8d5e6d62019-08-06 01:15:48 -070033
Joe Tsai55f18252020-01-11 00:25:01 -080034 F1 *proto2_20160225_2fc053c5.Message `protobuf:"bytes,1,opt,name=f1,proto3" json:"f1,omitempty"`
35 F2 *proto3_20160225_2fc053c5.Message `protobuf:"bytes,2,opt,name=f2,proto3" json:"f2,omitempty"`
36 F3 *proto2_20160519_a4ab9ec5.Message `protobuf:"bytes,3,opt,name=f3,proto3" json:"f3,omitempty"`
37 F4 *proto3_20160519_a4ab9ec5.Message `protobuf:"bytes,4,opt,name=f4,proto3" json:"f4,omitempty"`
38 F5 *proto2_20180125_92554152.Message `protobuf:"bytes,5,opt,name=f5,proto3" json:"f5,omitempty"`
39 F6 *proto3_20180125_92554152.Message `protobuf:"bytes,6,opt,name=f6,proto3" json:"f6,omitempty"`
40 F7 *proto2_20180430_b4deda09.Message `protobuf:"bytes,7,opt,name=f7,proto3" json:"f7,omitempty"`
41 F8 *proto3_20180430_b4deda09.Message `protobuf:"bytes,8,opt,name=f8,proto3" json:"f8,omitempty"`
42 F9 *proto2_20180814_aa810b61.Message `protobuf:"bytes,9,opt,name=f9,proto3" json:"f9,omitempty"`
43 F10 *proto3_20180814_aa810b61.Message `protobuf:"bytes,10,opt,name=f10,proto3" json:"f10,omitempty"`
44 F11 *proto2_20190205_c823c79e.Message `protobuf:"bytes,11,opt,name=f11,proto3" json:"f11,omitempty"`
45 F12 *proto3_20190205_c823c79e.Message `protobuf:"bytes,12,opt,name=f12,proto3" json:"f12,omitempty"`
Joe Tsaiea118132018-11-11 17:56:21 -080046}
47
Joe Tsai61968ce2019-04-01 12:59:24 -070048func (x *Legacy) Reset() {
49 *x = Legacy{}
Joe Tsaiae313d42019-10-16 10:25:54 -070050 if protoimpl.UnsafeEnabled {
51 mi := &file_legacy_legacy_proto_msgTypes[0]
52 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
53 ms.StoreMessageInfo(mi)
54 }
Joe Tsai19058432019-02-27 21:46:29 -080055}
Joe Tsai61968ce2019-04-01 12:59:24 -070056
57func (x *Legacy) String() string {
58 return protoimpl.X.MessageStringOf(x)
59}
60
61func (*Legacy) ProtoMessage() {}
62
63func (x *Legacy) ProtoReflect() protoreflect.Message {
Joe Tsai82760ce2019-06-20 03:09:57 -070064 mi := &file_legacy_legacy_proto_msgTypes[0]
65 if protoimpl.UnsafeEnabled && x != nil {
66 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
67 if ms.LoadMessageInfo() == nil {
68 ms.StoreMessageInfo(mi)
69 }
70 return ms
71 }
72 return mi.MessageOf(x)
Joe Tsai61968ce2019-04-01 12:59:24 -070073}
Joe Tsai8e506a82019-03-16 00:05:34 -070074
Joe Tsai43761bd2019-07-17 18:06:47 -070075// Deprecated: Use Legacy.ProtoReflect.Descriptor instead.
Joe Tsaiea118132018-11-11 17:56:21 -080076func (*Legacy) Descriptor() ([]byte, []int) {
Joe Tsai7ca70982019-04-15 13:57:56 -070077 return file_legacy_legacy_proto_rawDescGZIP(), []int{0}
Joe Tsaiea118132018-11-11 17:56:21 -080078}
79
Joe Tsai55f18252020-01-11 00:25:01 -080080func (x *Legacy) GetF1() *proto2_20160225_2fc053c5.Message {
Joe Tsai61968ce2019-04-01 12:59:24 -070081 if x != nil {
82 return x.F1
Joe Tsaiea118132018-11-11 17:56:21 -080083 }
84 return nil
85}
86
Joe Tsai55f18252020-01-11 00:25:01 -080087func (x *Legacy) GetF2() *proto3_20160225_2fc053c5.Message {
Joe Tsai61968ce2019-04-01 12:59:24 -070088 if x != nil {
89 return x.F2
Joe Tsaiea118132018-11-11 17:56:21 -080090 }
91 return nil
92}
93
Joe Tsai55f18252020-01-11 00:25:01 -080094func (x *Legacy) GetF3() *proto2_20160519_a4ab9ec5.Message {
Joe Tsai61968ce2019-04-01 12:59:24 -070095 if x != nil {
96 return x.F3
Joe Tsaiea118132018-11-11 17:56:21 -080097 }
98 return nil
99}
100
Joe Tsai55f18252020-01-11 00:25:01 -0800101func (x *Legacy) GetF4() *proto3_20160519_a4ab9ec5.Message {
Joe Tsai61968ce2019-04-01 12:59:24 -0700102 if x != nil {
103 return x.F4
Joe Tsaiea118132018-11-11 17:56:21 -0800104 }
105 return nil
106}
107
Joe Tsai55f18252020-01-11 00:25:01 -0800108func (x *Legacy) GetF5() *proto2_20180125_92554152.Message {
Joe Tsai61968ce2019-04-01 12:59:24 -0700109 if x != nil {
110 return x.F5
Joe Tsaiea118132018-11-11 17:56:21 -0800111 }
112 return nil
113}
114
Joe Tsai55f18252020-01-11 00:25:01 -0800115func (x *Legacy) GetF6() *proto3_20180125_92554152.Message {
Joe Tsai61968ce2019-04-01 12:59:24 -0700116 if x != nil {
117 return x.F6
Joe Tsaiea118132018-11-11 17:56:21 -0800118 }
119 return nil
120}
121
Joe Tsai55f18252020-01-11 00:25:01 -0800122func (x *Legacy) GetF7() *proto2_20180430_b4deda09.Message {
Joe Tsai61968ce2019-04-01 12:59:24 -0700123 if x != nil {
124 return x.F7
Joe Tsaiea118132018-11-11 17:56:21 -0800125 }
126 return nil
127}
128
Joe Tsai55f18252020-01-11 00:25:01 -0800129func (x *Legacy) GetF8() *proto3_20180430_b4deda09.Message {
Joe Tsai61968ce2019-04-01 12:59:24 -0700130 if x != nil {
131 return x.F8
Joe Tsaiea118132018-11-11 17:56:21 -0800132 }
133 return nil
134}
135
Joe Tsai55f18252020-01-11 00:25:01 -0800136func (x *Legacy) GetF9() *proto2_20180814_aa810b61.Message {
Joe Tsai61968ce2019-04-01 12:59:24 -0700137 if x != nil {
138 return x.F9
Joe Tsaiea118132018-11-11 17:56:21 -0800139 }
140 return nil
141}
142
Joe Tsai55f18252020-01-11 00:25:01 -0800143func (x *Legacy) GetF10() *proto3_20180814_aa810b61.Message {
Joe Tsai61968ce2019-04-01 12:59:24 -0700144 if x != nil {
145 return x.F10
Joe Tsaiea118132018-11-11 17:56:21 -0800146 }
147 return nil
148}
149
Joe Tsai55f18252020-01-11 00:25:01 -0800150func (x *Legacy) GetF11() *proto2_20190205_c823c79e.Message {
Joe Tsai61968ce2019-04-01 12:59:24 -0700151 if x != nil {
152 return x.F11
Joe Tsai25cc69d2018-11-28 23:43:49 -0800153 }
154 return nil
155}
156
Joe Tsai55f18252020-01-11 00:25:01 -0800157func (x *Legacy) GetF12() *proto3_20190205_c823c79e.Message {
Joe Tsai61968ce2019-04-01 12:59:24 -0700158 if x != nil {
159 return x.F12
Joe Tsai25cc69d2018-11-28 23:43:49 -0800160 }
161 return nil
162}
163
Joe Tsai5d72cc22019-03-28 01:13:26 -0700164var File_legacy_legacy_proto protoreflect.FileDescriptor
165
Joe Tsai7ca70982019-04-15 13:57:56 -0700166var file_legacy_legacy_proto_rawDesc = []byte{
Joe Tsai19058432019-02-27 21:46:29 -0800167 0x0a, 0x13, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e,
168 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f,
Joe Tsai55f18252020-01-11 00:25:01 -0800169 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x1a, 0x2a, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79,
170 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32, 0x30, 0x31, 0x36, 0x30, 0x32, 0x32, 0x35,
171 0x5f, 0x32, 0x66, 0x63, 0x30, 0x35, 0x33, 0x63, 0x35, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70,
172 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f,
173 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x36, 0x30, 0x32, 0x32, 0x35, 0x5f, 0x32, 0x66, 0x63,
174 0x30, 0x35, 0x33, 0x63, 0x35, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
175 0x1a, 0x2a, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f,
176 0x32, 0x30, 0x31, 0x36, 0x30, 0x35, 0x31, 0x39, 0x5f, 0x61, 0x34, 0x61, 0x62, 0x39, 0x65, 0x63,
177 0x35, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x6c, 0x65,
178 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x36,
179 0x30, 0x35, 0x31, 0x39, 0x5f, 0x61, 0x34, 0x61, 0x62, 0x39, 0x65, 0x63, 0x35, 0x2f, 0x74, 0x65,
180 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79,
181 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x30, 0x31, 0x32, 0x35,
182 0x5f, 0x39, 0x32, 0x35, 0x35, 0x34, 0x31, 0x35, 0x32, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70,
183 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f,
184 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x30, 0x31, 0x32, 0x35, 0x5f, 0x39, 0x32, 0x35,
185 0x35, 0x34, 0x31, 0x35, 0x32, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
186 0x1a, 0x2a, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f,
187 0x32, 0x30, 0x31, 0x38, 0x30, 0x34, 0x33, 0x30, 0x5f, 0x62, 0x34, 0x64, 0x65, 0x64, 0x61, 0x30,
188 0x39, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x6c, 0x65,
189 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x38,
190 0x30, 0x34, 0x33, 0x30, 0x5f, 0x62, 0x34, 0x64, 0x65, 0x64, 0x61, 0x30, 0x39, 0x2f, 0x74, 0x65,
191 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79,
192 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x30, 0x38, 0x31, 0x34,
193 0x5f, 0x61, 0x61, 0x38, 0x31, 0x30, 0x62, 0x36, 0x31, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70,
194 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f,
195 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x30, 0x38, 0x31, 0x34, 0x5f, 0x61, 0x61, 0x38,
196 0x31, 0x30, 0x62, 0x36, 0x31, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
197 0x1a, 0x2a, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f,
198 0x32, 0x30, 0x31, 0x39, 0x30, 0x32, 0x30, 0x35, 0x5f, 0x63, 0x38, 0x32, 0x33, 0x63, 0x37, 0x39,
199 0x65, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x6c, 0x65,
200 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x39,
201 0x30, 0x32, 0x30, 0x35, 0x5f, 0x63, 0x38, 0x32, 0x33, 0x63, 0x37, 0x39, 0x65, 0x2f, 0x74, 0x65,
202 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xde, 0x05, 0x0a, 0x06, 0x4c, 0x65, 0x67,
203 0x61, 0x63, 0x79, 0x12, 0x3a, 0x0a, 0x02, 0x66, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
Joe Tsai19058432019-02-27 21:46:29 -0800204 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e,
Joe Tsai55f18252020-01-11 00:25:01 -0800205 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32, 0x30, 0x31, 0x36, 0x30,
206 0x32, 0x32, 0x35, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x31, 0x12,
207 0x3a, 0x0a, 0x02, 0x66, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f,
Joe Tsai19058432019-02-27 21:46:29 -0800208 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e,
Joe Tsai55f18252020-01-11 00:25:01 -0800209 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x36, 0x30, 0x32, 0x32, 0x35, 0x2e,
210 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x32, 0x12, 0x3a, 0x0a, 0x02, 0x66,
211 0x33, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
Joe Tsai19058432019-02-27 21:46:29 -0800212 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74,
Joe Tsai55f18252020-01-11 00:25:01 -0800213 0x6f, 0x32, 0x5f, 0x32, 0x30, 0x31, 0x36, 0x30, 0x35, 0x31, 0x39, 0x2e, 0x4d, 0x65, 0x73, 0x73,
214 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x33, 0x12, 0x3a, 0x0a, 0x02, 0x66, 0x34, 0x18, 0x04, 0x20,
Joe Tsai19058432019-02-27 21:46:29 -0800215 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c,
Joe Tsai55f18252020-01-11 00:25:01 -0800216 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x5f, 0x32,
217 0x30, 0x31, 0x36, 0x30, 0x35, 0x31, 0x39, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
218 0x02, 0x66, 0x34, 0x12, 0x3a, 0x0a, 0x02, 0x66, 0x35, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32,
Joe Tsai19058432019-02-27 21:46:29 -0800219 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e,
Joe Tsai55f18252020-01-11 00:25:01 -0800220 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x30,
221 0x31, 0x32, 0x35, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x35, 0x12,
222 0x3a, 0x0a, 0x02, 0x66, 0x36, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f,
Joe Tsai19058432019-02-27 21:46:29 -0800223 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e,
Joe Tsai55f18252020-01-11 00:25:01 -0800224 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x30, 0x31, 0x32, 0x35, 0x2e,
225 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x36, 0x12, 0x3a, 0x0a, 0x02, 0x66,
226 0x37, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
Joe Tsai19058432019-02-27 21:46:29 -0800227 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74,
Joe Tsai55f18252020-01-11 00:25:01 -0800228 0x6f, 0x32, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x30, 0x34, 0x33, 0x30, 0x2e, 0x4d, 0x65, 0x73, 0x73,
229 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x37, 0x12, 0x3a, 0x0a, 0x02, 0x66, 0x38, 0x18, 0x08, 0x20,
Joe Tsai19058432019-02-27 21:46:29 -0800230 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c,
Joe Tsai55f18252020-01-11 00:25:01 -0800231 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x5f, 0x32,
232 0x30, 0x31, 0x38, 0x30, 0x34, 0x33, 0x30, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
233 0x02, 0x66, 0x38, 0x12, 0x3a, 0x0a, 0x02, 0x66, 0x39, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32,
234 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e,
235 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x30,
236 0x38, 0x31, 0x34, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x39, 0x12,
237 0x3c, 0x0a, 0x03, 0x66, 0x31, 0x30, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67,
Joe Tsai19058432019-02-27 21:46:29 -0800238 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67,
Joe Tsai55f18252020-01-11 00:25:01 -0800239 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x30, 0x38, 0x31, 0x34,
240 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x03, 0x66, 0x31, 0x30, 0x12, 0x3c, 0x0a,
241 0x03, 0x66, 0x31, 0x31, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f,
242 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x70,
243 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32, 0x30, 0x31, 0x39, 0x30, 0x32, 0x30, 0x35, 0x2e, 0x4d,
244 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x03, 0x66, 0x31, 0x31, 0x12, 0x3c, 0x0a, 0x03, 0x66,
245 0x31, 0x32, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
246 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f,
247 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x39, 0x30, 0x32, 0x30, 0x35, 0x2e, 0x4d, 0x65, 0x73,
248 0x73, 0x61, 0x67, 0x65, 0x52, 0x03, 0x66, 0x31, 0x32, 0x42, 0x37, 0x5a, 0x35, 0x67, 0x6f, 0x6f,
249 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70,
250 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c,
251 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x6c, 0x65, 0x67, 0x61,
252 0x63, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
Joe Tsaiea118132018-11-11 17:56:21 -0800253}
254
Joe Tsai5d72cc22019-03-28 01:13:26 -0700255var (
Joe Tsai7ca70982019-04-15 13:57:56 -0700256 file_legacy_legacy_proto_rawDescOnce sync.Once
257 file_legacy_legacy_proto_rawDescData = file_legacy_legacy_proto_rawDesc
Joe Tsai5d72cc22019-03-28 01:13:26 -0700258)
Joe Tsai19058432019-02-27 21:46:29 -0800259
Joe Tsai7ca70982019-04-15 13:57:56 -0700260func file_legacy_legacy_proto_rawDescGZIP() []byte {
261 file_legacy_legacy_proto_rawDescOnce.Do(func() {
262 file_legacy_legacy_proto_rawDescData = protoimpl.X.CompressGZIP(file_legacy_legacy_proto_rawDescData)
Joe Tsai5d72cc22019-03-28 01:13:26 -0700263 })
Joe Tsai7ca70982019-04-15 13:57:56 -0700264 return file_legacy_legacy_proto_rawDescData
Joe Tsai5d72cc22019-03-28 01:13:26 -0700265}
Joe Tsai19058432019-02-27 21:46:29 -0800266
Joe Tsai4fe96632019-05-22 05:12:36 -0400267var file_legacy_legacy_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
Joe Tsai7ca70982019-04-15 13:57:56 -0700268var file_legacy_legacy_proto_goTypes = []interface{}{
Joe Tsai55f18252020-01-11 00:25:01 -0800269 (*Legacy)(nil), // 0: google.golang.org.Legacy
270 (*proto2_20160225_2fc053c5.Message)(nil), // 1: google.golang.org.proto2_20160225.Message
271 (*proto3_20160225_2fc053c5.Message)(nil), // 2: google.golang.org.proto3_20160225.Message
272 (*proto2_20160519_a4ab9ec5.Message)(nil), // 3: google.golang.org.proto2_20160519.Message
273 (*proto3_20160519_a4ab9ec5.Message)(nil), // 4: google.golang.org.proto3_20160519.Message
274 (*proto2_20180125_92554152.Message)(nil), // 5: google.golang.org.proto2_20180125.Message
275 (*proto3_20180125_92554152.Message)(nil), // 6: google.golang.org.proto3_20180125.Message
276 (*proto2_20180430_b4deda09.Message)(nil), // 7: google.golang.org.proto2_20180430.Message
277 (*proto3_20180430_b4deda09.Message)(nil), // 8: google.golang.org.proto3_20180430.Message
278 (*proto2_20180814_aa810b61.Message)(nil), // 9: google.golang.org.proto2_20180814.Message
279 (*proto3_20180814_aa810b61.Message)(nil), // 10: google.golang.org.proto3_20180814.Message
280 (*proto2_20190205_c823c79e.Message)(nil), // 11: google.golang.org.proto2_20190205.Message
281 (*proto3_20190205_c823c79e.Message)(nil), // 12: google.golang.org.proto3_20190205.Message
Joe Tsai19058432019-02-27 21:46:29 -0800282}
Joe Tsai7ca70982019-04-15 13:57:56 -0700283var file_legacy_legacy_proto_depIdxs = []int32{
Joe Tsai73288392019-08-14 11:55:31 -0700284 1, // 0: google.golang.org.Legacy.f1:type_name -> google.golang.org.proto2_20160225.Message
285 2, // 1: google.golang.org.Legacy.f2:type_name -> google.golang.org.proto3_20160225.Message
286 3, // 2: google.golang.org.Legacy.f3:type_name -> google.golang.org.proto2_20160519.Message
287 4, // 3: google.golang.org.Legacy.f4:type_name -> google.golang.org.proto3_20160519.Message
288 5, // 4: google.golang.org.Legacy.f5:type_name -> google.golang.org.proto2_20180125.Message
289 6, // 5: google.golang.org.Legacy.f6:type_name -> google.golang.org.proto3_20180125.Message
290 7, // 6: google.golang.org.Legacy.f7:type_name -> google.golang.org.proto2_20180430.Message
291 8, // 7: google.golang.org.Legacy.f8:type_name -> google.golang.org.proto3_20180430.Message
292 9, // 8: google.golang.org.Legacy.f9:type_name -> google.golang.org.proto2_20180814.Message
293 10, // 9: google.golang.org.Legacy.f10:type_name -> google.golang.org.proto3_20180814.Message
Joe Tsai55f18252020-01-11 00:25:01 -0800294 11, // 10: google.golang.org.Legacy.f11:type_name -> google.golang.org.proto2_20190205.Message
295 12, // 11: google.golang.org.Legacy.f12:type_name -> google.golang.org.proto3_20190205.Message
Joe Tsai73288392019-08-14 11:55:31 -0700296 12, // [12:12] is the sub-list for method output_type
297 12, // [12:12] is the sub-list for method input_type
298 12, // [12:12] is the sub-list for extension type_name
299 12, // [12:12] is the sub-list for extension extendee
300 0, // [0:12] is the sub-list for field type_name
Joe Tsai19058432019-02-27 21:46:29 -0800301}
302
Joe Tsai7ca70982019-04-15 13:57:56 -0700303func init() { file_legacy_legacy_proto_init() }
304func file_legacy_legacy_proto_init() {
Damien Neil0fc22452019-03-08 17:18:11 -0800305 if File_legacy_legacy_proto != nil {
306 return
307 }
Joe Tsaic0e4bb22019-07-06 13:05:11 -0700308 if !protoimpl.UnsafeEnabled {
309 file_legacy_legacy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
310 switch v := v.(*Legacy); i {
Joe Tsai82760ce2019-06-20 03:09:57 -0700311 case 0:
312 return &v.state
Joe Tsai38b61962019-08-05 13:09:30 -0700313 case 1:
Joe Tsai82760ce2019-06-20 03:09:57 -0700314 return &v.sizeCache
Joe Tsai38b61962019-08-05 13:09:30 -0700315 case 2:
Joe Tsaic0e4bb22019-07-06 13:05:11 -0700316 return &v.unknownFields
317 default:
318 return nil
319 }
320 }
321 }
Joe Tsaiaf570872019-07-14 23:04:40 -0700322 type x struct{}
Joe Tsaid8881392019-06-06 13:01:53 -0700323 out := protoimpl.TypeBuilder{
324 File: protoimpl.DescBuilder{
Joe Tsaiaf570872019-07-14 23:04:40 -0700325 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
Joe Tsaid8881392019-06-06 13:01:53 -0700326 RawDescriptor: file_legacy_legacy_proto_rawDesc,
327 NumEnums: 0,
328 NumMessages: 1,
329 NumExtensions: 0,
330 NumServices: 0,
331 },
332 GoTypes: file_legacy_legacy_proto_goTypes,
333 DependencyIndexes: file_legacy_legacy_proto_depIdxs,
334 MessageInfos: file_legacy_legacy_proto_msgTypes,
335 }.Build()
336 File_legacy_legacy_proto = out.File
Joe Tsai7ca70982019-04-15 13:57:56 -0700337 file_legacy_legacy_proto_rawDesc = nil
338 file_legacy_legacy_proto_goTypes = nil
339 file_legacy_legacy_proto_depIdxs = nil
Joe Tsaiea118132018-11-11 17:56:21 -0800340}