certificate.pb.go 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653
  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/certificate.proto
  6. package certificate
  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 CreateCertificateRequestCloudflare struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
  24. ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
  25. ZoneName string `protobuf:"bytes,3,opt,name=zoneName,proto3" json:"zoneName,omitempty"`
  26. Certificate string `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"`
  27. PrivateKey string `protobuf:"bytes,5,opt,name=privateKey,proto3" json:"privateKey,omitempty"`
  28. }
  29. func (x *CreateCertificateRequestCloudflare) Reset() {
  30. *x = CreateCertificateRequestCloudflare{}
  31. if protoimpl.UnsafeEnabled {
  32. mi := &file_proto_certificate_proto_msgTypes[0]
  33. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  34. ms.StoreMessageInfo(mi)
  35. }
  36. }
  37. func (x *CreateCertificateRequestCloudflare) String() string {
  38. return protoimpl.X.MessageStringOf(x)
  39. }
  40. func (*CreateCertificateRequestCloudflare) ProtoMessage() {}
  41. func (x *CreateCertificateRequestCloudflare) ProtoReflect() protoreflect.Message {
  42. mi := &file_proto_certificate_proto_msgTypes[0]
  43. if protoimpl.UnsafeEnabled && x != nil {
  44. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  45. if ms.LoadMessageInfo() == nil {
  46. ms.StoreMessageInfo(mi)
  47. }
  48. return ms
  49. }
  50. return mi.MessageOf(x)
  51. }
  52. // Deprecated: Use CreateCertificateRequestCloudflare.ProtoReflect.Descriptor instead.
  53. func (*CreateCertificateRequestCloudflare) Descriptor() ([]byte, []int) {
  54. return file_proto_certificate_proto_rawDescGZIP(), []int{0}
  55. }
  56. func (x *CreateCertificateRequestCloudflare) GetApiKey() string {
  57. if x != nil {
  58. return x.ApiKey
  59. }
  60. return ""
  61. }
  62. func (x *CreateCertificateRequestCloudflare) GetApiEmail() string {
  63. if x != nil {
  64. return x.ApiEmail
  65. }
  66. return ""
  67. }
  68. func (x *CreateCertificateRequestCloudflare) GetZoneName() string {
  69. if x != nil {
  70. return x.ZoneName
  71. }
  72. return ""
  73. }
  74. func (x *CreateCertificateRequestCloudflare) GetCertificate() string {
  75. if x != nil {
  76. return x.Certificate
  77. }
  78. return ""
  79. }
  80. func (x *CreateCertificateRequestCloudflare) GetPrivateKey() string {
  81. if x != nil {
  82. return x.PrivateKey
  83. }
  84. return ""
  85. }
  86. type DeleteCertificateRequestCloudflare struct {
  87. state protoimpl.MessageState
  88. sizeCache protoimpl.SizeCache
  89. unknownFields protoimpl.UnknownFields
  90. ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
  91. ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
  92. ZoneName string `protobuf:"bytes,3,opt,name=zoneName,proto3" json:"zoneName,omitempty"`
  93. CertificateId string `protobuf:"bytes,4,opt,name=certificateId,proto3" json:"certificateId,omitempty"`
  94. }
  95. func (x *DeleteCertificateRequestCloudflare) Reset() {
  96. *x = DeleteCertificateRequestCloudflare{}
  97. if protoimpl.UnsafeEnabled {
  98. mi := &file_proto_certificate_proto_msgTypes[1]
  99. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  100. ms.StoreMessageInfo(mi)
  101. }
  102. }
  103. func (x *DeleteCertificateRequestCloudflare) String() string {
  104. return protoimpl.X.MessageStringOf(x)
  105. }
  106. func (*DeleteCertificateRequestCloudflare) ProtoMessage() {}
  107. func (x *DeleteCertificateRequestCloudflare) ProtoReflect() protoreflect.Message {
  108. mi := &file_proto_certificate_proto_msgTypes[1]
  109. if protoimpl.UnsafeEnabled && x != nil {
  110. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  111. if ms.LoadMessageInfo() == nil {
  112. ms.StoreMessageInfo(mi)
  113. }
  114. return ms
  115. }
  116. return mi.MessageOf(x)
  117. }
  118. // Deprecated: Use DeleteCertificateRequestCloudflare.ProtoReflect.Descriptor instead.
  119. func (*DeleteCertificateRequestCloudflare) Descriptor() ([]byte, []int) {
  120. return file_proto_certificate_proto_rawDescGZIP(), []int{1}
  121. }
  122. func (x *DeleteCertificateRequestCloudflare) GetApiKey() string {
  123. if x != nil {
  124. return x.ApiKey
  125. }
  126. return ""
  127. }
  128. func (x *DeleteCertificateRequestCloudflare) GetApiEmail() string {
  129. if x != nil {
  130. return x.ApiEmail
  131. }
  132. return ""
  133. }
  134. func (x *DeleteCertificateRequestCloudflare) GetZoneName() string {
  135. if x != nil {
  136. return x.ZoneName
  137. }
  138. return ""
  139. }
  140. func (x *DeleteCertificateRequestCloudflare) GetCertificateId() string {
  141. if x != nil {
  142. return x.CertificateId
  143. }
  144. return ""
  145. }
  146. type EditCertificateRequestCloudflare 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. ZoneName string `protobuf:"bytes,3,opt,name=zoneName,proto3" json:"zoneName,omitempty"`
  153. CertificateId string `protobuf:"bytes,4,opt,name=certificateId,proto3" json:"certificateId,omitempty"`
  154. Certificate string `protobuf:"bytes,5,opt,name=certificate,proto3" json:"certificate,omitempty"`
  155. PrivateKey string `protobuf:"bytes,6,opt,name=privateKey,proto3" json:"privateKey,omitempty"`
  156. }
  157. func (x *EditCertificateRequestCloudflare) Reset() {
  158. *x = EditCertificateRequestCloudflare{}
  159. if protoimpl.UnsafeEnabled {
  160. mi := &file_proto_certificate_proto_msgTypes[2]
  161. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  162. ms.StoreMessageInfo(mi)
  163. }
  164. }
  165. func (x *EditCertificateRequestCloudflare) String() string {
  166. return protoimpl.X.MessageStringOf(x)
  167. }
  168. func (*EditCertificateRequestCloudflare) ProtoMessage() {}
  169. func (x *EditCertificateRequestCloudflare) ProtoReflect() protoreflect.Message {
  170. mi := &file_proto_certificate_proto_msgTypes[2]
  171. if protoimpl.UnsafeEnabled && x != nil {
  172. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  173. if ms.LoadMessageInfo() == nil {
  174. ms.StoreMessageInfo(mi)
  175. }
  176. return ms
  177. }
  178. return mi.MessageOf(x)
  179. }
  180. // Deprecated: Use EditCertificateRequestCloudflare.ProtoReflect.Descriptor instead.
  181. func (*EditCertificateRequestCloudflare) Descriptor() ([]byte, []int) {
  182. return file_proto_certificate_proto_rawDescGZIP(), []int{2}
  183. }
  184. func (x *EditCertificateRequestCloudflare) GetApiKey() string {
  185. if x != nil {
  186. return x.ApiKey
  187. }
  188. return ""
  189. }
  190. func (x *EditCertificateRequestCloudflare) GetApiEmail() string {
  191. if x != nil {
  192. return x.ApiEmail
  193. }
  194. return ""
  195. }
  196. func (x *EditCertificateRequestCloudflare) GetZoneName() string {
  197. if x != nil {
  198. return x.ZoneName
  199. }
  200. return ""
  201. }
  202. func (x *EditCertificateRequestCloudflare) GetCertificateId() string {
  203. if x != nil {
  204. return x.CertificateId
  205. }
  206. return ""
  207. }
  208. func (x *EditCertificateRequestCloudflare) GetCertificate() string {
  209. if x != nil {
  210. return x.Certificate
  211. }
  212. return ""
  213. }
  214. func (x *EditCertificateRequestCloudflare) GetPrivateKey() string {
  215. if x != nil {
  216. return x.PrivateKey
  217. }
  218. return ""
  219. }
  220. type CreateCertificateReplyCloudflare struct {
  221. state protoimpl.MessageState
  222. sizeCache protoimpl.SizeCache
  223. unknownFields protoimpl.UnknownFields
  224. Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
  225. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
  226. }
  227. func (x *CreateCertificateReplyCloudflare) Reset() {
  228. *x = CreateCertificateReplyCloudflare{}
  229. if protoimpl.UnsafeEnabled {
  230. mi := &file_proto_certificate_proto_msgTypes[3]
  231. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  232. ms.StoreMessageInfo(mi)
  233. }
  234. }
  235. func (x *CreateCertificateReplyCloudflare) String() string {
  236. return protoimpl.X.MessageStringOf(x)
  237. }
  238. func (*CreateCertificateReplyCloudflare) ProtoMessage() {}
  239. func (x *CreateCertificateReplyCloudflare) ProtoReflect() protoreflect.Message {
  240. mi := &file_proto_certificate_proto_msgTypes[3]
  241. if protoimpl.UnsafeEnabled && x != nil {
  242. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  243. if ms.LoadMessageInfo() == nil {
  244. ms.StoreMessageInfo(mi)
  245. }
  246. return ms
  247. }
  248. return mi.MessageOf(x)
  249. }
  250. // Deprecated: Use CreateCertificateReplyCloudflare.ProtoReflect.Descriptor instead.
  251. func (*CreateCertificateReplyCloudflare) Descriptor() ([]byte, []int) {
  252. return file_proto_certificate_proto_rawDescGZIP(), []int{3}
  253. }
  254. func (x *CreateCertificateReplyCloudflare) GetSuccess() bool {
  255. if x != nil {
  256. return x.Success
  257. }
  258. return false
  259. }
  260. func (x *CreateCertificateReplyCloudflare) GetId() string {
  261. if x != nil {
  262. return x.Id
  263. }
  264. return ""
  265. }
  266. type DeleteCertificateReplyCloudflare struct {
  267. state protoimpl.MessageState
  268. sizeCache protoimpl.SizeCache
  269. unknownFields protoimpl.UnknownFields
  270. Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
  271. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
  272. }
  273. func (x *DeleteCertificateReplyCloudflare) Reset() {
  274. *x = DeleteCertificateReplyCloudflare{}
  275. if protoimpl.UnsafeEnabled {
  276. mi := &file_proto_certificate_proto_msgTypes[4]
  277. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  278. ms.StoreMessageInfo(mi)
  279. }
  280. }
  281. func (x *DeleteCertificateReplyCloudflare) String() string {
  282. return protoimpl.X.MessageStringOf(x)
  283. }
  284. func (*DeleteCertificateReplyCloudflare) ProtoMessage() {}
  285. func (x *DeleteCertificateReplyCloudflare) ProtoReflect() protoreflect.Message {
  286. mi := &file_proto_certificate_proto_msgTypes[4]
  287. if protoimpl.UnsafeEnabled && x != nil {
  288. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  289. if ms.LoadMessageInfo() == nil {
  290. ms.StoreMessageInfo(mi)
  291. }
  292. return ms
  293. }
  294. return mi.MessageOf(x)
  295. }
  296. // Deprecated: Use DeleteCertificateReplyCloudflare.ProtoReflect.Descriptor instead.
  297. func (*DeleteCertificateReplyCloudflare) Descriptor() ([]byte, []int) {
  298. return file_proto_certificate_proto_rawDescGZIP(), []int{4}
  299. }
  300. func (x *DeleteCertificateReplyCloudflare) GetSuccess() bool {
  301. if x != nil {
  302. return x.Success
  303. }
  304. return false
  305. }
  306. func (x *DeleteCertificateReplyCloudflare) GetId() string {
  307. if x != nil {
  308. return x.Id
  309. }
  310. return ""
  311. }
  312. type EditCertificateReplyCloudflare struct {
  313. state protoimpl.MessageState
  314. sizeCache protoimpl.SizeCache
  315. unknownFields protoimpl.UnknownFields
  316. Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
  317. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
  318. }
  319. func (x *EditCertificateReplyCloudflare) Reset() {
  320. *x = EditCertificateReplyCloudflare{}
  321. if protoimpl.UnsafeEnabled {
  322. mi := &file_proto_certificate_proto_msgTypes[5]
  323. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  324. ms.StoreMessageInfo(mi)
  325. }
  326. }
  327. func (x *EditCertificateReplyCloudflare) String() string {
  328. return protoimpl.X.MessageStringOf(x)
  329. }
  330. func (*EditCertificateReplyCloudflare) ProtoMessage() {}
  331. func (x *EditCertificateReplyCloudflare) ProtoReflect() protoreflect.Message {
  332. mi := &file_proto_certificate_proto_msgTypes[5]
  333. if protoimpl.UnsafeEnabled && x != nil {
  334. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  335. if ms.LoadMessageInfo() == nil {
  336. ms.StoreMessageInfo(mi)
  337. }
  338. return ms
  339. }
  340. return mi.MessageOf(x)
  341. }
  342. // Deprecated: Use EditCertificateReplyCloudflare.ProtoReflect.Descriptor instead.
  343. func (*EditCertificateReplyCloudflare) Descriptor() ([]byte, []int) {
  344. return file_proto_certificate_proto_rawDescGZIP(), []int{5}
  345. }
  346. func (x *EditCertificateReplyCloudflare) GetSuccess() bool {
  347. if x != nil {
  348. return x.Success
  349. }
  350. return false
  351. }
  352. func (x *EditCertificateReplyCloudflare) GetId() string {
  353. if x != nil {
  354. return x.Id
  355. }
  356. return ""
  357. }
  358. var File_proto_certificate_proto protoreflect.FileDescriptor
  359. var file_proto_certificate_proto_rawDesc = []byte{
  360. 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63,
  361. 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1f, 0x63, 0x6c, 0x6f, 0x75, 0x64,
  362. 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x43,
  363. 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x22, 0xb6, 0x01, 0x0a, 0x22, 0x43,
  364. 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65,
  365. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
  366. 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
  367. 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69,
  368. 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69,
  369. 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d,
  370. 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d,
  371. 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65,
  372. 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63,
  373. 0x61, 0x74, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x4b, 0x65,
  374. 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65,
  375. 0x4b, 0x65, 0x79, 0x22, 0x9a, 0x01, 0x0a, 0x22, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65,
  376. 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  377. 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70,
  378. 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b,
  379. 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02,
  380. 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x1a,
  381. 0x0a, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  382. 0x52, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x65,
  383. 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
  384. 0x09, 0x52, 0x0d, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x64,
  385. 0x22, 0xda, 0x01, 0x0a, 0x20, 0x45, 0x64, 0x69, 0x74, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69,
  386. 0x63, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64,
  387. 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18,
  388. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a,
  389. 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  390. 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x7a, 0x6f, 0x6e,
  391. 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x7a, 0x6f, 0x6e,
  392. 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69,
  393. 0x63, 0x61, 0x74, 0x65, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x65,
  394. 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x63,
  395. 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
  396. 0x52, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x0a,
  397. 0x0a, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28,
  398. 0x09, 0x52, 0x0a, 0x70, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x22, 0x4c, 0x0a,
  399. 0x20, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
  400. 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
  401. 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01,
  402. 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69,
  403. 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x4c, 0x0a, 0x20, 0x44,
  404. 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65,
  405. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12,
  406. 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08,
  407. 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
  408. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x4a, 0x0a, 0x1e, 0x45, 0x64, 0x69,
  409. 0x74, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c,
  410. 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73,
  411. 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75,
  412. 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
  413. 0x09, 0x52, 0x02, 0x69, 0x64, 0x32, 0xf1, 0x03, 0x0a, 0x15, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66,
  414. 0x69, 0x63, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12,
  415. 0x9d, 0x01, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66,
  416. 0x69, 0x63, 0x61, 0x74, 0x65, 0x12, 0x43, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61,
  417. 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x43, 0x65, 0x72, 0x74,
  418. 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x65,
  419. 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  420. 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x41, 0x2e, 0x63, 0x6c, 0x6f,
  421. 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65,
  422. 0x2e, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x2e, 0x43, 0x72, 0x65,
  423. 0x61, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x65,
  424. 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12,
  425. 0x9d, 0x01, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66,
  426. 0x69, 0x63, 0x61, 0x74, 0x65, 0x12, 0x43, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61,
  427. 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x43, 0x65, 0x72, 0x74,
  428. 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65,
  429. 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  430. 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x41, 0x2e, 0x63, 0x6c, 0x6f,
  431. 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65,
  432. 0x2e, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x2e, 0x44, 0x65, 0x6c,
  433. 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x65,
  434. 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12,
  435. 0x97, 0x01, 0x0a, 0x0f, 0x45, 0x64, 0x69, 0x74, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63,
  436. 0x61, 0x74, 0x65, 0x12, 0x41, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65,
  437. 0x41, 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66,
  438. 0x69, 0x63, 0x61, 0x74, 0x65, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66,
  439. 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75,
  440. 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x3f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c,
  441. 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x43, 0x65, 0x72,
  442. 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x43, 0x65, 0x72,
  443. 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f,
  444. 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x42, 0x51, 0x0a, 0x1e, 0x69, 0x6f, 0x2e,
  445. 0x67, 0x72, 0x70, 0x63, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x2e,
  446. 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x42, 0x10, 0x63, 0x65, 0x72,
  447. 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a,
  448. 0x1b, 0x2e, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69,
  449. 0x2f, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x62, 0x06, 0x70, 0x72,
  450. 0x6f, 0x74, 0x6f, 0x33,
  451. }
  452. var (
  453. file_proto_certificate_proto_rawDescOnce sync.Once
  454. file_proto_certificate_proto_rawDescData = file_proto_certificate_proto_rawDesc
  455. )
  456. func file_proto_certificate_proto_rawDescGZIP() []byte {
  457. file_proto_certificate_proto_rawDescOnce.Do(func() {
  458. file_proto_certificate_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_certificate_proto_rawDescData)
  459. })
  460. return file_proto_certificate_proto_rawDescData
  461. }
  462. var file_proto_certificate_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
  463. var file_proto_certificate_proto_goTypes = []interface{}{
  464. (*CreateCertificateRequestCloudflare)(nil), // 0: cloudflareApi.cache.Certificate.CreateCertificateRequestCloudflare
  465. (*DeleteCertificateRequestCloudflare)(nil), // 1: cloudflareApi.cache.Certificate.DeleteCertificateRequestCloudflare
  466. (*EditCertificateRequestCloudflare)(nil), // 2: cloudflareApi.cache.Certificate.EditCertificateRequestCloudflare
  467. (*CreateCertificateReplyCloudflare)(nil), // 3: cloudflareApi.cache.Certificate.CreateCertificateReplyCloudflare
  468. (*DeleteCertificateReplyCloudflare)(nil), // 4: cloudflareApi.cache.Certificate.DeleteCertificateReplyCloudflare
  469. (*EditCertificateReplyCloudflare)(nil), // 5: cloudflareApi.cache.Certificate.EditCertificateReplyCloudflare
  470. }
  471. var file_proto_certificate_proto_depIdxs = []int32{
  472. 0, // 0: cloudflareApi.cache.Certificate.CertificateCloudflare.CreateCertificate:input_type -> cloudflareApi.cache.Certificate.CreateCertificateRequestCloudflare
  473. 1, // 1: cloudflareApi.cache.Certificate.CertificateCloudflare.DeleteCertificate:input_type -> cloudflareApi.cache.Certificate.DeleteCertificateRequestCloudflare
  474. 2, // 2: cloudflareApi.cache.Certificate.CertificateCloudflare.EditCertificate:input_type -> cloudflareApi.cache.Certificate.EditCertificateRequestCloudflare
  475. 3, // 3: cloudflareApi.cache.Certificate.CertificateCloudflare.CreateCertificate:output_type -> cloudflareApi.cache.Certificate.CreateCertificateReplyCloudflare
  476. 4, // 4: cloudflareApi.cache.Certificate.CertificateCloudflare.DeleteCertificate:output_type -> cloudflareApi.cache.Certificate.DeleteCertificateReplyCloudflare
  477. 5, // 5: cloudflareApi.cache.Certificate.CertificateCloudflare.EditCertificate:output_type -> cloudflareApi.cache.Certificate.EditCertificateReplyCloudflare
  478. 3, // [3:6] is the sub-list for method output_type
  479. 0, // [0:3] is the sub-list for method input_type
  480. 0, // [0:0] is the sub-list for extension type_name
  481. 0, // [0:0] is the sub-list for extension extendee
  482. 0, // [0:0] is the sub-list for field type_name
  483. }
  484. func init() { file_proto_certificate_proto_init() }
  485. func file_proto_certificate_proto_init() {
  486. if File_proto_certificate_proto != nil {
  487. return
  488. }
  489. if !protoimpl.UnsafeEnabled {
  490. file_proto_certificate_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  491. switch v := v.(*CreateCertificateRequestCloudflare); i {
  492. case 0:
  493. return &v.state
  494. case 1:
  495. return &v.sizeCache
  496. case 2:
  497. return &v.unknownFields
  498. default:
  499. return nil
  500. }
  501. }
  502. file_proto_certificate_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  503. switch v := v.(*DeleteCertificateRequestCloudflare); i {
  504. case 0:
  505. return &v.state
  506. case 1:
  507. return &v.sizeCache
  508. case 2:
  509. return &v.unknownFields
  510. default:
  511. return nil
  512. }
  513. }
  514. file_proto_certificate_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  515. switch v := v.(*EditCertificateRequestCloudflare); i {
  516. case 0:
  517. return &v.state
  518. case 1:
  519. return &v.sizeCache
  520. case 2:
  521. return &v.unknownFields
  522. default:
  523. return nil
  524. }
  525. }
  526. file_proto_certificate_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  527. switch v := v.(*CreateCertificateReplyCloudflare); i {
  528. case 0:
  529. return &v.state
  530. case 1:
  531. return &v.sizeCache
  532. case 2:
  533. return &v.unknownFields
  534. default:
  535. return nil
  536. }
  537. }
  538. file_proto_certificate_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  539. switch v := v.(*DeleteCertificateReplyCloudflare); i {
  540. case 0:
  541. return &v.state
  542. case 1:
  543. return &v.sizeCache
  544. case 2:
  545. return &v.unknownFields
  546. default:
  547. return nil
  548. }
  549. }
  550. file_proto_certificate_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  551. switch v := v.(*EditCertificateReplyCloudflare); i {
  552. case 0:
  553. return &v.state
  554. case 1:
  555. return &v.sizeCache
  556. case 2:
  557. return &v.unknownFields
  558. default:
  559. return nil
  560. }
  561. }
  562. }
  563. type x struct{}
  564. out := protoimpl.TypeBuilder{
  565. File: protoimpl.DescBuilder{
  566. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  567. RawDescriptor: file_proto_certificate_proto_rawDesc,
  568. NumEnums: 0,
  569. NumMessages: 6,
  570. NumExtensions: 0,
  571. NumServices: 1,
  572. },
  573. GoTypes: file_proto_certificate_proto_goTypes,
  574. DependencyIndexes: file_proto_certificate_proto_depIdxs,
  575. MessageInfos: file_proto_certificate_proto_msgTypes,
  576. }.Build()
  577. File_proto_certificate_proto = out.File
  578. file_proto_certificate_proto_rawDesc = nil
  579. file_proto_certificate_proto_goTypes = nil
  580. file_proto_certificate_proto_depIdxs = nil
  581. }