api.pb.go 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  1. // idl/api.proto; 注解拓展
  2. // Code generated by protoc-gen-go. DO NOT EDIT.
  3. // versions:
  4. // protoc-gen-go v1.28.0
  5. // protoc v5.27.2
  6. // source: api.proto
  7. package api
  8. import (
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. descriptorpb "google.golang.org/protobuf/types/descriptorpb"
  12. reflect "reflect"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. var file_api_proto_extTypes = []protoimpl.ExtensionInfo{
  21. {
  22. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  23. ExtensionType: (*string)(nil),
  24. Field: 50101,
  25. Name: "api.raw_body",
  26. Tag: "bytes,50101,opt,name=raw_body",
  27. Filename: "api.proto",
  28. },
  29. {
  30. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  31. ExtensionType: (*string)(nil),
  32. Field: 50102,
  33. Name: "api.query",
  34. Tag: "bytes,50102,opt,name=query",
  35. Filename: "api.proto",
  36. },
  37. {
  38. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  39. ExtensionType: (*string)(nil),
  40. Field: 50103,
  41. Name: "api.header",
  42. Tag: "bytes,50103,opt,name=header",
  43. Filename: "api.proto",
  44. },
  45. {
  46. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  47. ExtensionType: (*string)(nil),
  48. Field: 50104,
  49. Name: "api.cookie",
  50. Tag: "bytes,50104,opt,name=cookie",
  51. Filename: "api.proto",
  52. },
  53. {
  54. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  55. ExtensionType: (*string)(nil),
  56. Field: 50105,
  57. Name: "api.body",
  58. Tag: "bytes,50105,opt,name=body",
  59. Filename: "api.proto",
  60. },
  61. {
  62. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  63. ExtensionType: (*string)(nil),
  64. Field: 50106,
  65. Name: "api.path",
  66. Tag: "bytes,50106,opt,name=path",
  67. Filename: "api.proto",
  68. },
  69. {
  70. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  71. ExtensionType: (*string)(nil),
  72. Field: 50107,
  73. Name: "api.vd",
  74. Tag: "bytes,50107,opt,name=vd",
  75. Filename: "api.proto",
  76. },
  77. {
  78. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  79. ExtensionType: (*string)(nil),
  80. Field: 50108,
  81. Name: "api.form",
  82. Tag: "bytes,50108,opt,name=form",
  83. Filename: "api.proto",
  84. },
  85. {
  86. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  87. ExtensionType: (*string)(nil),
  88. Field: 50109,
  89. Name: "api.js_conv",
  90. Tag: "bytes,50109,opt,name=js_conv",
  91. Filename: "api.proto",
  92. },
  93. {
  94. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  95. ExtensionType: (*string)(nil),
  96. Field: 50110,
  97. Name: "api.file_name",
  98. Tag: "bytes,50110,opt,name=file_name",
  99. Filename: "api.proto",
  100. },
  101. {
  102. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  103. ExtensionType: (*string)(nil),
  104. Field: 50111,
  105. Name: "api.none",
  106. Tag: "bytes,50111,opt,name=none",
  107. Filename: "api.proto",
  108. },
  109. {
  110. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  111. ExtensionType: (*string)(nil),
  112. Field: 50131,
  113. Name: "api.form_compatible",
  114. Tag: "bytes,50131,opt,name=form_compatible",
  115. Filename: "api.proto",
  116. },
  117. {
  118. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  119. ExtensionType: (*string)(nil),
  120. Field: 50132,
  121. Name: "api.js_conv_compatible",
  122. Tag: "bytes,50132,opt,name=js_conv_compatible",
  123. Filename: "api.proto",
  124. },
  125. {
  126. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  127. ExtensionType: (*string)(nil),
  128. Field: 50133,
  129. Name: "api.file_name_compatible",
  130. Tag: "bytes,50133,opt,name=file_name_compatible",
  131. Filename: "api.proto",
  132. },
  133. {
  134. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  135. ExtensionType: (*string)(nil),
  136. Field: 50134,
  137. Name: "api.none_compatible",
  138. Tag: "bytes,50134,opt,name=none_compatible",
  139. Filename: "api.proto",
  140. },
  141. {
  142. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  143. ExtensionType: (*string)(nil),
  144. Field: 51001,
  145. Name: "api.go_tag",
  146. Tag: "bytes,51001,opt,name=go_tag",
  147. Filename: "api.proto",
  148. },
  149. {
  150. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  151. ExtensionType: (*string)(nil),
  152. Field: 50201,
  153. Name: "api.get",
  154. Tag: "bytes,50201,opt,name=get",
  155. Filename: "api.proto",
  156. },
  157. {
  158. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  159. ExtensionType: (*string)(nil),
  160. Field: 50202,
  161. Name: "api.post",
  162. Tag: "bytes,50202,opt,name=post",
  163. Filename: "api.proto",
  164. },
  165. {
  166. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  167. ExtensionType: (*string)(nil),
  168. Field: 50203,
  169. Name: "api.put",
  170. Tag: "bytes,50203,opt,name=put",
  171. Filename: "api.proto",
  172. },
  173. {
  174. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  175. ExtensionType: (*string)(nil),
  176. Field: 50204,
  177. Name: "api.delete",
  178. Tag: "bytes,50204,opt,name=delete",
  179. Filename: "api.proto",
  180. },
  181. {
  182. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  183. ExtensionType: (*string)(nil),
  184. Field: 50205,
  185. Name: "api.patch",
  186. Tag: "bytes,50205,opt,name=patch",
  187. Filename: "api.proto",
  188. },
  189. {
  190. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  191. ExtensionType: (*string)(nil),
  192. Field: 50206,
  193. Name: "api.options",
  194. Tag: "bytes,50206,opt,name=options",
  195. Filename: "api.proto",
  196. },
  197. {
  198. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  199. ExtensionType: (*string)(nil),
  200. Field: 50207,
  201. Name: "api.head",
  202. Tag: "bytes,50207,opt,name=head",
  203. Filename: "api.proto",
  204. },
  205. {
  206. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  207. ExtensionType: (*string)(nil),
  208. Field: 50208,
  209. Name: "api.any",
  210. Tag: "bytes,50208,opt,name=any",
  211. Filename: "api.proto",
  212. },
  213. {
  214. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  215. ExtensionType: (*string)(nil),
  216. Field: 50301,
  217. Name: "api.gen_path",
  218. Tag: "bytes,50301,opt,name=gen_path",
  219. Filename: "api.proto",
  220. },
  221. {
  222. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  223. ExtensionType: (*string)(nil),
  224. Field: 50302,
  225. Name: "api.api_version",
  226. Tag: "bytes,50302,opt,name=api_version",
  227. Filename: "api.proto",
  228. },
  229. {
  230. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  231. ExtensionType: (*string)(nil),
  232. Field: 50303,
  233. Name: "api.tag",
  234. Tag: "bytes,50303,opt,name=tag",
  235. Filename: "api.proto",
  236. },
  237. {
  238. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  239. ExtensionType: (*string)(nil),
  240. Field: 50304,
  241. Name: "api.name",
  242. Tag: "bytes,50304,opt,name=name",
  243. Filename: "api.proto",
  244. },
  245. {
  246. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  247. ExtensionType: (*string)(nil),
  248. Field: 50305,
  249. Name: "api.api_level",
  250. Tag: "bytes,50305,opt,name=api_level",
  251. Filename: "api.proto",
  252. },
  253. {
  254. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  255. ExtensionType: (*string)(nil),
  256. Field: 50306,
  257. Name: "api.serializer",
  258. Tag: "bytes,50306,opt,name=serializer",
  259. Filename: "api.proto",
  260. },
  261. {
  262. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  263. ExtensionType: (*string)(nil),
  264. Field: 50307,
  265. Name: "api.param",
  266. Tag: "bytes,50307,opt,name=param",
  267. Filename: "api.proto",
  268. },
  269. {
  270. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  271. ExtensionType: (*string)(nil),
  272. Field: 50308,
  273. Name: "api.baseurl",
  274. Tag: "bytes,50308,opt,name=baseurl",
  275. Filename: "api.proto",
  276. },
  277. {
  278. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  279. ExtensionType: (*string)(nil),
  280. Field: 50309,
  281. Name: "api.handler_path",
  282. Tag: "bytes,50309,opt,name=handler_path",
  283. Filename: "api.proto",
  284. },
  285. {
  286. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  287. ExtensionType: (*string)(nil),
  288. Field: 50331,
  289. Name: "api.handler_path_compatible",
  290. Tag: "bytes,50331,opt,name=handler_path_compatible",
  291. Filename: "api.proto",
  292. },
  293. {
  294. ExtendedType: (*descriptorpb.EnumValueOptions)(nil),
  295. ExtensionType: (*int32)(nil),
  296. Field: 50401,
  297. Name: "api.http_code",
  298. Tag: "varint,50401,opt,name=http_code",
  299. Filename: "api.proto",
  300. },
  301. {
  302. ExtendedType: (*descriptorpb.ServiceOptions)(nil),
  303. ExtensionType: (*string)(nil),
  304. Field: 50402,
  305. Name: "api.base_domain",
  306. Tag: "bytes,50402,opt,name=base_domain",
  307. Filename: "api.proto",
  308. },
  309. {
  310. ExtendedType: (*descriptorpb.ServiceOptions)(nil),
  311. ExtensionType: (*string)(nil),
  312. Field: 50731,
  313. Name: "api.base_domain_compatible",
  314. Tag: "bytes,50731,opt,name=base_domain_compatible",
  315. Filename: "api.proto",
  316. },
  317. {
  318. ExtendedType: (*descriptorpb.MessageOptions)(nil),
  319. ExtensionType: (*string)(nil),
  320. Field: 50830,
  321. Name: "api.reserve",
  322. Tag: "bytes,50830,opt,name=reserve",
  323. Filename: "api.proto",
  324. },
  325. }
  326. // Extension fields to descriptorpb.FieldOptions.
  327. var (
  328. // optional string raw_body = 50101;
  329. E_RawBody = &file_api_proto_extTypes[0]
  330. // optional string query = 50102;
  331. E_Query = &file_api_proto_extTypes[1]
  332. // optional string header = 50103;
  333. E_Header = &file_api_proto_extTypes[2]
  334. // optional string cookie = 50104;
  335. E_Cookie = &file_api_proto_extTypes[3]
  336. // optional string body = 50105;
  337. E_Body = &file_api_proto_extTypes[4]
  338. // optional string path = 50106;
  339. E_Path = &file_api_proto_extTypes[5]
  340. // optional string vd = 50107;
  341. E_Vd = &file_api_proto_extTypes[6]
  342. // optional string form = 50108;
  343. E_Form = &file_api_proto_extTypes[7]
  344. // optional string js_conv = 50109;
  345. E_JsConv = &file_api_proto_extTypes[8]
  346. // optional string file_name = 50110;
  347. E_FileName = &file_api_proto_extTypes[9]
  348. // optional string none = 50111;
  349. E_None = &file_api_proto_extTypes[10]
  350. // 50131~50160 used to extend field option by hz
  351. //
  352. // optional string form_compatible = 50131;
  353. E_FormCompatible = &file_api_proto_extTypes[11]
  354. // optional string js_conv_compatible = 50132;
  355. E_JsConvCompatible = &file_api_proto_extTypes[12]
  356. // optional string file_name_compatible = 50133;
  357. E_FileNameCompatible = &file_api_proto_extTypes[13]
  358. // optional string none_compatible = 50134;
  359. E_NoneCompatible = &file_api_proto_extTypes[14]
  360. // optional string go_tag = 51001;
  361. E_GoTag = &file_api_proto_extTypes[15]
  362. )
  363. // Extension fields to descriptorpb.MethodOptions.
  364. var (
  365. // optional string get = 50201;
  366. E_Get = &file_api_proto_extTypes[16]
  367. // optional string post = 50202;
  368. E_Post = &file_api_proto_extTypes[17]
  369. // optional string put = 50203;
  370. E_Put = &file_api_proto_extTypes[18]
  371. // optional string delete = 50204;
  372. E_Delete = &file_api_proto_extTypes[19]
  373. // optional string patch = 50205;
  374. E_Patch = &file_api_proto_extTypes[20]
  375. // optional string options = 50206;
  376. E_Options = &file_api_proto_extTypes[21]
  377. // optional string head = 50207;
  378. E_Head = &file_api_proto_extTypes[22]
  379. // optional string any = 50208;
  380. E_Any = &file_api_proto_extTypes[23]
  381. // optional string gen_path = 50301;
  382. E_GenPath = &file_api_proto_extTypes[24] // The path specified by the user when the client code is generated, with a higher priority than api_version
  383. // optional string api_version = 50302;
  384. E_ApiVersion = &file_api_proto_extTypes[25] // Specify the value of the :version variable in path when the client code is generated
  385. // optional string tag = 50303;
  386. E_Tag = &file_api_proto_extTypes[26] // rpc tag, can be multiple, separated by commas
  387. // optional string name = 50304;
  388. E_Name = &file_api_proto_extTypes[27] // Name of rpc
  389. // optional string api_level = 50305;
  390. E_ApiLevel = &file_api_proto_extTypes[28] // Interface Level
  391. // optional string serializer = 50306;
  392. E_Serializer = &file_api_proto_extTypes[29] // Serialization method
  393. // optional string param = 50307;
  394. E_Param = &file_api_proto_extTypes[30] // Whether client requests take public parameters
  395. // optional string baseurl = 50308;
  396. E_Baseurl = &file_api_proto_extTypes[31] // Baseurl used in ttnet routing
  397. // optional string handler_path = 50309;
  398. E_HandlerPath = &file_api_proto_extTypes[32] // handler_path specifies the path to generate the method
  399. // 50331~50360 used to extend method option by hz
  400. //
  401. // optional string handler_path_compatible = 50331;
  402. E_HandlerPathCompatible = &file_api_proto_extTypes[33] // handler_path specifies the path to generate the method
  403. )
  404. // Extension fields to descriptorpb.EnumValueOptions.
  405. var (
  406. // optional int32 http_code = 50401;
  407. E_HttpCode = &file_api_proto_extTypes[34]
  408. )
  409. // Extension fields to descriptorpb.ServiceOptions.
  410. var (
  411. // optional string base_domain = 50402;
  412. E_BaseDomain = &file_api_proto_extTypes[35]
  413. // 50731~50760 used to extend service option by hz
  414. //
  415. // optional string base_domain_compatible = 50731;
  416. E_BaseDomainCompatible = &file_api_proto_extTypes[36]
  417. )
  418. // Extension fields to descriptorpb.MessageOptions.
  419. var (
  420. // optional string reserve = 50830;
  421. E_Reserve = &file_api_proto_extTypes[37]
  422. )
  423. var File_api_proto protoreflect.FileDescriptor
  424. var file_api_proto_rawDesc = []byte{
  425. 0x0a, 0x09, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x03, 0x61, 0x70, 0x69,
  426. 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  427. 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f,
  428. 0x74, 0x6f, 0x3a, 0x3a, 0x0a, 0x08, 0x72, 0x61, 0x77, 0x5f, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1d,
  429. 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  430. 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xb5, 0x87,
  431. 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x61, 0x77, 0x42, 0x6f, 0x64, 0x79, 0x3a, 0x35,
  432. 0x0a, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  433. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f,
  434. 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xb6, 0x87, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
  435. 0x71, 0x75, 0x65, 0x72, 0x79, 0x3a, 0x37, 0x0a, 0x06, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12,
  436. 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  437. 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xb7,
  438. 0x87, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x3a, 0x37,
  439. 0x0a, 0x06, 0x63, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  440. 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64,
  441. 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xb8, 0x87, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  442. 0x06, 0x63, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x3a, 0x33, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12,
  443. 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  444. 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xb9,
  445. 0x87, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x3a, 0x33, 0x0a, 0x04,
  446. 0x70, 0x61, 0x74, 0x68, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  447. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69,
  448. 0x6f, 0x6e, 0x73, 0x18, 0xba, 0x87, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74,
  449. 0x68, 0x3a, 0x2f, 0x0a, 0x02, 0x76, 0x64, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  450. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f,
  451. 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xbb, 0x87, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
  452. 0x76, 0x64, 0x3a, 0x33, 0x0a, 0x04, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f,
  453. 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65,
  454. 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xbc, 0x87, 0x03, 0x20, 0x01, 0x28,
  455. 0x09, 0x52, 0x04, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x38, 0x0a, 0x07, 0x6a, 0x73, 0x5f, 0x63, 0x6f,
  456. 0x6e, 0x76, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  457. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
  458. 0x73, 0x18, 0xbd, 0x87, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x6e,
  459. 0x76, 0x3a, 0x3c, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1d,
  460. 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  461. 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xbe, 0x87,
  462. 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x3a,
  463. 0x33, 0x0a, 0x04, 0x6e, 0x6f, 0x6e, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  464. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f,
  465. 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xbf, 0x87, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
  466. 0x6e, 0x6f, 0x6e, 0x65, 0x3a, 0x48, 0x0a, 0x0f, 0x66, 0x6f, 0x72, 0x6d, 0x5f, 0x63, 0x6f, 0x6d,
  467. 0x70, 0x61, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  468. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f,
  469. 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd3, 0x87, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
  470. 0x66, 0x6f, 0x72, 0x6d, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x3a, 0x4d,
  471. 0x0a, 0x12, 0x6a, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x76, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x74,
  472. 0x69, 0x62, 0x6c, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  473. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69,
  474. 0x6f, 0x6e, 0x73, 0x18, 0xd4, 0x87, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x6a, 0x73, 0x43,
  475. 0x6f, 0x6e, 0x76, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x3a, 0x51, 0x0a,
  476. 0x14, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61,
  477. 0x74, 0x69, 0x62, 0x6c, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  478. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74,
  479. 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd5, 0x87, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x66, 0x69,
  480. 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x69, 0x62, 0x6c, 0x65,
  481. 0x3a, 0x48, 0x0a, 0x0f, 0x6e, 0x6f, 0x6e, 0x65, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x69,
  482. 0x62, 0x6c, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  483. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f,
  484. 0x6e, 0x73, 0x18, 0xd6, 0x87, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6e, 0x6f, 0x6e, 0x65,
  485. 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x3a, 0x36, 0x0a, 0x06, 0x67, 0x6f,
  486. 0x5f, 0x74, 0x61, 0x67, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  487. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69,
  488. 0x6f, 0x6e, 0x73, 0x18, 0xb9, 0x8e, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x67, 0x6f, 0x54,
  489. 0x61, 0x67, 0x3a, 0x32, 0x0a, 0x03, 0x67, 0x65, 0x74, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  490. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68,
  491. 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x99, 0x88, 0x03, 0x20, 0x01, 0x28,
  492. 0x09, 0x52, 0x03, 0x67, 0x65, 0x74, 0x3a, 0x34, 0x0a, 0x04, 0x70, 0x6f, 0x73, 0x74, 0x12, 0x1e,
  493. 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  494. 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x9a,
  495. 0x88, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x6f, 0x73, 0x74, 0x3a, 0x32, 0x0a, 0x03,
  496. 0x70, 0x75, 0x74, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  497. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69,
  498. 0x6f, 0x6e, 0x73, 0x18, 0x9b, 0x88, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x75, 0x74,
  499. 0x3a, 0x38, 0x0a, 0x06, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f,
  500. 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74,
  501. 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x9c, 0x88, 0x03, 0x20, 0x01,
  502. 0x28, 0x09, 0x52, 0x06, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x3a, 0x36, 0x0a, 0x05, 0x70, 0x61,
  503. 0x74, 0x63, 0x68, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  504. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69,
  505. 0x6f, 0x6e, 0x73, 0x18, 0x9d, 0x88, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x61, 0x74,
  506. 0x63, 0x68, 0x3a, 0x3a, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1e, 0x2e,
  507. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  508. 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x9e, 0x88,
  509. 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x3a, 0x34,
  510. 0x0a, 0x04, 0x68, 0x65, 0x61, 0x64, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  511. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f,
  512. 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x9f, 0x88, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
  513. 0x68, 0x65, 0x61, 0x64, 0x3a, 0x32, 0x0a, 0x03, 0x61, 0x6e, 0x79, 0x12, 0x1e, 0x2e, 0x67, 0x6f,
  514. 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65,
  515. 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xa0, 0x88, 0x03, 0x20,
  516. 0x01, 0x28, 0x09, 0x52, 0x03, 0x61, 0x6e, 0x79, 0x3a, 0x3b, 0x0a, 0x08, 0x67, 0x65, 0x6e, 0x5f,
  517. 0x70, 0x61, 0x74, 0x68, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  518. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74,
  519. 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xfd, 0x88, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x67, 0x65,
  520. 0x6e, 0x50, 0x61, 0x74, 0x68, 0x3a, 0x41, 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x5f, 0x76, 0x65, 0x72,
  521. 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  522. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74,
  523. 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xfe, 0x88, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70,
  524. 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x32, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x12,
  525. 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  526. 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
  527. 0xff, 0x88, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x74, 0x61, 0x67, 0x3a, 0x34, 0x0a, 0x04,
  528. 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  529. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74,
  530. 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x80, 0x89, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
  531. 0x6d, 0x65, 0x3a, 0x3d, 0x0a, 0x09, 0x61, 0x70, 0x69, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12,
  532. 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  533. 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
  534. 0x81, 0x89, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x4c, 0x65, 0x76, 0x65,
  535. 0x6c, 0x3a, 0x40, 0x0a, 0x0a, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x72, 0x12,
  536. 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  537. 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
  538. 0x82, 0x89, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x69,
  539. 0x7a, 0x65, 0x72, 0x3a, 0x36, 0x0a, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x1e, 0x2e, 0x67,
  540. 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d,
  541. 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x83, 0x89, 0x03,
  542. 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x3a, 0x3a, 0x0a, 0x07, 0x62,
  543. 0x61, 0x73, 0x65, 0x75, 0x72, 0x6c, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  544. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f,
  545. 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x84, 0x89, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
  546. 0x62, 0x61, 0x73, 0x65, 0x75, 0x72, 0x6c, 0x3a, 0x43, 0x0a, 0x0c, 0x68, 0x61, 0x6e, 0x64, 0x6c,
  547. 0x65, 0x72, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  548. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64,
  549. 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x85, 0x89, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  550. 0x0b, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x74, 0x68, 0x3a, 0x58, 0x0a, 0x17,
  551. 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x5f, 0x63, 0x6f, 0x6d,
  552. 0x70, 0x61, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  553. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64,
  554. 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x9b, 0x89, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  555. 0x15, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x74, 0x68, 0x43, 0x6f, 0x6d, 0x70,
  556. 0x61, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x3a, 0x40, 0x0a, 0x09, 0x68, 0x74, 0x74, 0x70, 0x5f, 0x63,
  557. 0x6f, 0x64, 0x65, 0x12, 0x21, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  558. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x4f,
  559. 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xe1, 0x89, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08,
  560. 0x68, 0x74, 0x74, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x3a, 0x42, 0x0a, 0x0b, 0x62, 0x61, 0x73, 0x65,
  561. 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  562. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
  563. 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xe2, 0x89, 0x03, 0x20, 0x01, 0x28, 0x09,
  564. 0x52, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x3a, 0x57, 0x0a, 0x16,
  565. 0x62, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x6d, 0x70,
  566. 0x61, 0x74, 0x69, 0x62, 0x6c, 0x65, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  567. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  568. 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xab, 0x8c, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  569. 0x14, 0x62, 0x61, 0x73, 0x65, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6f, 0x6d, 0x70, 0x61,
  570. 0x74, 0x69, 0x62, 0x6c, 0x65, 0x3a, 0x3b, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65,
  571. 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  572. 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
  573. 0x73, 0x18, 0x8e, 0x8d, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x73, 0x65, 0x72,
  574. 0x76, 0x65, 0x42, 0x20, 0x5a, 0x1e, 0x70, 0x6a, 0x69, 0x5f, 0x64, 0x65, 0x73, 0x6b, 0x74, 0x6f,
  575. 0x70, 0x5f, 0x68, 0x74, 0x74, 0x70, 0x2f, 0x62, 0x69, 0x7a, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
  576. 0x2f, 0x61, 0x70, 0x69,
  577. }
  578. var file_api_proto_goTypes = []interface{}{
  579. (*descriptorpb.FieldOptions)(nil), // 0: google.protobuf.FieldOptions
  580. (*descriptorpb.MethodOptions)(nil), // 1: google.protobuf.MethodOptions
  581. (*descriptorpb.EnumValueOptions)(nil), // 2: google.protobuf.EnumValueOptions
  582. (*descriptorpb.ServiceOptions)(nil), // 3: google.protobuf.ServiceOptions
  583. (*descriptorpb.MessageOptions)(nil), // 4: google.protobuf.MessageOptions
  584. }
  585. var file_api_proto_depIdxs = []int32{
  586. 0, // 0: api.raw_body:extendee -> google.protobuf.FieldOptions
  587. 0, // 1: api.query:extendee -> google.protobuf.FieldOptions
  588. 0, // 2: api.header:extendee -> google.protobuf.FieldOptions
  589. 0, // 3: api.cookie:extendee -> google.protobuf.FieldOptions
  590. 0, // 4: api.body:extendee -> google.protobuf.FieldOptions
  591. 0, // 5: api.path:extendee -> google.protobuf.FieldOptions
  592. 0, // 6: api.vd:extendee -> google.protobuf.FieldOptions
  593. 0, // 7: api.form:extendee -> google.protobuf.FieldOptions
  594. 0, // 8: api.js_conv:extendee -> google.protobuf.FieldOptions
  595. 0, // 9: api.file_name:extendee -> google.protobuf.FieldOptions
  596. 0, // 10: api.none:extendee -> google.protobuf.FieldOptions
  597. 0, // 11: api.form_compatible:extendee -> google.protobuf.FieldOptions
  598. 0, // 12: api.js_conv_compatible:extendee -> google.protobuf.FieldOptions
  599. 0, // 13: api.file_name_compatible:extendee -> google.protobuf.FieldOptions
  600. 0, // 14: api.none_compatible:extendee -> google.protobuf.FieldOptions
  601. 0, // 15: api.go_tag:extendee -> google.protobuf.FieldOptions
  602. 1, // 16: api.get:extendee -> google.protobuf.MethodOptions
  603. 1, // 17: api.post:extendee -> google.protobuf.MethodOptions
  604. 1, // 18: api.put:extendee -> google.protobuf.MethodOptions
  605. 1, // 19: api.delete:extendee -> google.protobuf.MethodOptions
  606. 1, // 20: api.patch:extendee -> google.protobuf.MethodOptions
  607. 1, // 21: api.options:extendee -> google.protobuf.MethodOptions
  608. 1, // 22: api.head:extendee -> google.protobuf.MethodOptions
  609. 1, // 23: api.any:extendee -> google.protobuf.MethodOptions
  610. 1, // 24: api.gen_path:extendee -> google.protobuf.MethodOptions
  611. 1, // 25: api.api_version:extendee -> google.protobuf.MethodOptions
  612. 1, // 26: api.tag:extendee -> google.protobuf.MethodOptions
  613. 1, // 27: api.name:extendee -> google.protobuf.MethodOptions
  614. 1, // 28: api.api_level:extendee -> google.protobuf.MethodOptions
  615. 1, // 29: api.serializer:extendee -> google.protobuf.MethodOptions
  616. 1, // 30: api.param:extendee -> google.protobuf.MethodOptions
  617. 1, // 31: api.baseurl:extendee -> google.protobuf.MethodOptions
  618. 1, // 32: api.handler_path:extendee -> google.protobuf.MethodOptions
  619. 1, // 33: api.handler_path_compatible:extendee -> google.protobuf.MethodOptions
  620. 2, // 34: api.http_code:extendee -> google.protobuf.EnumValueOptions
  621. 3, // 35: api.base_domain:extendee -> google.protobuf.ServiceOptions
  622. 3, // 36: api.base_domain_compatible:extendee -> google.protobuf.ServiceOptions
  623. 4, // 37: api.reserve:extendee -> google.protobuf.MessageOptions
  624. 38, // [38:38] is the sub-list for method output_type
  625. 38, // [38:38] is the sub-list for method input_type
  626. 38, // [38:38] is the sub-list for extension type_name
  627. 0, // [0:38] is the sub-list for extension extendee
  628. 0, // [0:0] is the sub-list for field type_name
  629. }
  630. func init() { file_api_proto_init() }
  631. func file_api_proto_init() {
  632. if File_api_proto != nil {
  633. return
  634. }
  635. type x struct{}
  636. out := protoimpl.TypeBuilder{
  637. File: protoimpl.DescBuilder{
  638. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  639. RawDescriptor: file_api_proto_rawDesc,
  640. NumEnums: 0,
  641. NumMessages: 0,
  642. NumExtensions: 38,
  643. NumServices: 0,
  644. },
  645. GoTypes: file_api_proto_goTypes,
  646. DependencyIndexes: file_api_proto_depIdxs,
  647. ExtensionInfos: file_api_proto_extTypes,
  648. }.Build()
  649. File_api_proto = out.File
  650. file_api_proto_rawDesc = nil
  651. file_api_proto_goTypes = nil
  652. file_api_proto_depIdxs = nil
  653. }