ext.pb.go 68 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: extensions/ext/ext.proto
  3. package ext
  4. import (
  5. base "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/base"
  6. extra "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/extra"
  7. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  8. protoregistry "google.golang.org/protobuf/reflect/protoregistry"
  9. protoiface "google.golang.org/protobuf/runtime/protoiface"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. sync "sync"
  12. )
  13. const _ = protoimpl.EnforceVersion(protoimpl.Version - 0)
  14. type Enum int32
  15. const (
  16. Enum_ZERO Enum = 0
  17. )
  18. // Deprecated: Use Enum.Type.Values instead.
  19. var Enum_name = map[int32]string{
  20. 0: "ZERO",
  21. }
  22. // Deprecated: Use Enum.Type.Values instead.
  23. var Enum_value = map[string]int32{
  24. "ZERO": 0,
  25. }
  26. func (x Enum) Enum() *Enum {
  27. p := new(Enum)
  28. *p = x
  29. return p
  30. }
  31. func (x Enum) String() string {
  32. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  33. }
  34. func (Enum) Descriptor() protoreflect.EnumDescriptor {
  35. return file_extensions_ext_ext_proto_enumTypes[0].Descriptor()
  36. }
  37. // Deprecated: Use Descriptor instead.
  38. func (Enum) Type() protoreflect.EnumType {
  39. return file_extensions_ext_ext_proto_enumTypes[0]
  40. }
  41. func (x Enum) Number() protoreflect.EnumNumber {
  42. return protoreflect.EnumNumber(x)
  43. }
  44. // Deprecated: Do not use.
  45. func (x *Enum) UnmarshalJSON(b []byte) error {
  46. num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
  47. if err != nil {
  48. return err
  49. }
  50. *x = Enum(num)
  51. return nil
  52. }
  53. // Deprecated: Use Enum.Type instead.
  54. func (Enum) EnumDescriptor() ([]byte, []int) {
  55. return file_extensions_ext_ext_proto_rawDescGZIP(), []int{0}
  56. }
  57. type Message struct {
  58. Data []byte `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"`
  59. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  60. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  61. XXX_sizecache protoimpl.SizeCache `json:"-"`
  62. }
  63. func (x *Message) Reset() {
  64. *x = Message{}
  65. }
  66. func (x *Message) String() string {
  67. return protoimpl.X.MessageStringOf(x)
  68. }
  69. func (*Message) ProtoMessage() {}
  70. func (x *Message) ProtoReflect() protoreflect.Message {
  71. return file_extensions_ext_ext_proto_msgTypes[0].MessageOf(x)
  72. }
  73. func (m *Message) XXX_Methods() *protoiface.Methods {
  74. return file_extensions_ext_ext_proto_msgTypes[0].Methods()
  75. }
  76. // Deprecated: Use Message.ProtoReflect.Type instead.
  77. func (*Message) Descriptor() ([]byte, []int) {
  78. return file_extensions_ext_ext_proto_rawDescGZIP(), []int{0}
  79. }
  80. func (x *Message) GetData() []byte {
  81. if x != nil {
  82. return x.Data
  83. }
  84. return nil
  85. }
  86. type ExtensionGroup struct {
  87. ExtensionGroup *string `protobuf:"bytes,120,opt,name=extension_group,json=extensionGroup" json:"extension_group,omitempty"`
  88. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  89. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  90. XXX_sizecache protoimpl.SizeCache `json:"-"`
  91. }
  92. func (x *ExtensionGroup) Reset() {
  93. *x = ExtensionGroup{}
  94. }
  95. func (x *ExtensionGroup) String() string {
  96. return protoimpl.X.MessageStringOf(x)
  97. }
  98. func (*ExtensionGroup) ProtoMessage() {}
  99. func (x *ExtensionGroup) ProtoReflect() protoreflect.Message {
  100. return file_extensions_ext_ext_proto_msgTypes[1].MessageOf(x)
  101. }
  102. func (m *ExtensionGroup) XXX_Methods() *protoiface.Methods {
  103. return file_extensions_ext_ext_proto_msgTypes[1].Methods()
  104. }
  105. // Deprecated: Use ExtensionGroup.ProtoReflect.Type instead.
  106. func (*ExtensionGroup) Descriptor() ([]byte, []int) {
  107. return file_extensions_ext_ext_proto_rawDescGZIP(), []int{1}
  108. }
  109. func (x *ExtensionGroup) GetExtensionGroup() string {
  110. if x != nil && x.ExtensionGroup != nil {
  111. return *x.ExtensionGroup
  112. }
  113. return ""
  114. }
  115. // Extend in the scope of another type.
  116. type ExtendingMessage struct {
  117. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  118. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  119. XXX_sizecache protoimpl.SizeCache `json:"-"`
  120. }
  121. func (x *ExtendingMessage) Reset() {
  122. *x = ExtendingMessage{}
  123. }
  124. func (x *ExtendingMessage) String() string {
  125. return protoimpl.X.MessageStringOf(x)
  126. }
  127. func (*ExtendingMessage) ProtoMessage() {}
  128. func (x *ExtendingMessage) ProtoReflect() protoreflect.Message {
  129. return file_extensions_ext_ext_proto_msgTypes[2].MessageOf(x)
  130. }
  131. func (m *ExtendingMessage) XXX_Methods() *protoiface.Methods {
  132. return file_extensions_ext_ext_proto_msgTypes[2].Methods()
  133. }
  134. // Deprecated: Use ExtendingMessage.ProtoReflect.Type instead.
  135. func (*ExtendingMessage) Descriptor() ([]byte, []int) {
  136. return file_extensions_ext_ext_proto_rawDescGZIP(), []int{2}
  137. }
  138. type RepeatedGroup struct {
  139. RepeatedXGroup []string `protobuf:"bytes,319,rep,name=repeated_x_group,json=repeatedXGroup" json:"repeated_x_group,omitempty"`
  140. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  141. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  142. XXX_sizecache protoimpl.SizeCache `json:"-"`
  143. }
  144. func (x *RepeatedGroup) Reset() {
  145. *x = RepeatedGroup{}
  146. }
  147. func (x *RepeatedGroup) String() string {
  148. return protoimpl.X.MessageStringOf(x)
  149. }
  150. func (*RepeatedGroup) ProtoMessage() {}
  151. func (x *RepeatedGroup) ProtoReflect() protoreflect.Message {
  152. return file_extensions_ext_ext_proto_msgTypes[3].MessageOf(x)
  153. }
  154. func (m *RepeatedGroup) XXX_Methods() *protoiface.Methods {
  155. return file_extensions_ext_ext_proto_msgTypes[3].Methods()
  156. }
  157. // Deprecated: Use RepeatedGroup.ProtoReflect.Type instead.
  158. func (*RepeatedGroup) Descriptor() ([]byte, []int) {
  159. return file_extensions_ext_ext_proto_rawDescGZIP(), []int{3}
  160. }
  161. func (x *RepeatedGroup) GetRepeatedXGroup() []string {
  162. if x != nil {
  163. return x.RepeatedXGroup
  164. }
  165. return nil
  166. }
  167. // An extension of an extension.
  168. type Extendable struct {
  169. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  170. XXX_InternalExtensions protoimpl.ExtensionFields `json:"-"`
  171. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  172. XXX_sizecache protoimpl.SizeCache `json:"-"`
  173. }
  174. func (x *Extendable) Reset() {
  175. *x = Extendable{}
  176. }
  177. func (x *Extendable) String() string {
  178. return protoimpl.X.MessageStringOf(x)
  179. }
  180. func (*Extendable) ProtoMessage() {}
  181. func (x *Extendable) ProtoReflect() protoreflect.Message {
  182. return file_extensions_ext_ext_proto_msgTypes[4].MessageOf(x)
  183. }
  184. func (m *Extendable) XXX_Methods() *protoiface.Methods {
  185. return file_extensions_ext_ext_proto_msgTypes[4].Methods()
  186. }
  187. // Deprecated: Use Extendable.ProtoReflect.Type instead.
  188. func (*Extendable) Descriptor() ([]byte, []int) {
  189. return file_extensions_ext_ext_proto_rawDescGZIP(), []int{4}
  190. }
  191. var extRange_Extendable = []protoiface.ExtensionRangeV1{
  192. {Start: 1, End: 536870911},
  193. }
  194. // Deprecated: Use Extendable.ProtoReflect.Type.ExtensionRanges instead.
  195. func (*Extendable) ExtensionRangeArray() []protoiface.ExtensionRangeV1 {
  196. return extRange_Extendable
  197. }
  198. // Message set wire format.
  199. type MessageSetWireFormatExtension struct {
  200. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  201. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  202. XXX_sizecache protoimpl.SizeCache `json:"-"`
  203. }
  204. func (x *MessageSetWireFormatExtension) Reset() {
  205. *x = MessageSetWireFormatExtension{}
  206. }
  207. func (x *MessageSetWireFormatExtension) String() string {
  208. return protoimpl.X.MessageStringOf(x)
  209. }
  210. func (*MessageSetWireFormatExtension) ProtoMessage() {}
  211. func (x *MessageSetWireFormatExtension) ProtoReflect() protoreflect.Message {
  212. return file_extensions_ext_ext_proto_msgTypes[5].MessageOf(x)
  213. }
  214. func (m *MessageSetWireFormatExtension) XXX_Methods() *protoiface.Methods {
  215. return file_extensions_ext_ext_proto_msgTypes[5].Methods()
  216. }
  217. // Deprecated: Use MessageSetWireFormatExtension.ProtoReflect.Type instead.
  218. func (*MessageSetWireFormatExtension) Descriptor() ([]byte, []int) {
  219. return file_extensions_ext_ext_proto_rawDescGZIP(), []int{5}
  220. }
  221. type Message_M struct {
  222. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  223. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  224. XXX_sizecache protoimpl.SizeCache `json:"-"`
  225. }
  226. func (x *Message_M) Reset() {
  227. *x = Message_M{}
  228. }
  229. func (x *Message_M) String() string {
  230. return protoimpl.X.MessageStringOf(x)
  231. }
  232. func (*Message_M) ProtoMessage() {}
  233. func (x *Message_M) ProtoReflect() protoreflect.Message {
  234. return file_extensions_ext_ext_proto_msgTypes[6].MessageOf(x)
  235. }
  236. func (m *Message_M) XXX_Methods() *protoiface.Methods {
  237. return file_extensions_ext_ext_proto_msgTypes[6].Methods()
  238. }
  239. // Deprecated: Use Message_M.ProtoReflect.Type instead.
  240. func (*Message_M) Descriptor() ([]byte, []int) {
  241. return file_extensions_ext_ext_proto_rawDescGZIP(), []int{0, 0}
  242. }
  243. type ExtendingMessage_ExtendingMessageSubmessage struct {
  244. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  245. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  246. XXX_sizecache protoimpl.SizeCache `json:"-"`
  247. }
  248. func (x *ExtendingMessage_ExtendingMessageSubmessage) Reset() {
  249. *x = ExtendingMessage_ExtendingMessageSubmessage{}
  250. }
  251. func (x *ExtendingMessage_ExtendingMessageSubmessage) String() string {
  252. return protoimpl.X.MessageStringOf(x)
  253. }
  254. func (*ExtendingMessage_ExtendingMessageSubmessage) ProtoMessage() {}
  255. func (x *ExtendingMessage_ExtendingMessageSubmessage) ProtoReflect() protoreflect.Message {
  256. return file_extensions_ext_ext_proto_msgTypes[7].MessageOf(x)
  257. }
  258. func (m *ExtendingMessage_ExtendingMessageSubmessage) XXX_Methods() *protoiface.Methods {
  259. return file_extensions_ext_ext_proto_msgTypes[7].Methods()
  260. }
  261. // Deprecated: Use ExtendingMessage_ExtendingMessageSubmessage.ProtoReflect.Type instead.
  262. func (*ExtendingMessage_ExtendingMessageSubmessage) Descriptor() ([]byte, []int) {
  263. return file_extensions_ext_ext_proto_rawDescGZIP(), []int{2, 0}
  264. }
  265. var file_extensions_ext_ext_proto_extDescs = []protoiface.ExtensionDescV1{
  266. {
  267. ExtendedType: (*base.BaseMessage)(nil),
  268. ExtensionType: (*bool)(nil),
  269. Field: 101,
  270. Name: "goproto.protoc.extension.ext.extension_bool",
  271. Tag: "varint,101,opt,name=extension_bool",
  272. Filename: "extensions/ext/ext.proto",
  273. },
  274. {
  275. ExtendedType: (*base.BaseMessage)(nil),
  276. ExtensionType: (*Enum)(nil),
  277. Field: 102,
  278. Name: "goproto.protoc.extension.ext.extension_enum",
  279. Tag: "varint,102,opt,name=extension_enum,enum=goproto.protoc.extension.ext.Enum",
  280. Filename: "extensions/ext/ext.proto",
  281. },
  282. {
  283. ExtendedType: (*base.BaseMessage)(nil),
  284. ExtensionType: (*int32)(nil),
  285. Field: 103,
  286. Name: "goproto.protoc.extension.ext.extension_int32",
  287. Tag: "varint,103,opt,name=extension_int32",
  288. Filename: "extensions/ext/ext.proto",
  289. },
  290. {
  291. ExtendedType: (*base.BaseMessage)(nil),
  292. ExtensionType: (*int32)(nil),
  293. Field: 104,
  294. Name: "goproto.protoc.extension.ext.extension_sint32",
  295. Tag: "zigzag32,104,opt,name=extension_sint32",
  296. Filename: "extensions/ext/ext.proto",
  297. },
  298. {
  299. ExtendedType: (*base.BaseMessage)(nil),
  300. ExtensionType: (*uint32)(nil),
  301. Field: 105,
  302. Name: "goproto.protoc.extension.ext.extension_uint32",
  303. Tag: "varint,105,opt,name=extension_uint32",
  304. Filename: "extensions/ext/ext.proto",
  305. },
  306. {
  307. ExtendedType: (*base.BaseMessage)(nil),
  308. ExtensionType: (*int64)(nil),
  309. Field: 106,
  310. Name: "goproto.protoc.extension.ext.extension_int64",
  311. Tag: "varint,106,opt,name=extension_int64",
  312. Filename: "extensions/ext/ext.proto",
  313. },
  314. {
  315. ExtendedType: (*base.BaseMessage)(nil),
  316. ExtensionType: (*int64)(nil),
  317. Field: 107,
  318. Name: "goproto.protoc.extension.ext.extension_sint64",
  319. Tag: "zigzag64,107,opt,name=extension_sint64",
  320. Filename: "extensions/ext/ext.proto",
  321. },
  322. {
  323. ExtendedType: (*base.BaseMessage)(nil),
  324. ExtensionType: (*uint64)(nil),
  325. Field: 108,
  326. Name: "goproto.protoc.extension.ext.extension_uint64",
  327. Tag: "varint,108,opt,name=extension_uint64",
  328. Filename: "extensions/ext/ext.proto",
  329. },
  330. {
  331. ExtendedType: (*base.BaseMessage)(nil),
  332. ExtensionType: (*int32)(nil),
  333. Field: 109,
  334. Name: "goproto.protoc.extension.ext.extension_sfixed32",
  335. Tag: "fixed32,109,opt,name=extension_sfixed32",
  336. Filename: "extensions/ext/ext.proto",
  337. },
  338. {
  339. ExtendedType: (*base.BaseMessage)(nil),
  340. ExtensionType: (*uint32)(nil),
  341. Field: 110,
  342. Name: "goproto.protoc.extension.ext.extension_fixed32",
  343. Tag: "fixed32,110,opt,name=extension_fixed32",
  344. Filename: "extensions/ext/ext.proto",
  345. },
  346. {
  347. ExtendedType: (*base.BaseMessage)(nil),
  348. ExtensionType: (*float32)(nil),
  349. Field: 111,
  350. Name: "goproto.protoc.extension.ext.extension_float",
  351. Tag: "fixed32,111,opt,name=extension_float",
  352. Filename: "extensions/ext/ext.proto",
  353. },
  354. {
  355. ExtendedType: (*base.BaseMessage)(nil),
  356. ExtensionType: (*int64)(nil),
  357. Field: 112,
  358. Name: "goproto.protoc.extension.ext.extension_sfixed64",
  359. Tag: "fixed64,112,opt,name=extension_sfixed64",
  360. Filename: "extensions/ext/ext.proto",
  361. },
  362. {
  363. ExtendedType: (*base.BaseMessage)(nil),
  364. ExtensionType: (*uint64)(nil),
  365. Field: 113,
  366. Name: "goproto.protoc.extension.ext.extension_fixed64",
  367. Tag: "fixed64,113,opt,name=extension_fixed64",
  368. Filename: "extensions/ext/ext.proto",
  369. },
  370. {
  371. ExtendedType: (*base.BaseMessage)(nil),
  372. ExtensionType: (*float64)(nil),
  373. Field: 114,
  374. Name: "goproto.protoc.extension.ext.extension_double",
  375. Tag: "fixed64,114,opt,name=extension_double",
  376. Filename: "extensions/ext/ext.proto",
  377. },
  378. {
  379. ExtendedType: (*base.BaseMessage)(nil),
  380. ExtensionType: (*string)(nil),
  381. Field: 115,
  382. Name: "goproto.protoc.extension.ext.extension_string",
  383. Tag: "bytes,115,opt,name=extension_string",
  384. Filename: "extensions/ext/ext.proto",
  385. },
  386. {
  387. ExtendedType: (*base.BaseMessage)(nil),
  388. ExtensionType: ([]byte)(nil),
  389. Field: 116,
  390. Name: "goproto.protoc.extension.ext.extension_bytes",
  391. Tag: "bytes,116,opt,name=extension_bytes",
  392. Filename: "extensions/ext/ext.proto",
  393. },
  394. {
  395. ExtendedType: (*base.BaseMessage)(nil),
  396. ExtensionType: (*Message)(nil),
  397. Field: 117,
  398. Name: "goproto.protoc.extension.ext.extension_Message",
  399. Tag: "bytes,117,opt,name=extension_Message",
  400. Filename: "extensions/ext/ext.proto",
  401. },
  402. {
  403. ExtendedType: (*base.BaseMessage)(nil),
  404. ExtensionType: (*Message_M)(nil),
  405. Field: 118,
  406. Name: "goproto.protoc.extension.ext.extension_MessageM",
  407. Tag: "bytes,118,opt,name=extension_MessageM",
  408. Filename: "extensions/ext/ext.proto",
  409. },
  410. {
  411. ExtendedType: (*base.BaseMessage)(nil),
  412. ExtensionType: (*ExtensionGroup)(nil),
  413. Field: 119,
  414. Name: "goproto.protoc.extension.ext.extensiongroup",
  415. Tag: "group,119,opt,name=ExtensionGroup",
  416. Filename: "extensions/ext/ext.proto",
  417. },
  418. {
  419. ExtendedType: (*base.BaseMessage)(nil),
  420. ExtensionType: (*extra.ExtraMessage)(nil),
  421. Field: 9,
  422. Name: "goproto.protoc.extension.ext.extra_message",
  423. Tag: "bytes,9,opt,name=extra_message",
  424. Filename: "extensions/ext/ext.proto",
  425. },
  426. {
  427. ExtendedType: (*base.BaseMessage)(nil),
  428. ExtensionType: ([]bool)(nil),
  429. Field: 301,
  430. Name: "goproto.protoc.extension.ext.repeated_x_bool",
  431. Tag: "varint,301,rep,name=repeated_x_bool",
  432. Filename: "extensions/ext/ext.proto",
  433. },
  434. {
  435. ExtendedType: (*base.BaseMessage)(nil),
  436. ExtensionType: ([]Enum)(nil),
  437. Field: 302,
  438. Name: "goproto.protoc.extension.ext.repeated_x_enum",
  439. Tag: "varint,302,rep,name=repeated_x_enum,enum=goproto.protoc.extension.ext.Enum",
  440. Filename: "extensions/ext/ext.proto",
  441. },
  442. {
  443. ExtendedType: (*base.BaseMessage)(nil),
  444. ExtensionType: ([]int32)(nil),
  445. Field: 303,
  446. Name: "goproto.protoc.extension.ext.repeated_x_int32",
  447. Tag: "varint,303,rep,name=repeated_x_int32",
  448. Filename: "extensions/ext/ext.proto",
  449. },
  450. {
  451. ExtendedType: (*base.BaseMessage)(nil),
  452. ExtensionType: ([]int32)(nil),
  453. Field: 304,
  454. Name: "goproto.protoc.extension.ext.repeated_x_sint32",
  455. Tag: "zigzag32,304,rep,name=repeated_x_sint32",
  456. Filename: "extensions/ext/ext.proto",
  457. },
  458. {
  459. ExtendedType: (*base.BaseMessage)(nil),
  460. ExtensionType: ([]uint32)(nil),
  461. Field: 305,
  462. Name: "goproto.protoc.extension.ext.repeated_x_uint32",
  463. Tag: "varint,305,rep,name=repeated_x_uint32",
  464. Filename: "extensions/ext/ext.proto",
  465. },
  466. {
  467. ExtendedType: (*base.BaseMessage)(nil),
  468. ExtensionType: ([]int64)(nil),
  469. Field: 306,
  470. Name: "goproto.protoc.extension.ext.repeated_x_int64",
  471. Tag: "varint,306,rep,name=repeated_x_int64",
  472. Filename: "extensions/ext/ext.proto",
  473. },
  474. {
  475. ExtendedType: (*base.BaseMessage)(nil),
  476. ExtensionType: ([]int64)(nil),
  477. Field: 307,
  478. Name: "goproto.protoc.extension.ext.repeated_x_sint64",
  479. Tag: "zigzag64,307,rep,name=repeated_x_sint64",
  480. Filename: "extensions/ext/ext.proto",
  481. },
  482. {
  483. ExtendedType: (*base.BaseMessage)(nil),
  484. ExtensionType: ([]uint64)(nil),
  485. Field: 308,
  486. Name: "goproto.protoc.extension.ext.repeated_x_uint64",
  487. Tag: "varint,308,rep,name=repeated_x_uint64",
  488. Filename: "extensions/ext/ext.proto",
  489. },
  490. {
  491. ExtendedType: (*base.BaseMessage)(nil),
  492. ExtensionType: ([]int32)(nil),
  493. Field: 309,
  494. Name: "goproto.protoc.extension.ext.repeated_x_sfixed32",
  495. Tag: "fixed32,309,rep,name=repeated_x_sfixed32",
  496. Filename: "extensions/ext/ext.proto",
  497. },
  498. {
  499. ExtendedType: (*base.BaseMessage)(nil),
  500. ExtensionType: ([]uint32)(nil),
  501. Field: 310,
  502. Name: "goproto.protoc.extension.ext.repeated_x_fixed32",
  503. Tag: "fixed32,310,rep,name=repeated_x_fixed32",
  504. Filename: "extensions/ext/ext.proto",
  505. },
  506. {
  507. ExtendedType: (*base.BaseMessage)(nil),
  508. ExtensionType: ([]float32)(nil),
  509. Field: 311,
  510. Name: "goproto.protoc.extension.ext.repeated_x_float",
  511. Tag: "fixed32,311,rep,name=repeated_x_float",
  512. Filename: "extensions/ext/ext.proto",
  513. },
  514. {
  515. ExtendedType: (*base.BaseMessage)(nil),
  516. ExtensionType: ([]int64)(nil),
  517. Field: 312,
  518. Name: "goproto.protoc.extension.ext.repeated_x_sfixed64",
  519. Tag: "fixed64,312,rep,name=repeated_x_sfixed64",
  520. Filename: "extensions/ext/ext.proto",
  521. },
  522. {
  523. ExtendedType: (*base.BaseMessage)(nil),
  524. ExtensionType: ([]uint64)(nil),
  525. Field: 313,
  526. Name: "goproto.protoc.extension.ext.repeated_x_fixed64",
  527. Tag: "fixed64,313,rep,name=repeated_x_fixed64",
  528. Filename: "extensions/ext/ext.proto",
  529. },
  530. {
  531. ExtendedType: (*base.BaseMessage)(nil),
  532. ExtensionType: ([]float64)(nil),
  533. Field: 314,
  534. Name: "goproto.protoc.extension.ext.repeated_x_double",
  535. Tag: "fixed64,314,rep,name=repeated_x_double",
  536. Filename: "extensions/ext/ext.proto",
  537. },
  538. {
  539. ExtendedType: (*base.BaseMessage)(nil),
  540. ExtensionType: ([]string)(nil),
  541. Field: 315,
  542. Name: "goproto.protoc.extension.ext.repeated_x_string",
  543. Tag: "bytes,315,rep,name=repeated_x_string",
  544. Filename: "extensions/ext/ext.proto",
  545. },
  546. {
  547. ExtendedType: (*base.BaseMessage)(nil),
  548. ExtensionType: ([][]byte)(nil),
  549. Field: 316,
  550. Name: "goproto.protoc.extension.ext.repeated_x_bytes",
  551. Tag: "bytes,316,rep,name=repeated_x_bytes",
  552. Filename: "extensions/ext/ext.proto",
  553. },
  554. {
  555. ExtendedType: (*base.BaseMessage)(nil),
  556. ExtensionType: ([]*Message)(nil),
  557. Field: 317,
  558. Name: "goproto.protoc.extension.ext.repeated_x_Message",
  559. Tag: "bytes,317,rep,name=repeated_x_Message",
  560. Filename: "extensions/ext/ext.proto",
  561. },
  562. {
  563. ExtendedType: (*base.BaseMessage)(nil),
  564. ExtensionType: ([]*RepeatedGroup)(nil),
  565. Field: 318,
  566. Name: "goproto.protoc.extension.ext.repeatedgroup",
  567. Tag: "group,318,rep,name=RepeatedGroup",
  568. Filename: "extensions/ext/ext.proto",
  569. },
  570. {
  571. ExtendedType: (*base.BaseMessage)(nil),
  572. ExtensionType: (*Extendable)(nil),
  573. Field: 400,
  574. Name: "goproto.protoc.extension.ext.extendable_field",
  575. Tag: "bytes,400,opt,name=extendable_field",
  576. Filename: "extensions/ext/ext.proto",
  577. },
  578. {
  579. ExtendedType: (*Extendable)(nil),
  580. ExtensionType: (*string)(nil),
  581. Field: 1,
  582. Name: "goproto.protoc.extension.ext.extendable_string_field",
  583. Tag: "bytes,1,opt,name=extendable_string_field",
  584. Filename: "extensions/ext/ext.proto",
  585. },
  586. {
  587. ExtendedType: (*base.MessageSetWireFormatMessage)(nil),
  588. ExtensionType: (*MessageSetWireFormatExtension)(nil),
  589. Field: 101,
  590. Name: "goproto.protoc.extension.ext.",
  591. Tag: "bytes,101,opt,name=message_set_extension",
  592. Filename: "extensions/ext/ext.proto",
  593. },
  594. {
  595. ExtendedType: (*base.BaseMessage)(nil),
  596. ExtensionType: (*string)(nil),
  597. Field: 200,
  598. Name: "goproto.protoc.extension.ext.ExtendingMessage.extending_message_string",
  599. Tag: "bytes,200,opt,name=extending_message_string",
  600. Filename: "extensions/ext/ext.proto",
  601. },
  602. {
  603. ExtendedType: (*base.BaseMessage)(nil),
  604. ExtensionType: (*ExtendingMessage_ExtendingMessageSubmessage)(nil),
  605. Field: 201,
  606. Name: "goproto.protoc.extension.ext.ExtendingMessage.extending_message_submessage",
  607. Tag: "bytes,201,opt,name=extending_message_submessage",
  608. Filename: "extensions/ext/ext.proto",
  609. },
  610. {
  611. ExtendedType: (*base.MessageSetWireFormatMessage)(nil),
  612. ExtensionType: (*MessageSetWireFormatExtension)(nil),
  613. Field: 100,
  614. Name: "goproto.protoc.extension.ext.MessageSetWireFormatExtension",
  615. Tag: "bytes,100,opt,name=message_set_extension",
  616. Filename: "extensions/ext/ext.proto",
  617. },
  618. }
  619. var (
  620. // extend goproto.protoc.extension.base.BaseMessage { optional bool extension_bool = 101; }
  621. E_ExtensionBool = &file_extensions_ext_ext_proto_extDescs[0]
  622. // extend goproto.protoc.extension.base.BaseMessage { optional goproto.protoc.extension.ext.Enum extension_enum = 102; }
  623. E_ExtensionEnum = &file_extensions_ext_ext_proto_extDescs[1]
  624. // extend goproto.protoc.extension.base.BaseMessage { optional int32 extension_int32 = 103; }
  625. E_ExtensionInt32 = &file_extensions_ext_ext_proto_extDescs[2]
  626. // extend goproto.protoc.extension.base.BaseMessage { optional sint32 extension_sint32 = 104; }
  627. E_ExtensionSint32 = &file_extensions_ext_ext_proto_extDescs[3]
  628. // extend goproto.protoc.extension.base.BaseMessage { optional uint32 extension_uint32 = 105; }
  629. E_ExtensionUint32 = &file_extensions_ext_ext_proto_extDescs[4]
  630. // extend goproto.protoc.extension.base.BaseMessage { optional int64 extension_int64 = 106; }
  631. E_ExtensionInt64 = &file_extensions_ext_ext_proto_extDescs[5]
  632. // extend goproto.protoc.extension.base.BaseMessage { optional sint64 extension_sint64 = 107; }
  633. E_ExtensionSint64 = &file_extensions_ext_ext_proto_extDescs[6]
  634. // extend goproto.protoc.extension.base.BaseMessage { optional uint64 extension_uint64 = 108; }
  635. E_ExtensionUint64 = &file_extensions_ext_ext_proto_extDescs[7]
  636. // extend goproto.protoc.extension.base.BaseMessage { optional sfixed32 extension_sfixed32 = 109; }
  637. E_ExtensionSfixed32 = &file_extensions_ext_ext_proto_extDescs[8]
  638. // extend goproto.protoc.extension.base.BaseMessage { optional fixed32 extension_fixed32 = 110; }
  639. E_ExtensionFixed32 = &file_extensions_ext_ext_proto_extDescs[9]
  640. // extend goproto.protoc.extension.base.BaseMessage { optional float extension_float = 111; }
  641. E_ExtensionFloat = &file_extensions_ext_ext_proto_extDescs[10]
  642. // extend goproto.protoc.extension.base.BaseMessage { optional sfixed64 extension_sfixed64 = 112; }
  643. E_ExtensionSfixed64 = &file_extensions_ext_ext_proto_extDescs[11]
  644. // extend goproto.protoc.extension.base.BaseMessage { optional fixed64 extension_fixed64 = 113; }
  645. E_ExtensionFixed64 = &file_extensions_ext_ext_proto_extDescs[12]
  646. // extend goproto.protoc.extension.base.BaseMessage { optional double extension_double = 114; }
  647. E_ExtensionDouble = &file_extensions_ext_ext_proto_extDescs[13]
  648. // extend goproto.protoc.extension.base.BaseMessage { optional string extension_string = 115; }
  649. E_ExtensionString = &file_extensions_ext_ext_proto_extDescs[14]
  650. // extend goproto.protoc.extension.base.BaseMessage { optional bytes extension_bytes = 116; }
  651. E_ExtensionBytes = &file_extensions_ext_ext_proto_extDescs[15]
  652. // extend goproto.protoc.extension.base.BaseMessage { optional goproto.protoc.extension.ext.Message extension_Message = 117; }
  653. E_Extension_Message = &file_extensions_ext_ext_proto_extDescs[16]
  654. // extend goproto.protoc.extension.base.BaseMessage { optional goproto.protoc.extension.ext.Message.M extension_MessageM = 118; }
  655. E_Extension_MessageM = &file_extensions_ext_ext_proto_extDescs[17]
  656. // extend goproto.protoc.extension.base.BaseMessage { optional goproto.protoc.extension.ext.ExtensionGroup extensiongroup = 119; }
  657. E_Extensiongroup = &file_extensions_ext_ext_proto_extDescs[18]
  658. // extend goproto.protoc.extension.base.BaseMessage { optional goproto.protoc.extension.extra.ExtraMessage extra_message = 9; }
  659. E_ExtraMessage = &file_extensions_ext_ext_proto_extDescs[19]
  660. // extend goproto.protoc.extension.base.BaseMessage { repeated bool repeated_x_bool = 301; }
  661. E_RepeatedXBool = &file_extensions_ext_ext_proto_extDescs[20]
  662. // extend goproto.protoc.extension.base.BaseMessage { repeated goproto.protoc.extension.ext.Enum repeated_x_enum = 302; }
  663. E_RepeatedXEnum = &file_extensions_ext_ext_proto_extDescs[21]
  664. // extend goproto.protoc.extension.base.BaseMessage { repeated int32 repeated_x_int32 = 303; }
  665. E_RepeatedXInt32 = &file_extensions_ext_ext_proto_extDescs[22]
  666. // extend goproto.protoc.extension.base.BaseMessage { repeated sint32 repeated_x_sint32 = 304; }
  667. E_RepeatedXSint32 = &file_extensions_ext_ext_proto_extDescs[23]
  668. // extend goproto.protoc.extension.base.BaseMessage { repeated uint32 repeated_x_uint32 = 305; }
  669. E_RepeatedXUint32 = &file_extensions_ext_ext_proto_extDescs[24]
  670. // extend goproto.protoc.extension.base.BaseMessage { repeated int64 repeated_x_int64 = 306; }
  671. E_RepeatedXInt64 = &file_extensions_ext_ext_proto_extDescs[25]
  672. // extend goproto.protoc.extension.base.BaseMessage { repeated sint64 repeated_x_sint64 = 307; }
  673. E_RepeatedXSint64 = &file_extensions_ext_ext_proto_extDescs[26]
  674. // extend goproto.protoc.extension.base.BaseMessage { repeated uint64 repeated_x_uint64 = 308; }
  675. E_RepeatedXUint64 = &file_extensions_ext_ext_proto_extDescs[27]
  676. // extend goproto.protoc.extension.base.BaseMessage { repeated sfixed32 repeated_x_sfixed32 = 309; }
  677. E_RepeatedXSfixed32 = &file_extensions_ext_ext_proto_extDescs[28]
  678. // extend goproto.protoc.extension.base.BaseMessage { repeated fixed32 repeated_x_fixed32 = 310; }
  679. E_RepeatedXFixed32 = &file_extensions_ext_ext_proto_extDescs[29]
  680. // extend goproto.protoc.extension.base.BaseMessage { repeated float repeated_x_float = 311; }
  681. E_RepeatedXFloat = &file_extensions_ext_ext_proto_extDescs[30]
  682. // extend goproto.protoc.extension.base.BaseMessage { repeated sfixed64 repeated_x_sfixed64 = 312; }
  683. E_RepeatedXSfixed64 = &file_extensions_ext_ext_proto_extDescs[31]
  684. // extend goproto.protoc.extension.base.BaseMessage { repeated fixed64 repeated_x_fixed64 = 313; }
  685. E_RepeatedXFixed64 = &file_extensions_ext_ext_proto_extDescs[32]
  686. // extend goproto.protoc.extension.base.BaseMessage { repeated double repeated_x_double = 314; }
  687. E_RepeatedXDouble = &file_extensions_ext_ext_proto_extDescs[33]
  688. // extend goproto.protoc.extension.base.BaseMessage { repeated string repeated_x_string = 315; }
  689. E_RepeatedXString = &file_extensions_ext_ext_proto_extDescs[34]
  690. // extend goproto.protoc.extension.base.BaseMessage { repeated bytes repeated_x_bytes = 316; }
  691. E_RepeatedXBytes = &file_extensions_ext_ext_proto_extDescs[35]
  692. // extend goproto.protoc.extension.base.BaseMessage { repeated goproto.protoc.extension.ext.Message repeated_x_Message = 317; }
  693. E_RepeatedX_Message = &file_extensions_ext_ext_proto_extDescs[36]
  694. // extend goproto.protoc.extension.base.BaseMessage { repeated goproto.protoc.extension.ext.RepeatedGroup repeatedgroup = 318; }
  695. E_Repeatedgroup = &file_extensions_ext_ext_proto_extDescs[37]
  696. // extend goproto.protoc.extension.base.BaseMessage { optional goproto.protoc.extension.ext.Extendable extendable_field = 400; }
  697. E_ExtendableField = &file_extensions_ext_ext_proto_extDescs[38]
  698. // extend goproto.protoc.extension.ext.Extendable { optional string extendable_string_field = 1; }
  699. E_ExtendableStringField = &file_extensions_ext_ext_proto_extDescs[39]
  700. // extend goproto.protoc.extension.base.MessageSetWireFormatMessage { optional goproto.protoc.extension.ext.MessageSetWireFormatExtension message_set_extension = 101; }
  701. E_MessageSetExtension = &file_extensions_ext_ext_proto_extDescs[40]
  702. // extend goproto.protoc.extension.base.BaseMessage { optional string extending_message_string = 200; }
  703. E_ExtendingMessage_ExtendingMessageString = &file_extensions_ext_ext_proto_extDescs[41]
  704. // extend goproto.protoc.extension.base.BaseMessage { optional goproto.protoc.extension.ext.ExtendingMessage.ExtendingMessageSubmessage extending_message_submessage = 201; }
  705. E_ExtendingMessage_ExtendingMessageSubmessage = &file_extensions_ext_ext_proto_extDescs[42]
  706. // extend goproto.protoc.extension.base.MessageSetWireFormatMessage { optional goproto.protoc.extension.ext.MessageSetWireFormatExtension message_set_extension = 100; }
  707. E_MessageSetWireFormatExtension_MessageSetExtension = &file_extensions_ext_ext_proto_extDescs[43]
  708. )
  709. var File_extensions_ext_ext_proto protoreflect.FileDescriptor
  710. var file_extensions_ext_ext_proto_rawDesc = []byte{
  711. 0x0a, 0x18, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x65, 0x78, 0x74,
  712. 0x2f, 0x65, 0x78, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1c, 0x67, 0x6f, 0x70, 0x72,
  713. 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e,
  714. 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x65, 0x78, 0x74, 0x1a, 0x1a, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
  715. 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x70,
  716. 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73,
  717. 0x2f, 0x65, 0x78, 0x74, 0x72, 0x61, 0x2f, 0x65, 0x78, 0x74, 0x72, 0x61, 0x2e, 0x70, 0x72, 0x6f,
  718. 0x74, 0x6f, 0x22, 0x22, 0x0a, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a,
  719. 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74,
  720. 0x61, 0x1a, 0x03, 0x0a, 0x01, 0x4d, 0x22, 0x39, 0x0a, 0x0e, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73,
  721. 0x69, 0x6f, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x27, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x65,
  722. 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x78, 0x20, 0x01, 0x28,
  723. 0x09, 0x52, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x47, 0x72, 0x6f, 0x75,
  724. 0x70, 0x22, 0xd2, 0x02, 0x0a, 0x10, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4d,
  725. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x1c, 0x0a, 0x1a, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64,
  726. 0x69, 0x6e, 0x67, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x75, 0x62, 0x6d, 0x65, 0x73,
  727. 0x73, 0x61, 0x67, 0x65, 0x32, 0x65, 0x0a, 0x18, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x69, 0x6e,
  728. 0x67, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67,
  729. 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  730. 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65,
  731. 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xc8, 0x01, 0x20,
  732. 0x01, 0x28, 0x09, 0x52, 0x16, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4d, 0x65,
  733. 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x32, 0xb8, 0x01, 0x0a, 0x1c,
  734. 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
  735. 0x65, 0x5f, 0x73, 0x75, 0x62, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x2a, 0x2e, 0x67,
  736. 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78,
  737. 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73,
  738. 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xc9, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
  739. 0x49, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63,
  740. 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x65, 0x78, 0x74, 0x2e, 0x45,
  741. 0x78, 0x74, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e,
  742. 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  743. 0x53, 0x75, 0x62, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x1a, 0x65, 0x78, 0x74, 0x65,
  744. 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x75, 0x62, 0x6d,
  745. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x3a, 0x0a, 0x0d, 0x52, 0x65, 0x70, 0x65, 0x61, 0x74,
  746. 0x65, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x29, 0x0a, 0x10, 0x72, 0x65, 0x70, 0x65, 0x61,
  747. 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0xbf, 0x02, 0x20, 0x03,
  748. 0x28, 0x09, 0x52, 0x0e, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x58, 0x47, 0x72, 0x6f,
  749. 0x75, 0x70, 0x22, 0x16, 0x0a, 0x0a, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x61, 0x62, 0x6c, 0x65,
  750. 0x2a, 0x08, 0x08, 0x01, 0x10, 0x80, 0x80, 0x80, 0x80, 0x02, 0x22, 0xcd, 0x01, 0x0a, 0x1d, 0x4d,
  751. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x65, 0x74, 0x57, 0x69, 0x72, 0x65, 0x46, 0x6f, 0x72,
  752. 0x6d, 0x61, 0x74, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x32, 0xab, 0x01, 0x0a,
  753. 0x15, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x65, 0x78, 0x74,
  754. 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  755. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
  756. 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x65,
  757. 0x74, 0x57, 0x69, 0x72, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61,
  758. 0x67, 0x65, 0x18, 0x64, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f,
  759. 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
  760. 0x69, 0x6f, 0x6e, 0x2e, 0x65, 0x78, 0x74, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53,
  761. 0x65, 0x74, 0x57, 0x69, 0x72, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x45, 0x78, 0x74, 0x65,
  762. 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x13, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x65,
  763. 0x74, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2a, 0x10, 0x0a, 0x04, 0x45, 0x6e,
  764. 0x75, 0x6d, 0x12, 0x08, 0x0a, 0x04, 0x5a, 0x45, 0x52, 0x4f, 0x10, 0x00, 0x3a, 0x51, 0x0a, 0x0e,
  765. 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x6f, 0x6f, 0x6c, 0x12, 0x2a,
  766. 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e,
  767. 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42,
  768. 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x65, 0x20, 0x01, 0x28, 0x08,
  769. 0x52, 0x0d, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x6f, 0x6f, 0x6c, 0x3a,
  770. 0x75, 0x0a, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x75,
  771. 0x6d, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  772. 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73,
  773. 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x66, 0x20,
  774. 0x01, 0x28, 0x0e, 0x32, 0x22, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72,
  775. 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x65,
  776. 0x78, 0x74, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x52, 0x0d, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
  777. 0x6f, 0x6e, 0x45, 0x6e, 0x75, 0x6d, 0x3a, 0x53, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
  778. 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72,
  779. 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e,
  780. 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65,
  781. 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x67, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x65, 0x78, 0x74,
  782. 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x3a, 0x55, 0x0a, 0x10, 0x65,
  783. 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12,
  784. 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63,
  785. 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e,
  786. 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x68, 0x20, 0x01, 0x28,
  787. 0x11, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x69, 0x6e, 0x74,
  788. 0x33, 0x32, 0x3a, 0x55, 0x0a, 0x10, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f,
  789. 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  790. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
  791. 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61,
  792. 0x67, 0x65, 0x18, 0x69, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
  793. 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x3a, 0x53, 0x0a, 0x0f, 0x65, 0x78, 0x74,
  794. 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x2a, 0x2e, 0x67,
  795. 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78,
  796. 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73,
  797. 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x6a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e,
  798. 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x3a, 0x55,
  799. 0x0a, 0x10, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x69, 0x6e, 0x74,
  800. 0x36, 0x34, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f,
  801. 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61,
  802. 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x6b,
  803. 0x20, 0x01, 0x28, 0x12, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x53,
  804. 0x69, 0x6e, 0x74, 0x36, 0x34, 0x3a, 0x55, 0x0a, 0x10, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
  805. 0x6f, 0x6e, 0x5f, 0x75, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72,
  806. 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e,
  807. 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65,
  808. 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x6c, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0f, 0x65, 0x78, 0x74,
  809. 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x3a, 0x59, 0x0a, 0x12,
  810. 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x66, 0x69, 0x78, 0x65, 0x64,
  811. 0x33, 0x32, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f,
  812. 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61,
  813. 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x6d,
  814. 0x20, 0x01, 0x28, 0x0f, 0x52, 0x11, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x53,
  815. 0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x3a, 0x57, 0x0a, 0x11, 0x65, 0x78, 0x74, 0x65, 0x6e,
  816. 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x12, 0x2a, 0x2e, 0x67,
  817. 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78,
  818. 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73,
  819. 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x6e, 0x20, 0x01, 0x28, 0x07, 0x52, 0x10,
  820. 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32,
  821. 0x3a, 0x53, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x66, 0x6c,
  822. 0x6f, 0x61, 0x74, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72,
  823. 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62,
  824. 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18,
  825. 0x6f, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
  826. 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x3a, 0x59, 0x0a, 0x12, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
  827. 0x6f, 0x6e, 0x5f, 0x73, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x12, 0x2a, 0x2e, 0x67, 0x6f,
  828. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74,
  829. 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65,
  830. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x70, 0x20, 0x01, 0x28, 0x10, 0x52, 0x11, 0x65,
  831. 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34,
  832. 0x3a, 0x57, 0x0a, 0x11, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x66, 0x69,
  833. 0x78, 0x65, 0x64, 0x36, 0x34, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
  834. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
  835. 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  836. 0x65, 0x18, 0x71, 0x20, 0x01, 0x28, 0x06, 0x52, 0x10, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
  837. 0x6f, 0x6e, 0x46, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x3a, 0x55, 0x0a, 0x10, 0x65, 0x78, 0x74,
  838. 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x12, 0x2a, 0x2e,
  839. 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65,
  840. 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61,
  841. 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x72, 0x20, 0x01, 0x28, 0x01, 0x52,
  842. 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x44, 0x6f, 0x75, 0x62, 0x6c, 0x65,
  843. 0x3a, 0x55, 0x0a, 0x10, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x74,
  844. 0x72, 0x69, 0x6e, 0x67, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70,
  845. 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e,
  846. 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  847. 0x18, 0x73, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
  848. 0x6e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x3a, 0x53, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e,
  849. 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70,
  850. 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65,
  851. 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d,
  852. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x74, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e, 0x65, 0x78,
  853. 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x74, 0x65, 0x73, 0x3a, 0x7e, 0x0a, 0x11,
  854. 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  855. 0x65, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  856. 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73,
  857. 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x75, 0x20,
  858. 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72,
  859. 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x65,
  860. 0x78, 0x74, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x10, 0x65, 0x78, 0x74, 0x65,
  861. 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x3a, 0x82, 0x01, 0x0a,
  862. 0x12, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x4d, 0x65, 0x73, 0x73, 0x61,
  863. 0x67, 0x65, 0x4d, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72,
  864. 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62,
  865. 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18,
  866. 0x76, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
  867. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
  868. 0x2e, 0x65, 0x78, 0x74, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x4d, 0x52, 0x11,
  869. 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  870. 0x4d, 0x3a, 0x80, 0x01, 0x0a, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x67,
  871. 0x72, 0x6f, 0x75, 0x70, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70,
  872. 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e,
  873. 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  874. 0x18, 0x77, 0x20, 0x01, 0x28, 0x0a, 0x32, 0x2c, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  875. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
  876. 0x6e, 0x2e, 0x65, 0x78, 0x74, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x47,
  877. 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x67,
  878. 0x72, 0x6f, 0x75, 0x70, 0x3a, 0x7d, 0x0a, 0x0d, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f, 0x6d, 0x65,
  879. 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
  880. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
  881. 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  882. 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74,
  883. 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
  884. 0x6f, 0x6e, 0x2e, 0x65, 0x78, 0x74, 0x72, 0x61, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x4d, 0x65,
  885. 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x0c, 0x65, 0x78, 0x74, 0x72, 0x61, 0x4d, 0x65, 0x73, 0x73,
  886. 0x61, 0x67, 0x65, 0x3a, 0x53, 0x0a, 0x0f, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f,
  887. 0x78, 0x5f, 0x62, 0x6f, 0x6f, 0x6c, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  888. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
  889. 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61,
  890. 0x67, 0x65, 0x18, 0xad, 0x02, 0x20, 0x03, 0x28, 0x08, 0x52, 0x0d, 0x72, 0x65, 0x70, 0x65, 0x61,
  891. 0x74, 0x65, 0x64, 0x58, 0x42, 0x6f, 0x6f, 0x6c, 0x3a, 0x77, 0x0a, 0x0f, 0x72, 0x65, 0x70, 0x65,
  892. 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f, 0x65, 0x6e, 0x75, 0x6d, 0x12, 0x2a, 0x2e, 0x67, 0x6f,
  893. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74,
  894. 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65,
  895. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xae, 0x02, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x22,
  896. 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e,
  897. 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x65, 0x78, 0x74, 0x2e, 0x45, 0x6e,
  898. 0x75, 0x6d, 0x52, 0x0d, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x58, 0x45, 0x6e, 0x75,
  899. 0x6d, 0x3a, 0x55, 0x0a, 0x10, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f,
  900. 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
  901. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
  902. 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  903. 0x65, 0x18, 0xaf, 0x02, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0e, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74,
  904. 0x65, 0x64, 0x58, 0x49, 0x6e, 0x74, 0x33, 0x32, 0x3a, 0x57, 0x0a, 0x11, 0x72, 0x65, 0x70, 0x65,
  905. 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f, 0x73, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x2a, 0x2e,
  906. 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65,
  907. 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61,
  908. 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xb0, 0x02, 0x20, 0x03, 0x28, 0x11,
  909. 0x52, 0x0f, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x58, 0x53, 0x69, 0x6e, 0x74, 0x33,
  910. 0x32, 0x3a, 0x57, 0x0a, 0x11, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f,
  911. 0x75, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  912. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
  913. 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61,
  914. 0x67, 0x65, 0x18, 0xb1, 0x02, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x0f, 0x72, 0x65, 0x70, 0x65, 0x61,
  915. 0x74, 0x65, 0x64, 0x58, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x3a, 0x55, 0x0a, 0x10, 0x72, 0x65,
  916. 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x2a,
  917. 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e,
  918. 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42,
  919. 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xb2, 0x02, 0x20, 0x03, 0x28,
  920. 0x03, 0x52, 0x0e, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x58, 0x49, 0x6e, 0x74, 0x36,
  921. 0x34, 0x3a, 0x57, 0x0a, 0x11, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f,
  922. 0x73, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  923. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
  924. 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61,
  925. 0x67, 0x65, 0x18, 0xb3, 0x02, 0x20, 0x03, 0x28, 0x12, 0x52, 0x0f, 0x72, 0x65, 0x70, 0x65, 0x61,
  926. 0x74, 0x65, 0x64, 0x58, 0x53, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x3a, 0x57, 0x0a, 0x11, 0x72, 0x65,
  927. 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f, 0x75, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x12,
  928. 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63,
  929. 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e,
  930. 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xb4, 0x02, 0x20, 0x03,
  931. 0x28, 0x04, 0x52, 0x0f, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x58, 0x55, 0x69, 0x6e,
  932. 0x74, 0x36, 0x34, 0x3a, 0x5b, 0x0a, 0x13, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f,
  933. 0x78, 0x5f, 0x73, 0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70,
  934. 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65,
  935. 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d,
  936. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xb5, 0x02, 0x20, 0x03, 0x28, 0x0f, 0x52, 0x11, 0x72,
  937. 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x58, 0x53, 0x66, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32,
  938. 0x3a, 0x59, 0x0a, 0x12, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f, 0x66,
  939. 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  940. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
  941. 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61,
  942. 0x67, 0x65, 0x18, 0xb6, 0x02, 0x20, 0x03, 0x28, 0x07, 0x52, 0x10, 0x72, 0x65, 0x70, 0x65, 0x61,
  943. 0x74, 0x65, 0x64, 0x58, 0x46, 0x69, 0x78, 0x65, 0x64, 0x33, 0x32, 0x3a, 0x55, 0x0a, 0x10, 0x72,
  944. 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f, 0x66, 0x6c, 0x6f, 0x61, 0x74, 0x12,
  945. 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63,
  946. 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e,
  947. 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xb7, 0x02, 0x20, 0x03,
  948. 0x28, 0x02, 0x52, 0x0e, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x58, 0x46, 0x6c, 0x6f,
  949. 0x61, 0x74, 0x3a, 0x5b, 0x0a, 0x13, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78,
  950. 0x5f, 0x73, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72,
  951. 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e,
  952. 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65,
  953. 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xb8, 0x02, 0x20, 0x03, 0x28, 0x10, 0x52, 0x11, 0x72, 0x65,
  954. 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x58, 0x53, 0x66, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x3a,
  955. 0x59, 0x0a, 0x12, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f, 0x66, 0x69,
  956. 0x78, 0x65, 0x64, 0x36, 0x34, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
  957. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
  958. 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  959. 0x65, 0x18, 0xb9, 0x02, 0x20, 0x03, 0x28, 0x06, 0x52, 0x10, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74,
  960. 0x65, 0x64, 0x58, 0x46, 0x69, 0x78, 0x65, 0x64, 0x36, 0x34, 0x3a, 0x57, 0x0a, 0x11, 0x72, 0x65,
  961. 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f, 0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x12,
  962. 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63,
  963. 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e,
  964. 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xba, 0x02, 0x20, 0x03,
  965. 0x28, 0x01, 0x52, 0x0f, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x58, 0x44, 0x6f, 0x75,
  966. 0x62, 0x6c, 0x65, 0x3a, 0x57, 0x0a, 0x11, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f,
  967. 0x78, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f,
  968. 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
  969. 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73,
  970. 0x73, 0x61, 0x67, 0x65, 0x18, 0xbb, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x70,
  971. 0x65, 0x61, 0x74, 0x65, 0x64, 0x58, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x3a, 0x55, 0x0a, 0x10,
  972. 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x78, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73,
  973. 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  974. 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65,
  975. 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xbc, 0x02, 0x20,
  976. 0x03, 0x28, 0x0c, 0x52, 0x0e, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x58, 0x42, 0x79,
  977. 0x74, 0x65, 0x73, 0x3a, 0x80, 0x01, 0x0a, 0x12, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64,
  978. 0x5f, 0x78, 0x5f, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70,
  979. 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65,
  980. 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d,
  981. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0xbd, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e,
  982. 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65,
  983. 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x65, 0x78, 0x74, 0x2e, 0x4d, 0x65, 0x73,
  984. 0x73, 0x61, 0x67, 0x65, 0x52, 0x10, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65, 0x64, 0x58, 0x4d,
  985. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x3a, 0x7e, 0x0a, 0x0d, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74,
  986. 0x65, 0x64, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x2a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74,
  987. 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
  988. 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4d, 0x65, 0x73, 0x73,
  989. 0x61, 0x67, 0x65, 0x18, 0xbe, 0x02, 0x20, 0x03, 0x28, 0x0a, 0x32, 0x2b, 0x2e, 0x67, 0x6f, 0x70,
  990. 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65,
  991. 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x65, 0x78, 0x74, 0x2e, 0x52, 0x65, 0x70, 0x65, 0x61, 0x74,
  992. 0x65, 0x64, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0d, 0x72, 0x65, 0x70, 0x65, 0x61, 0x74, 0x65,
  993. 0x64, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x3a, 0x80, 0x01, 0x0a, 0x10, 0x65, 0x78, 0x74, 0x65, 0x6e,
  994. 0x64, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x2a, 0x2e, 0x67, 0x6f,
  995. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74,
  996. 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65,
  997. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x90, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28,
  998. 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e,
  999. 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x65, 0x78, 0x74, 0x2e, 0x45, 0x78,
  1000. 0x74, 0x65, 0x6e, 0x64, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64,
  1001. 0x61, 0x62, 0x6c, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x3a, 0x60, 0x0a, 0x17, 0x65, 0x78, 0x74,
  1002. 0x65, 0x6e, 0x64, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x5f, 0x66,
  1003. 0x69, 0x65, 0x6c, 0x64, 0x12, 0x28, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70,
  1004. 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e,
  1005. 0x65, 0x78, 0x74, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x01,
  1006. 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x61, 0x62, 0x6c, 0x65,
  1007. 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x3a, 0xab, 0x01, 0x0a, 0x15,
  1008. 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x65, 0x74, 0x5f, 0x65, 0x78, 0x74, 0x65,
  1009. 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
  1010. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
  1011. 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x65, 0x74,
  1012. 0x57, 0x69, 0x72, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  1013. 0x65, 0x18, 0x65, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74,
  1014. 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
  1015. 0x6f, 0x6e, 0x2e, 0x65, 0x78, 0x74, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x65,
  1016. 0x74, 0x57, 0x69, 0x72, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x45, 0x78, 0x74, 0x65, 0x6e,
  1017. 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x13, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53, 0x65, 0x74,
  1018. 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x46, 0x5a, 0x44, 0x67, 0x6f, 0x6f,
  1019. 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70,
  1020. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x63, 0x6d, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74,
  1021. 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61,
  1022. 0x74, 0x61, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x65, 0x78,
  1023. 0x74,
  1024. }
  1025. var (
  1026. file_extensions_ext_ext_proto_rawDescOnce sync.Once
  1027. file_extensions_ext_ext_proto_rawDescData = file_extensions_ext_ext_proto_rawDesc
  1028. )
  1029. func file_extensions_ext_ext_proto_rawDescGZIP() []byte {
  1030. file_extensions_ext_ext_proto_rawDescOnce.Do(func() {
  1031. file_extensions_ext_ext_proto_rawDescData = protoimpl.X.CompressGZIP(file_extensions_ext_ext_proto_rawDescData)
  1032. })
  1033. return file_extensions_ext_ext_proto_rawDescData
  1034. }
  1035. var file_extensions_ext_ext_proto_enumTypes = make([]protoreflect.EnumType, 1)
  1036. var file_extensions_ext_ext_proto_msgTypes = make([]protoimpl.MessageType, 8)
  1037. var file_extensions_ext_ext_proto_goTypes = []interface{}{
  1038. (Enum)(0), // 0: goproto.protoc.extension.ext.Enum
  1039. (*Message)(nil), // 1: goproto.protoc.extension.ext.Message
  1040. (*ExtensionGroup)(nil), // 2: goproto.protoc.extension.ext.ExtensionGroup
  1041. (*ExtendingMessage)(nil), // 3: goproto.protoc.extension.ext.ExtendingMessage
  1042. (*RepeatedGroup)(nil), // 4: goproto.protoc.extension.ext.RepeatedGroup
  1043. (*Extendable)(nil), // 5: goproto.protoc.extension.ext.Extendable
  1044. (*MessageSetWireFormatExtension)(nil), // 6: goproto.protoc.extension.ext.MessageSetWireFormatExtension
  1045. (*Message_M)(nil), // 7: goproto.protoc.extension.ext.Message.M
  1046. (*ExtendingMessage_ExtendingMessageSubmessage)(nil), // 8: goproto.protoc.extension.ext.ExtendingMessage.ExtendingMessageSubmessage
  1047. (*base.BaseMessage)(nil), // 9: goproto.protoc.extension.base.BaseMessage
  1048. (*base.MessageSetWireFormatMessage)(nil), // 10: goproto.protoc.extension.base.MessageSetWireFormatMessage
  1049. (*extra.ExtraMessage)(nil), // 11: goproto.protoc.extension.extra.ExtraMessage
  1050. }
  1051. var file_extensions_ext_ext_proto_depIdxs = []int32{
  1052. 9, // goproto.protoc.extension.ext.extension_bool:extendee -> goproto.protoc.extension.base.BaseMessage
  1053. 9, // goproto.protoc.extension.ext.extension_enum:extendee -> goproto.protoc.extension.base.BaseMessage
  1054. 9, // goproto.protoc.extension.ext.extension_int32:extendee -> goproto.protoc.extension.base.BaseMessage
  1055. 9, // goproto.protoc.extension.ext.extension_sint32:extendee -> goproto.protoc.extension.base.BaseMessage
  1056. 9, // goproto.protoc.extension.ext.extension_uint32:extendee -> goproto.protoc.extension.base.BaseMessage
  1057. 9, // goproto.protoc.extension.ext.extension_int64:extendee -> goproto.protoc.extension.base.BaseMessage
  1058. 9, // goproto.protoc.extension.ext.extension_sint64:extendee -> goproto.protoc.extension.base.BaseMessage
  1059. 9, // goproto.protoc.extension.ext.extension_uint64:extendee -> goproto.protoc.extension.base.BaseMessage
  1060. 9, // goproto.protoc.extension.ext.extension_sfixed32:extendee -> goproto.protoc.extension.base.BaseMessage
  1061. 9, // goproto.protoc.extension.ext.extension_fixed32:extendee -> goproto.protoc.extension.base.BaseMessage
  1062. 9, // goproto.protoc.extension.ext.extension_float:extendee -> goproto.protoc.extension.base.BaseMessage
  1063. 9, // goproto.protoc.extension.ext.extension_sfixed64:extendee -> goproto.protoc.extension.base.BaseMessage
  1064. 9, // goproto.protoc.extension.ext.extension_fixed64:extendee -> goproto.protoc.extension.base.BaseMessage
  1065. 9, // goproto.protoc.extension.ext.extension_double:extendee -> goproto.protoc.extension.base.BaseMessage
  1066. 9, // goproto.protoc.extension.ext.extension_string:extendee -> goproto.protoc.extension.base.BaseMessage
  1067. 9, // goproto.protoc.extension.ext.extension_bytes:extendee -> goproto.protoc.extension.base.BaseMessage
  1068. 9, // goproto.protoc.extension.ext.extension_Message:extendee -> goproto.protoc.extension.base.BaseMessage
  1069. 9, // goproto.protoc.extension.ext.extension_MessageM:extendee -> goproto.protoc.extension.base.BaseMessage
  1070. 9, // goproto.protoc.extension.ext.extensiongroup:extendee -> goproto.protoc.extension.base.BaseMessage
  1071. 9, // goproto.protoc.extension.ext.extra_message:extendee -> goproto.protoc.extension.base.BaseMessage
  1072. 9, // goproto.protoc.extension.ext.repeated_x_bool:extendee -> goproto.protoc.extension.base.BaseMessage
  1073. 9, // goproto.protoc.extension.ext.repeated_x_enum:extendee -> goproto.protoc.extension.base.BaseMessage
  1074. 9, // goproto.protoc.extension.ext.repeated_x_int32:extendee -> goproto.protoc.extension.base.BaseMessage
  1075. 9, // goproto.protoc.extension.ext.repeated_x_sint32:extendee -> goproto.protoc.extension.base.BaseMessage
  1076. 9, // goproto.protoc.extension.ext.repeated_x_uint32:extendee -> goproto.protoc.extension.base.BaseMessage
  1077. 9, // goproto.protoc.extension.ext.repeated_x_int64:extendee -> goproto.protoc.extension.base.BaseMessage
  1078. 9, // goproto.protoc.extension.ext.repeated_x_sint64:extendee -> goproto.protoc.extension.base.BaseMessage
  1079. 9, // goproto.protoc.extension.ext.repeated_x_uint64:extendee -> goproto.protoc.extension.base.BaseMessage
  1080. 9, // goproto.protoc.extension.ext.repeated_x_sfixed32:extendee -> goproto.protoc.extension.base.BaseMessage
  1081. 9, // goproto.protoc.extension.ext.repeated_x_fixed32:extendee -> goproto.protoc.extension.base.BaseMessage
  1082. 9, // goproto.protoc.extension.ext.repeated_x_float:extendee -> goproto.protoc.extension.base.BaseMessage
  1083. 9, // goproto.protoc.extension.ext.repeated_x_sfixed64:extendee -> goproto.protoc.extension.base.BaseMessage
  1084. 9, // goproto.protoc.extension.ext.repeated_x_fixed64:extendee -> goproto.protoc.extension.base.BaseMessage
  1085. 9, // goproto.protoc.extension.ext.repeated_x_double:extendee -> goproto.protoc.extension.base.BaseMessage
  1086. 9, // goproto.protoc.extension.ext.repeated_x_string:extendee -> goproto.protoc.extension.base.BaseMessage
  1087. 9, // goproto.protoc.extension.ext.repeated_x_bytes:extendee -> goproto.protoc.extension.base.BaseMessage
  1088. 9, // goproto.protoc.extension.ext.repeated_x_Message:extendee -> goproto.protoc.extension.base.BaseMessage
  1089. 9, // goproto.protoc.extension.ext.repeatedgroup:extendee -> goproto.protoc.extension.base.BaseMessage
  1090. 9, // goproto.protoc.extension.ext.extendable_field:extendee -> goproto.protoc.extension.base.BaseMessage
  1091. 5, // goproto.protoc.extension.ext.extendable_string_field:extendee -> goproto.protoc.extension.ext.Extendable
  1092. 10, // goproto.protoc.extension.ext.message_set_extension:extendee -> goproto.protoc.extension.base.MessageSetWireFormatMessage
  1093. 9, // goproto.protoc.extension.ext.ExtendingMessage.extending_message_string:extendee -> goproto.protoc.extension.base.BaseMessage
  1094. 9, // goproto.protoc.extension.ext.ExtendingMessage.extending_message_submessage:extendee -> goproto.protoc.extension.base.BaseMessage
  1095. 10, // goproto.protoc.extension.ext.MessageSetWireFormatExtension.message_set_extension:extendee -> goproto.protoc.extension.base.MessageSetWireFormatMessage
  1096. 0, // goproto.protoc.extension.ext.extension_enum:type_name -> goproto.protoc.extension.ext.Enum
  1097. 1, // goproto.protoc.extension.ext.extension_Message:type_name -> goproto.protoc.extension.ext.Message
  1098. 7, // goproto.protoc.extension.ext.extension_MessageM:type_name -> goproto.protoc.extension.ext.Message.M
  1099. 2, // goproto.protoc.extension.ext.extensiongroup:type_name -> goproto.protoc.extension.ext.ExtensionGroup
  1100. 11, // goproto.protoc.extension.ext.extra_message:type_name -> goproto.protoc.extension.extra.ExtraMessage
  1101. 0, // goproto.protoc.extension.ext.repeated_x_enum:type_name -> goproto.protoc.extension.ext.Enum
  1102. 1, // goproto.protoc.extension.ext.repeated_x_Message:type_name -> goproto.protoc.extension.ext.Message
  1103. 4, // goproto.protoc.extension.ext.repeatedgroup:type_name -> goproto.protoc.extension.ext.RepeatedGroup
  1104. 5, // goproto.protoc.extension.ext.extendable_field:type_name -> goproto.protoc.extension.ext.Extendable
  1105. 6, // goproto.protoc.extension.ext.message_set_extension:type_name -> goproto.protoc.extension.ext.MessageSetWireFormatExtension
  1106. 8, // goproto.protoc.extension.ext.ExtendingMessage.extending_message_submessage:type_name -> goproto.protoc.extension.ext.ExtendingMessage.ExtendingMessageSubmessage
  1107. 6, // goproto.protoc.extension.ext.MessageSetWireFormatExtension.message_set_extension:type_name -> goproto.protoc.extension.ext.MessageSetWireFormatExtension
  1108. }
  1109. func init() { file_extensions_ext_ext_proto_init() }
  1110. func file_extensions_ext_ext_proto_init() {
  1111. if File_extensions_ext_ext_proto != nil {
  1112. return
  1113. }
  1114. extensionTypes := make([]protoreflect.ExtensionType, 44)
  1115. File_extensions_ext_ext_proto = protoimpl.FileBuilder{
  1116. RawDescriptor: file_extensions_ext_ext_proto_rawDesc,
  1117. GoTypes: file_extensions_ext_ext_proto_goTypes,
  1118. DependencyIndexes: file_extensions_ext_ext_proto_depIdxs,
  1119. LegacyExtensions: file_extensions_ext_ext_proto_extDescs,
  1120. EnumOutputTypes: file_extensions_ext_ext_proto_enumTypes,
  1121. MessageOutputTypes: file_extensions_ext_ext_proto_msgTypes,
  1122. ExtensionOutputTypes: extensionTypes,
  1123. FilesRegistry: protoregistry.GlobalFiles,
  1124. TypesRegistry: protoregistry.GlobalTypes,
  1125. }.Init()
  1126. file_extensions_ext_ext_proto_rawDesc = nil
  1127. file_extensions_ext_ext_proto_goTypes = nil
  1128. file_extensions_ext_ext_proto_depIdxs = nil
  1129. }