blob: ff29662fe87c066ef5ea1b1effb89c8187dc8720 [file] [log] [blame]
Joe Tsaiea118132018-11-11 17:56:21 -08001// Code generated by protoc-gen-go. DO NOT EDIT.
Joe Tsai19058432019-02-27 21:46:29 -08002// source: legacy/legacy.proto
Joe Tsaiea118132018-11-11 17:56:21 -08003
4package legacy
5
6import (
Damien Neile89e6242019-05-13 23:55:40 -07007 proto2_v0_0 "google.golang.org/protobuf/internal/testprotos/legacy/proto2.v0.0.0-20160225-2fc053c5"
8 proto2_v0_01 "google.golang.org/protobuf/internal/testprotos/legacy/proto2.v0.0.0-20160519-a4ab9ec5"
9 proto2_v1_0 "google.golang.org/protobuf/internal/testprotos/legacy/proto2.v1.0.0-20180125-92554152"
10 proto2_v1_1 "google.golang.org/protobuf/internal/testprotos/legacy/proto2.v1.1.0-20180430-b4deda09"
11 proto2_v1_2 "google.golang.org/protobuf/internal/testprotos/legacy/proto2.v1.2.0-20180814-aa810b61"
12 proto2_v1_21 "google.golang.org/protobuf/internal/testprotos/legacy/proto2.v1.2.1-20181126-8d0c54c1"
13 proto3_v0_0 "google.golang.org/protobuf/internal/testprotos/legacy/proto3.v0.0.0-20160225-2fc053c5"
14 proto3_v0_01 "google.golang.org/protobuf/internal/testprotos/legacy/proto3.v0.0.0-20160519-a4ab9ec5"
15 proto3_v1_0 "google.golang.org/protobuf/internal/testprotos/legacy/proto3.v1.0.0-20180125-92554152"
16 proto3_v1_1 "google.golang.org/protobuf/internal/testprotos/legacy/proto3.v1.1.0-20180430-b4deda09"
17 proto3_v1_2 "google.golang.org/protobuf/internal/testprotos/legacy/proto3.v1.2.0-20180814-aa810b61"
18 proto3_v1_21 "google.golang.org/protobuf/internal/testprotos/legacy/proto3.v1.2.1-20181126-8d0c54c1"
19 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
Damien Neile89e6242019-05-13 23:55:40 -070020 protoiface "google.golang.org/protobuf/runtime/protoiface"
21 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
Joe Tsai5d72cc22019-03-28 01:13:26 -070022 sync "sync"
Joe Tsaiea118132018-11-11 17:56:21 -080023)
24
Joe Tsai58b42d82019-05-22 16:27:51 -040025const (
26 // Verify that runtime/protoimpl is sufficiently up-to-date.
27 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 0)
28 // Verify that this generated code is sufficiently up-to-date.
29 _ = protoimpl.EnforceVersion(0 - protoimpl.MinVersion)
30)
Joe Tsai5d72cc22019-03-28 01:13:26 -070031
Joe Tsaiea118132018-11-11 17:56:21 -080032type Legacy struct {
Joe Tsai82760ce2019-06-20 03:09:57 -070033 state protoimpl.MessageState
Joe Tsaic0e4bb22019-07-06 13:05:11 -070034 F1 *proto2_v0_0.Message `protobuf:"bytes,1,opt,name=f1,proto3" json:"f1,omitempty"`
35 F2 *proto3_v0_0.Message `protobuf:"bytes,2,opt,name=f2,proto3" json:"f2,omitempty"`
36 F3 *proto2_v0_01.Message `protobuf:"bytes,3,opt,name=f3,proto3" json:"f3,omitempty"`
37 F4 *proto3_v0_01.Message `protobuf:"bytes,4,opt,name=f4,proto3" json:"f4,omitempty"`
38 F5 *proto2_v1_0.Message `protobuf:"bytes,5,opt,name=f5,proto3" json:"f5,omitempty"`
39 F6 *proto3_v1_0.Message `protobuf:"bytes,6,opt,name=f6,proto3" json:"f6,omitempty"`
40 F7 *proto2_v1_1.Message `protobuf:"bytes,7,opt,name=f7,proto3" json:"f7,omitempty"`
41 F8 *proto3_v1_1.Message `protobuf:"bytes,8,opt,name=f8,proto3" json:"f8,omitempty"`
42 F9 *proto2_v1_2.Message `protobuf:"bytes,9,opt,name=f9,proto3" json:"f9,omitempty"`
43 F10 *proto3_v1_2.Message `protobuf:"bytes,10,opt,name=f10,proto3" json:"f10,omitempty"`
44 F11 *proto2_v1_21.Message `protobuf:"bytes,11,opt,name=f11,proto3" json:"f11,omitempty"`
45 F12 *proto3_v1_21.Message `protobuf:"bytes,12,opt,name=f12,proto3" json:"f12,omitempty"`
46 sizeCache protoimpl.SizeCache
47 unknownFields protoimpl.UnknownFields
Joe Tsaiea118132018-11-11 17:56:21 -080048}
49
Joe Tsai61968ce2019-04-01 12:59:24 -070050func (x *Legacy) Reset() {
51 *x = Legacy{}
Joe Tsai19058432019-02-27 21:46:29 -080052}
Joe Tsai61968ce2019-04-01 12:59:24 -070053
54func (x *Legacy) String() string {
55 return protoimpl.X.MessageStringOf(x)
56}
57
58func (*Legacy) ProtoMessage() {}
59
60func (x *Legacy) ProtoReflect() protoreflect.Message {
Joe Tsai82760ce2019-06-20 03:09:57 -070061 mi := &file_legacy_legacy_proto_msgTypes[0]
62 if protoimpl.UnsafeEnabled && x != nil {
63 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
64 if ms.LoadMessageInfo() == nil {
65 ms.StoreMessageInfo(mi)
66 }
67 return ms
68 }
69 return mi.MessageOf(x)
Joe Tsai61968ce2019-04-01 12:59:24 -070070}
Joe Tsai8e506a82019-03-16 00:05:34 -070071
Joe Tsai82760ce2019-06-20 03:09:57 -070072func (x *Legacy) XXX_Methods() *protoiface.Methods {
Joe Tsai7ca70982019-04-15 13:57:56 -070073 return file_legacy_legacy_proto_msgTypes[0].Methods()
Damien Neil0d3e8cc2019-04-01 13:31:55 -070074}
75
Joe Tsai8e506a82019-03-16 00:05:34 -070076// Deprecated: Use Legacy.ProtoReflect.Type instead.
Joe Tsaiea118132018-11-11 17:56:21 -080077func (*Legacy) Descriptor() ([]byte, []int) {
Joe Tsai7ca70982019-04-15 13:57:56 -070078 return file_legacy_legacy_proto_rawDescGZIP(), []int{0}
Joe Tsaiea118132018-11-11 17:56:21 -080079}
80
Joe Tsai61968ce2019-04-01 12:59:24 -070081func (x *Legacy) GetF1() *proto2_v0_0.Message {
82 if x != nil {
83 return x.F1
Joe Tsaiea118132018-11-11 17:56:21 -080084 }
85 return nil
86}
87
Joe Tsai61968ce2019-04-01 12:59:24 -070088func (x *Legacy) GetF2() *proto3_v0_0.Message {
89 if x != nil {
90 return x.F2
Joe Tsaiea118132018-11-11 17:56:21 -080091 }
92 return nil
93}
94
Joe Tsai61968ce2019-04-01 12:59:24 -070095func (x *Legacy) GetF3() *proto2_v0_01.Message {
96 if x != nil {
97 return x.F3
Joe Tsaiea118132018-11-11 17:56:21 -080098 }
99 return nil
100}
101
Joe Tsai61968ce2019-04-01 12:59:24 -0700102func (x *Legacy) GetF4() *proto3_v0_01.Message {
103 if x != nil {
104 return x.F4
Joe Tsaiea118132018-11-11 17:56:21 -0800105 }
106 return nil
107}
108
Joe Tsai61968ce2019-04-01 12:59:24 -0700109func (x *Legacy) GetF5() *proto2_v1_0.Message {
110 if x != nil {
111 return x.F5
Joe Tsaiea118132018-11-11 17:56:21 -0800112 }
113 return nil
114}
115
Joe Tsai61968ce2019-04-01 12:59:24 -0700116func (x *Legacy) GetF6() *proto3_v1_0.Message {
117 if x != nil {
118 return x.F6
Joe Tsaiea118132018-11-11 17:56:21 -0800119 }
120 return nil
121}
122
Joe Tsai61968ce2019-04-01 12:59:24 -0700123func (x *Legacy) GetF7() *proto2_v1_1.Message {
124 if x != nil {
125 return x.F7
Joe Tsaiea118132018-11-11 17:56:21 -0800126 }
127 return nil
128}
129
Joe Tsai61968ce2019-04-01 12:59:24 -0700130func (x *Legacy) GetF8() *proto3_v1_1.Message {
131 if x != nil {
132 return x.F8
Joe Tsaiea118132018-11-11 17:56:21 -0800133 }
134 return nil
135}
136
Joe Tsai61968ce2019-04-01 12:59:24 -0700137func (x *Legacy) GetF9() *proto2_v1_2.Message {
138 if x != nil {
139 return x.F9
Joe Tsaiea118132018-11-11 17:56:21 -0800140 }
141 return nil
142}
143
Joe Tsai61968ce2019-04-01 12:59:24 -0700144func (x *Legacy) GetF10() *proto3_v1_2.Message {
145 if x != nil {
146 return x.F10
Joe Tsaiea118132018-11-11 17:56:21 -0800147 }
148 return nil
149}
150
Joe Tsai61968ce2019-04-01 12:59:24 -0700151func (x *Legacy) GetF11() *proto2_v1_21.Message {
152 if x != nil {
153 return x.F11
Joe Tsai25cc69d2018-11-28 23:43:49 -0800154 }
155 return nil
156}
157
Joe Tsai61968ce2019-04-01 12:59:24 -0700158func (x *Legacy) GetF12() *proto3_v1_21.Message {
159 if x != nil {
160 return x.F12
Joe Tsai25cc69d2018-11-28 23:43:49 -0800161 }
162 return nil
163}
164
Joe Tsai5d72cc22019-03-28 01:13:26 -0700165var File_legacy_legacy_proto protoreflect.FileDescriptor
166
Joe Tsai7ca70982019-04-15 13:57:56 -0700167var file_legacy_legacy_proto_rawDesc = []byte{
Joe Tsai19058432019-02-27 21:46:29 -0800168 0x0a, 0x13, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2e,
169 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f,
170 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x1a, 0x31, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79,
171 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x2e, 0x76, 0x30, 0x2e, 0x30, 0x2e, 0x30, 0x2d, 0x32,
172 0x30, 0x31, 0x36, 0x30, 0x32, 0x32, 0x35, 0x2d, 0x32, 0x66, 0x63, 0x30, 0x35, 0x33, 0x63, 0x35,
173 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x31, 0x6c, 0x65, 0x67,
174 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x2e, 0x76, 0x30, 0x2e, 0x30, 0x2e,
175 0x30, 0x2d, 0x32, 0x30, 0x31, 0x36, 0x30, 0x32, 0x32, 0x35, 0x2d, 0x32, 0x66, 0x63, 0x30, 0x35,
176 0x33, 0x63, 0x35, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x31,
177 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x2e, 0x76, 0x30,
178 0x2e, 0x30, 0x2e, 0x30, 0x2d, 0x32, 0x30, 0x31, 0x36, 0x30, 0x35, 0x31, 0x39, 0x2d, 0x61, 0x34,
179 0x61, 0x62, 0x39, 0x65, 0x63, 0x35, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74,
180 0x6f, 0x1a, 0x31, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
181 0x2e, 0x76, 0x30, 0x2e, 0x30, 0x2e, 0x30, 0x2d, 0x32, 0x30, 0x31, 0x36, 0x30, 0x35, 0x31, 0x39,
182 0x2d, 0x61, 0x34, 0x61, 0x62, 0x39, 0x65, 0x63, 0x35, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70,
183 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x31, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f,
184 0x74, 0x6f, 0x32, 0x2e, 0x76, 0x31, 0x2e, 0x30, 0x2e, 0x30, 0x2d, 0x32, 0x30, 0x31, 0x38, 0x30,
185 0x31, 0x32, 0x35, 0x2d, 0x39, 0x32, 0x35, 0x35, 0x34, 0x31, 0x35, 0x32, 0x2f, 0x74, 0x65, 0x73,
186 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x31, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f,
187 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x2e, 0x76, 0x31, 0x2e, 0x30, 0x2e, 0x30, 0x2d, 0x32, 0x30,
188 0x31, 0x38, 0x30, 0x31, 0x32, 0x35, 0x2d, 0x39, 0x32, 0x35, 0x35, 0x34, 0x31, 0x35, 0x32, 0x2f,
189 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x31, 0x6c, 0x65, 0x67, 0x61,
190 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x2e, 0x76, 0x31, 0x2e, 0x31, 0x2e, 0x30,
191 0x2d, 0x32, 0x30, 0x31, 0x38, 0x30, 0x34, 0x33, 0x30, 0x2d, 0x62, 0x34, 0x64, 0x65, 0x64, 0x61,
192 0x30, 0x39, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x31, 0x6c,
193 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x2e, 0x76, 0x31, 0x2e,
194 0x31, 0x2e, 0x30, 0x2d, 0x32, 0x30, 0x31, 0x38, 0x30, 0x34, 0x33, 0x30, 0x2d, 0x62, 0x34, 0x64,
195 0x65, 0x64, 0x61, 0x30, 0x39, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
196 0x1a, 0x31, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x2e,
197 0x76, 0x31, 0x2e, 0x32, 0x2e, 0x30, 0x2d, 0x32, 0x30, 0x31, 0x38, 0x30, 0x38, 0x31, 0x34, 0x2d,
198 0x61, 0x61, 0x38, 0x31, 0x30, 0x62, 0x36, 0x31, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72,
199 0x6f, 0x74, 0x6f, 0x1a, 0x31, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74,
200 0x6f, 0x33, 0x2e, 0x76, 0x31, 0x2e, 0x32, 0x2e, 0x30, 0x2d, 0x32, 0x30, 0x31, 0x38, 0x30, 0x38,
201 0x31, 0x34, 0x2d, 0x61, 0x61, 0x38, 0x31, 0x30, 0x62, 0x36, 0x31, 0x2f, 0x74, 0x65, 0x73, 0x74,
202 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x31, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x2f, 0x70,
203 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x2e, 0x76, 0x31, 0x2e, 0x32, 0x2e, 0x31, 0x2d, 0x32, 0x30, 0x31,
204 0x38, 0x31, 0x31, 0x32, 0x36, 0x2d, 0x38, 0x64, 0x30, 0x63, 0x35, 0x34, 0x63, 0x31, 0x2f, 0x74,
205 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x31, 0x6c, 0x65, 0x67, 0x61, 0x63,
206 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x2e, 0x76, 0x31, 0x2e, 0x32, 0x2e, 0x31, 0x2d,
207 0x32, 0x30, 0x31, 0x38, 0x31, 0x31, 0x32, 0x36, 0x2d, 0x38, 0x64, 0x30, 0x63, 0x35, 0x34, 0x63,
208 0x31, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xde, 0x05, 0x0a,
209 0x06, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x12, 0x3a, 0x0a, 0x02, 0x66, 0x31, 0x18, 0x01, 0x20,
210 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c,
211 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32,
212 0x30, 0x31, 0x36, 0x30, 0x32, 0x32, 0x35, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
213 0x02, 0x66, 0x31, 0x12, 0x3a, 0x0a, 0x02, 0x66, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
214 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e,
215 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x36, 0x30,
216 0x32, 0x32, 0x35, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x32, 0x12,
217 0x3a, 0x0a, 0x02, 0x66, 0x33, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f,
218 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e,
219 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32, 0x30, 0x31, 0x36, 0x30, 0x35, 0x31, 0x39, 0x2e,
220 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x33, 0x12, 0x3a, 0x0a, 0x02, 0x66,
221 0x34, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
222 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74,
223 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x36, 0x30, 0x35, 0x31, 0x39, 0x2e, 0x4d, 0x65, 0x73, 0x73,
224 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x34, 0x12, 0x3a, 0x0a, 0x02, 0x66, 0x35, 0x18, 0x05, 0x20,
225 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c,
226 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32,
227 0x30, 0x31, 0x38, 0x30, 0x31, 0x32, 0x35, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
228 0x02, 0x66, 0x35, 0x12, 0x3a, 0x0a, 0x02, 0x66, 0x36, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32,
229 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e,
230 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x30,
231 0x31, 0x32, 0x35, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x36, 0x12,
232 0x3a, 0x0a, 0x02, 0x66, 0x37, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f,
233 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e,
234 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x30, 0x34, 0x33, 0x30, 0x2e,
235 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x37, 0x12, 0x3a, 0x0a, 0x02, 0x66,
236 0x38, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
237 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74,
238 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x30, 0x34, 0x33, 0x30, 0x2e, 0x4d, 0x65, 0x73, 0x73,
239 0x61, 0x67, 0x65, 0x52, 0x02, 0x66, 0x38, 0x12, 0x3a, 0x0a, 0x02, 0x66, 0x39, 0x18, 0x09, 0x20,
240 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c,
241 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32,
242 0x30, 0x31, 0x38, 0x30, 0x38, 0x31, 0x34, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
243 0x02, 0x66, 0x39, 0x12, 0x3c, 0x0a, 0x03, 0x66, 0x31, 0x30, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b,
244 0x32, 0x2a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67,
245 0x2e, 0x6f, 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x38,
246 0x30, 0x38, 0x31, 0x34, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x03, 0x66, 0x31,
247 0x30, 0x12, 0x3c, 0x0a, 0x03, 0x66, 0x31, 0x31, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a,
248 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f,
249 0x72, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x31, 0x31,
250 0x32, 0x36, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x03, 0x66, 0x31, 0x31, 0x12,
251 0x3c, 0x0a, 0x03, 0x66, 0x31, 0x32, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x67,
252 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67,
253 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 0x5f, 0x32, 0x30, 0x31, 0x38, 0x31, 0x31, 0x32, 0x36,
Damien Neile89e6242019-05-13 23:55:40 -0700254 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x03, 0x66, 0x31, 0x32, 0x42, 0x37, 0x5a,
255 0x35, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f,
256 0x72, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x69, 0x6e, 0x74, 0x65,
257 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f,
258 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
Joe Tsaiea118132018-11-11 17:56:21 -0800259}
260
Joe Tsai5d72cc22019-03-28 01:13:26 -0700261var (
Joe Tsai7ca70982019-04-15 13:57:56 -0700262 file_legacy_legacy_proto_rawDescOnce sync.Once
263 file_legacy_legacy_proto_rawDescData = file_legacy_legacy_proto_rawDesc
Joe Tsai5d72cc22019-03-28 01:13:26 -0700264)
Joe Tsai19058432019-02-27 21:46:29 -0800265
Joe Tsai7ca70982019-04-15 13:57:56 -0700266func file_legacy_legacy_proto_rawDescGZIP() []byte {
267 file_legacy_legacy_proto_rawDescOnce.Do(func() {
268 file_legacy_legacy_proto_rawDescData = protoimpl.X.CompressGZIP(file_legacy_legacy_proto_rawDescData)
Joe Tsai5d72cc22019-03-28 01:13:26 -0700269 })
Joe Tsai7ca70982019-04-15 13:57:56 -0700270 return file_legacy_legacy_proto_rawDescData
Joe Tsai5d72cc22019-03-28 01:13:26 -0700271}
Joe Tsai19058432019-02-27 21:46:29 -0800272
Joe Tsai4fe96632019-05-22 05:12:36 -0400273var file_legacy_legacy_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
Joe Tsai7ca70982019-04-15 13:57:56 -0700274var file_legacy_legacy_proto_goTypes = []interface{}{
Joe Tsai19058432019-02-27 21:46:29 -0800275 (*Legacy)(nil), // 0: google.golang.org.Legacy
276 (*proto2_v0_0.Message)(nil), // 1: google.golang.org.proto2_20160225.Message
277 (*proto3_v0_0.Message)(nil), // 2: google.golang.org.proto3_20160225.Message
278 (*proto2_v0_01.Message)(nil), // 3: google.golang.org.proto2_20160519.Message
279 (*proto3_v0_01.Message)(nil), // 4: google.golang.org.proto3_20160519.Message
280 (*proto2_v1_0.Message)(nil), // 5: google.golang.org.proto2_20180125.Message
281 (*proto3_v1_0.Message)(nil), // 6: google.golang.org.proto3_20180125.Message
282 (*proto2_v1_1.Message)(nil), // 7: google.golang.org.proto2_20180430.Message
283 (*proto3_v1_1.Message)(nil), // 8: google.golang.org.proto3_20180430.Message
284 (*proto2_v1_2.Message)(nil), // 9: google.golang.org.proto2_20180814.Message
285 (*proto3_v1_2.Message)(nil), // 10: google.golang.org.proto3_20180814.Message
286 (*proto2_v1_21.Message)(nil), // 11: google.golang.org.proto2_20181126.Message
287 (*proto3_v1_21.Message)(nil), // 12: google.golang.org.proto3_20181126.Message
288}
Joe Tsai7ca70982019-04-15 13:57:56 -0700289var file_legacy_legacy_proto_depIdxs = []int32{
Joe Tsai19058432019-02-27 21:46:29 -0800290 1, // google.golang.org.Legacy.f1:type_name -> google.golang.org.proto2_20160225.Message
291 2, // google.golang.org.Legacy.f2:type_name -> google.golang.org.proto3_20160225.Message
292 3, // google.golang.org.Legacy.f3:type_name -> google.golang.org.proto2_20160519.Message
293 4, // google.golang.org.Legacy.f4:type_name -> google.golang.org.proto3_20160519.Message
294 5, // google.golang.org.Legacy.f5:type_name -> google.golang.org.proto2_20180125.Message
295 6, // google.golang.org.Legacy.f6:type_name -> google.golang.org.proto3_20180125.Message
296 7, // google.golang.org.Legacy.f7:type_name -> google.golang.org.proto2_20180430.Message
297 8, // google.golang.org.Legacy.f8:type_name -> google.golang.org.proto3_20180430.Message
298 9, // google.golang.org.Legacy.f9:type_name -> google.golang.org.proto2_20180814.Message
299 10, // google.golang.org.Legacy.f10:type_name -> google.golang.org.proto3_20180814.Message
300 11, // google.golang.org.Legacy.f11:type_name -> google.golang.org.proto2_20181126.Message
301 12, // google.golang.org.Legacy.f12:type_name -> google.golang.org.proto3_20181126.Message
Joe Tsaid8881392019-06-06 13:01:53 -0700302 12, // starting offset of method output_type sub-list
303 12, // starting offset of method input_type sub-list
304 12, // starting offset of extension type_name sub-list
305 12, // starting offset of extension extendee sub-list
306 0, // starting offset of field type_name sub-list
Joe Tsai19058432019-02-27 21:46:29 -0800307}
308
Joe Tsai7ca70982019-04-15 13:57:56 -0700309func init() { file_legacy_legacy_proto_init() }
310func file_legacy_legacy_proto_init() {
Damien Neil0fc22452019-03-08 17:18:11 -0800311 if File_legacy_legacy_proto != nil {
312 return
313 }
Joe Tsaic0e4bb22019-07-06 13:05:11 -0700314 if !protoimpl.UnsafeEnabled {
315 file_legacy_legacy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
316 switch v := v.(*Legacy); i {
Joe Tsai82760ce2019-06-20 03:09:57 -0700317 case 0:
318 return &v.state
Joe Tsaic0e4bb22019-07-06 13:05:11 -0700319 case 13:
Joe Tsai82760ce2019-06-20 03:09:57 -0700320 return &v.sizeCache
321 case 14:
Joe Tsaic0e4bb22019-07-06 13:05:11 -0700322 return &v.unknownFields
323 default:
324 return nil
325 }
326 }
327 }
Joe Tsaid8881392019-06-06 13:01:53 -0700328 out := protoimpl.TypeBuilder{
329 File: protoimpl.DescBuilder{
330 RawDescriptor: file_legacy_legacy_proto_rawDesc,
331 NumEnums: 0,
332 NumMessages: 1,
333 NumExtensions: 0,
334 NumServices: 0,
335 },
336 GoTypes: file_legacy_legacy_proto_goTypes,
337 DependencyIndexes: file_legacy_legacy_proto_depIdxs,
338 MessageInfos: file_legacy_legacy_proto_msgTypes,
339 }.Build()
340 File_legacy_legacy_proto = out.File
Joe Tsai7ca70982019-04-15 13:57:56 -0700341 file_legacy_legacy_proto_rawDesc = nil
342 file_legacy_legacy_proto_goTypes = nil
343 file_legacy_legacy_proto_depIdxs = nil
Joe Tsaiea118132018-11-11 17:56:21 -0800344}