reflection.pb.go 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028
  1. // Copyright 2016 The gRPC Authors
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License.
  14. // Service exported by server reflection
  15. // Warning: this entire file is deprecated. Use this instead:
  16. // https://github.com/grpc/grpc-proto/blob/master/grpc/reflection/v1/reflection.proto
  17. // Code generated by protoc-gen-go. DO NOT EDIT.
  18. // versions:
  19. // protoc-gen-go v1.30.0
  20. // protoc v4.22.0
  21. // grpc/reflection/v1alpha/reflection.proto is a deprecated file.
  22. package grpc_reflection_v1alpha
  23. import (
  24. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  25. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  26. reflect "reflect"
  27. sync "sync"
  28. )
  29. const (
  30. // Verify that this generated code is sufficiently up-to-date.
  31. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  32. // Verify that runtime/protoimpl is sufficiently up-to-date.
  33. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  34. )
  35. // The message sent by the client when calling ServerReflectionInfo method.
  36. //
  37. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  38. type ServerReflectionRequest struct {
  39. state protoimpl.MessageState
  40. sizeCache protoimpl.SizeCache
  41. unknownFields protoimpl.UnknownFields
  42. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  43. Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
  44. // To use reflection service, the client should set one of the following
  45. // fields in message_request. The server distinguishes requests by their
  46. // defined field and then handles them using corresponding methods.
  47. //
  48. // Types that are assignable to MessageRequest:
  49. //
  50. // *ServerReflectionRequest_FileByFilename
  51. // *ServerReflectionRequest_FileContainingSymbol
  52. // *ServerReflectionRequest_FileContainingExtension
  53. // *ServerReflectionRequest_AllExtensionNumbersOfType
  54. // *ServerReflectionRequest_ListServices
  55. MessageRequest isServerReflectionRequest_MessageRequest `protobuf_oneof:"message_request"`
  56. }
  57. func (x *ServerReflectionRequest) Reset() {
  58. *x = ServerReflectionRequest{}
  59. if protoimpl.UnsafeEnabled {
  60. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[0]
  61. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  62. ms.StoreMessageInfo(mi)
  63. }
  64. }
  65. func (x *ServerReflectionRequest) String() string {
  66. return protoimpl.X.MessageStringOf(x)
  67. }
  68. func (*ServerReflectionRequest) ProtoMessage() {}
  69. func (x *ServerReflectionRequest) ProtoReflect() protoreflect.Message {
  70. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[0]
  71. if protoimpl.UnsafeEnabled && x != nil {
  72. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  73. if ms.LoadMessageInfo() == nil {
  74. ms.StoreMessageInfo(mi)
  75. }
  76. return ms
  77. }
  78. return mi.MessageOf(x)
  79. }
  80. // Deprecated: Use ServerReflectionRequest.ProtoReflect.Descriptor instead.
  81. func (*ServerReflectionRequest) Descriptor() ([]byte, []int) {
  82. return file_grpc_reflection_v1alpha_reflection_proto_rawDescGZIP(), []int{0}
  83. }
  84. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  85. func (x *ServerReflectionRequest) GetHost() string {
  86. if x != nil {
  87. return x.Host
  88. }
  89. return ""
  90. }
  91. func (m *ServerReflectionRequest) GetMessageRequest() isServerReflectionRequest_MessageRequest {
  92. if m != nil {
  93. return m.MessageRequest
  94. }
  95. return nil
  96. }
  97. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  98. func (x *ServerReflectionRequest) GetFileByFilename() string {
  99. if x, ok := x.GetMessageRequest().(*ServerReflectionRequest_FileByFilename); ok {
  100. return x.FileByFilename
  101. }
  102. return ""
  103. }
  104. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  105. func (x *ServerReflectionRequest) GetFileContainingSymbol() string {
  106. if x, ok := x.GetMessageRequest().(*ServerReflectionRequest_FileContainingSymbol); ok {
  107. return x.FileContainingSymbol
  108. }
  109. return ""
  110. }
  111. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  112. func (x *ServerReflectionRequest) GetFileContainingExtension() *ExtensionRequest {
  113. if x, ok := x.GetMessageRequest().(*ServerReflectionRequest_FileContainingExtension); ok {
  114. return x.FileContainingExtension
  115. }
  116. return nil
  117. }
  118. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  119. func (x *ServerReflectionRequest) GetAllExtensionNumbersOfType() string {
  120. if x, ok := x.GetMessageRequest().(*ServerReflectionRequest_AllExtensionNumbersOfType); ok {
  121. return x.AllExtensionNumbersOfType
  122. }
  123. return ""
  124. }
  125. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  126. func (x *ServerReflectionRequest) GetListServices() string {
  127. if x, ok := x.GetMessageRequest().(*ServerReflectionRequest_ListServices); ok {
  128. return x.ListServices
  129. }
  130. return ""
  131. }
  132. type isServerReflectionRequest_MessageRequest interface {
  133. isServerReflectionRequest_MessageRequest()
  134. }
  135. type ServerReflectionRequest_FileByFilename struct {
  136. // Find a proto file by the file name.
  137. //
  138. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  139. FileByFilename string `protobuf:"bytes,3,opt,name=file_by_filename,json=fileByFilename,proto3,oneof"`
  140. }
  141. type ServerReflectionRequest_FileContainingSymbol struct {
  142. // Find the proto file that declares the given fully-qualified symbol name.
  143. // This field should be a fully-qualified symbol name
  144. // (e.g. <package>.<service>[.<method>] or <package>.<type>).
  145. //
  146. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  147. FileContainingSymbol string `protobuf:"bytes,4,opt,name=file_containing_symbol,json=fileContainingSymbol,proto3,oneof"`
  148. }
  149. type ServerReflectionRequest_FileContainingExtension struct {
  150. // Find the proto file which defines an extension extending the given
  151. // message type with the given field number.
  152. //
  153. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  154. FileContainingExtension *ExtensionRequest `protobuf:"bytes,5,opt,name=file_containing_extension,json=fileContainingExtension,proto3,oneof"`
  155. }
  156. type ServerReflectionRequest_AllExtensionNumbersOfType struct {
  157. // Finds the tag numbers used by all known extensions of extendee_type, and
  158. // appends them to ExtensionNumberResponse in an undefined order.
  159. // Its corresponding method is best-effort: it's not guaranteed that the
  160. // reflection service will implement this method, and it's not guaranteed
  161. // that this method will provide all extensions. Returns
  162. // StatusCode::UNIMPLEMENTED if it's not implemented.
  163. // This field should be a fully-qualified type name. The format is
  164. // <package>.<type>
  165. //
  166. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  167. AllExtensionNumbersOfType string `protobuf:"bytes,6,opt,name=all_extension_numbers_of_type,json=allExtensionNumbersOfType,proto3,oneof"`
  168. }
  169. type ServerReflectionRequest_ListServices struct {
  170. // List the full names of registered services. The content will not be
  171. // checked.
  172. //
  173. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  174. ListServices string `protobuf:"bytes,7,opt,name=list_services,json=listServices,proto3,oneof"`
  175. }
  176. func (*ServerReflectionRequest_FileByFilename) isServerReflectionRequest_MessageRequest() {}
  177. func (*ServerReflectionRequest_FileContainingSymbol) isServerReflectionRequest_MessageRequest() {}
  178. func (*ServerReflectionRequest_FileContainingExtension) isServerReflectionRequest_MessageRequest() {}
  179. func (*ServerReflectionRequest_AllExtensionNumbersOfType) isServerReflectionRequest_MessageRequest() {
  180. }
  181. func (*ServerReflectionRequest_ListServices) isServerReflectionRequest_MessageRequest() {}
  182. // The type name and extension number sent by the client when requesting
  183. // file_containing_extension.
  184. //
  185. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  186. type ExtensionRequest struct {
  187. state protoimpl.MessageState
  188. sizeCache protoimpl.SizeCache
  189. unknownFields protoimpl.UnknownFields
  190. // Fully-qualified type name. The format should be <package>.<type>
  191. //
  192. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  193. ContainingType string `protobuf:"bytes,1,opt,name=containing_type,json=containingType,proto3" json:"containing_type,omitempty"`
  194. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  195. ExtensionNumber int32 `protobuf:"varint,2,opt,name=extension_number,json=extensionNumber,proto3" json:"extension_number,omitempty"`
  196. }
  197. func (x *ExtensionRequest) Reset() {
  198. *x = ExtensionRequest{}
  199. if protoimpl.UnsafeEnabled {
  200. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[1]
  201. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  202. ms.StoreMessageInfo(mi)
  203. }
  204. }
  205. func (x *ExtensionRequest) String() string {
  206. return protoimpl.X.MessageStringOf(x)
  207. }
  208. func (*ExtensionRequest) ProtoMessage() {}
  209. func (x *ExtensionRequest) ProtoReflect() protoreflect.Message {
  210. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[1]
  211. if protoimpl.UnsafeEnabled && x != nil {
  212. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  213. if ms.LoadMessageInfo() == nil {
  214. ms.StoreMessageInfo(mi)
  215. }
  216. return ms
  217. }
  218. return mi.MessageOf(x)
  219. }
  220. // Deprecated: Use ExtensionRequest.ProtoReflect.Descriptor instead.
  221. func (*ExtensionRequest) Descriptor() ([]byte, []int) {
  222. return file_grpc_reflection_v1alpha_reflection_proto_rawDescGZIP(), []int{1}
  223. }
  224. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  225. func (x *ExtensionRequest) GetContainingType() string {
  226. if x != nil {
  227. return x.ContainingType
  228. }
  229. return ""
  230. }
  231. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  232. func (x *ExtensionRequest) GetExtensionNumber() int32 {
  233. if x != nil {
  234. return x.ExtensionNumber
  235. }
  236. return 0
  237. }
  238. // The message sent by the server to answer ServerReflectionInfo method.
  239. //
  240. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  241. type ServerReflectionResponse struct {
  242. state protoimpl.MessageState
  243. sizeCache protoimpl.SizeCache
  244. unknownFields protoimpl.UnknownFields
  245. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  246. ValidHost string `protobuf:"bytes,1,opt,name=valid_host,json=validHost,proto3" json:"valid_host,omitempty"`
  247. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  248. OriginalRequest *ServerReflectionRequest `protobuf:"bytes,2,opt,name=original_request,json=originalRequest,proto3" json:"original_request,omitempty"`
  249. // The server set one of the following fields according to the message_request
  250. // in the request.
  251. //
  252. // Types that are assignable to MessageResponse:
  253. //
  254. // *ServerReflectionResponse_FileDescriptorResponse
  255. // *ServerReflectionResponse_AllExtensionNumbersResponse
  256. // *ServerReflectionResponse_ListServicesResponse
  257. // *ServerReflectionResponse_ErrorResponse
  258. MessageResponse isServerReflectionResponse_MessageResponse `protobuf_oneof:"message_response"`
  259. }
  260. func (x *ServerReflectionResponse) Reset() {
  261. *x = ServerReflectionResponse{}
  262. if protoimpl.UnsafeEnabled {
  263. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[2]
  264. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  265. ms.StoreMessageInfo(mi)
  266. }
  267. }
  268. func (x *ServerReflectionResponse) String() string {
  269. return protoimpl.X.MessageStringOf(x)
  270. }
  271. func (*ServerReflectionResponse) ProtoMessage() {}
  272. func (x *ServerReflectionResponse) ProtoReflect() protoreflect.Message {
  273. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[2]
  274. if protoimpl.UnsafeEnabled && x != nil {
  275. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  276. if ms.LoadMessageInfo() == nil {
  277. ms.StoreMessageInfo(mi)
  278. }
  279. return ms
  280. }
  281. return mi.MessageOf(x)
  282. }
  283. // Deprecated: Use ServerReflectionResponse.ProtoReflect.Descriptor instead.
  284. func (*ServerReflectionResponse) Descriptor() ([]byte, []int) {
  285. return file_grpc_reflection_v1alpha_reflection_proto_rawDescGZIP(), []int{2}
  286. }
  287. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  288. func (x *ServerReflectionResponse) GetValidHost() string {
  289. if x != nil {
  290. return x.ValidHost
  291. }
  292. return ""
  293. }
  294. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  295. func (x *ServerReflectionResponse) GetOriginalRequest() *ServerReflectionRequest {
  296. if x != nil {
  297. return x.OriginalRequest
  298. }
  299. return nil
  300. }
  301. func (m *ServerReflectionResponse) GetMessageResponse() isServerReflectionResponse_MessageResponse {
  302. if m != nil {
  303. return m.MessageResponse
  304. }
  305. return nil
  306. }
  307. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  308. func (x *ServerReflectionResponse) GetFileDescriptorResponse() *FileDescriptorResponse {
  309. if x, ok := x.GetMessageResponse().(*ServerReflectionResponse_FileDescriptorResponse); ok {
  310. return x.FileDescriptorResponse
  311. }
  312. return nil
  313. }
  314. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  315. func (x *ServerReflectionResponse) GetAllExtensionNumbersResponse() *ExtensionNumberResponse {
  316. if x, ok := x.GetMessageResponse().(*ServerReflectionResponse_AllExtensionNumbersResponse); ok {
  317. return x.AllExtensionNumbersResponse
  318. }
  319. return nil
  320. }
  321. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  322. func (x *ServerReflectionResponse) GetListServicesResponse() *ListServiceResponse {
  323. if x, ok := x.GetMessageResponse().(*ServerReflectionResponse_ListServicesResponse); ok {
  324. return x.ListServicesResponse
  325. }
  326. return nil
  327. }
  328. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  329. func (x *ServerReflectionResponse) GetErrorResponse() *ErrorResponse {
  330. if x, ok := x.GetMessageResponse().(*ServerReflectionResponse_ErrorResponse); ok {
  331. return x.ErrorResponse
  332. }
  333. return nil
  334. }
  335. type isServerReflectionResponse_MessageResponse interface {
  336. isServerReflectionResponse_MessageResponse()
  337. }
  338. type ServerReflectionResponse_FileDescriptorResponse struct {
  339. // This message is used to answer file_by_filename, file_containing_symbol,
  340. // file_containing_extension requests with transitive dependencies. As
  341. // the repeated label is not allowed in oneof fields, we use a
  342. // FileDescriptorResponse message to encapsulate the repeated fields.
  343. // The reflection service is allowed to avoid sending FileDescriptorProtos
  344. // that were previously sent in response to earlier requests in the stream.
  345. //
  346. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  347. FileDescriptorResponse *FileDescriptorResponse `protobuf:"bytes,4,opt,name=file_descriptor_response,json=fileDescriptorResponse,proto3,oneof"`
  348. }
  349. type ServerReflectionResponse_AllExtensionNumbersResponse struct {
  350. // This message is used to answer all_extension_numbers_of_type requst.
  351. //
  352. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  353. AllExtensionNumbersResponse *ExtensionNumberResponse `protobuf:"bytes,5,opt,name=all_extension_numbers_response,json=allExtensionNumbersResponse,proto3,oneof"`
  354. }
  355. type ServerReflectionResponse_ListServicesResponse struct {
  356. // This message is used to answer list_services request.
  357. //
  358. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  359. ListServicesResponse *ListServiceResponse `protobuf:"bytes,6,opt,name=list_services_response,json=listServicesResponse,proto3,oneof"`
  360. }
  361. type ServerReflectionResponse_ErrorResponse struct {
  362. // This message is used when an error occurs.
  363. //
  364. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  365. ErrorResponse *ErrorResponse `protobuf:"bytes,7,opt,name=error_response,json=errorResponse,proto3,oneof"`
  366. }
  367. func (*ServerReflectionResponse_FileDescriptorResponse) isServerReflectionResponse_MessageResponse() {
  368. }
  369. func (*ServerReflectionResponse_AllExtensionNumbersResponse) isServerReflectionResponse_MessageResponse() {
  370. }
  371. func (*ServerReflectionResponse_ListServicesResponse) isServerReflectionResponse_MessageResponse() {}
  372. func (*ServerReflectionResponse_ErrorResponse) isServerReflectionResponse_MessageResponse() {}
  373. // Serialized FileDescriptorProto messages sent by the server answering
  374. // a file_by_filename, file_containing_symbol, or file_containing_extension
  375. // request.
  376. //
  377. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  378. type FileDescriptorResponse struct {
  379. state protoimpl.MessageState
  380. sizeCache protoimpl.SizeCache
  381. unknownFields protoimpl.UnknownFields
  382. // Serialized FileDescriptorProto messages. We avoid taking a dependency on
  383. // descriptor.proto, which uses proto2 only features, by making them opaque
  384. // bytes instead.
  385. //
  386. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  387. FileDescriptorProto [][]byte `protobuf:"bytes,1,rep,name=file_descriptor_proto,json=fileDescriptorProto,proto3" json:"file_descriptor_proto,omitempty"`
  388. }
  389. func (x *FileDescriptorResponse) Reset() {
  390. *x = FileDescriptorResponse{}
  391. if protoimpl.UnsafeEnabled {
  392. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[3]
  393. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  394. ms.StoreMessageInfo(mi)
  395. }
  396. }
  397. func (x *FileDescriptorResponse) String() string {
  398. return protoimpl.X.MessageStringOf(x)
  399. }
  400. func (*FileDescriptorResponse) ProtoMessage() {}
  401. func (x *FileDescriptorResponse) ProtoReflect() protoreflect.Message {
  402. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[3]
  403. if protoimpl.UnsafeEnabled && x != nil {
  404. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  405. if ms.LoadMessageInfo() == nil {
  406. ms.StoreMessageInfo(mi)
  407. }
  408. return ms
  409. }
  410. return mi.MessageOf(x)
  411. }
  412. // Deprecated: Use FileDescriptorResponse.ProtoReflect.Descriptor instead.
  413. func (*FileDescriptorResponse) Descriptor() ([]byte, []int) {
  414. return file_grpc_reflection_v1alpha_reflection_proto_rawDescGZIP(), []int{3}
  415. }
  416. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  417. func (x *FileDescriptorResponse) GetFileDescriptorProto() [][]byte {
  418. if x != nil {
  419. return x.FileDescriptorProto
  420. }
  421. return nil
  422. }
  423. // A list of extension numbers sent by the server answering
  424. // all_extension_numbers_of_type request.
  425. //
  426. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  427. type ExtensionNumberResponse struct {
  428. state protoimpl.MessageState
  429. sizeCache protoimpl.SizeCache
  430. unknownFields protoimpl.UnknownFields
  431. // Full name of the base type, including the package name. The format
  432. // is <package>.<type>
  433. //
  434. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  435. BaseTypeName string `protobuf:"bytes,1,opt,name=base_type_name,json=baseTypeName,proto3" json:"base_type_name,omitempty"`
  436. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  437. ExtensionNumber []int32 `protobuf:"varint,2,rep,packed,name=extension_number,json=extensionNumber,proto3" json:"extension_number,omitempty"`
  438. }
  439. func (x *ExtensionNumberResponse) Reset() {
  440. *x = ExtensionNumberResponse{}
  441. if protoimpl.UnsafeEnabled {
  442. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[4]
  443. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  444. ms.StoreMessageInfo(mi)
  445. }
  446. }
  447. func (x *ExtensionNumberResponse) String() string {
  448. return protoimpl.X.MessageStringOf(x)
  449. }
  450. func (*ExtensionNumberResponse) ProtoMessage() {}
  451. func (x *ExtensionNumberResponse) ProtoReflect() protoreflect.Message {
  452. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[4]
  453. if protoimpl.UnsafeEnabled && x != nil {
  454. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  455. if ms.LoadMessageInfo() == nil {
  456. ms.StoreMessageInfo(mi)
  457. }
  458. return ms
  459. }
  460. return mi.MessageOf(x)
  461. }
  462. // Deprecated: Use ExtensionNumberResponse.ProtoReflect.Descriptor instead.
  463. func (*ExtensionNumberResponse) Descriptor() ([]byte, []int) {
  464. return file_grpc_reflection_v1alpha_reflection_proto_rawDescGZIP(), []int{4}
  465. }
  466. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  467. func (x *ExtensionNumberResponse) GetBaseTypeName() string {
  468. if x != nil {
  469. return x.BaseTypeName
  470. }
  471. return ""
  472. }
  473. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  474. func (x *ExtensionNumberResponse) GetExtensionNumber() []int32 {
  475. if x != nil {
  476. return x.ExtensionNumber
  477. }
  478. return nil
  479. }
  480. // A list of ServiceResponse sent by the server answering list_services request.
  481. //
  482. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  483. type ListServiceResponse struct {
  484. state protoimpl.MessageState
  485. sizeCache protoimpl.SizeCache
  486. unknownFields protoimpl.UnknownFields
  487. // The information of each service may be expanded in the future, so we use
  488. // ServiceResponse message to encapsulate it.
  489. //
  490. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  491. Service []*ServiceResponse `protobuf:"bytes,1,rep,name=service,proto3" json:"service,omitempty"`
  492. }
  493. func (x *ListServiceResponse) Reset() {
  494. *x = ListServiceResponse{}
  495. if protoimpl.UnsafeEnabled {
  496. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[5]
  497. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  498. ms.StoreMessageInfo(mi)
  499. }
  500. }
  501. func (x *ListServiceResponse) String() string {
  502. return protoimpl.X.MessageStringOf(x)
  503. }
  504. func (*ListServiceResponse) ProtoMessage() {}
  505. func (x *ListServiceResponse) ProtoReflect() protoreflect.Message {
  506. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[5]
  507. if protoimpl.UnsafeEnabled && x != nil {
  508. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  509. if ms.LoadMessageInfo() == nil {
  510. ms.StoreMessageInfo(mi)
  511. }
  512. return ms
  513. }
  514. return mi.MessageOf(x)
  515. }
  516. // Deprecated: Use ListServiceResponse.ProtoReflect.Descriptor instead.
  517. func (*ListServiceResponse) Descriptor() ([]byte, []int) {
  518. return file_grpc_reflection_v1alpha_reflection_proto_rawDescGZIP(), []int{5}
  519. }
  520. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  521. func (x *ListServiceResponse) GetService() []*ServiceResponse {
  522. if x != nil {
  523. return x.Service
  524. }
  525. return nil
  526. }
  527. // The information of a single service used by ListServiceResponse to answer
  528. // list_services request.
  529. //
  530. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  531. type ServiceResponse struct {
  532. state protoimpl.MessageState
  533. sizeCache protoimpl.SizeCache
  534. unknownFields protoimpl.UnknownFields
  535. // Full name of a registered service, including its package name. The format
  536. // is <package>.<service>
  537. //
  538. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  539. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  540. }
  541. func (x *ServiceResponse) Reset() {
  542. *x = ServiceResponse{}
  543. if protoimpl.UnsafeEnabled {
  544. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[6]
  545. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  546. ms.StoreMessageInfo(mi)
  547. }
  548. }
  549. func (x *ServiceResponse) String() string {
  550. return protoimpl.X.MessageStringOf(x)
  551. }
  552. func (*ServiceResponse) ProtoMessage() {}
  553. func (x *ServiceResponse) ProtoReflect() protoreflect.Message {
  554. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[6]
  555. if protoimpl.UnsafeEnabled && x != nil {
  556. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  557. if ms.LoadMessageInfo() == nil {
  558. ms.StoreMessageInfo(mi)
  559. }
  560. return ms
  561. }
  562. return mi.MessageOf(x)
  563. }
  564. // Deprecated: Use ServiceResponse.ProtoReflect.Descriptor instead.
  565. func (*ServiceResponse) Descriptor() ([]byte, []int) {
  566. return file_grpc_reflection_v1alpha_reflection_proto_rawDescGZIP(), []int{6}
  567. }
  568. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  569. func (x *ServiceResponse) GetName() string {
  570. if x != nil {
  571. return x.Name
  572. }
  573. return ""
  574. }
  575. // The error code and error message sent by the server when an error occurs.
  576. //
  577. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  578. type ErrorResponse struct {
  579. state protoimpl.MessageState
  580. sizeCache protoimpl.SizeCache
  581. unknownFields protoimpl.UnknownFields
  582. // This field uses the error codes defined in grpc::StatusCode.
  583. //
  584. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  585. ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
  586. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  587. ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
  588. }
  589. func (x *ErrorResponse) Reset() {
  590. *x = ErrorResponse{}
  591. if protoimpl.UnsafeEnabled {
  592. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[7]
  593. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  594. ms.StoreMessageInfo(mi)
  595. }
  596. }
  597. func (x *ErrorResponse) String() string {
  598. return protoimpl.X.MessageStringOf(x)
  599. }
  600. func (*ErrorResponse) ProtoMessage() {}
  601. func (x *ErrorResponse) ProtoReflect() protoreflect.Message {
  602. mi := &file_grpc_reflection_v1alpha_reflection_proto_msgTypes[7]
  603. if protoimpl.UnsafeEnabled && x != nil {
  604. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  605. if ms.LoadMessageInfo() == nil {
  606. ms.StoreMessageInfo(mi)
  607. }
  608. return ms
  609. }
  610. return mi.MessageOf(x)
  611. }
  612. // Deprecated: Use ErrorResponse.ProtoReflect.Descriptor instead.
  613. func (*ErrorResponse) Descriptor() ([]byte, []int) {
  614. return file_grpc_reflection_v1alpha_reflection_proto_rawDescGZIP(), []int{7}
  615. }
  616. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  617. func (x *ErrorResponse) GetErrorCode() int32 {
  618. if x != nil {
  619. return x.ErrorCode
  620. }
  621. return 0
  622. }
  623. // Deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated.
  624. func (x *ErrorResponse) GetErrorMessage() string {
  625. if x != nil {
  626. return x.ErrorMessage
  627. }
  628. return ""
  629. }
  630. var File_grpc_reflection_v1alpha_reflection_proto protoreflect.FileDescriptor
  631. var file_grpc_reflection_v1alpha_reflection_proto_rawDesc = []byte{
  632. 0x0a, 0x28, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f,
  633. 0x6e, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2f, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63,
  634. 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x67, 0x72, 0x70, 0x63,
  635. 0x2e, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x61, 0x6c,
  636. 0x70, 0x68, 0x61, 0x22, 0xf8, 0x02, 0x0a, 0x17, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x65,
  637. 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  638. 0x12, 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68,
  639. 0x6f, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x62, 0x79, 0x5f, 0x66,
  640. 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52,
  641. 0x0e, 0x66, 0x69, 0x6c, 0x65, 0x42, 0x79, 0x46, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x12,
  642. 0x36, 0x0a, 0x16, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x69,
  643. 0x6e, 0x67, 0x5f, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48,
  644. 0x00, 0x52, 0x14, 0x66, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x69, 0x6e,
  645. 0x67, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x67, 0x0a, 0x19, 0x66, 0x69, 0x6c, 0x65, 0x5f,
  646. 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e,
  647. 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x67, 0x72, 0x70,
  648. 0x63, 0x2e, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x61,
  649. 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65,
  650. 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x00, 0x52, 0x17, 0x66, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e,
  651. 0x74, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
  652. 0x12, 0x42, 0x0a, 0x1d, 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
  653. 0x6e, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x6f, 0x66, 0x5f, 0x74, 0x79, 0x70,
  654. 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x19, 0x61, 0x6c, 0x6c, 0x45, 0x78,
  655. 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x4f, 0x66,
  656. 0x54, 0x79, 0x70, 0x65, 0x12, 0x25, 0x0a, 0x0d, 0x6c, 0x69, 0x73, 0x74, 0x5f, 0x73, 0x65, 0x72,
  657. 0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0c, 0x6c,
  658. 0x69, 0x73, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x11, 0x0a, 0x0f, 0x6d,
  659. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x66,
  660. 0x0a, 0x10, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
  661. 0x73, 0x74, 0x12, 0x27, 0x0a, 0x0f, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67,
  662. 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x6f, 0x6e,
  663. 0x74, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x29, 0x0a, 0x10, 0x65,
  664. 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18,
  665. 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e,
  666. 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xc7, 0x04, 0x0a, 0x18, 0x53, 0x65, 0x72, 0x76, 0x65,
  667. 0x72, 0x52, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f,
  668. 0x6e, 0x73, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x68, 0x6f, 0x73,
  669. 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x48, 0x6f,
  670. 0x73, 0x74, 0x12, 0x5b, 0x0a, 0x10, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x5f, 0x72,
  671. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x67,
  672. 0x72, 0x70, 0x63, 0x2e, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76,
  673. 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x65, 0x66,
  674. 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0f,
  675. 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  676. 0x6b, 0x0a, 0x18, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
  677. 0x6f, 0x72, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
  678. 0x0b, 0x32, 0x2f, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74,
  679. 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x46, 0x69, 0x6c, 0x65,
  680. 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
  681. 0x73, 0x65, 0x48, 0x00, 0x52, 0x16, 0x66, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69,
  682. 0x70, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x77, 0x0a, 0x1e,
  683. 0x61, 0x6c, 0x6c, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x75,
  684. 0x6d, 0x62, 0x65, 0x72, 0x73, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x05,
  685. 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x72, 0x65, 0x66, 0x6c,
  686. 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x45,
  687. 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65,
  688. 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x48, 0x00, 0x52, 0x1b, 0x61, 0x6c, 0x6c, 0x45, 0x78, 0x74,
  689. 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73,
  690. 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, 0x0a, 0x16, 0x6c, 0x69, 0x73, 0x74, 0x5f, 0x73, 0x65,
  691. 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18,
  692. 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x72, 0x65, 0x66,
  693. 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e,
  694. 0x4c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
  695. 0x6e, 0x73, 0x65, 0x48, 0x00, 0x52, 0x14, 0x6c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69,
  696. 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x0e, 0x65,
  697. 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x07, 0x20,
  698. 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x72, 0x65, 0x66, 0x6c, 0x65,
  699. 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x45, 0x72,
  700. 0x72, 0x6f, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x48, 0x00, 0x52, 0x0d, 0x65,
  701. 0x72, 0x72, 0x6f, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x12, 0x0a, 0x10,
  702. 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  703. 0x22, 0x4c, 0x0a, 0x16, 0x46, 0x69, 0x6c, 0x65, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
  704. 0x6f, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x15, 0x66, 0x69,
  705. 0x6c, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x5f, 0x70, 0x72,
  706. 0x6f, 0x74, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x13, 0x66, 0x69, 0x6c, 0x65, 0x44,
  707. 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x6a,
  708. 0x0a, 0x17, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65,
  709. 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x24, 0x0a, 0x0e, 0x62, 0x61, 0x73,
  710. 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
  711. 0x09, 0x52, 0x0c, 0x62, 0x61, 0x73, 0x65, 0x54, 0x79, 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12,
  712. 0x29, 0x0a, 0x10, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x75, 0x6d,
  713. 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e,
  714. 0x73, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x59, 0x0a, 0x13, 0x4c, 0x69,
  715. 0x73, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
  716. 0x65, 0x12, 0x42, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x01, 0x20, 0x03,
  717. 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63,
  718. 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x53, 0x65, 0x72,
  719. 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x07, 0x73, 0x65,
  720. 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x25, 0x0a, 0x0f, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  721. 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
  722. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x53, 0x0a, 0x0d,
  723. 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1d, 0x0a,
  724. 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
  725. 0x05, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x23, 0x0a, 0x0d,
  726. 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20,
  727. 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  728. 0x65, 0x32, 0x93, 0x01, 0x0a, 0x10, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x65, 0x66, 0x6c,
  729. 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x7f, 0x0a, 0x14, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72,
  730. 0x52, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x30,
  731. 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e,
  732. 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52,
  733. 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  734. 0x1a, 0x31, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69,
  735. 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x65,
  736. 0x72, 0x52, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f,
  737. 0x6e, 0x73, 0x65, 0x28, 0x01, 0x30, 0x01, 0x42, 0x73, 0x0a, 0x1a, 0x69, 0x6f, 0x2e, 0x67, 0x72,
  738. 0x70, 0x63, 0x2e, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x76, 0x31,
  739. 0x61, 0x6c, 0x70, 0x68, 0x61, 0x42, 0x15, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x52, 0x65, 0x66,
  740. 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x39,
  741. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72,
  742. 0x67, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x2f, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f,
  743. 0x6e, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x5f, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f,
  744. 0x6e, 0x5f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0xb8, 0x01, 0x01, 0x62, 0x06, 0x70, 0x72,
  745. 0x6f, 0x74, 0x6f, 0x33,
  746. }
  747. var (
  748. file_grpc_reflection_v1alpha_reflection_proto_rawDescOnce sync.Once
  749. file_grpc_reflection_v1alpha_reflection_proto_rawDescData = file_grpc_reflection_v1alpha_reflection_proto_rawDesc
  750. )
  751. func file_grpc_reflection_v1alpha_reflection_proto_rawDescGZIP() []byte {
  752. file_grpc_reflection_v1alpha_reflection_proto_rawDescOnce.Do(func() {
  753. file_grpc_reflection_v1alpha_reflection_proto_rawDescData = protoimpl.X.CompressGZIP(file_grpc_reflection_v1alpha_reflection_proto_rawDescData)
  754. })
  755. return file_grpc_reflection_v1alpha_reflection_proto_rawDescData
  756. }
  757. var file_grpc_reflection_v1alpha_reflection_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
  758. var file_grpc_reflection_v1alpha_reflection_proto_goTypes = []interface{}{
  759. (*ServerReflectionRequest)(nil), // 0: grpc.reflection.v1alpha.ServerReflectionRequest
  760. (*ExtensionRequest)(nil), // 1: grpc.reflection.v1alpha.ExtensionRequest
  761. (*ServerReflectionResponse)(nil), // 2: grpc.reflection.v1alpha.ServerReflectionResponse
  762. (*FileDescriptorResponse)(nil), // 3: grpc.reflection.v1alpha.FileDescriptorResponse
  763. (*ExtensionNumberResponse)(nil), // 4: grpc.reflection.v1alpha.ExtensionNumberResponse
  764. (*ListServiceResponse)(nil), // 5: grpc.reflection.v1alpha.ListServiceResponse
  765. (*ServiceResponse)(nil), // 6: grpc.reflection.v1alpha.ServiceResponse
  766. (*ErrorResponse)(nil), // 7: grpc.reflection.v1alpha.ErrorResponse
  767. }
  768. var file_grpc_reflection_v1alpha_reflection_proto_depIdxs = []int32{
  769. 1, // 0: grpc.reflection.v1alpha.ServerReflectionRequest.file_containing_extension:type_name -> grpc.reflection.v1alpha.ExtensionRequest
  770. 0, // 1: grpc.reflection.v1alpha.ServerReflectionResponse.original_request:type_name -> grpc.reflection.v1alpha.ServerReflectionRequest
  771. 3, // 2: grpc.reflection.v1alpha.ServerReflectionResponse.file_descriptor_response:type_name -> grpc.reflection.v1alpha.FileDescriptorResponse
  772. 4, // 3: grpc.reflection.v1alpha.ServerReflectionResponse.all_extension_numbers_response:type_name -> grpc.reflection.v1alpha.ExtensionNumberResponse
  773. 5, // 4: grpc.reflection.v1alpha.ServerReflectionResponse.list_services_response:type_name -> grpc.reflection.v1alpha.ListServiceResponse
  774. 7, // 5: grpc.reflection.v1alpha.ServerReflectionResponse.error_response:type_name -> grpc.reflection.v1alpha.ErrorResponse
  775. 6, // 6: grpc.reflection.v1alpha.ListServiceResponse.service:type_name -> grpc.reflection.v1alpha.ServiceResponse
  776. 0, // 7: grpc.reflection.v1alpha.ServerReflection.ServerReflectionInfo:input_type -> grpc.reflection.v1alpha.ServerReflectionRequest
  777. 2, // 8: grpc.reflection.v1alpha.ServerReflection.ServerReflectionInfo:output_type -> grpc.reflection.v1alpha.ServerReflectionResponse
  778. 8, // [8:9] is the sub-list for method output_type
  779. 7, // [7:8] is the sub-list for method input_type
  780. 7, // [7:7] is the sub-list for extension type_name
  781. 7, // [7:7] is the sub-list for extension extendee
  782. 0, // [0:7] is the sub-list for field type_name
  783. }
  784. func init() { file_grpc_reflection_v1alpha_reflection_proto_init() }
  785. func file_grpc_reflection_v1alpha_reflection_proto_init() {
  786. if File_grpc_reflection_v1alpha_reflection_proto != nil {
  787. return
  788. }
  789. if !protoimpl.UnsafeEnabled {
  790. file_grpc_reflection_v1alpha_reflection_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  791. switch v := v.(*ServerReflectionRequest); i {
  792. case 0:
  793. return &v.state
  794. case 1:
  795. return &v.sizeCache
  796. case 2:
  797. return &v.unknownFields
  798. default:
  799. return nil
  800. }
  801. }
  802. file_grpc_reflection_v1alpha_reflection_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  803. switch v := v.(*ExtensionRequest); i {
  804. case 0:
  805. return &v.state
  806. case 1:
  807. return &v.sizeCache
  808. case 2:
  809. return &v.unknownFields
  810. default:
  811. return nil
  812. }
  813. }
  814. file_grpc_reflection_v1alpha_reflection_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  815. switch v := v.(*ServerReflectionResponse); i {
  816. case 0:
  817. return &v.state
  818. case 1:
  819. return &v.sizeCache
  820. case 2:
  821. return &v.unknownFields
  822. default:
  823. return nil
  824. }
  825. }
  826. file_grpc_reflection_v1alpha_reflection_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  827. switch v := v.(*FileDescriptorResponse); i {
  828. case 0:
  829. return &v.state
  830. case 1:
  831. return &v.sizeCache
  832. case 2:
  833. return &v.unknownFields
  834. default:
  835. return nil
  836. }
  837. }
  838. file_grpc_reflection_v1alpha_reflection_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  839. switch v := v.(*ExtensionNumberResponse); i {
  840. case 0:
  841. return &v.state
  842. case 1:
  843. return &v.sizeCache
  844. case 2:
  845. return &v.unknownFields
  846. default:
  847. return nil
  848. }
  849. }
  850. file_grpc_reflection_v1alpha_reflection_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  851. switch v := v.(*ListServiceResponse); i {
  852. case 0:
  853. return &v.state
  854. case 1:
  855. return &v.sizeCache
  856. case 2:
  857. return &v.unknownFields
  858. default:
  859. return nil
  860. }
  861. }
  862. file_grpc_reflection_v1alpha_reflection_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  863. switch v := v.(*ServiceResponse); i {
  864. case 0:
  865. return &v.state
  866. case 1:
  867. return &v.sizeCache
  868. case 2:
  869. return &v.unknownFields
  870. default:
  871. return nil
  872. }
  873. }
  874. file_grpc_reflection_v1alpha_reflection_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  875. switch v := v.(*ErrorResponse); i {
  876. case 0:
  877. return &v.state
  878. case 1:
  879. return &v.sizeCache
  880. case 2:
  881. return &v.unknownFields
  882. default:
  883. return nil
  884. }
  885. }
  886. }
  887. file_grpc_reflection_v1alpha_reflection_proto_msgTypes[0].OneofWrappers = []interface{}{
  888. (*ServerReflectionRequest_FileByFilename)(nil),
  889. (*ServerReflectionRequest_FileContainingSymbol)(nil),
  890. (*ServerReflectionRequest_FileContainingExtension)(nil),
  891. (*ServerReflectionRequest_AllExtensionNumbersOfType)(nil),
  892. (*ServerReflectionRequest_ListServices)(nil),
  893. }
  894. file_grpc_reflection_v1alpha_reflection_proto_msgTypes[2].OneofWrappers = []interface{}{
  895. (*ServerReflectionResponse_FileDescriptorResponse)(nil),
  896. (*ServerReflectionResponse_AllExtensionNumbersResponse)(nil),
  897. (*ServerReflectionResponse_ListServicesResponse)(nil),
  898. (*ServerReflectionResponse_ErrorResponse)(nil),
  899. }
  900. type x struct{}
  901. out := protoimpl.TypeBuilder{
  902. File: protoimpl.DescBuilder{
  903. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  904. RawDescriptor: file_grpc_reflection_v1alpha_reflection_proto_rawDesc,
  905. NumEnums: 0,
  906. NumMessages: 8,
  907. NumExtensions: 0,
  908. NumServices: 1,
  909. },
  910. GoTypes: file_grpc_reflection_v1alpha_reflection_proto_goTypes,
  911. DependencyIndexes: file_grpc_reflection_v1alpha_reflection_proto_depIdxs,
  912. MessageInfos: file_grpc_reflection_v1alpha_reflection_proto_msgTypes,
  913. }.Build()
  914. File_grpc_reflection_v1alpha_reflection_proto = out.File
  915. file_grpc_reflection_v1alpha_reflection_proto_rawDesc = nil
  916. file_grpc_reflection_v1alpha_reflection_proto_goTypes = nil
  917. file_grpc_reflection_v1alpha_reflection_proto_depIdxs = nil
  918. }