serviceaccount.pb.go 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  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/serviceaccount.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 GetServiceAccountListRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. }
  24. func (x *GetServiceAccountListRequest) Reset() {
  25. *x = GetServiceAccountListRequest{}
  26. if protoimpl.UnsafeEnabled {
  27. mi := &file_proto_serviceaccount_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. }
  32. func (x *GetServiceAccountListRequest) String() string {
  33. return protoimpl.X.MessageStringOf(x)
  34. }
  35. func (*GetServiceAccountListRequest) ProtoMessage() {}
  36. func (x *GetServiceAccountListRequest) ProtoReflect() protoreflect.Message {
  37. mi := &file_proto_serviceaccount_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 GetServiceAccountListRequest.ProtoReflect.Descriptor instead.
  48. func (*GetServiceAccountListRequest) Descriptor() ([]byte, []int) {
  49. return file_proto_serviceaccount_proto_rawDescGZIP(), []int{0}
  50. }
  51. type GetServiceAccountListResponse struct {
  52. state protoimpl.MessageState
  53. sizeCache protoimpl.SizeCache
  54. unknownFields protoimpl.UnknownFields
  55. }
  56. func (x *GetServiceAccountListResponse) Reset() {
  57. *x = GetServiceAccountListResponse{}
  58. if protoimpl.UnsafeEnabled {
  59. mi := &file_proto_serviceaccount_proto_msgTypes[1]
  60. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  61. ms.StoreMessageInfo(mi)
  62. }
  63. }
  64. func (x *GetServiceAccountListResponse) String() string {
  65. return protoimpl.X.MessageStringOf(x)
  66. }
  67. func (*GetServiceAccountListResponse) ProtoMessage() {}
  68. func (x *GetServiceAccountListResponse) ProtoReflect() protoreflect.Message {
  69. mi := &file_proto_serviceaccount_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 GetServiceAccountListResponse.ProtoReflect.Descriptor instead.
  80. func (*GetServiceAccountListResponse) Descriptor() ([]byte, []int) {
  81. return file_proto_serviceaccount_proto_rawDescGZIP(), []int{1}
  82. }
  83. type GetServiceAccountRequest struct {
  84. state protoimpl.MessageState
  85. sizeCache protoimpl.SizeCache
  86. unknownFields protoimpl.UnknownFields
  87. }
  88. func (x *GetServiceAccountRequest) Reset() {
  89. *x = GetServiceAccountRequest{}
  90. if protoimpl.UnsafeEnabled {
  91. mi := &file_proto_serviceaccount_proto_msgTypes[2]
  92. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  93. ms.StoreMessageInfo(mi)
  94. }
  95. }
  96. func (x *GetServiceAccountRequest) String() string {
  97. return protoimpl.X.MessageStringOf(x)
  98. }
  99. func (*GetServiceAccountRequest) ProtoMessage() {}
  100. func (x *GetServiceAccountRequest) ProtoReflect() protoreflect.Message {
  101. mi := &file_proto_serviceaccount_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 GetServiceAccountRequest.ProtoReflect.Descriptor instead.
  112. func (*GetServiceAccountRequest) Descriptor() ([]byte, []int) {
  113. return file_proto_serviceaccount_proto_rawDescGZIP(), []int{2}
  114. }
  115. type GetServiceAccountResponse struct {
  116. state protoimpl.MessageState
  117. sizeCache protoimpl.SizeCache
  118. unknownFields protoimpl.UnknownFields
  119. }
  120. func (x *GetServiceAccountResponse) Reset() {
  121. *x = GetServiceAccountResponse{}
  122. if protoimpl.UnsafeEnabled {
  123. mi := &file_proto_serviceaccount_proto_msgTypes[3]
  124. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  125. ms.StoreMessageInfo(mi)
  126. }
  127. }
  128. func (x *GetServiceAccountResponse) String() string {
  129. return protoimpl.X.MessageStringOf(x)
  130. }
  131. func (*GetServiceAccountResponse) ProtoMessage() {}
  132. func (x *GetServiceAccountResponse) ProtoReflect() protoreflect.Message {
  133. mi := &file_proto_serviceaccount_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 GetServiceAccountResponse.ProtoReflect.Descriptor instead.
  144. func (*GetServiceAccountResponse) Descriptor() ([]byte, []int) {
  145. return file_proto_serviceaccount_proto_rawDescGZIP(), []int{3}
  146. }
  147. type UpdateServiceAccountRequest struct {
  148. state protoimpl.MessageState
  149. sizeCache protoimpl.SizeCache
  150. unknownFields protoimpl.UnknownFields
  151. }
  152. func (x *UpdateServiceAccountRequest) Reset() {
  153. *x = UpdateServiceAccountRequest{}
  154. if protoimpl.UnsafeEnabled {
  155. mi := &file_proto_serviceaccount_proto_msgTypes[4]
  156. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  157. ms.StoreMessageInfo(mi)
  158. }
  159. }
  160. func (x *UpdateServiceAccountRequest) String() string {
  161. return protoimpl.X.MessageStringOf(x)
  162. }
  163. func (*UpdateServiceAccountRequest) ProtoMessage() {}
  164. func (x *UpdateServiceAccountRequest) ProtoReflect() protoreflect.Message {
  165. mi := &file_proto_serviceaccount_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 UpdateServiceAccountRequest.ProtoReflect.Descriptor instead.
  176. func (*UpdateServiceAccountRequest) Descriptor() ([]byte, []int) {
  177. return file_proto_serviceaccount_proto_rawDescGZIP(), []int{4}
  178. }
  179. type UpdateServiceAccountResponse struct {
  180. state protoimpl.MessageState
  181. sizeCache protoimpl.SizeCache
  182. unknownFields protoimpl.UnknownFields
  183. }
  184. func (x *UpdateServiceAccountResponse) Reset() {
  185. *x = UpdateServiceAccountResponse{}
  186. if protoimpl.UnsafeEnabled {
  187. mi := &file_proto_serviceaccount_proto_msgTypes[5]
  188. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  189. ms.StoreMessageInfo(mi)
  190. }
  191. }
  192. func (x *UpdateServiceAccountResponse) String() string {
  193. return protoimpl.X.MessageStringOf(x)
  194. }
  195. func (*UpdateServiceAccountResponse) ProtoMessage() {}
  196. func (x *UpdateServiceAccountResponse) ProtoReflect() protoreflect.Message {
  197. mi := &file_proto_serviceaccount_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 UpdateServiceAccountResponse.ProtoReflect.Descriptor instead.
  208. func (*UpdateServiceAccountResponse) Descriptor() ([]byte, []int) {
  209. return file_proto_serviceaccount_proto_rawDescGZIP(), []int{5}
  210. }
  211. type CreateServiceAccountRequest struct {
  212. state protoimpl.MessageState
  213. sizeCache protoimpl.SizeCache
  214. unknownFields protoimpl.UnknownFields
  215. }
  216. func (x *CreateServiceAccountRequest) Reset() {
  217. *x = CreateServiceAccountRequest{}
  218. if protoimpl.UnsafeEnabled {
  219. mi := &file_proto_serviceaccount_proto_msgTypes[6]
  220. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  221. ms.StoreMessageInfo(mi)
  222. }
  223. }
  224. func (x *CreateServiceAccountRequest) String() string {
  225. return protoimpl.X.MessageStringOf(x)
  226. }
  227. func (*CreateServiceAccountRequest) ProtoMessage() {}
  228. func (x *CreateServiceAccountRequest) ProtoReflect() protoreflect.Message {
  229. mi := &file_proto_serviceaccount_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 CreateServiceAccountRequest.ProtoReflect.Descriptor instead.
  240. func (*CreateServiceAccountRequest) Descriptor() ([]byte, []int) {
  241. return file_proto_serviceaccount_proto_rawDescGZIP(), []int{6}
  242. }
  243. type CreateServiceAccountResponse struct {
  244. state protoimpl.MessageState
  245. sizeCache protoimpl.SizeCache
  246. unknownFields protoimpl.UnknownFields
  247. }
  248. func (x *CreateServiceAccountResponse) Reset() {
  249. *x = CreateServiceAccountResponse{}
  250. if protoimpl.UnsafeEnabled {
  251. mi := &file_proto_serviceaccount_proto_msgTypes[7]
  252. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  253. ms.StoreMessageInfo(mi)
  254. }
  255. }
  256. func (x *CreateServiceAccountResponse) String() string {
  257. return protoimpl.X.MessageStringOf(x)
  258. }
  259. func (*CreateServiceAccountResponse) ProtoMessage() {}
  260. func (x *CreateServiceAccountResponse) ProtoReflect() protoreflect.Message {
  261. mi := &file_proto_serviceaccount_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 CreateServiceAccountResponse.ProtoReflect.Descriptor instead.
  272. func (*CreateServiceAccountResponse) Descriptor() ([]byte, []int) {
  273. return file_proto_serviceaccount_proto_rawDescGZIP(), []int{7}
  274. }
  275. type DeleteServiceAccountRequest struct {
  276. state protoimpl.MessageState
  277. sizeCache protoimpl.SizeCache
  278. unknownFields protoimpl.UnknownFields
  279. }
  280. func (x *DeleteServiceAccountRequest) Reset() {
  281. *x = DeleteServiceAccountRequest{}
  282. if protoimpl.UnsafeEnabled {
  283. mi := &file_proto_serviceaccount_proto_msgTypes[8]
  284. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  285. ms.StoreMessageInfo(mi)
  286. }
  287. }
  288. func (x *DeleteServiceAccountRequest) String() string {
  289. return protoimpl.X.MessageStringOf(x)
  290. }
  291. func (*DeleteServiceAccountRequest) ProtoMessage() {}
  292. func (x *DeleteServiceAccountRequest) ProtoReflect() protoreflect.Message {
  293. mi := &file_proto_serviceaccount_proto_msgTypes[8]
  294. if protoimpl.UnsafeEnabled && x != nil {
  295. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  296. if ms.LoadMessageInfo() == nil {
  297. ms.StoreMessageInfo(mi)
  298. }
  299. return ms
  300. }
  301. return mi.MessageOf(x)
  302. }
  303. // Deprecated: Use DeleteServiceAccountRequest.ProtoReflect.Descriptor instead.
  304. func (*DeleteServiceAccountRequest) Descriptor() ([]byte, []int) {
  305. return file_proto_serviceaccount_proto_rawDescGZIP(), []int{8}
  306. }
  307. type DeleteServiceAccountResponse struct {
  308. state protoimpl.MessageState
  309. sizeCache protoimpl.SizeCache
  310. unknownFields protoimpl.UnknownFields
  311. }
  312. func (x *DeleteServiceAccountResponse) Reset() {
  313. *x = DeleteServiceAccountResponse{}
  314. if protoimpl.UnsafeEnabled {
  315. mi := &file_proto_serviceaccount_proto_msgTypes[9]
  316. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  317. ms.StoreMessageInfo(mi)
  318. }
  319. }
  320. func (x *DeleteServiceAccountResponse) String() string {
  321. return protoimpl.X.MessageStringOf(x)
  322. }
  323. func (*DeleteServiceAccountResponse) ProtoMessage() {}
  324. func (x *DeleteServiceAccountResponse) ProtoReflect() protoreflect.Message {
  325. mi := &file_proto_serviceaccount_proto_msgTypes[9]
  326. if protoimpl.UnsafeEnabled && x != nil {
  327. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  328. if ms.LoadMessageInfo() == nil {
  329. ms.StoreMessageInfo(mi)
  330. }
  331. return ms
  332. }
  333. return mi.MessageOf(x)
  334. }
  335. // Deprecated: Use DeleteServiceAccountResponse.ProtoReflect.Descriptor instead.
  336. func (*DeleteServiceAccountResponse) Descriptor() ([]byte, []int) {
  337. return file_proto_serviceaccount_proto_rawDescGZIP(), []int{9}
  338. }
  339. var File_proto_serviceaccount_proto protoreflect.FileDescriptor
  340. var file_proto_serviceaccount_proto_rawDesc = []byte{
  341. 0x0a, 0x1a, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x61,
  342. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x73, 0x65,
  343. 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x73, 0x65,
  344. 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x1e, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76,
  345. 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  346. 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x1f, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76,
  347. 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  348. 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1a, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72,
  349. 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
  350. 0x73, 0x74, 0x22, 0x1b, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  351. 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
  352. 0x1d, 0x0a, 0x1b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  353. 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x1e,
  354. 0x0a, 0x1c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41,
  355. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1d,
  356. 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41,
  357. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x1e, 0x0a,
  358. 0x1c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63,
  359. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1d, 0x0a,
  360. 0x1b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63,
  361. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x1e, 0x0a, 0x1c,
  362. 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63,
  363. 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xae, 0x05, 0x0a,
  364. 0x15, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x53,
  365. 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x86, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x53, 0x65,
  366. 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74,
  367. 0x12, 0x35, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75,
  368. 0x6e, 0x74, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65,
  369. 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74,
  370. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
  371. 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
  372. 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f,
  373. 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
  374. 0x7a, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63,
  375. 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x31, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61,
  376. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47,
  377. 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  378. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
  379. 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
  380. 0x65, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f,
  381. 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x83, 0x01, 0x0a, 0x14,
  382. 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63,
  383. 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x34, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61,
  384. 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x55,
  385. 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f,
  386. 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x73, 0x65, 0x72,
  387. 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x73, 0x65, 0x72,
  388. 0x76, 0x69, 0x63, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69,
  389. 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
  390. 0x65, 0x12, 0x83, 0x01, 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76,
  391. 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x34, 0x2e, 0x73, 0x65, 0x72,
  392. 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x73, 0x65, 0x72,
  393. 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69,
  394. 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  395. 0x1a, 0x35, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75,
  396. 0x6e, 0x74, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
  397. 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52,
  398. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x83, 0x01, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65,
  399. 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  400. 0x12, 0x34, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75,
  401. 0x6e, 0x74, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
  402. 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52,
  403. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  404. 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  405. 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63,
  406. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x1c, 0x5a,
  407. 0x1a, 0x2e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3b, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65,
  408. 0x74, 0x65, 0x73, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f,
  409. 0x74, 0x6f, 0x33,
  410. }
  411. var (
  412. file_proto_serviceaccount_proto_rawDescOnce sync.Once
  413. file_proto_serviceaccount_proto_rawDescData = file_proto_serviceaccount_proto_rawDesc
  414. )
  415. func file_proto_serviceaccount_proto_rawDescGZIP() []byte {
  416. file_proto_serviceaccount_proto_rawDescOnce.Do(func() {
  417. file_proto_serviceaccount_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_serviceaccount_proto_rawDescData)
  418. })
  419. return file_proto_serviceaccount_proto_rawDescData
  420. }
  421. var file_proto_serviceaccount_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  422. var file_proto_serviceaccount_proto_goTypes = []interface{}{
  423. (*GetServiceAccountListRequest)(nil), // 0: service_account_service.GetServiceAccountListRequest
  424. (*GetServiceAccountListResponse)(nil), // 1: service_account_service.GetServiceAccountListResponse
  425. (*GetServiceAccountRequest)(nil), // 2: service_account_service.GetServiceAccountRequest
  426. (*GetServiceAccountResponse)(nil), // 3: service_account_service.GetServiceAccountResponse
  427. (*UpdateServiceAccountRequest)(nil), // 4: service_account_service.UpdateServiceAccountRequest
  428. (*UpdateServiceAccountResponse)(nil), // 5: service_account_service.UpdateServiceAccountResponse
  429. (*CreateServiceAccountRequest)(nil), // 6: service_account_service.CreateServiceAccountRequest
  430. (*CreateServiceAccountResponse)(nil), // 7: service_account_service.CreateServiceAccountResponse
  431. (*DeleteServiceAccountRequest)(nil), // 8: service_account_service.DeleteServiceAccountRequest
  432. (*DeleteServiceAccountResponse)(nil), // 9: service_account_service.DeleteServiceAccountResponse
  433. }
  434. var file_proto_serviceaccount_proto_depIdxs = []int32{
  435. 0, // 0: service_account_service.ServiceAccountService.GetServiceAccountList:input_type -> service_account_service.GetServiceAccountListRequest
  436. 2, // 1: service_account_service.ServiceAccountService.GetServiceAccount:input_type -> service_account_service.GetServiceAccountRequest
  437. 4, // 2: service_account_service.ServiceAccountService.UpdateServiceAccount:input_type -> service_account_service.UpdateServiceAccountRequest
  438. 6, // 3: service_account_service.ServiceAccountService.CreateServiceAccount:input_type -> service_account_service.CreateServiceAccountRequest
  439. 8, // 4: service_account_service.ServiceAccountService.DeleteServiceAccount:input_type -> service_account_service.DeleteServiceAccountRequest
  440. 1, // 5: service_account_service.ServiceAccountService.GetServiceAccountList:output_type -> service_account_service.GetServiceAccountListResponse
  441. 3, // 6: service_account_service.ServiceAccountService.GetServiceAccount:output_type -> service_account_service.GetServiceAccountResponse
  442. 5, // 7: service_account_service.ServiceAccountService.UpdateServiceAccount:output_type -> service_account_service.UpdateServiceAccountResponse
  443. 7, // 8: service_account_service.ServiceAccountService.CreateServiceAccount:output_type -> service_account_service.CreateServiceAccountResponse
  444. 9, // 9: service_account_service.ServiceAccountService.DeleteServiceAccount:output_type -> service_account_service.DeleteServiceAccountResponse
  445. 5, // [5:10] is the sub-list for method output_type
  446. 0, // [0:5] is the sub-list for method input_type
  447. 0, // [0:0] is the sub-list for extension type_name
  448. 0, // [0:0] is the sub-list for extension extendee
  449. 0, // [0:0] is the sub-list for field type_name
  450. }
  451. func init() { file_proto_serviceaccount_proto_init() }
  452. func file_proto_serviceaccount_proto_init() {
  453. if File_proto_serviceaccount_proto != nil {
  454. return
  455. }
  456. if !protoimpl.UnsafeEnabled {
  457. file_proto_serviceaccount_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  458. switch v := v.(*GetServiceAccountListRequest); i {
  459. case 0:
  460. return &v.state
  461. case 1:
  462. return &v.sizeCache
  463. case 2:
  464. return &v.unknownFields
  465. default:
  466. return nil
  467. }
  468. }
  469. file_proto_serviceaccount_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  470. switch v := v.(*GetServiceAccountListResponse); i {
  471. case 0:
  472. return &v.state
  473. case 1:
  474. return &v.sizeCache
  475. case 2:
  476. return &v.unknownFields
  477. default:
  478. return nil
  479. }
  480. }
  481. file_proto_serviceaccount_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  482. switch v := v.(*GetServiceAccountRequest); i {
  483. case 0:
  484. return &v.state
  485. case 1:
  486. return &v.sizeCache
  487. case 2:
  488. return &v.unknownFields
  489. default:
  490. return nil
  491. }
  492. }
  493. file_proto_serviceaccount_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  494. switch v := v.(*GetServiceAccountResponse); i {
  495. case 0:
  496. return &v.state
  497. case 1:
  498. return &v.sizeCache
  499. case 2:
  500. return &v.unknownFields
  501. default:
  502. return nil
  503. }
  504. }
  505. file_proto_serviceaccount_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  506. switch v := v.(*UpdateServiceAccountRequest); i {
  507. case 0:
  508. return &v.state
  509. case 1:
  510. return &v.sizeCache
  511. case 2:
  512. return &v.unknownFields
  513. default:
  514. return nil
  515. }
  516. }
  517. file_proto_serviceaccount_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  518. switch v := v.(*UpdateServiceAccountResponse); i {
  519. case 0:
  520. return &v.state
  521. case 1:
  522. return &v.sizeCache
  523. case 2:
  524. return &v.unknownFields
  525. default:
  526. return nil
  527. }
  528. }
  529. file_proto_serviceaccount_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  530. switch v := v.(*CreateServiceAccountRequest); i {
  531. case 0:
  532. return &v.state
  533. case 1:
  534. return &v.sizeCache
  535. case 2:
  536. return &v.unknownFields
  537. default:
  538. return nil
  539. }
  540. }
  541. file_proto_serviceaccount_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  542. switch v := v.(*CreateServiceAccountResponse); i {
  543. case 0:
  544. return &v.state
  545. case 1:
  546. return &v.sizeCache
  547. case 2:
  548. return &v.unknownFields
  549. default:
  550. return nil
  551. }
  552. }
  553. file_proto_serviceaccount_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  554. switch v := v.(*DeleteServiceAccountRequest); i {
  555. case 0:
  556. return &v.state
  557. case 1:
  558. return &v.sizeCache
  559. case 2:
  560. return &v.unknownFields
  561. default:
  562. return nil
  563. }
  564. }
  565. file_proto_serviceaccount_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  566. switch v := v.(*DeleteServiceAccountResponse); i {
  567. case 0:
  568. return &v.state
  569. case 1:
  570. return &v.sizeCache
  571. case 2:
  572. return &v.unknownFields
  573. default:
  574. return nil
  575. }
  576. }
  577. }
  578. type x struct{}
  579. out := protoimpl.TypeBuilder{
  580. File: protoimpl.DescBuilder{
  581. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  582. RawDescriptor: file_proto_serviceaccount_proto_rawDesc,
  583. NumEnums: 0,
  584. NumMessages: 10,
  585. NumExtensions: 0,
  586. NumServices: 1,
  587. },
  588. GoTypes: file_proto_serviceaccount_proto_goTypes,
  589. DependencyIndexes: file_proto_serviceaccount_proto_depIdxs,
  590. MessageInfos: file_proto_serviceaccount_proto_msgTypes,
  591. }.Build()
  592. File_proto_serviceaccount_proto = out.File
  593. file_proto_serviceaccount_proto_rawDesc = nil
  594. file_proto_serviceaccount_proto_goTypes = nil
  595. file_proto_serviceaccount_proto_depIdxs = nil
  596. }