logPush.pb.go 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1
  4. // protoc v3.21.4
  5. // source: proto/logPush.proto
  6. package logPush
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type LogPushJobEntity struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
  24. DataSet string `protobuf:"bytes,2,opt,name=dataSet,proto3" json:"dataSet,omitempty"`
  25. DestinationConf string `protobuf:"bytes,3,opt,name=destinationConf,proto3" json:"destinationConf,omitempty"`
  26. Enabled bool `protobuf:"varint,4,opt,name=enabled,proto3" json:"enabled,omitempty"`
  27. ErrorMessage string `protobuf:"bytes,5,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"`
  28. Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
  29. }
  30. func (x *LogPushJobEntity) Reset() {
  31. *x = LogPushJobEntity{}
  32. if protoimpl.UnsafeEnabled {
  33. mi := &file_proto_logPush_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. }
  38. func (x *LogPushJobEntity) String() string {
  39. return protoimpl.X.MessageStringOf(x)
  40. }
  41. func (*LogPushJobEntity) ProtoMessage() {}
  42. func (x *LogPushJobEntity) ProtoReflect() protoreflect.Message {
  43. mi := &file_proto_logPush_proto_msgTypes[0]
  44. if protoimpl.UnsafeEnabled && x != nil {
  45. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  46. if ms.LoadMessageInfo() == nil {
  47. ms.StoreMessageInfo(mi)
  48. }
  49. return ms
  50. }
  51. return mi.MessageOf(x)
  52. }
  53. // Deprecated: Use LogPushJobEntity.ProtoReflect.Descriptor instead.
  54. func (*LogPushJobEntity) Descriptor() ([]byte, []int) {
  55. return file_proto_logPush_proto_rawDescGZIP(), []int{0}
  56. }
  57. func (x *LogPushJobEntity) GetId() int64 {
  58. if x != nil {
  59. return x.Id
  60. }
  61. return 0
  62. }
  63. func (x *LogPushJobEntity) GetDataSet() string {
  64. if x != nil {
  65. return x.DataSet
  66. }
  67. return ""
  68. }
  69. func (x *LogPushJobEntity) GetDestinationConf() string {
  70. if x != nil {
  71. return x.DestinationConf
  72. }
  73. return ""
  74. }
  75. func (x *LogPushJobEntity) GetEnabled() bool {
  76. if x != nil {
  77. return x.Enabled
  78. }
  79. return false
  80. }
  81. func (x *LogPushJobEntity) GetErrorMessage() string {
  82. if x != nil {
  83. return x.ErrorMessage
  84. }
  85. return ""
  86. }
  87. func (x *LogPushJobEntity) GetName() string {
  88. if x != nil {
  89. return x.Name
  90. }
  91. return ""
  92. }
  93. type OwnershipChallengeEntity struct {
  94. state protoimpl.MessageState
  95. sizeCache protoimpl.SizeCache
  96. unknownFields protoimpl.UnknownFields
  97. Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
  98. Valid bool `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
  99. Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
  100. }
  101. func (x *OwnershipChallengeEntity) Reset() {
  102. *x = OwnershipChallengeEntity{}
  103. if protoimpl.UnsafeEnabled {
  104. mi := &file_proto_logPush_proto_msgTypes[1]
  105. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  106. ms.StoreMessageInfo(mi)
  107. }
  108. }
  109. func (x *OwnershipChallengeEntity) String() string {
  110. return protoimpl.X.MessageStringOf(x)
  111. }
  112. func (*OwnershipChallengeEntity) ProtoMessage() {}
  113. func (x *OwnershipChallengeEntity) ProtoReflect() protoreflect.Message {
  114. mi := &file_proto_logPush_proto_msgTypes[1]
  115. if protoimpl.UnsafeEnabled && x != nil {
  116. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  117. if ms.LoadMessageInfo() == nil {
  118. ms.StoreMessageInfo(mi)
  119. }
  120. return ms
  121. }
  122. return mi.MessageOf(x)
  123. }
  124. // Deprecated: Use OwnershipChallengeEntity.ProtoReflect.Descriptor instead.
  125. func (*OwnershipChallengeEntity) Descriptor() ([]byte, []int) {
  126. return file_proto_logPush_proto_rawDescGZIP(), []int{1}
  127. }
  128. func (x *OwnershipChallengeEntity) GetFilename() string {
  129. if x != nil {
  130. return x.Filename
  131. }
  132. return ""
  133. }
  134. func (x *OwnershipChallengeEntity) GetValid() bool {
  135. if x != nil {
  136. return x.Valid
  137. }
  138. return false
  139. }
  140. func (x *OwnershipChallengeEntity) GetMessage() string {
  141. if x != nil {
  142. return x.Message
  143. }
  144. return ""
  145. }
  146. type ListLogPushJobRequestByZoneId struct {
  147. state protoimpl.MessageState
  148. sizeCache protoimpl.SizeCache
  149. unknownFields protoimpl.UnknownFields
  150. ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
  151. ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
  152. ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
  153. DataSet string `protobuf:"bytes,4,opt,name=dataSet,proto3" json:"dataSet,omitempty"`
  154. }
  155. func (x *ListLogPushJobRequestByZoneId) Reset() {
  156. *x = ListLogPushJobRequestByZoneId{}
  157. if protoimpl.UnsafeEnabled {
  158. mi := &file_proto_logPush_proto_msgTypes[2]
  159. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  160. ms.StoreMessageInfo(mi)
  161. }
  162. }
  163. func (x *ListLogPushJobRequestByZoneId) String() string {
  164. return protoimpl.X.MessageStringOf(x)
  165. }
  166. func (*ListLogPushJobRequestByZoneId) ProtoMessage() {}
  167. func (x *ListLogPushJobRequestByZoneId) ProtoReflect() protoreflect.Message {
  168. mi := &file_proto_logPush_proto_msgTypes[2]
  169. if protoimpl.UnsafeEnabled && x != nil {
  170. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  171. if ms.LoadMessageInfo() == nil {
  172. ms.StoreMessageInfo(mi)
  173. }
  174. return ms
  175. }
  176. return mi.MessageOf(x)
  177. }
  178. // Deprecated: Use ListLogPushJobRequestByZoneId.ProtoReflect.Descriptor instead.
  179. func (*ListLogPushJobRequestByZoneId) Descriptor() ([]byte, []int) {
  180. return file_proto_logPush_proto_rawDescGZIP(), []int{2}
  181. }
  182. func (x *ListLogPushJobRequestByZoneId) GetApiKey() string {
  183. if x != nil {
  184. return x.ApiKey
  185. }
  186. return ""
  187. }
  188. func (x *ListLogPushJobRequestByZoneId) GetApiEmail() string {
  189. if x != nil {
  190. return x.ApiEmail
  191. }
  192. return ""
  193. }
  194. func (x *ListLogPushJobRequestByZoneId) GetZoneId() string {
  195. if x != nil {
  196. return x.ZoneId
  197. }
  198. return ""
  199. }
  200. func (x *ListLogPushJobRequestByZoneId) GetDataSet() string {
  201. if x != nil {
  202. return x.DataSet
  203. }
  204. return ""
  205. }
  206. type ListLogPushJobReplay struct {
  207. state protoimpl.MessageState
  208. sizeCache protoimpl.SizeCache
  209. unknownFields protoimpl.UnknownFields
  210. Result []*LogPushJobEntity `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
  211. }
  212. func (x *ListLogPushJobReplay) Reset() {
  213. *x = ListLogPushJobReplay{}
  214. if protoimpl.UnsafeEnabled {
  215. mi := &file_proto_logPush_proto_msgTypes[3]
  216. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  217. ms.StoreMessageInfo(mi)
  218. }
  219. }
  220. func (x *ListLogPushJobReplay) String() string {
  221. return protoimpl.X.MessageStringOf(x)
  222. }
  223. func (*ListLogPushJobReplay) ProtoMessage() {}
  224. func (x *ListLogPushJobReplay) ProtoReflect() protoreflect.Message {
  225. mi := &file_proto_logPush_proto_msgTypes[3]
  226. if protoimpl.UnsafeEnabled && x != nil {
  227. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  228. if ms.LoadMessageInfo() == nil {
  229. ms.StoreMessageInfo(mi)
  230. }
  231. return ms
  232. }
  233. return mi.MessageOf(x)
  234. }
  235. // Deprecated: Use ListLogPushJobReplay.ProtoReflect.Descriptor instead.
  236. func (*ListLogPushJobReplay) Descriptor() ([]byte, []int) {
  237. return file_proto_logPush_proto_rawDescGZIP(), []int{3}
  238. }
  239. func (x *ListLogPushJobReplay) GetResult() []*LogPushJobEntity {
  240. if x != nil {
  241. return x.Result
  242. }
  243. return nil
  244. }
  245. type CreateLogPushJobRequestByZoneId struct {
  246. state protoimpl.MessageState
  247. sizeCache protoimpl.SizeCache
  248. unknownFields protoimpl.UnknownFields
  249. ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
  250. ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
  251. ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
  252. DataSet string `protobuf:"bytes,4,opt,name=dataSet,proto3" json:"dataSet,omitempty"`
  253. DestinationConf string `protobuf:"bytes,5,opt,name=destinationConf,proto3" json:"destinationConf,omitempty"`
  254. OwnershipChallenge string `protobuf:"bytes,6,opt,name=ownershipChallenge,proto3" json:"ownershipChallenge,omitempty"`
  255. }
  256. func (x *CreateLogPushJobRequestByZoneId) Reset() {
  257. *x = CreateLogPushJobRequestByZoneId{}
  258. if protoimpl.UnsafeEnabled {
  259. mi := &file_proto_logPush_proto_msgTypes[4]
  260. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  261. ms.StoreMessageInfo(mi)
  262. }
  263. }
  264. func (x *CreateLogPushJobRequestByZoneId) String() string {
  265. return protoimpl.X.MessageStringOf(x)
  266. }
  267. func (*CreateLogPushJobRequestByZoneId) ProtoMessage() {}
  268. func (x *CreateLogPushJobRequestByZoneId) ProtoReflect() protoreflect.Message {
  269. mi := &file_proto_logPush_proto_msgTypes[4]
  270. if protoimpl.UnsafeEnabled && x != nil {
  271. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  272. if ms.LoadMessageInfo() == nil {
  273. ms.StoreMessageInfo(mi)
  274. }
  275. return ms
  276. }
  277. return mi.MessageOf(x)
  278. }
  279. // Deprecated: Use CreateLogPushJobRequestByZoneId.ProtoReflect.Descriptor instead.
  280. func (*CreateLogPushJobRequestByZoneId) Descriptor() ([]byte, []int) {
  281. return file_proto_logPush_proto_rawDescGZIP(), []int{4}
  282. }
  283. func (x *CreateLogPushJobRequestByZoneId) GetApiKey() string {
  284. if x != nil {
  285. return x.ApiKey
  286. }
  287. return ""
  288. }
  289. func (x *CreateLogPushJobRequestByZoneId) GetApiEmail() string {
  290. if x != nil {
  291. return x.ApiEmail
  292. }
  293. return ""
  294. }
  295. func (x *CreateLogPushJobRequestByZoneId) GetZoneId() string {
  296. if x != nil {
  297. return x.ZoneId
  298. }
  299. return ""
  300. }
  301. func (x *CreateLogPushJobRequestByZoneId) GetDataSet() string {
  302. if x != nil {
  303. return x.DataSet
  304. }
  305. return ""
  306. }
  307. func (x *CreateLogPushJobRequestByZoneId) GetDestinationConf() string {
  308. if x != nil {
  309. return x.DestinationConf
  310. }
  311. return ""
  312. }
  313. func (x *CreateLogPushJobRequestByZoneId) GetOwnershipChallenge() string {
  314. if x != nil {
  315. return x.OwnershipChallenge
  316. }
  317. return ""
  318. }
  319. type CreateLogPushJobReplay struct {
  320. state protoimpl.MessageState
  321. sizeCache protoimpl.SizeCache
  322. unknownFields protoimpl.UnknownFields
  323. Result *LogPushJobEntity `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
  324. }
  325. func (x *CreateLogPushJobReplay) Reset() {
  326. *x = CreateLogPushJobReplay{}
  327. if protoimpl.UnsafeEnabled {
  328. mi := &file_proto_logPush_proto_msgTypes[5]
  329. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  330. ms.StoreMessageInfo(mi)
  331. }
  332. }
  333. func (x *CreateLogPushJobReplay) String() string {
  334. return protoimpl.X.MessageStringOf(x)
  335. }
  336. func (*CreateLogPushJobReplay) ProtoMessage() {}
  337. func (x *CreateLogPushJobReplay) ProtoReflect() protoreflect.Message {
  338. mi := &file_proto_logPush_proto_msgTypes[5]
  339. if protoimpl.UnsafeEnabled && x != nil {
  340. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  341. if ms.LoadMessageInfo() == nil {
  342. ms.StoreMessageInfo(mi)
  343. }
  344. return ms
  345. }
  346. return mi.MessageOf(x)
  347. }
  348. // Deprecated: Use CreateLogPushJobReplay.ProtoReflect.Descriptor instead.
  349. func (*CreateLogPushJobReplay) Descriptor() ([]byte, []int) {
  350. return file_proto_logPush_proto_rawDescGZIP(), []int{5}
  351. }
  352. func (x *CreateLogPushJobReplay) GetResult() *LogPushJobEntity {
  353. if x != nil {
  354. return x.Result
  355. }
  356. return nil
  357. }
  358. type DeleteLogPushJobRequestByZoneId struct {
  359. state protoimpl.MessageState
  360. sizeCache protoimpl.SizeCache
  361. unknownFields protoimpl.UnknownFields
  362. ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
  363. ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
  364. ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
  365. JobId int64 `protobuf:"varint,4,opt,name=jobId,proto3" json:"jobId,omitempty"`
  366. }
  367. func (x *DeleteLogPushJobRequestByZoneId) Reset() {
  368. *x = DeleteLogPushJobRequestByZoneId{}
  369. if protoimpl.UnsafeEnabled {
  370. mi := &file_proto_logPush_proto_msgTypes[6]
  371. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  372. ms.StoreMessageInfo(mi)
  373. }
  374. }
  375. func (x *DeleteLogPushJobRequestByZoneId) String() string {
  376. return protoimpl.X.MessageStringOf(x)
  377. }
  378. func (*DeleteLogPushJobRequestByZoneId) ProtoMessage() {}
  379. func (x *DeleteLogPushJobRequestByZoneId) ProtoReflect() protoreflect.Message {
  380. mi := &file_proto_logPush_proto_msgTypes[6]
  381. if protoimpl.UnsafeEnabled && x != nil {
  382. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  383. if ms.LoadMessageInfo() == nil {
  384. ms.StoreMessageInfo(mi)
  385. }
  386. return ms
  387. }
  388. return mi.MessageOf(x)
  389. }
  390. // Deprecated: Use DeleteLogPushJobRequestByZoneId.ProtoReflect.Descriptor instead.
  391. func (*DeleteLogPushJobRequestByZoneId) Descriptor() ([]byte, []int) {
  392. return file_proto_logPush_proto_rawDescGZIP(), []int{6}
  393. }
  394. func (x *DeleteLogPushJobRequestByZoneId) GetApiKey() string {
  395. if x != nil {
  396. return x.ApiKey
  397. }
  398. return ""
  399. }
  400. func (x *DeleteLogPushJobRequestByZoneId) GetApiEmail() string {
  401. if x != nil {
  402. return x.ApiEmail
  403. }
  404. return ""
  405. }
  406. func (x *DeleteLogPushJobRequestByZoneId) GetZoneId() string {
  407. if x != nil {
  408. return x.ZoneId
  409. }
  410. return ""
  411. }
  412. func (x *DeleteLogPushJobRequestByZoneId) GetJobId() int64 {
  413. if x != nil {
  414. return x.JobId
  415. }
  416. return 0
  417. }
  418. type DeleteLogPushJobReplay struct {
  419. state protoimpl.MessageState
  420. sizeCache protoimpl.SizeCache
  421. unknownFields protoimpl.UnknownFields
  422. Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
  423. Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
  424. }
  425. func (x *DeleteLogPushJobReplay) Reset() {
  426. *x = DeleteLogPushJobReplay{}
  427. if protoimpl.UnsafeEnabled {
  428. mi := &file_proto_logPush_proto_msgTypes[7]
  429. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  430. ms.StoreMessageInfo(mi)
  431. }
  432. }
  433. func (x *DeleteLogPushJobReplay) String() string {
  434. return protoimpl.X.MessageStringOf(x)
  435. }
  436. func (*DeleteLogPushJobReplay) ProtoMessage() {}
  437. func (x *DeleteLogPushJobReplay) ProtoReflect() protoreflect.Message {
  438. mi := &file_proto_logPush_proto_msgTypes[7]
  439. if protoimpl.UnsafeEnabled && x != nil {
  440. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  441. if ms.LoadMessageInfo() == nil {
  442. ms.StoreMessageInfo(mi)
  443. }
  444. return ms
  445. }
  446. return mi.MessageOf(x)
  447. }
  448. // Deprecated: Use DeleteLogPushJobReplay.ProtoReflect.Descriptor instead.
  449. func (*DeleteLogPushJobReplay) Descriptor() ([]byte, []int) {
  450. return file_proto_logPush_proto_rawDescGZIP(), []int{7}
  451. }
  452. func (x *DeleteLogPushJobReplay) GetSuccess() bool {
  453. if x != nil {
  454. return x.Success
  455. }
  456. return false
  457. }
  458. func (x *DeleteLogPushJobReplay) GetMessage() string {
  459. if x != nil {
  460. return x.Message
  461. }
  462. return ""
  463. }
  464. type GetOwnershipChallengeRequestByZoneId struct {
  465. state protoimpl.MessageState
  466. sizeCache protoimpl.SizeCache
  467. unknownFields protoimpl.UnknownFields
  468. ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
  469. ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
  470. ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
  471. DestinationConf string `protobuf:"bytes,4,opt,name=destinationConf,proto3" json:"destinationConf,omitempty"`
  472. }
  473. func (x *GetOwnershipChallengeRequestByZoneId) Reset() {
  474. *x = GetOwnershipChallengeRequestByZoneId{}
  475. if protoimpl.UnsafeEnabled {
  476. mi := &file_proto_logPush_proto_msgTypes[8]
  477. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  478. ms.StoreMessageInfo(mi)
  479. }
  480. }
  481. func (x *GetOwnershipChallengeRequestByZoneId) String() string {
  482. return protoimpl.X.MessageStringOf(x)
  483. }
  484. func (*GetOwnershipChallengeRequestByZoneId) ProtoMessage() {}
  485. func (x *GetOwnershipChallengeRequestByZoneId) ProtoReflect() protoreflect.Message {
  486. mi := &file_proto_logPush_proto_msgTypes[8]
  487. if protoimpl.UnsafeEnabled && x != nil {
  488. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  489. if ms.LoadMessageInfo() == nil {
  490. ms.StoreMessageInfo(mi)
  491. }
  492. return ms
  493. }
  494. return mi.MessageOf(x)
  495. }
  496. // Deprecated: Use GetOwnershipChallengeRequestByZoneId.ProtoReflect.Descriptor instead.
  497. func (*GetOwnershipChallengeRequestByZoneId) Descriptor() ([]byte, []int) {
  498. return file_proto_logPush_proto_rawDescGZIP(), []int{8}
  499. }
  500. func (x *GetOwnershipChallengeRequestByZoneId) GetApiKey() string {
  501. if x != nil {
  502. return x.ApiKey
  503. }
  504. return ""
  505. }
  506. func (x *GetOwnershipChallengeRequestByZoneId) GetApiEmail() string {
  507. if x != nil {
  508. return x.ApiEmail
  509. }
  510. return ""
  511. }
  512. func (x *GetOwnershipChallengeRequestByZoneId) GetZoneId() string {
  513. if x != nil {
  514. return x.ZoneId
  515. }
  516. return ""
  517. }
  518. func (x *GetOwnershipChallengeRequestByZoneId) GetDestinationConf() string {
  519. if x != nil {
  520. return x.DestinationConf
  521. }
  522. return ""
  523. }
  524. type GetOwnershipChallengeReply struct {
  525. state protoimpl.MessageState
  526. sizeCache protoimpl.SizeCache
  527. unknownFields protoimpl.UnknownFields
  528. Result *OwnershipChallengeEntity `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
  529. }
  530. func (x *GetOwnershipChallengeReply) Reset() {
  531. *x = GetOwnershipChallengeReply{}
  532. if protoimpl.UnsafeEnabled {
  533. mi := &file_proto_logPush_proto_msgTypes[9]
  534. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  535. ms.StoreMessageInfo(mi)
  536. }
  537. }
  538. func (x *GetOwnershipChallengeReply) String() string {
  539. return protoimpl.X.MessageStringOf(x)
  540. }
  541. func (*GetOwnershipChallengeReply) ProtoMessage() {}
  542. func (x *GetOwnershipChallengeReply) ProtoReflect() protoreflect.Message {
  543. mi := &file_proto_logPush_proto_msgTypes[9]
  544. if protoimpl.UnsafeEnabled && x != nil {
  545. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  546. if ms.LoadMessageInfo() == nil {
  547. ms.StoreMessageInfo(mi)
  548. }
  549. return ms
  550. }
  551. return mi.MessageOf(x)
  552. }
  553. // Deprecated: Use GetOwnershipChallengeReply.ProtoReflect.Descriptor instead.
  554. func (*GetOwnershipChallengeReply) Descriptor() ([]byte, []int) {
  555. return file_proto_logPush_proto_rawDescGZIP(), []int{9}
  556. }
  557. func (x *GetOwnershipChallengeReply) GetResult() *OwnershipChallengeEntity {
  558. if x != nil {
  559. return x.Result
  560. }
  561. return nil
  562. }
  563. type CheckDestinationExistRequest struct {
  564. state protoimpl.MessageState
  565. sizeCache protoimpl.SizeCache
  566. unknownFields protoimpl.UnknownFields
  567. ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
  568. ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
  569. ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
  570. DestinationConf string `protobuf:"bytes,4,opt,name=destinationConf,proto3" json:"destinationConf,omitempty"`
  571. }
  572. func (x *CheckDestinationExistRequest) Reset() {
  573. *x = CheckDestinationExistRequest{}
  574. if protoimpl.UnsafeEnabled {
  575. mi := &file_proto_logPush_proto_msgTypes[10]
  576. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  577. ms.StoreMessageInfo(mi)
  578. }
  579. }
  580. func (x *CheckDestinationExistRequest) String() string {
  581. return protoimpl.X.MessageStringOf(x)
  582. }
  583. func (*CheckDestinationExistRequest) ProtoMessage() {}
  584. func (x *CheckDestinationExistRequest) ProtoReflect() protoreflect.Message {
  585. mi := &file_proto_logPush_proto_msgTypes[10]
  586. if protoimpl.UnsafeEnabled && x != nil {
  587. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  588. if ms.LoadMessageInfo() == nil {
  589. ms.StoreMessageInfo(mi)
  590. }
  591. return ms
  592. }
  593. return mi.MessageOf(x)
  594. }
  595. // Deprecated: Use CheckDestinationExistRequest.ProtoReflect.Descriptor instead.
  596. func (*CheckDestinationExistRequest) Descriptor() ([]byte, []int) {
  597. return file_proto_logPush_proto_rawDescGZIP(), []int{10}
  598. }
  599. func (x *CheckDestinationExistRequest) GetApiKey() string {
  600. if x != nil {
  601. return x.ApiKey
  602. }
  603. return ""
  604. }
  605. func (x *CheckDestinationExistRequest) GetApiEmail() string {
  606. if x != nil {
  607. return x.ApiEmail
  608. }
  609. return ""
  610. }
  611. func (x *CheckDestinationExistRequest) GetZoneId() string {
  612. if x != nil {
  613. return x.ZoneId
  614. }
  615. return ""
  616. }
  617. func (x *CheckDestinationExistRequest) GetDestinationConf() string {
  618. if x != nil {
  619. return x.DestinationConf
  620. }
  621. return ""
  622. }
  623. type CheckDestinationExistReply struct {
  624. state protoimpl.MessageState
  625. sizeCache protoimpl.SizeCache
  626. unknownFields protoimpl.UnknownFields
  627. Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
  628. }
  629. func (x *CheckDestinationExistReply) Reset() {
  630. *x = CheckDestinationExistReply{}
  631. if protoimpl.UnsafeEnabled {
  632. mi := &file_proto_logPush_proto_msgTypes[11]
  633. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  634. ms.StoreMessageInfo(mi)
  635. }
  636. }
  637. func (x *CheckDestinationExistReply) String() string {
  638. return protoimpl.X.MessageStringOf(x)
  639. }
  640. func (*CheckDestinationExistReply) ProtoMessage() {}
  641. func (x *CheckDestinationExistReply) ProtoReflect() protoreflect.Message {
  642. mi := &file_proto_logPush_proto_msgTypes[11]
  643. if protoimpl.UnsafeEnabled && x != nil {
  644. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  645. if ms.LoadMessageInfo() == nil {
  646. ms.StoreMessageInfo(mi)
  647. }
  648. return ms
  649. }
  650. return mi.MessageOf(x)
  651. }
  652. // Deprecated: Use CheckDestinationExistReply.ProtoReflect.Descriptor instead.
  653. func (*CheckDestinationExistReply) Descriptor() ([]byte, []int) {
  654. return file_proto_logPush_proto_rawDescGZIP(), []int{11}
  655. }
  656. func (x *CheckDestinationExistReply) GetExists() bool {
  657. if x != nil {
  658. return x.Exists
  659. }
  660. return false
  661. }
  662. type ValidateOwnershipChallengeRequest struct {
  663. state protoimpl.MessageState
  664. sizeCache protoimpl.SizeCache
  665. unknownFields protoimpl.UnknownFields
  666. ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
  667. ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
  668. ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
  669. DestinationConf string `protobuf:"bytes,4,opt,name=destinationConf,proto3" json:"destinationConf,omitempty"`
  670. OwnershipChallenge string `protobuf:"bytes,5,opt,name=ownershipChallenge,proto3" json:"ownershipChallenge,omitempty"`
  671. }
  672. func (x *ValidateOwnershipChallengeRequest) Reset() {
  673. *x = ValidateOwnershipChallengeRequest{}
  674. if protoimpl.UnsafeEnabled {
  675. mi := &file_proto_logPush_proto_msgTypes[12]
  676. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  677. ms.StoreMessageInfo(mi)
  678. }
  679. }
  680. func (x *ValidateOwnershipChallengeRequest) String() string {
  681. return protoimpl.X.MessageStringOf(x)
  682. }
  683. func (*ValidateOwnershipChallengeRequest) ProtoMessage() {}
  684. func (x *ValidateOwnershipChallengeRequest) ProtoReflect() protoreflect.Message {
  685. mi := &file_proto_logPush_proto_msgTypes[12]
  686. if protoimpl.UnsafeEnabled && x != nil {
  687. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  688. if ms.LoadMessageInfo() == nil {
  689. ms.StoreMessageInfo(mi)
  690. }
  691. return ms
  692. }
  693. return mi.MessageOf(x)
  694. }
  695. // Deprecated: Use ValidateOwnershipChallengeRequest.ProtoReflect.Descriptor instead.
  696. func (*ValidateOwnershipChallengeRequest) Descriptor() ([]byte, []int) {
  697. return file_proto_logPush_proto_rawDescGZIP(), []int{12}
  698. }
  699. func (x *ValidateOwnershipChallengeRequest) GetApiKey() string {
  700. if x != nil {
  701. return x.ApiKey
  702. }
  703. return ""
  704. }
  705. func (x *ValidateOwnershipChallengeRequest) GetApiEmail() string {
  706. if x != nil {
  707. return x.ApiEmail
  708. }
  709. return ""
  710. }
  711. func (x *ValidateOwnershipChallengeRequest) GetZoneId() string {
  712. if x != nil {
  713. return x.ZoneId
  714. }
  715. return ""
  716. }
  717. func (x *ValidateOwnershipChallengeRequest) GetDestinationConf() string {
  718. if x != nil {
  719. return x.DestinationConf
  720. }
  721. return ""
  722. }
  723. func (x *ValidateOwnershipChallengeRequest) GetOwnershipChallenge() string {
  724. if x != nil {
  725. return x.OwnershipChallenge
  726. }
  727. return ""
  728. }
  729. type ValidateOwnershipChallengeReply struct {
  730. state protoimpl.MessageState
  731. sizeCache protoimpl.SizeCache
  732. unknownFields protoimpl.UnknownFields
  733. Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
  734. }
  735. func (x *ValidateOwnershipChallengeReply) Reset() {
  736. *x = ValidateOwnershipChallengeReply{}
  737. if protoimpl.UnsafeEnabled {
  738. mi := &file_proto_logPush_proto_msgTypes[13]
  739. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  740. ms.StoreMessageInfo(mi)
  741. }
  742. }
  743. func (x *ValidateOwnershipChallengeReply) String() string {
  744. return protoimpl.X.MessageStringOf(x)
  745. }
  746. func (*ValidateOwnershipChallengeReply) ProtoMessage() {}
  747. func (x *ValidateOwnershipChallengeReply) ProtoReflect() protoreflect.Message {
  748. mi := &file_proto_logPush_proto_msgTypes[13]
  749. if protoimpl.UnsafeEnabled && x != nil {
  750. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  751. if ms.LoadMessageInfo() == nil {
  752. ms.StoreMessageInfo(mi)
  753. }
  754. return ms
  755. }
  756. return mi.MessageOf(x)
  757. }
  758. // Deprecated: Use ValidateOwnershipChallengeReply.ProtoReflect.Descriptor instead.
  759. func (*ValidateOwnershipChallengeReply) Descriptor() ([]byte, []int) {
  760. return file_proto_logPush_proto_rawDescGZIP(), []int{13}
  761. }
  762. func (x *ValidateOwnershipChallengeReply) GetValid() bool {
  763. if x != nil {
  764. return x.Valid
  765. }
  766. return false
  767. }
  768. var File_proto_logPush_proto protoreflect.FileDescriptor
  769. var file_proto_logPush_proto_rawDesc = []byte{
  770. 0x0a, 0x13, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e,
  771. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x15, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
  772. 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x22, 0xb8, 0x01, 0x0a,
  773. 0x10, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x45, 0x6e, 0x74, 0x69, 0x74,
  774. 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69,
  775. 0x64, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01,
  776. 0x28, 0x09, 0x52, 0x07, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x64,
  777. 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x18, 0x03,
  778. 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f,
  779. 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
  780. 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12,
  781. 0x22, 0x0a, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18,
  782. 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73,
  783. 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
  784. 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x66, 0x0a, 0x18, 0x4f, 0x77, 0x6e, 0x65, 0x72,
  785. 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x6e, 0x74,
  786. 0x69, 0x74, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x18,
  787. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x12,
  788. 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05,
  789. 0x76, 0x61, 0x6c, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  790. 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22,
  791. 0x85, 0x01, 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a,
  792. 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49,
  793. 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
  794. 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69,
  795. 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69,
  796. 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18,
  797. 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a,
  798. 0x07, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
  799. 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74, 0x22, 0x57, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x4c,
  800. 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x79, 0x12,
  801. 0x3f, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
  802. 0x27, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e,
  803. 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a,
  804. 0x6f, 0x62, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
  805. 0x22, 0xe1, 0x01, 0x0a, 0x1f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50, 0x75,
  806. 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f,
  807. 0x6e, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01,
  808. 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08,
  809. 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
  810. 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65,
  811. 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64,
  812. 0x12, 0x18, 0x0a, 0x07, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
  813. 0x09, 0x52, 0x07, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65,
  814. 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x18, 0x05, 0x20,
  815. 0x01, 0x28, 0x09, 0x52, 0x0f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  816. 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69,
  817. 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
  818. 0x52, 0x12, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c,
  819. 0x65, 0x6e, 0x67, 0x65, 0x22, 0x59, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x6f,
  820. 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x79, 0x12, 0x3f,
  821. 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27,
  822. 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c,
  823. 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f,
  824. 0x62, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22,
  825. 0x83, 0x01, 0x0a, 0x1f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73,
  826. 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f, 0x6e,
  827. 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20,
  828. 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61,
  829. 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61,
  830. 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49,
  831. 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12,
  832. 0x14, 0x0a, 0x05, 0x6a, 0x6f, 0x62, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
  833. 0x6a, 0x6f, 0x62, 0x49, 0x64, 0x22, 0x4c, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4c,
  834. 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x79, 0x12,
  835. 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08,
  836. 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73,
  837. 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73,
  838. 0x61, 0x67, 0x65, 0x22, 0x9c, 0x01, 0x0a, 0x24, 0x47, 0x65, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72,
  839. 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71,
  840. 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
  841. 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70,
  842. 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c,
  843. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c,
  844. 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  845. 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, 0x73, 0x74,
  846. 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28,
  847. 0x09, 0x52, 0x0f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f,
  848. 0x6e, 0x66, 0x22, 0x65, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68,
  849. 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79,
  850. 0x12, 0x47, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
  851. 0x32, 0x2f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69,
  852. 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68,
  853. 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74,
  854. 0x79, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x94, 0x01, 0x0a, 0x1c, 0x43, 0x68,
  855. 0x65, 0x63, 0x6b, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x78,
  856. 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70,
  857. 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b,
  858. 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02,
  859. 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16,
  860. 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
  861. 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e,
  862. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
  863. 0x0f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66,
  864. 0x22, 0x34, 0x0a, 0x1a, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61,
  865. 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x78, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x16,
  866. 0x0a, 0x06, 0x65, 0x78, 0x69, 0x73, 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06,
  867. 0x65, 0x78, 0x69, 0x73, 0x74, 0x73, 0x22, 0xc9, 0x01, 0x0a, 0x21, 0x56, 0x61, 0x6c, 0x69, 0x64,
  868. 0x61, 0x74, 0x65, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c,
  869. 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06,
  870. 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70,
  871. 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c,
  872. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c,
  873. 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  874. 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, 0x73, 0x74,
  875. 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28,
  876. 0x09, 0x52, 0x0f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f,
  877. 0x6e, 0x66, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43,
  878. 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12,
  879. 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e,
  880. 0x67, 0x65, 0x22, 0x37, 0x0a, 0x1f, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x77,
  881. 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65,
  882. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x18, 0x01,
  883. 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x32, 0xca, 0x06, 0x0a, 0x11,
  884. 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
  885. 0x65, 0x12, 0x7e, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68,
  886. 0x4a, 0x6f, 0x62, 0x73, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x34, 0x2e, 0x63,
  887. 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67,
  888. 0x50, 0x75, 0x73, 0x68, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68,
  889. 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65,
  890. 0x49, 0x64, 0x1a, 0x2b, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41,
  891. 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4c,
  892. 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x79, 0x22,
  893. 0x00, 0x12, 0x83, 0x01, 0x0a, 0x18, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50,
  894. 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x36,
  895. 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c,
  896. 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x6f, 0x67,
  897. 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x79,
  898. 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x1a, 0x2d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c,
  899. 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x43,
  900. 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52,
  901. 0x65, 0x70, 0x6c, 0x61, 0x79, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, 0x18, 0x44, 0x65, 0x6c, 0x65,
  902. 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x42, 0x79, 0x5a, 0x6f,
  903. 0x6e, 0x65, 0x49, 0x64, 0x12, 0x36, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
  904. 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x44, 0x65, 0x6c,
  905. 0x65, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71,
  906. 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x1a, 0x2d, 0x2e, 0x63,
  907. 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67,
  908. 0x50, 0x75, 0x73, 0x68, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50, 0x75,
  909. 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x79, 0x22, 0x00, 0x12, 0x91, 0x01,
  910. 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68,
  911. 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12,
  912. 0x3b, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e,
  913. 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72,
  914. 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71,
  915. 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x1a, 0x31, 0x2e, 0x63,
  916. 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67,
  917. 0x50, 0x75, 0x73, 0x68, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69,
  918. 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
  919. 0x00, 0x12, 0x81, 0x01, 0x0a, 0x15, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x44, 0x65, 0x73, 0x74, 0x69,
  920. 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x78, 0x69, 0x73, 0x74, 0x12, 0x33, 0x2e, 0x63, 0x6c,
  921. 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67, 0x50,
  922. 0x75, 0x73, 0x68, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61,
  923. 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x78, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  924. 0x1a, 0x31, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69,
  925. 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x44, 0x65,
  926. 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x78, 0x69, 0x73, 0x74, 0x52, 0x65,
  927. 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x90, 0x01, 0x0a, 0x1a, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61,
  928. 0x74, 0x65, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c,
  929. 0x65, 0x6e, 0x67, 0x65, 0x12, 0x38, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
  930. 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x56, 0x61, 0x6c,
  931. 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68,
  932. 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36,
  933. 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c,
  934. 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f,
  935. 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67,
  936. 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x45, 0x0a, 0x1a, 0x69, 0x6f, 0x2e, 0x67,
  937. 0x72, 0x70, 0x63, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x2e, 0x6c,
  938. 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x42, 0x0c, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x50,
  939. 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x17, 0x2e, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66,
  940. 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x62,
  941. 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  942. }
  943. var (
  944. file_proto_logPush_proto_rawDescOnce sync.Once
  945. file_proto_logPush_proto_rawDescData = file_proto_logPush_proto_rawDesc
  946. )
  947. func file_proto_logPush_proto_rawDescGZIP() []byte {
  948. file_proto_logPush_proto_rawDescOnce.Do(func() {
  949. file_proto_logPush_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_logPush_proto_rawDescData)
  950. })
  951. return file_proto_logPush_proto_rawDescData
  952. }
  953. var file_proto_logPush_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
  954. var file_proto_logPush_proto_goTypes = []interface{}{
  955. (*LogPushJobEntity)(nil), // 0: cloudflareApi.logPush.LogPushJobEntity
  956. (*OwnershipChallengeEntity)(nil), // 1: cloudflareApi.logPush.OwnershipChallengeEntity
  957. (*ListLogPushJobRequestByZoneId)(nil), // 2: cloudflareApi.logPush.ListLogPushJobRequestByZoneId
  958. (*ListLogPushJobReplay)(nil), // 3: cloudflareApi.logPush.ListLogPushJobReplay
  959. (*CreateLogPushJobRequestByZoneId)(nil), // 4: cloudflareApi.logPush.CreateLogPushJobRequestByZoneId
  960. (*CreateLogPushJobReplay)(nil), // 5: cloudflareApi.logPush.CreateLogPushJobReplay
  961. (*DeleteLogPushJobRequestByZoneId)(nil), // 6: cloudflareApi.logPush.DeleteLogPushJobRequestByZoneId
  962. (*DeleteLogPushJobReplay)(nil), // 7: cloudflareApi.logPush.DeleteLogPushJobReplay
  963. (*GetOwnershipChallengeRequestByZoneId)(nil), // 8: cloudflareApi.logPush.GetOwnershipChallengeRequestByZoneId
  964. (*GetOwnershipChallengeReply)(nil), // 9: cloudflareApi.logPush.GetOwnershipChallengeReply
  965. (*CheckDestinationExistRequest)(nil), // 10: cloudflareApi.logPush.CheckDestinationExistRequest
  966. (*CheckDestinationExistReply)(nil), // 11: cloudflareApi.logPush.CheckDestinationExistReply
  967. (*ValidateOwnershipChallengeRequest)(nil), // 12: cloudflareApi.logPush.ValidateOwnershipChallengeRequest
  968. (*ValidateOwnershipChallengeReply)(nil), // 13: cloudflareApi.logPush.ValidateOwnershipChallengeReply
  969. }
  970. var file_proto_logPush_proto_depIdxs = []int32{
  971. 0, // 0: cloudflareApi.logPush.ListLogPushJobReplay.result:type_name -> cloudflareApi.logPush.LogPushJobEntity
  972. 0, // 1: cloudflareApi.logPush.CreateLogPushJobReplay.result:type_name -> cloudflareApi.logPush.LogPushJobEntity
  973. 1, // 2: cloudflareApi.logPush.GetOwnershipChallengeReply.result:type_name -> cloudflareApi.logPush.OwnershipChallengeEntity
  974. 2, // 3: cloudflareApi.logPush.LogPushCloudflare.ListLogPushJobsByZoneId:input_type -> cloudflareApi.logPush.ListLogPushJobRequestByZoneId
  975. 4, // 4: cloudflareApi.logPush.LogPushCloudflare.CreateLogPushJobByZoneId:input_type -> cloudflareApi.logPush.CreateLogPushJobRequestByZoneId
  976. 6, // 5: cloudflareApi.logPush.LogPushCloudflare.DeleteLogPushJobByZoneId:input_type -> cloudflareApi.logPush.DeleteLogPushJobRequestByZoneId
  977. 8, // 6: cloudflareApi.logPush.LogPushCloudflare.GetOwnershipChallengeByZoneId:input_type -> cloudflareApi.logPush.GetOwnershipChallengeRequestByZoneId
  978. 10, // 7: cloudflareApi.logPush.LogPushCloudflare.CheckDestinationExist:input_type -> cloudflareApi.logPush.CheckDestinationExistRequest
  979. 12, // 8: cloudflareApi.logPush.LogPushCloudflare.ValidateOwnershipChallenge:input_type -> cloudflareApi.logPush.ValidateOwnershipChallengeRequest
  980. 3, // 9: cloudflareApi.logPush.LogPushCloudflare.ListLogPushJobsByZoneId:output_type -> cloudflareApi.logPush.ListLogPushJobReplay
  981. 5, // 10: cloudflareApi.logPush.LogPushCloudflare.CreateLogPushJobByZoneId:output_type -> cloudflareApi.logPush.CreateLogPushJobReplay
  982. 7, // 11: cloudflareApi.logPush.LogPushCloudflare.DeleteLogPushJobByZoneId:output_type -> cloudflareApi.logPush.DeleteLogPushJobReplay
  983. 9, // 12: cloudflareApi.logPush.LogPushCloudflare.GetOwnershipChallengeByZoneId:output_type -> cloudflareApi.logPush.GetOwnershipChallengeReply
  984. 11, // 13: cloudflareApi.logPush.LogPushCloudflare.CheckDestinationExist:output_type -> cloudflareApi.logPush.CheckDestinationExistReply
  985. 13, // 14: cloudflareApi.logPush.LogPushCloudflare.ValidateOwnershipChallenge:output_type -> cloudflareApi.logPush.ValidateOwnershipChallengeReply
  986. 9, // [9:15] is the sub-list for method output_type
  987. 3, // [3:9] is the sub-list for method input_type
  988. 3, // [3:3] is the sub-list for extension type_name
  989. 3, // [3:3] is the sub-list for extension extendee
  990. 0, // [0:3] is the sub-list for field type_name
  991. }
  992. func init() { file_proto_logPush_proto_init() }
  993. func file_proto_logPush_proto_init() {
  994. if File_proto_logPush_proto != nil {
  995. return
  996. }
  997. if !protoimpl.UnsafeEnabled {
  998. file_proto_logPush_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  999. switch v := v.(*LogPushJobEntity); i {
  1000. case 0:
  1001. return &v.state
  1002. case 1:
  1003. return &v.sizeCache
  1004. case 2:
  1005. return &v.unknownFields
  1006. default:
  1007. return nil
  1008. }
  1009. }
  1010. file_proto_logPush_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1011. switch v := v.(*OwnershipChallengeEntity); i {
  1012. case 0:
  1013. return &v.state
  1014. case 1:
  1015. return &v.sizeCache
  1016. case 2:
  1017. return &v.unknownFields
  1018. default:
  1019. return nil
  1020. }
  1021. }
  1022. file_proto_logPush_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1023. switch v := v.(*ListLogPushJobRequestByZoneId); i {
  1024. case 0:
  1025. return &v.state
  1026. case 1:
  1027. return &v.sizeCache
  1028. case 2:
  1029. return &v.unknownFields
  1030. default:
  1031. return nil
  1032. }
  1033. }
  1034. file_proto_logPush_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1035. switch v := v.(*ListLogPushJobReplay); i {
  1036. case 0:
  1037. return &v.state
  1038. case 1:
  1039. return &v.sizeCache
  1040. case 2:
  1041. return &v.unknownFields
  1042. default:
  1043. return nil
  1044. }
  1045. }
  1046. file_proto_logPush_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1047. switch v := v.(*CreateLogPushJobRequestByZoneId); i {
  1048. case 0:
  1049. return &v.state
  1050. case 1:
  1051. return &v.sizeCache
  1052. case 2:
  1053. return &v.unknownFields
  1054. default:
  1055. return nil
  1056. }
  1057. }
  1058. file_proto_logPush_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1059. switch v := v.(*CreateLogPushJobReplay); i {
  1060. case 0:
  1061. return &v.state
  1062. case 1:
  1063. return &v.sizeCache
  1064. case 2:
  1065. return &v.unknownFields
  1066. default:
  1067. return nil
  1068. }
  1069. }
  1070. file_proto_logPush_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1071. switch v := v.(*DeleteLogPushJobRequestByZoneId); i {
  1072. case 0:
  1073. return &v.state
  1074. case 1:
  1075. return &v.sizeCache
  1076. case 2:
  1077. return &v.unknownFields
  1078. default:
  1079. return nil
  1080. }
  1081. }
  1082. file_proto_logPush_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1083. switch v := v.(*DeleteLogPushJobReplay); i {
  1084. case 0:
  1085. return &v.state
  1086. case 1:
  1087. return &v.sizeCache
  1088. case 2:
  1089. return &v.unknownFields
  1090. default:
  1091. return nil
  1092. }
  1093. }
  1094. file_proto_logPush_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1095. switch v := v.(*GetOwnershipChallengeRequestByZoneId); i {
  1096. case 0:
  1097. return &v.state
  1098. case 1:
  1099. return &v.sizeCache
  1100. case 2:
  1101. return &v.unknownFields
  1102. default:
  1103. return nil
  1104. }
  1105. }
  1106. file_proto_logPush_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1107. switch v := v.(*GetOwnershipChallengeReply); i {
  1108. case 0:
  1109. return &v.state
  1110. case 1:
  1111. return &v.sizeCache
  1112. case 2:
  1113. return &v.unknownFields
  1114. default:
  1115. return nil
  1116. }
  1117. }
  1118. file_proto_logPush_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1119. switch v := v.(*CheckDestinationExistRequest); i {
  1120. case 0:
  1121. return &v.state
  1122. case 1:
  1123. return &v.sizeCache
  1124. case 2:
  1125. return &v.unknownFields
  1126. default:
  1127. return nil
  1128. }
  1129. }
  1130. file_proto_logPush_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1131. switch v := v.(*CheckDestinationExistReply); i {
  1132. case 0:
  1133. return &v.state
  1134. case 1:
  1135. return &v.sizeCache
  1136. case 2:
  1137. return &v.unknownFields
  1138. default:
  1139. return nil
  1140. }
  1141. }
  1142. file_proto_logPush_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1143. switch v := v.(*ValidateOwnershipChallengeRequest); i {
  1144. case 0:
  1145. return &v.state
  1146. case 1:
  1147. return &v.sizeCache
  1148. case 2:
  1149. return &v.unknownFields
  1150. default:
  1151. return nil
  1152. }
  1153. }
  1154. file_proto_logPush_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  1155. switch v := v.(*ValidateOwnershipChallengeReply); i {
  1156. case 0:
  1157. return &v.state
  1158. case 1:
  1159. return &v.sizeCache
  1160. case 2:
  1161. return &v.unknownFields
  1162. default:
  1163. return nil
  1164. }
  1165. }
  1166. }
  1167. type x struct{}
  1168. out := protoimpl.TypeBuilder{
  1169. File: protoimpl.DescBuilder{
  1170. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1171. RawDescriptor: file_proto_logPush_proto_rawDesc,
  1172. NumEnums: 0,
  1173. NumMessages: 14,
  1174. NumExtensions: 0,
  1175. NumServices: 1,
  1176. },
  1177. GoTypes: file_proto_logPush_proto_goTypes,
  1178. DependencyIndexes: file_proto_logPush_proto_depIdxs,
  1179. MessageInfos: file_proto_logPush_proto_msgTypes,
  1180. }.Build()
  1181. File_proto_logPush_proto = out.File
  1182. file_proto_logPush_proto_rawDesc = nil
  1183. file_proto_logPush_proto_goTypes = nil
  1184. file_proto_logPush_proto_depIdxs = nil
  1185. }