purge.pb.go 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  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/purge.proto
  6. package purge
  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 PurgeRequestCloudflare 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. ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
  26. PurgeList []string `protobuf:"bytes,4,rep,name=purgeList,proto3" json:"purgeList,omitempty"`
  27. }
  28. func (x *PurgeRequestCloudflare) Reset() {
  29. *x = PurgeRequestCloudflare{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_proto_purge_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *PurgeRequestCloudflare) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*PurgeRequestCloudflare) ProtoMessage() {}
  40. func (x *PurgeRequestCloudflare) ProtoReflect() protoreflect.Message {
  41. mi := &file_proto_purge_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use PurgeRequestCloudflare.ProtoReflect.Descriptor instead.
  52. func (*PurgeRequestCloudflare) Descriptor() ([]byte, []int) {
  53. return file_proto_purge_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *PurgeRequestCloudflare) GetApiKey() string {
  56. if x != nil {
  57. return x.ApiKey
  58. }
  59. return ""
  60. }
  61. func (x *PurgeRequestCloudflare) GetApiEmail() string {
  62. if x != nil {
  63. return x.ApiEmail
  64. }
  65. return ""
  66. }
  67. func (x *PurgeRequestCloudflare) GetZoneId() string {
  68. if x != nil {
  69. return x.ZoneId
  70. }
  71. return ""
  72. }
  73. func (x *PurgeRequestCloudflare) GetPurgeList() []string {
  74. if x != nil {
  75. return x.PurgeList
  76. }
  77. return nil
  78. }
  79. type PurgeRequestCloudflarePrefix struct {
  80. state protoimpl.MessageState
  81. sizeCache protoimpl.SizeCache
  82. unknownFields protoimpl.UnknownFields
  83. ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
  84. ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
  85. ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
  86. PrefixList []string `protobuf:"bytes,4,rep,name=prefixList,proto3" json:"prefixList,omitempty"`
  87. }
  88. func (x *PurgeRequestCloudflarePrefix) Reset() {
  89. *x = PurgeRequestCloudflarePrefix{}
  90. if protoimpl.UnsafeEnabled {
  91. mi := &file_proto_purge_proto_msgTypes[1]
  92. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  93. ms.StoreMessageInfo(mi)
  94. }
  95. }
  96. func (x *PurgeRequestCloudflarePrefix) String() string {
  97. return protoimpl.X.MessageStringOf(x)
  98. }
  99. func (*PurgeRequestCloudflarePrefix) ProtoMessage() {}
  100. func (x *PurgeRequestCloudflarePrefix) ProtoReflect() protoreflect.Message {
  101. mi := &file_proto_purge_proto_msgTypes[1]
  102. if protoimpl.UnsafeEnabled && x != nil {
  103. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  104. if ms.LoadMessageInfo() == nil {
  105. ms.StoreMessageInfo(mi)
  106. }
  107. return ms
  108. }
  109. return mi.MessageOf(x)
  110. }
  111. // Deprecated: Use PurgeRequestCloudflarePrefix.ProtoReflect.Descriptor instead.
  112. func (*PurgeRequestCloudflarePrefix) Descriptor() ([]byte, []int) {
  113. return file_proto_purge_proto_rawDescGZIP(), []int{1}
  114. }
  115. func (x *PurgeRequestCloudflarePrefix) GetApiKey() string {
  116. if x != nil {
  117. return x.ApiKey
  118. }
  119. return ""
  120. }
  121. func (x *PurgeRequestCloudflarePrefix) GetApiEmail() string {
  122. if x != nil {
  123. return x.ApiEmail
  124. }
  125. return ""
  126. }
  127. func (x *PurgeRequestCloudflarePrefix) GetZoneId() string {
  128. if x != nil {
  129. return x.ZoneId
  130. }
  131. return ""
  132. }
  133. func (x *PurgeRequestCloudflarePrefix) GetPrefixList() []string {
  134. if x != nil {
  135. return x.PrefixList
  136. }
  137. return nil
  138. }
  139. type PurgeRequestCloudflareEverything struct {
  140. state protoimpl.MessageState
  141. sizeCache protoimpl.SizeCache
  142. unknownFields protoimpl.UnknownFields
  143. ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
  144. ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
  145. ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
  146. }
  147. func (x *PurgeRequestCloudflareEverything) Reset() {
  148. *x = PurgeRequestCloudflareEverything{}
  149. if protoimpl.UnsafeEnabled {
  150. mi := &file_proto_purge_proto_msgTypes[2]
  151. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  152. ms.StoreMessageInfo(mi)
  153. }
  154. }
  155. func (x *PurgeRequestCloudflareEverything) String() string {
  156. return protoimpl.X.MessageStringOf(x)
  157. }
  158. func (*PurgeRequestCloudflareEverything) ProtoMessage() {}
  159. func (x *PurgeRequestCloudflareEverything) ProtoReflect() protoreflect.Message {
  160. mi := &file_proto_purge_proto_msgTypes[2]
  161. if protoimpl.UnsafeEnabled && x != nil {
  162. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  163. if ms.LoadMessageInfo() == nil {
  164. ms.StoreMessageInfo(mi)
  165. }
  166. return ms
  167. }
  168. return mi.MessageOf(x)
  169. }
  170. // Deprecated: Use PurgeRequestCloudflareEverything.ProtoReflect.Descriptor instead.
  171. func (*PurgeRequestCloudflareEverything) Descriptor() ([]byte, []int) {
  172. return file_proto_purge_proto_rawDescGZIP(), []int{2}
  173. }
  174. func (x *PurgeRequestCloudflareEverything) GetApiKey() string {
  175. if x != nil {
  176. return x.ApiKey
  177. }
  178. return ""
  179. }
  180. func (x *PurgeRequestCloudflareEverything) GetApiEmail() string {
  181. if x != nil {
  182. return x.ApiEmail
  183. }
  184. return ""
  185. }
  186. func (x *PurgeRequestCloudflareEverything) GetZoneId() string {
  187. if x != nil {
  188. return x.ZoneId
  189. }
  190. return ""
  191. }
  192. type PurgeReplyCloudflare struct {
  193. state protoimpl.MessageState
  194. sizeCache protoimpl.SizeCache
  195. unknownFields protoimpl.UnknownFields
  196. Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
  197. }
  198. func (x *PurgeReplyCloudflare) Reset() {
  199. *x = PurgeReplyCloudflare{}
  200. if protoimpl.UnsafeEnabled {
  201. mi := &file_proto_purge_proto_msgTypes[3]
  202. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  203. ms.StoreMessageInfo(mi)
  204. }
  205. }
  206. func (x *PurgeReplyCloudflare) String() string {
  207. return protoimpl.X.MessageStringOf(x)
  208. }
  209. func (*PurgeReplyCloudflare) ProtoMessage() {}
  210. func (x *PurgeReplyCloudflare) ProtoReflect() protoreflect.Message {
  211. mi := &file_proto_purge_proto_msgTypes[3]
  212. if protoimpl.UnsafeEnabled && x != nil {
  213. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  214. if ms.LoadMessageInfo() == nil {
  215. ms.StoreMessageInfo(mi)
  216. }
  217. return ms
  218. }
  219. return mi.MessageOf(x)
  220. }
  221. // Deprecated: Use PurgeReplyCloudflare.ProtoReflect.Descriptor instead.
  222. func (*PurgeReplyCloudflare) Descriptor() ([]byte, []int) {
  223. return file_proto_purge_proto_rawDescGZIP(), []int{3}
  224. }
  225. func (x *PurgeReplyCloudflare) GetResult() bool {
  226. if x != nil {
  227. return x.Result
  228. }
  229. return false
  230. }
  231. var File_proto_purge_proto protoreflect.FileDescriptor
  232. var file_proto_purge_proto_rawDesc = []byte{
  233. 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x75, 0x72, 0x67, 0x65, 0x2e, 0x70, 0x72,
  234. 0x6f, 0x74, 0x6f, 0x12, 0x19, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41,
  235. 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x70, 0x75, 0x72, 0x67, 0x65, 0x22, 0x82,
  236. 0x01, 0x0a, 0x16, 0x50, 0x75, 0x72, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43,
  237. 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69,
  238. 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65,
  239. 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20,
  240. 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a,
  241. 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a,
  242. 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x75, 0x72, 0x67, 0x65, 0x4c, 0x69,
  243. 0x73, 0x74, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x70, 0x75, 0x72, 0x67, 0x65, 0x4c,
  244. 0x69, 0x73, 0x74, 0x22, 0x8a, 0x01, 0x0a, 0x1c, 0x50, 0x75, 0x72, 0x67, 0x65, 0x52, 0x65, 0x71,
  245. 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x50, 0x72,
  246. 0x65, 0x66, 0x69, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01,
  247. 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08,
  248. 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
  249. 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65,
  250. 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64,
  251. 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x04,
  252. 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x4c, 0x69, 0x73, 0x74,
  253. 0x22, 0x6e, 0x0a, 0x20, 0x50, 0x75, 0x72, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  254. 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x45, 0x76, 0x65, 0x72, 0x79, 0x74,
  255. 0x68, 0x69, 0x6e, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01,
  256. 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08,
  257. 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
  258. 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65,
  259. 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64,
  260. 0x22, 0x2e, 0x0a, 0x14, 0x50, 0x75, 0x72, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c,
  261. 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75,
  262. 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
  263. 0x32, 0xa0, 0x03, 0x0a, 0x0f, 0x50, 0x75, 0x72, 0x67, 0x65, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66,
  264. 0x6c, 0x61, 0x72, 0x65, 0x12, 0x77, 0x0a, 0x0f, 0x50, 0x75, 0x72, 0x67, 0x65, 0x43, 0x6c, 0x6f,
  265. 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66,
  266. 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x70, 0x75,
  267. 0x72, 0x67, 0x65, 0x2e, 0x50, 0x75, 0x72, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  268. 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x2f, 0x2e, 0x63, 0x6c, 0x6f,
  269. 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65,
  270. 0x2e, 0x70, 0x75, 0x72, 0x67, 0x65, 0x2e, 0x50, 0x75, 0x72, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c,
  271. 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x85, 0x01,
  272. 0x0a, 0x17, 0x50, 0x75, 0x72, 0x67, 0x65, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
  273. 0x65, 0x42, 0x79, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x12, 0x37, 0x2e, 0x63, 0x6c, 0x6f, 0x75,
  274. 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2e,
  275. 0x70, 0x75, 0x72, 0x67, 0x65, 0x2e, 0x50, 0x75, 0x72, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
  276. 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x50, 0x72, 0x65, 0x66,
  277. 0x69, 0x78, 0x1a, 0x2f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41,
  278. 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x70, 0x75, 0x72, 0x67, 0x65, 0x2e, 0x50,
  279. 0x75, 0x72, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c,
  280. 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x19, 0x50, 0x75, 0x72, 0x67, 0x65, 0x43,
  281. 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x45, 0x76, 0x65, 0x72, 0x79, 0x74, 0x68,
  282. 0x69, 0x6e, 0x67, 0x12, 0x3b, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65,
  283. 0x41, 0x70, 0x69, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x70, 0x75, 0x72, 0x67, 0x65, 0x2e,
  284. 0x50, 0x75, 0x72, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75,
  285. 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x45, 0x76, 0x65, 0x72, 0x79, 0x74, 0x68, 0x69, 0x6e, 0x67,
  286. 0x1a, 0x2f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69,
  287. 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x70, 0x75, 0x72, 0x67, 0x65, 0x2e, 0x50, 0x75, 0x72,
  288. 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
  289. 0x65, 0x22, 0x00, 0x42, 0x4b, 0x0a, 0x1e, 0x69, 0x6f, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x63,
  290. 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x2e, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2e,
  291. 0x70, 0x75, 0x72, 0x67, 0x65, 0x42, 0x0a, 0x70, 0x75, 0x72, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x74,
  292. 0x6f, 0x50, 0x01, 0x5a, 0x1b, 0x2e, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
  293. 0x65, 0x41, 0x70, 0x69, 0x2f, 0x63, 0x61, 0x63, 0x68, 0x65, 0x2f, 0x70, 0x75, 0x72, 0x67, 0x65,
  294. 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  295. }
  296. var (
  297. file_proto_purge_proto_rawDescOnce sync.Once
  298. file_proto_purge_proto_rawDescData = file_proto_purge_proto_rawDesc
  299. )
  300. func file_proto_purge_proto_rawDescGZIP() []byte {
  301. file_proto_purge_proto_rawDescOnce.Do(func() {
  302. file_proto_purge_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_purge_proto_rawDescData)
  303. })
  304. return file_proto_purge_proto_rawDescData
  305. }
  306. var file_proto_purge_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
  307. var file_proto_purge_proto_goTypes = []interface{}{
  308. (*PurgeRequestCloudflare)(nil), // 0: cloudflareApi.cache.purge.PurgeRequestCloudflare
  309. (*PurgeRequestCloudflarePrefix)(nil), // 1: cloudflareApi.cache.purge.PurgeRequestCloudflarePrefix
  310. (*PurgeRequestCloudflareEverything)(nil), // 2: cloudflareApi.cache.purge.PurgeRequestCloudflareEverything
  311. (*PurgeReplyCloudflare)(nil), // 3: cloudflareApi.cache.purge.PurgeReplyCloudflare
  312. }
  313. var file_proto_purge_proto_depIdxs = []int32{
  314. 0, // 0: cloudflareApi.cache.purge.PurgeCloudflare.PurgeCloudflare:input_type -> cloudflareApi.cache.purge.PurgeRequestCloudflare
  315. 1, // 1: cloudflareApi.cache.purge.PurgeCloudflare.PurgeCloudflareByPrefix:input_type -> cloudflareApi.cache.purge.PurgeRequestCloudflarePrefix
  316. 2, // 2: cloudflareApi.cache.purge.PurgeCloudflare.PurgeCloudflareEverything:input_type -> cloudflareApi.cache.purge.PurgeRequestCloudflareEverything
  317. 3, // 3: cloudflareApi.cache.purge.PurgeCloudflare.PurgeCloudflare:output_type -> cloudflareApi.cache.purge.PurgeReplyCloudflare
  318. 3, // 4: cloudflareApi.cache.purge.PurgeCloudflare.PurgeCloudflareByPrefix:output_type -> cloudflareApi.cache.purge.PurgeReplyCloudflare
  319. 3, // 5: cloudflareApi.cache.purge.PurgeCloudflare.PurgeCloudflareEverything:output_type -> cloudflareApi.cache.purge.PurgeReplyCloudflare
  320. 3, // [3:6] is the sub-list for method output_type
  321. 0, // [0:3] is the sub-list for method input_type
  322. 0, // [0:0] is the sub-list for extension type_name
  323. 0, // [0:0] is the sub-list for extension extendee
  324. 0, // [0:0] is the sub-list for field type_name
  325. }
  326. func init() { file_proto_purge_proto_init() }
  327. func file_proto_purge_proto_init() {
  328. if File_proto_purge_proto != nil {
  329. return
  330. }
  331. if !protoimpl.UnsafeEnabled {
  332. file_proto_purge_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  333. switch v := v.(*PurgeRequestCloudflare); i {
  334. case 0:
  335. return &v.state
  336. case 1:
  337. return &v.sizeCache
  338. case 2:
  339. return &v.unknownFields
  340. default:
  341. return nil
  342. }
  343. }
  344. file_proto_purge_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  345. switch v := v.(*PurgeRequestCloudflarePrefix); i {
  346. case 0:
  347. return &v.state
  348. case 1:
  349. return &v.sizeCache
  350. case 2:
  351. return &v.unknownFields
  352. default:
  353. return nil
  354. }
  355. }
  356. file_proto_purge_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  357. switch v := v.(*PurgeRequestCloudflareEverything); i {
  358. case 0:
  359. return &v.state
  360. case 1:
  361. return &v.sizeCache
  362. case 2:
  363. return &v.unknownFields
  364. default:
  365. return nil
  366. }
  367. }
  368. file_proto_purge_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  369. switch v := v.(*PurgeReplyCloudflare); i {
  370. case 0:
  371. return &v.state
  372. case 1:
  373. return &v.sizeCache
  374. case 2:
  375. return &v.unknownFields
  376. default:
  377. return nil
  378. }
  379. }
  380. }
  381. type x struct{}
  382. out := protoimpl.TypeBuilder{
  383. File: protoimpl.DescBuilder{
  384. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  385. RawDescriptor: file_proto_purge_proto_rawDesc,
  386. NumEnums: 0,
  387. NumMessages: 4,
  388. NumExtensions: 0,
  389. NumServices: 1,
  390. },
  391. GoTypes: file_proto_purge_proto_goTypes,
  392. DependencyIndexes: file_proto_purge_proto_depIdxs,
  393. MessageInfos: file_proto_purge_proto_msgTypes,
  394. }.Build()
  395. File_proto_purge_proto = out.File
  396. file_proto_purge_proto_rawDesc = nil
  397. file_proto_purge_proto_goTypes = nil
  398. file_proto_purge_proto_depIdxs = nil
  399. }