storageclass.pb.go 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  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/storageclass.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 GetStorageClassListRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. }
  24. func (x *GetStorageClassListRequest) Reset() {
  25. *x = GetStorageClassListRequest{}
  26. if protoimpl.UnsafeEnabled {
  27. mi := &file_proto_storageclass_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. }
  32. func (x *GetStorageClassListRequest) String() string {
  33. return protoimpl.X.MessageStringOf(x)
  34. }
  35. func (*GetStorageClassListRequest) ProtoMessage() {}
  36. func (x *GetStorageClassListRequest) ProtoReflect() protoreflect.Message {
  37. mi := &file_proto_storageclass_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 GetStorageClassListRequest.ProtoReflect.Descriptor instead.
  48. func (*GetStorageClassListRequest) Descriptor() ([]byte, []int) {
  49. return file_proto_storageclass_proto_rawDescGZIP(), []int{0}
  50. }
  51. type GetStorageClassListResponse struct {
  52. state protoimpl.MessageState
  53. sizeCache protoimpl.SizeCache
  54. unknownFields protoimpl.UnknownFields
  55. }
  56. func (x *GetStorageClassListResponse) Reset() {
  57. *x = GetStorageClassListResponse{}
  58. if protoimpl.UnsafeEnabled {
  59. mi := &file_proto_storageclass_proto_msgTypes[1]
  60. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  61. ms.StoreMessageInfo(mi)
  62. }
  63. }
  64. func (x *GetStorageClassListResponse) String() string {
  65. return protoimpl.X.MessageStringOf(x)
  66. }
  67. func (*GetStorageClassListResponse) ProtoMessage() {}
  68. func (x *GetStorageClassListResponse) ProtoReflect() protoreflect.Message {
  69. mi := &file_proto_storageclass_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 GetStorageClassListResponse.ProtoReflect.Descriptor instead.
  80. func (*GetStorageClassListResponse) Descriptor() ([]byte, []int) {
  81. return file_proto_storageclass_proto_rawDescGZIP(), []int{1}
  82. }
  83. type CreateStorageClassRequest struct {
  84. state protoimpl.MessageState
  85. sizeCache protoimpl.SizeCache
  86. unknownFields protoimpl.UnknownFields
  87. }
  88. func (x *CreateStorageClassRequest) Reset() {
  89. *x = CreateStorageClassRequest{}
  90. if protoimpl.UnsafeEnabled {
  91. mi := &file_proto_storageclass_proto_msgTypes[2]
  92. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  93. ms.StoreMessageInfo(mi)
  94. }
  95. }
  96. func (x *CreateStorageClassRequest) String() string {
  97. return protoimpl.X.MessageStringOf(x)
  98. }
  99. func (*CreateStorageClassRequest) ProtoMessage() {}
  100. func (x *CreateStorageClassRequest) ProtoReflect() protoreflect.Message {
  101. mi := &file_proto_storageclass_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 CreateStorageClassRequest.ProtoReflect.Descriptor instead.
  112. func (*CreateStorageClassRequest) Descriptor() ([]byte, []int) {
  113. return file_proto_storageclass_proto_rawDescGZIP(), []int{2}
  114. }
  115. type CreateStorageClassResponse struct {
  116. state protoimpl.MessageState
  117. sizeCache protoimpl.SizeCache
  118. unknownFields protoimpl.UnknownFields
  119. }
  120. func (x *CreateStorageClassResponse) Reset() {
  121. *x = CreateStorageClassResponse{}
  122. if protoimpl.UnsafeEnabled {
  123. mi := &file_proto_storageclass_proto_msgTypes[3]
  124. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  125. ms.StoreMessageInfo(mi)
  126. }
  127. }
  128. func (x *CreateStorageClassResponse) String() string {
  129. return protoimpl.X.MessageStringOf(x)
  130. }
  131. func (*CreateStorageClassResponse) ProtoMessage() {}
  132. func (x *CreateStorageClassResponse) ProtoReflect() protoreflect.Message {
  133. mi := &file_proto_storageclass_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 CreateStorageClassResponse.ProtoReflect.Descriptor instead.
  144. func (*CreateStorageClassResponse) Descriptor() ([]byte, []int) {
  145. return file_proto_storageclass_proto_rawDescGZIP(), []int{3}
  146. }
  147. type DeleteStorageClassRequest struct {
  148. state protoimpl.MessageState
  149. sizeCache protoimpl.SizeCache
  150. unknownFields protoimpl.UnknownFields
  151. }
  152. func (x *DeleteStorageClassRequest) Reset() {
  153. *x = DeleteStorageClassRequest{}
  154. if protoimpl.UnsafeEnabled {
  155. mi := &file_proto_storageclass_proto_msgTypes[4]
  156. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  157. ms.StoreMessageInfo(mi)
  158. }
  159. }
  160. func (x *DeleteStorageClassRequest) String() string {
  161. return protoimpl.X.MessageStringOf(x)
  162. }
  163. func (*DeleteStorageClassRequest) ProtoMessage() {}
  164. func (x *DeleteStorageClassRequest) ProtoReflect() protoreflect.Message {
  165. mi := &file_proto_storageclass_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 DeleteStorageClassRequest.ProtoReflect.Descriptor instead.
  176. func (*DeleteStorageClassRequest) Descriptor() ([]byte, []int) {
  177. return file_proto_storageclass_proto_rawDescGZIP(), []int{4}
  178. }
  179. type DeleteStorageClassResponse struct {
  180. state protoimpl.MessageState
  181. sizeCache protoimpl.SizeCache
  182. unknownFields protoimpl.UnknownFields
  183. }
  184. func (x *DeleteStorageClassResponse) Reset() {
  185. *x = DeleteStorageClassResponse{}
  186. if protoimpl.UnsafeEnabled {
  187. mi := &file_proto_storageclass_proto_msgTypes[5]
  188. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  189. ms.StoreMessageInfo(mi)
  190. }
  191. }
  192. func (x *DeleteStorageClassResponse) String() string {
  193. return protoimpl.X.MessageStringOf(x)
  194. }
  195. func (*DeleteStorageClassResponse) ProtoMessage() {}
  196. func (x *DeleteStorageClassResponse) ProtoReflect() protoreflect.Message {
  197. mi := &file_proto_storageclass_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 DeleteStorageClassResponse.ProtoReflect.Descriptor instead.
  208. func (*DeleteStorageClassResponse) Descriptor() ([]byte, []int) {
  209. return file_proto_storageclass_proto_rawDescGZIP(), []int{5}
  210. }
  211. var File_proto_storageclass_proto protoreflect.FileDescriptor
  212. var file_proto_storageclass_proto_rawDesc = []byte{
  213. 0x0a, 0x18, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x63,
  214. 0x6c, 0x61, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x15, 0x73, 0x74, 0x6f, 0x72,
  215. 0x61, 0x67, 0x65, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
  216. 0x65, 0x22, 0x1c, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43,
  217. 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22,
  218. 0x1d, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61,
  219. 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1b,
  220. 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43,
  221. 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x1c, 0x0a, 0x1a, 0x43,
  222. 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73,
  223. 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1b, 0x0a, 0x19, 0x44, 0x65, 0x6c,
  224. 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52,
  225. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x1c, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
  226. 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70,
  227. 0x6f, 0x6e, 0x73, 0x65, 0x32, 0x89, 0x03, 0x0a, 0x13, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65,
  228. 0x43, 0x6c, 0x61, 0x73, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x7c, 0x0a, 0x13,
  229. 0x47, 0x65, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c,
  230. 0x69, 0x73, 0x74, 0x12, 0x31, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x6c,
  231. 0x61, 0x73, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53,
  232. 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52,
  233. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65,
  234. 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47,
  235. 0x65, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69,
  236. 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x79, 0x0a, 0x12, 0x43, 0x72,
  237. 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73,
  238. 0x12, 0x30, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73,
  239. 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53,
  240. 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
  241. 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x6c, 0x61,
  242. 0x73, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
  243. 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x73,
  244. 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x79, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53,
  245. 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x30, 0x2e, 0x73, 0x74,
  246. 0x6f, 0x72, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76,
  247. 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67,
  248. 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e,
  249. 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x73, 0x65,
  250. 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72,
  251. 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  252. 0x42, 0x1c, 0x5a, 0x1a, 0x2e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3b, 0x6b, 0x75, 0x62, 0x65,
  253. 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62, 0x06,
  254. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  255. }
  256. var (
  257. file_proto_storageclass_proto_rawDescOnce sync.Once
  258. file_proto_storageclass_proto_rawDescData = file_proto_storageclass_proto_rawDesc
  259. )
  260. func file_proto_storageclass_proto_rawDescGZIP() []byte {
  261. file_proto_storageclass_proto_rawDescOnce.Do(func() {
  262. file_proto_storageclass_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_storageclass_proto_rawDescData)
  263. })
  264. return file_proto_storageclass_proto_rawDescData
  265. }
  266. var file_proto_storageclass_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
  267. var file_proto_storageclass_proto_goTypes = []interface{}{
  268. (*GetStorageClassListRequest)(nil), // 0: storage_class_service.GetStorageClassListRequest
  269. (*GetStorageClassListResponse)(nil), // 1: storage_class_service.GetStorageClassListResponse
  270. (*CreateStorageClassRequest)(nil), // 2: storage_class_service.CreateStorageClassRequest
  271. (*CreateStorageClassResponse)(nil), // 3: storage_class_service.CreateStorageClassResponse
  272. (*DeleteStorageClassRequest)(nil), // 4: storage_class_service.DeleteStorageClassRequest
  273. (*DeleteStorageClassResponse)(nil), // 5: storage_class_service.DeleteStorageClassResponse
  274. }
  275. var file_proto_storageclass_proto_depIdxs = []int32{
  276. 0, // 0: storage_class_service.StorageClassService.GetStorageClassList:input_type -> storage_class_service.GetStorageClassListRequest
  277. 2, // 1: storage_class_service.StorageClassService.CreateStorageClass:input_type -> storage_class_service.CreateStorageClassRequest
  278. 4, // 2: storage_class_service.StorageClassService.DeleteStorageClass:input_type -> storage_class_service.DeleteStorageClassRequest
  279. 1, // 3: storage_class_service.StorageClassService.GetStorageClassList:output_type -> storage_class_service.GetStorageClassListResponse
  280. 3, // 4: storage_class_service.StorageClassService.CreateStorageClass:output_type -> storage_class_service.CreateStorageClassResponse
  281. 5, // 5: storage_class_service.StorageClassService.DeleteStorageClass:output_type -> storage_class_service.DeleteStorageClassResponse
  282. 3, // [3:6] is the sub-list for method output_type
  283. 0, // [0:3] is the sub-list for method input_type
  284. 0, // [0:0] is the sub-list for extension type_name
  285. 0, // [0:0] is the sub-list for extension extendee
  286. 0, // [0:0] is the sub-list for field type_name
  287. }
  288. func init() { file_proto_storageclass_proto_init() }
  289. func file_proto_storageclass_proto_init() {
  290. if File_proto_storageclass_proto != nil {
  291. return
  292. }
  293. if !protoimpl.UnsafeEnabled {
  294. file_proto_storageclass_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  295. switch v := v.(*GetStorageClassListRequest); i {
  296. case 0:
  297. return &v.state
  298. case 1:
  299. return &v.sizeCache
  300. case 2:
  301. return &v.unknownFields
  302. default:
  303. return nil
  304. }
  305. }
  306. file_proto_storageclass_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  307. switch v := v.(*GetStorageClassListResponse); i {
  308. case 0:
  309. return &v.state
  310. case 1:
  311. return &v.sizeCache
  312. case 2:
  313. return &v.unknownFields
  314. default:
  315. return nil
  316. }
  317. }
  318. file_proto_storageclass_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  319. switch v := v.(*CreateStorageClassRequest); i {
  320. case 0:
  321. return &v.state
  322. case 1:
  323. return &v.sizeCache
  324. case 2:
  325. return &v.unknownFields
  326. default:
  327. return nil
  328. }
  329. }
  330. file_proto_storageclass_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  331. switch v := v.(*CreateStorageClassResponse); i {
  332. case 0:
  333. return &v.state
  334. case 1:
  335. return &v.sizeCache
  336. case 2:
  337. return &v.unknownFields
  338. default:
  339. return nil
  340. }
  341. }
  342. file_proto_storageclass_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  343. switch v := v.(*DeleteStorageClassRequest); i {
  344. case 0:
  345. return &v.state
  346. case 1:
  347. return &v.sizeCache
  348. case 2:
  349. return &v.unknownFields
  350. default:
  351. return nil
  352. }
  353. }
  354. file_proto_storageclass_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  355. switch v := v.(*DeleteStorageClassResponse); i {
  356. case 0:
  357. return &v.state
  358. case 1:
  359. return &v.sizeCache
  360. case 2:
  361. return &v.unknownFields
  362. default:
  363. return nil
  364. }
  365. }
  366. }
  367. type x struct{}
  368. out := protoimpl.TypeBuilder{
  369. File: protoimpl.DescBuilder{
  370. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  371. RawDescriptor: file_proto_storageclass_proto_rawDesc,
  372. NumEnums: 0,
  373. NumMessages: 6,
  374. NumExtensions: 0,
  375. NumServices: 1,
  376. },
  377. GoTypes: file_proto_storageclass_proto_goTypes,
  378. DependencyIndexes: file_proto_storageclass_proto_depIdxs,
  379. MessageInfos: file_proto_storageclass_proto_msgTypes,
  380. }.Build()
  381. File_proto_storageclass_proto = out.File
  382. file_proto_storageclass_proto_rawDesc = nil
  383. file_proto_storageclass_proto_goTypes = nil
  384. file_proto_storageclass_proto_depIdxs = nil
  385. }