ext.pb.go 68 KB

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