namespace.pb.go 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.31.0
  4. // protoc v4.25.0
  5. // source: proto/namespace.proto
  6. package kubernetes_service
  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 GetNamespaceRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. }
  24. func (x *GetNamespaceRequest) Reset() {
  25. *x = GetNamespaceRequest{}
  26. if protoimpl.UnsafeEnabled {
  27. mi := &file_proto_namespace_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. }
  32. func (x *GetNamespaceRequest) String() string {
  33. return protoimpl.X.MessageStringOf(x)
  34. }
  35. func (*GetNamespaceRequest) ProtoMessage() {}
  36. func (x *GetNamespaceRequest) ProtoReflect() protoreflect.Message {
  37. mi := &file_proto_namespace_proto_msgTypes[0]
  38. if protoimpl.UnsafeEnabled && x != nil {
  39. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  40. if ms.LoadMessageInfo() == nil {
  41. ms.StoreMessageInfo(mi)
  42. }
  43. return ms
  44. }
  45. return mi.MessageOf(x)
  46. }
  47. // Deprecated: Use GetNamespaceRequest.ProtoReflect.Descriptor instead.
  48. func (*GetNamespaceRequest) Descriptor() ([]byte, []int) {
  49. return file_proto_namespace_proto_rawDescGZIP(), []int{0}
  50. }
  51. type GetNamespaceResponse struct {
  52. state protoimpl.MessageState
  53. sizeCache protoimpl.SizeCache
  54. unknownFields protoimpl.UnknownFields
  55. }
  56. func (x *GetNamespaceResponse) Reset() {
  57. *x = GetNamespaceResponse{}
  58. if protoimpl.UnsafeEnabled {
  59. mi := &file_proto_namespace_proto_msgTypes[1]
  60. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  61. ms.StoreMessageInfo(mi)
  62. }
  63. }
  64. func (x *GetNamespaceResponse) String() string {
  65. return protoimpl.X.MessageStringOf(x)
  66. }
  67. func (*GetNamespaceResponse) ProtoMessage() {}
  68. func (x *GetNamespaceResponse) ProtoReflect() protoreflect.Message {
  69. mi := &file_proto_namespace_proto_msgTypes[1]
  70. if protoimpl.UnsafeEnabled && x != nil {
  71. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  72. if ms.LoadMessageInfo() == nil {
  73. ms.StoreMessageInfo(mi)
  74. }
  75. return ms
  76. }
  77. return mi.MessageOf(x)
  78. }
  79. // Deprecated: Use GetNamespaceResponse.ProtoReflect.Descriptor instead.
  80. func (*GetNamespaceResponse) Descriptor() ([]byte, []int) {
  81. return file_proto_namespace_proto_rawDescGZIP(), []int{1}
  82. }
  83. type GetNamespaceListRequest struct {
  84. state protoimpl.MessageState
  85. sizeCache protoimpl.SizeCache
  86. unknownFields protoimpl.UnknownFields
  87. }
  88. func (x *GetNamespaceListRequest) Reset() {
  89. *x = GetNamespaceListRequest{}
  90. if protoimpl.UnsafeEnabled {
  91. mi := &file_proto_namespace_proto_msgTypes[2]
  92. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  93. ms.StoreMessageInfo(mi)
  94. }
  95. }
  96. func (x *GetNamespaceListRequest) String() string {
  97. return protoimpl.X.MessageStringOf(x)
  98. }
  99. func (*GetNamespaceListRequest) ProtoMessage() {}
  100. func (x *GetNamespaceListRequest) ProtoReflect() protoreflect.Message {
  101. mi := &file_proto_namespace_proto_msgTypes[2]
  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 GetNamespaceListRequest.ProtoReflect.Descriptor instead.
  112. func (*GetNamespaceListRequest) Descriptor() ([]byte, []int) {
  113. return file_proto_namespace_proto_rawDescGZIP(), []int{2}
  114. }
  115. type GetNamespaceListResponse struct {
  116. state protoimpl.MessageState
  117. sizeCache protoimpl.SizeCache
  118. unknownFields protoimpl.UnknownFields
  119. }
  120. func (x *GetNamespaceListResponse) Reset() {
  121. *x = GetNamespaceListResponse{}
  122. if protoimpl.UnsafeEnabled {
  123. mi := &file_proto_namespace_proto_msgTypes[3]
  124. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  125. ms.StoreMessageInfo(mi)
  126. }
  127. }
  128. func (x *GetNamespaceListResponse) String() string {
  129. return protoimpl.X.MessageStringOf(x)
  130. }
  131. func (*GetNamespaceListResponse) ProtoMessage() {}
  132. func (x *GetNamespaceListResponse) ProtoReflect() protoreflect.Message {
  133. mi := &file_proto_namespace_proto_msgTypes[3]
  134. if protoimpl.UnsafeEnabled && x != nil {
  135. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  136. if ms.LoadMessageInfo() == nil {
  137. ms.StoreMessageInfo(mi)
  138. }
  139. return ms
  140. }
  141. return mi.MessageOf(x)
  142. }
  143. // Deprecated: Use GetNamespaceListResponse.ProtoReflect.Descriptor instead.
  144. func (*GetNamespaceListResponse) Descriptor() ([]byte, []int) {
  145. return file_proto_namespace_proto_rawDescGZIP(), []int{3}
  146. }
  147. type DeleteNamespaceRequest struct {
  148. state protoimpl.MessageState
  149. sizeCache protoimpl.SizeCache
  150. unknownFields protoimpl.UnknownFields
  151. }
  152. func (x *DeleteNamespaceRequest) Reset() {
  153. *x = DeleteNamespaceRequest{}
  154. if protoimpl.UnsafeEnabled {
  155. mi := &file_proto_namespace_proto_msgTypes[4]
  156. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  157. ms.StoreMessageInfo(mi)
  158. }
  159. }
  160. func (x *DeleteNamespaceRequest) String() string {
  161. return protoimpl.X.MessageStringOf(x)
  162. }
  163. func (*DeleteNamespaceRequest) ProtoMessage() {}
  164. func (x *DeleteNamespaceRequest) ProtoReflect() protoreflect.Message {
  165. mi := &file_proto_namespace_proto_msgTypes[4]
  166. if protoimpl.UnsafeEnabled && x != nil {
  167. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  168. if ms.LoadMessageInfo() == nil {
  169. ms.StoreMessageInfo(mi)
  170. }
  171. return ms
  172. }
  173. return mi.MessageOf(x)
  174. }
  175. // Deprecated: Use DeleteNamespaceRequest.ProtoReflect.Descriptor instead.
  176. func (*DeleteNamespaceRequest) Descriptor() ([]byte, []int) {
  177. return file_proto_namespace_proto_rawDescGZIP(), []int{4}
  178. }
  179. type DeleteNamespaceResponse struct {
  180. state protoimpl.MessageState
  181. sizeCache protoimpl.SizeCache
  182. unknownFields protoimpl.UnknownFields
  183. }
  184. func (x *DeleteNamespaceResponse) Reset() {
  185. *x = DeleteNamespaceResponse{}
  186. if protoimpl.UnsafeEnabled {
  187. mi := &file_proto_namespace_proto_msgTypes[5]
  188. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  189. ms.StoreMessageInfo(mi)
  190. }
  191. }
  192. func (x *DeleteNamespaceResponse) String() string {
  193. return protoimpl.X.MessageStringOf(x)
  194. }
  195. func (*DeleteNamespaceResponse) ProtoMessage() {}
  196. func (x *DeleteNamespaceResponse) ProtoReflect() protoreflect.Message {
  197. mi := &file_proto_namespace_proto_msgTypes[5]
  198. if protoimpl.UnsafeEnabled && x != nil {
  199. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  200. if ms.LoadMessageInfo() == nil {
  201. ms.StoreMessageInfo(mi)
  202. }
  203. return ms
  204. }
  205. return mi.MessageOf(x)
  206. }
  207. // Deprecated: Use DeleteNamespaceResponse.ProtoReflect.Descriptor instead.
  208. func (*DeleteNamespaceResponse) Descriptor() ([]byte, []int) {
  209. return file_proto_namespace_proto_rawDescGZIP(), []int{5}
  210. }
  211. type CreateNamespaceRequest struct {
  212. state protoimpl.MessageState
  213. sizeCache protoimpl.SizeCache
  214. unknownFields protoimpl.UnknownFields
  215. }
  216. func (x *CreateNamespaceRequest) Reset() {
  217. *x = CreateNamespaceRequest{}
  218. if protoimpl.UnsafeEnabled {
  219. mi := &file_proto_namespace_proto_msgTypes[6]
  220. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  221. ms.StoreMessageInfo(mi)
  222. }
  223. }
  224. func (x *CreateNamespaceRequest) String() string {
  225. return protoimpl.X.MessageStringOf(x)
  226. }
  227. func (*CreateNamespaceRequest) ProtoMessage() {}
  228. func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message {
  229. mi := &file_proto_namespace_proto_msgTypes[6]
  230. if protoimpl.UnsafeEnabled && x != nil {
  231. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  232. if ms.LoadMessageInfo() == nil {
  233. ms.StoreMessageInfo(mi)
  234. }
  235. return ms
  236. }
  237. return mi.MessageOf(x)
  238. }
  239. // Deprecated: Use CreateNamespaceRequest.ProtoReflect.Descriptor instead.
  240. func (*CreateNamespaceRequest) Descriptor() ([]byte, []int) {
  241. return file_proto_namespace_proto_rawDescGZIP(), []int{6}
  242. }
  243. type CreateNamespaceResponse struct {
  244. state protoimpl.MessageState
  245. sizeCache protoimpl.SizeCache
  246. unknownFields protoimpl.UnknownFields
  247. }
  248. func (x *CreateNamespaceResponse) Reset() {
  249. *x = CreateNamespaceResponse{}
  250. if protoimpl.UnsafeEnabled {
  251. mi := &file_proto_namespace_proto_msgTypes[7]
  252. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  253. ms.StoreMessageInfo(mi)
  254. }
  255. }
  256. func (x *CreateNamespaceResponse) String() string {
  257. return protoimpl.X.MessageStringOf(x)
  258. }
  259. func (*CreateNamespaceResponse) ProtoMessage() {}
  260. func (x *CreateNamespaceResponse) ProtoReflect() protoreflect.Message {
  261. mi := &file_proto_namespace_proto_msgTypes[7]
  262. if protoimpl.UnsafeEnabled && x != nil {
  263. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  264. if ms.LoadMessageInfo() == nil {
  265. ms.StoreMessageInfo(mi)
  266. }
  267. return ms
  268. }
  269. return mi.MessageOf(x)
  270. }
  271. // Deprecated: Use CreateNamespaceResponse.ProtoReflect.Descriptor instead.
  272. func (*CreateNamespaceResponse) Descriptor() ([]byte, []int) {
  273. return file_proto_namespace_proto_rawDescGZIP(), []int{7}
  274. }
  275. var File_proto_namespace_proto protoreflect.FileDescriptor
  276. var file_proto_namespace_proto_rawDesc = []byte{
  277. 0x0a, 0x15, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
  278. 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
  279. 0x63, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x15, 0x0a, 0x13, 0x47, 0x65,
  280. 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  281. 0x74, 0x22, 0x16, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
  282. 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x19, 0x0a, 0x17, 0x47, 0x65, 0x74,
  283. 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
  284. 0x75, 0x65, 0x73, 0x74, 0x22, 0x1a, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73,
  285. 0x70, 0x61, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  286. 0x22, 0x18, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
  287. 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x19, 0x0a, 0x17, 0x44, 0x65,
  288. 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73,
  289. 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x18, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e,
  290. 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22,
  291. 0x19, 0x0a, 0x17, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
  292. 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xb4, 0x03, 0x0a, 0x10, 0x4e,
  293. 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
  294. 0x5f, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12,
  295. 0x26, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76,
  296. 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
  297. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
  298. 0x61, 0x63, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4e,
  299. 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  300. 0x12, 0x6b, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
  301. 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2a, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
  302. 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65,
  303. 0x73, 0x70, 0x61, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  304. 0x1a, 0x2b, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x73, 0x65, 0x72,
  305. 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
  306. 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x68, 0x0a,
  307. 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
  308. 0x12, 0x29, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x73, 0x65, 0x72,
  309. 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73,
  310. 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x6e, 0x61,
  311. 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e,
  312. 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52,
  313. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x68, 0x0a, 0x0f, 0x43, 0x72, 0x65, 0x61, 0x74,
  314. 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x29, 0x2e, 0x6e, 0x61, 0x6d,
  315. 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43,
  316. 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65,
  317. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
  318. 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
  319. 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
  320. 0x65, 0x42, 0x1c, 0x5a, 0x1a, 0x2e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3b, 0x6b, 0x75, 0x62,
  321. 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62,
  322. 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  323. }
  324. var (
  325. file_proto_namespace_proto_rawDescOnce sync.Once
  326. file_proto_namespace_proto_rawDescData = file_proto_namespace_proto_rawDesc
  327. )
  328. func file_proto_namespace_proto_rawDescGZIP() []byte {
  329. file_proto_namespace_proto_rawDescOnce.Do(func() {
  330. file_proto_namespace_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_namespace_proto_rawDescData)
  331. })
  332. return file_proto_namespace_proto_rawDescData
  333. }
  334. var file_proto_namespace_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
  335. var file_proto_namespace_proto_goTypes = []interface{}{
  336. (*GetNamespaceRequest)(nil), // 0: namespace_service.GetNamespaceRequest
  337. (*GetNamespaceResponse)(nil), // 1: namespace_service.GetNamespaceResponse
  338. (*GetNamespaceListRequest)(nil), // 2: namespace_service.GetNamespaceListRequest
  339. (*GetNamespaceListResponse)(nil), // 3: namespace_service.GetNamespaceListResponse
  340. (*DeleteNamespaceRequest)(nil), // 4: namespace_service.DeleteNamespaceRequest
  341. (*DeleteNamespaceResponse)(nil), // 5: namespace_service.DeleteNamespaceResponse
  342. (*CreateNamespaceRequest)(nil), // 6: namespace_service.CreateNamespaceRequest
  343. (*CreateNamespaceResponse)(nil), // 7: namespace_service.CreateNamespaceResponse
  344. }
  345. var file_proto_namespace_proto_depIdxs = []int32{
  346. 0, // 0: namespace_service.NamespaceService.GetNamespace:input_type -> namespace_service.GetNamespaceRequest
  347. 2, // 1: namespace_service.NamespaceService.GetNamespaceList:input_type -> namespace_service.GetNamespaceListRequest
  348. 4, // 2: namespace_service.NamespaceService.DeleteNamespace:input_type -> namespace_service.DeleteNamespaceRequest
  349. 6, // 3: namespace_service.NamespaceService.CreateNamespace:input_type -> namespace_service.CreateNamespaceRequest
  350. 1, // 4: namespace_service.NamespaceService.GetNamespace:output_type -> namespace_service.GetNamespaceResponse
  351. 3, // 5: namespace_service.NamespaceService.GetNamespaceList:output_type -> namespace_service.GetNamespaceListResponse
  352. 5, // 6: namespace_service.NamespaceService.DeleteNamespace:output_type -> namespace_service.DeleteNamespaceResponse
  353. 7, // 7: namespace_service.NamespaceService.CreateNamespace:output_type -> namespace_service.CreateNamespaceResponse
  354. 4, // [4:8] is the sub-list for method output_type
  355. 0, // [0:4] is the sub-list for method input_type
  356. 0, // [0:0] is the sub-list for extension type_name
  357. 0, // [0:0] is the sub-list for extension extendee
  358. 0, // [0:0] is the sub-list for field type_name
  359. }
  360. func init() { file_proto_namespace_proto_init() }
  361. func file_proto_namespace_proto_init() {
  362. if File_proto_namespace_proto != nil {
  363. return
  364. }
  365. if !protoimpl.UnsafeEnabled {
  366. file_proto_namespace_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  367. switch v := v.(*GetNamespaceRequest); i {
  368. case 0:
  369. return &v.state
  370. case 1:
  371. return &v.sizeCache
  372. case 2:
  373. return &v.unknownFields
  374. default:
  375. return nil
  376. }
  377. }
  378. file_proto_namespace_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  379. switch v := v.(*GetNamespaceResponse); i {
  380. case 0:
  381. return &v.state
  382. case 1:
  383. return &v.sizeCache
  384. case 2:
  385. return &v.unknownFields
  386. default:
  387. return nil
  388. }
  389. }
  390. file_proto_namespace_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  391. switch v := v.(*GetNamespaceListRequest); i {
  392. case 0:
  393. return &v.state
  394. case 1:
  395. return &v.sizeCache
  396. case 2:
  397. return &v.unknownFields
  398. default:
  399. return nil
  400. }
  401. }
  402. file_proto_namespace_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  403. switch v := v.(*GetNamespaceListResponse); i {
  404. case 0:
  405. return &v.state
  406. case 1:
  407. return &v.sizeCache
  408. case 2:
  409. return &v.unknownFields
  410. default:
  411. return nil
  412. }
  413. }
  414. file_proto_namespace_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  415. switch v := v.(*DeleteNamespaceRequest); i {
  416. case 0:
  417. return &v.state
  418. case 1:
  419. return &v.sizeCache
  420. case 2:
  421. return &v.unknownFields
  422. default:
  423. return nil
  424. }
  425. }
  426. file_proto_namespace_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  427. switch v := v.(*DeleteNamespaceResponse); i {
  428. case 0:
  429. return &v.state
  430. case 1:
  431. return &v.sizeCache
  432. case 2:
  433. return &v.unknownFields
  434. default:
  435. return nil
  436. }
  437. }
  438. file_proto_namespace_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  439. switch v := v.(*CreateNamespaceRequest); i {
  440. case 0:
  441. return &v.state
  442. case 1:
  443. return &v.sizeCache
  444. case 2:
  445. return &v.unknownFields
  446. default:
  447. return nil
  448. }
  449. }
  450. file_proto_namespace_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  451. switch v := v.(*CreateNamespaceResponse); i {
  452. case 0:
  453. return &v.state
  454. case 1:
  455. return &v.sizeCache
  456. case 2:
  457. return &v.unknownFields
  458. default:
  459. return nil
  460. }
  461. }
  462. }
  463. type x struct{}
  464. out := protoimpl.TypeBuilder{
  465. File: protoimpl.DescBuilder{
  466. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  467. RawDescriptor: file_proto_namespace_proto_rawDesc,
  468. NumEnums: 0,
  469. NumMessages: 8,
  470. NumExtensions: 0,
  471. NumServices: 1,
  472. },
  473. GoTypes: file_proto_namespace_proto_goTypes,
  474. DependencyIndexes: file_proto_namespace_proto_depIdxs,
  475. MessageInfos: file_proto_namespace_proto_msgTypes,
  476. }.Build()
  477. File_proto_namespace_proto = out.File
  478. file_proto_namespace_proto_rawDesc = nil
  479. file_proto_namespace_proto_goTypes = nil
  480. file_proto_namespace_proto_depIdxs = nil
  481. }