query.pb.go 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1
  4. // protoc v3.12.4
  5. // source: v1/response/query.proto
  6. package response
  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 QueryResponse struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. Statement string `protobuf:"bytes,1,opt,name=Statement,proto3" json:"Statement,omitempty"`
  24. Infos []*InfoData `protobuf:"bytes,2,rep,name=Infos,proto3" json:"Infos,omitempty"`
  25. TotalCount int64 `protobuf:"varint,3,opt,name=TotalCount,proto3" json:"TotalCount,omitempty"`
  26. PageNo int32 `protobuf:"varint,4,opt,name=PageNo,proto3" json:"PageNo,omitempty"`
  27. }
  28. func (x *QueryResponse) Reset() {
  29. *x = QueryResponse{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_v1_response_query_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *QueryResponse) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*QueryResponse) ProtoMessage() {}
  40. func (x *QueryResponse) ProtoReflect() protoreflect.Message {
  41. mi := &file_v1_response_query_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use QueryResponse.ProtoReflect.Descriptor instead.
  52. func (*QueryResponse) Descriptor() ([]byte, []int) {
  53. return file_v1_response_query_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *QueryResponse) GetStatement() string {
  56. if x != nil {
  57. return x.Statement
  58. }
  59. return ""
  60. }
  61. func (x *QueryResponse) GetInfos() []*InfoData {
  62. if x != nil {
  63. return x.Infos
  64. }
  65. return nil
  66. }
  67. func (x *QueryResponse) GetTotalCount() int64 {
  68. if x != nil {
  69. return x.TotalCount
  70. }
  71. return 0
  72. }
  73. func (x *QueryResponse) GetPageNo() int32 {
  74. if x != nil {
  75. return x.PageNo
  76. }
  77. return 0
  78. }
  79. type QueryByKeysResponse struct {
  80. state protoimpl.MessageState
  81. sizeCache protoimpl.SizeCache
  82. unknownFields protoimpl.UnknownFields
  83. Statement string `protobuf:"bytes,1,opt,name=Statement,proto3" json:"Statement,omitempty"`
  84. Info *InfoData `protobuf:"bytes,2,opt,name=Info,proto3" json:"Info,omitempty"`
  85. }
  86. func (x *QueryByKeysResponse) Reset() {
  87. *x = QueryByKeysResponse{}
  88. if protoimpl.UnsafeEnabled {
  89. mi := &file_v1_response_query_proto_msgTypes[1]
  90. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  91. ms.StoreMessageInfo(mi)
  92. }
  93. }
  94. func (x *QueryByKeysResponse) String() string {
  95. return protoimpl.X.MessageStringOf(x)
  96. }
  97. func (*QueryByKeysResponse) ProtoMessage() {}
  98. func (x *QueryByKeysResponse) ProtoReflect() protoreflect.Message {
  99. mi := &file_v1_response_query_proto_msgTypes[1]
  100. if protoimpl.UnsafeEnabled && x != nil {
  101. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  102. if ms.LoadMessageInfo() == nil {
  103. ms.StoreMessageInfo(mi)
  104. }
  105. return ms
  106. }
  107. return mi.MessageOf(x)
  108. }
  109. // Deprecated: Use QueryByKeysResponse.ProtoReflect.Descriptor instead.
  110. func (*QueryByKeysResponse) Descriptor() ([]byte, []int) {
  111. return file_v1_response_query_proto_rawDescGZIP(), []int{1}
  112. }
  113. func (x *QueryByKeysResponse) GetStatement() string {
  114. if x != nil {
  115. return x.Statement
  116. }
  117. return ""
  118. }
  119. func (x *QueryByKeysResponse) GetInfo() *InfoData {
  120. if x != nil {
  121. return x.Info
  122. }
  123. return nil
  124. }
  125. type CountResponse struct {
  126. state protoimpl.MessageState
  127. sizeCache protoimpl.SizeCache
  128. unknownFields protoimpl.UnknownFields
  129. Statement string `protobuf:"bytes,1,opt,name=Statement,proto3" json:"Statement,omitempty"`
  130. Count int64 `protobuf:"varint,2,opt,name=Count,proto3" json:"Count,omitempty"`
  131. }
  132. func (x *CountResponse) Reset() {
  133. *x = CountResponse{}
  134. if protoimpl.UnsafeEnabled {
  135. mi := &file_v1_response_query_proto_msgTypes[2]
  136. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  137. ms.StoreMessageInfo(mi)
  138. }
  139. }
  140. func (x *CountResponse) String() string {
  141. return protoimpl.X.MessageStringOf(x)
  142. }
  143. func (*CountResponse) ProtoMessage() {}
  144. func (x *CountResponse) ProtoReflect() protoreflect.Message {
  145. mi := &file_v1_response_query_proto_msgTypes[2]
  146. if protoimpl.UnsafeEnabled && x != nil {
  147. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  148. if ms.LoadMessageInfo() == nil {
  149. ms.StoreMessageInfo(mi)
  150. }
  151. return ms
  152. }
  153. return mi.MessageOf(x)
  154. }
  155. // Deprecated: Use CountResponse.ProtoReflect.Descriptor instead.
  156. func (*CountResponse) Descriptor() ([]byte, []int) {
  157. return file_v1_response_query_proto_rawDescGZIP(), []int{2}
  158. }
  159. func (x *CountResponse) GetStatement() string {
  160. if x != nil {
  161. return x.Statement
  162. }
  163. return ""
  164. }
  165. func (x *CountResponse) GetCount() int64 {
  166. if x != nil {
  167. return x.Count
  168. }
  169. return 0
  170. }
  171. type InfoData struct {
  172. state protoimpl.MessageState
  173. sizeCache protoimpl.SizeCache
  174. unknownFields protoimpl.UnknownFields
  175. Columns []*Column `protobuf:"bytes,1,rep,name=Columns,proto3" json:"Columns,omitempty"`
  176. }
  177. func (x *InfoData) Reset() {
  178. *x = InfoData{}
  179. if protoimpl.UnsafeEnabled {
  180. mi := &file_v1_response_query_proto_msgTypes[3]
  181. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  182. ms.StoreMessageInfo(mi)
  183. }
  184. }
  185. func (x *InfoData) String() string {
  186. return protoimpl.X.MessageStringOf(x)
  187. }
  188. func (*InfoData) ProtoMessage() {}
  189. func (x *InfoData) ProtoReflect() protoreflect.Message {
  190. mi := &file_v1_response_query_proto_msgTypes[3]
  191. if protoimpl.UnsafeEnabled && x != nil {
  192. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  193. if ms.LoadMessageInfo() == nil {
  194. ms.StoreMessageInfo(mi)
  195. }
  196. return ms
  197. }
  198. return mi.MessageOf(x)
  199. }
  200. // Deprecated: Use InfoData.ProtoReflect.Descriptor instead.
  201. func (*InfoData) Descriptor() ([]byte, []int) {
  202. return file_v1_response_query_proto_rawDescGZIP(), []int{3}
  203. }
  204. func (x *InfoData) GetColumns() []*Column {
  205. if x != nil {
  206. return x.Columns
  207. }
  208. return nil
  209. }
  210. type Column struct {
  211. state protoimpl.MessageState
  212. sizeCache protoimpl.SizeCache
  213. unknownFields protoimpl.UnknownFields
  214. Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
  215. Value *ColumnValue `protobuf:"bytes,2,opt,name=Value,proto3" json:"Value,omitempty"`
  216. }
  217. func (x *Column) Reset() {
  218. *x = Column{}
  219. if protoimpl.UnsafeEnabled {
  220. mi := &file_v1_response_query_proto_msgTypes[4]
  221. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  222. ms.StoreMessageInfo(mi)
  223. }
  224. }
  225. func (x *Column) String() string {
  226. return protoimpl.X.MessageStringOf(x)
  227. }
  228. func (*Column) ProtoMessage() {}
  229. func (x *Column) ProtoReflect() protoreflect.Message {
  230. mi := &file_v1_response_query_proto_msgTypes[4]
  231. if protoimpl.UnsafeEnabled && x != nil {
  232. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  233. if ms.LoadMessageInfo() == nil {
  234. ms.StoreMessageInfo(mi)
  235. }
  236. return ms
  237. }
  238. return mi.MessageOf(x)
  239. }
  240. // Deprecated: Use Column.ProtoReflect.Descriptor instead.
  241. func (*Column) Descriptor() ([]byte, []int) {
  242. return file_v1_response_query_proto_rawDescGZIP(), []int{4}
  243. }
  244. func (x *Column) GetName() string {
  245. if x != nil {
  246. return x.Name
  247. }
  248. return ""
  249. }
  250. func (x *Column) GetValue() *ColumnValue {
  251. if x != nil {
  252. return x.Value
  253. }
  254. return nil
  255. }
  256. type ColumnValue struct {
  257. state protoimpl.MessageState
  258. sizeCache protoimpl.SizeCache
  259. unknownFields protoimpl.UnknownFields
  260. Kind int32 `protobuf:"varint,1,opt,name=Kind,proto3" json:"Kind,omitempty"`
  261. Type string `protobuf:"bytes,2,opt,name=Type,proto3" json:"Type,omitempty"`
  262. // Types that are assignable to TypedValue:
  263. //
  264. // *ColumnValue_StringValue
  265. // *ColumnValue_Uint32Value
  266. // *ColumnValue_Uint64Value
  267. // *ColumnValue_Float64Value
  268. // *ColumnValue_BoolValue
  269. TypedValue isColumnValue_TypedValue `protobuf_oneof:"TypedValue"`
  270. }
  271. func (x *ColumnValue) Reset() {
  272. *x = ColumnValue{}
  273. if protoimpl.UnsafeEnabled {
  274. mi := &file_v1_response_query_proto_msgTypes[5]
  275. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  276. ms.StoreMessageInfo(mi)
  277. }
  278. }
  279. func (x *ColumnValue) String() string {
  280. return protoimpl.X.MessageStringOf(x)
  281. }
  282. func (*ColumnValue) ProtoMessage() {}
  283. func (x *ColumnValue) ProtoReflect() protoreflect.Message {
  284. mi := &file_v1_response_query_proto_msgTypes[5]
  285. if protoimpl.UnsafeEnabled && x != nil {
  286. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  287. if ms.LoadMessageInfo() == nil {
  288. ms.StoreMessageInfo(mi)
  289. }
  290. return ms
  291. }
  292. return mi.MessageOf(x)
  293. }
  294. // Deprecated: Use ColumnValue.ProtoReflect.Descriptor instead.
  295. func (*ColumnValue) Descriptor() ([]byte, []int) {
  296. return file_v1_response_query_proto_rawDescGZIP(), []int{5}
  297. }
  298. func (x *ColumnValue) GetKind() int32 {
  299. if x != nil {
  300. return x.Kind
  301. }
  302. return 0
  303. }
  304. func (x *ColumnValue) GetType() string {
  305. if x != nil {
  306. return x.Type
  307. }
  308. return ""
  309. }
  310. func (m *ColumnValue) GetTypedValue() isColumnValue_TypedValue {
  311. if m != nil {
  312. return m.TypedValue
  313. }
  314. return nil
  315. }
  316. func (x *ColumnValue) GetStringValue() string {
  317. if x, ok := x.GetTypedValue().(*ColumnValue_StringValue); ok {
  318. return x.StringValue
  319. }
  320. return ""
  321. }
  322. func (x *ColumnValue) GetUint32Value() uint32 {
  323. if x, ok := x.GetTypedValue().(*ColumnValue_Uint32Value); ok {
  324. return x.Uint32Value
  325. }
  326. return 0
  327. }
  328. func (x *ColumnValue) GetUint64Value() uint64 {
  329. if x, ok := x.GetTypedValue().(*ColumnValue_Uint64Value); ok {
  330. return x.Uint64Value
  331. }
  332. return 0
  333. }
  334. func (x *ColumnValue) GetFloat64Value() float64 {
  335. if x, ok := x.GetTypedValue().(*ColumnValue_Float64Value); ok {
  336. return x.Float64Value
  337. }
  338. return 0
  339. }
  340. func (x *ColumnValue) GetBoolValue() bool {
  341. if x, ok := x.GetTypedValue().(*ColumnValue_BoolValue); ok {
  342. return x.BoolValue
  343. }
  344. return false
  345. }
  346. type isColumnValue_TypedValue interface {
  347. isColumnValue_TypedValue()
  348. }
  349. type ColumnValue_StringValue struct {
  350. StringValue string `protobuf:"bytes,3,opt,name=StringValue,proto3,oneof"`
  351. }
  352. type ColumnValue_Uint32Value struct {
  353. Uint32Value uint32 `protobuf:"varint,4,opt,name=Uint32Value,proto3,oneof"`
  354. }
  355. type ColumnValue_Uint64Value struct {
  356. Uint64Value uint64 `protobuf:"varint,5,opt,name=Uint64Value,proto3,oneof"`
  357. }
  358. type ColumnValue_Float64Value struct {
  359. Float64Value float64 `protobuf:"fixed64,6,opt,name=Float64Value,proto3,oneof"`
  360. }
  361. type ColumnValue_BoolValue struct {
  362. BoolValue bool `protobuf:"varint,7,opt,name=BoolValue,proto3,oneof"`
  363. }
  364. func (*ColumnValue_StringValue) isColumnValue_TypedValue() {}
  365. func (*ColumnValue_Uint32Value) isColumnValue_TypedValue() {}
  366. func (*ColumnValue_Uint64Value) isColumnValue_TypedValue() {}
  367. func (*ColumnValue_Float64Value) isColumnValue_TypedValue() {}
  368. func (*ColumnValue_BoolValue) isColumnValue_TypedValue() {}
  369. var File_v1_response_query_proto protoreflect.FileDescriptor
  370. var file_v1_response_query_proto_rawDesc = []byte{
  371. 0x0a, 0x17, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2f, 0x71, 0x75,
  372. 0x65, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f,
  373. 0x6e, 0x73, 0x65, 0x22, 0x8f, 0x01, 0x0a, 0x0d, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73,
  374. 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65,
  375. 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d,
  376. 0x65, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x05, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x03,
  377. 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e,
  378. 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x12, 0x1e, 0x0a,
  379. 0x0a, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28,
  380. 0x03, 0x52, 0x0a, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a,
  381. 0x06, 0x50, 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x50,
  382. 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x22, 0x5b, 0x0a, 0x13, 0x51, 0x75, 0x65, 0x72, 0x79, 0x42, 0x79,
  383. 0x4b, 0x65, 0x79, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09,
  384. 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  385. 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x04, 0x49, 0x6e,
  386. 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f,
  387. 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x49, 0x6e,
  388. 0x66, 0x6f, 0x22, 0x43, 0x0a, 0x0d, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
  389. 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74,
  390. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e,
  391. 0x74, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
  392. 0x52, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x36, 0x0a, 0x08, 0x49, 0x6e, 0x66, 0x6f, 0x44,
  393. 0x61, 0x74, 0x61, 0x12, 0x2a, 0x0a, 0x07, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x73, 0x18, 0x01,
  394. 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e,
  395. 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x52, 0x07, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x73, 0x22,
  396. 0x49, 0x0a, 0x06, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d,
  397. 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2b, 0x0a,
  398. 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x72,
  399. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x56, 0x61,
  400. 0x6c, 0x75, 0x65, 0x52, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xf5, 0x01, 0x0a, 0x0b, 0x43,
  401. 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x4b, 0x69,
  402. 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x12,
  403. 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x54, 0x79,
  404. 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75,
  405. 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e,
  406. 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x22, 0x0a, 0x0b, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32,
  407. 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x00, 0x52, 0x0b, 0x55,
  408. 0x69, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x22, 0x0a, 0x0b, 0x55, 0x69,
  409. 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x48,
  410. 0x00, 0x52, 0x0b, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x24,
  411. 0x0a, 0x0c, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x06,
  412. 0x20, 0x01, 0x28, 0x01, 0x48, 0x00, 0x52, 0x0c, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x36, 0x34, 0x56,
  413. 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1e, 0x0a, 0x09, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75,
  414. 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x09, 0x42, 0x6f, 0x6f, 0x6c, 0x56,
  415. 0x61, 0x6c, 0x75, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x54, 0x79, 0x70, 0x65, 0x64, 0x56, 0x61, 0x6c,
  416. 0x75, 0x65, 0x42, 0x21, 0x5a, 0x1f, 0x64, 0x70, 0x73, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x72,
  417. 0x70, 0x63, 0x5f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x62, 0x2f, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x73,
  418. 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  419. }
  420. var (
  421. file_v1_response_query_proto_rawDescOnce sync.Once
  422. file_v1_response_query_proto_rawDescData = file_v1_response_query_proto_rawDesc
  423. )
  424. func file_v1_response_query_proto_rawDescGZIP() []byte {
  425. file_v1_response_query_proto_rawDescOnce.Do(func() {
  426. file_v1_response_query_proto_rawDescData = protoimpl.X.CompressGZIP(file_v1_response_query_proto_rawDescData)
  427. })
  428. return file_v1_response_query_proto_rawDescData
  429. }
  430. var file_v1_response_query_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
  431. var file_v1_response_query_proto_goTypes = []interface{}{
  432. (*QueryResponse)(nil), // 0: response.QueryResponse
  433. (*QueryByKeysResponse)(nil), // 1: response.QueryByKeysResponse
  434. (*CountResponse)(nil), // 2: response.CountResponse
  435. (*InfoData)(nil), // 3: response.InfoData
  436. (*Column)(nil), // 4: response.Column
  437. (*ColumnValue)(nil), // 5: response.ColumnValue
  438. }
  439. var file_v1_response_query_proto_depIdxs = []int32{
  440. 3, // 0: response.QueryResponse.Infos:type_name -> response.InfoData
  441. 3, // 1: response.QueryByKeysResponse.Info:type_name -> response.InfoData
  442. 4, // 2: response.InfoData.Columns:type_name -> response.Column
  443. 5, // 3: response.Column.Value:type_name -> response.ColumnValue
  444. 4, // [4:4] is the sub-list for method output_type
  445. 4, // [4:4] is the sub-list for method input_type
  446. 4, // [4:4] is the sub-list for extension type_name
  447. 4, // [4:4] is the sub-list for extension extendee
  448. 0, // [0:4] is the sub-list for field type_name
  449. }
  450. func init() { file_v1_response_query_proto_init() }
  451. func file_v1_response_query_proto_init() {
  452. if File_v1_response_query_proto != nil {
  453. return
  454. }
  455. if !protoimpl.UnsafeEnabled {
  456. file_v1_response_query_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  457. switch v := v.(*QueryResponse); i {
  458. case 0:
  459. return &v.state
  460. case 1:
  461. return &v.sizeCache
  462. case 2:
  463. return &v.unknownFields
  464. default:
  465. return nil
  466. }
  467. }
  468. file_v1_response_query_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  469. switch v := v.(*QueryByKeysResponse); i {
  470. case 0:
  471. return &v.state
  472. case 1:
  473. return &v.sizeCache
  474. case 2:
  475. return &v.unknownFields
  476. default:
  477. return nil
  478. }
  479. }
  480. file_v1_response_query_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  481. switch v := v.(*CountResponse); i {
  482. case 0:
  483. return &v.state
  484. case 1:
  485. return &v.sizeCache
  486. case 2:
  487. return &v.unknownFields
  488. default:
  489. return nil
  490. }
  491. }
  492. file_v1_response_query_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  493. switch v := v.(*InfoData); i {
  494. case 0:
  495. return &v.state
  496. case 1:
  497. return &v.sizeCache
  498. case 2:
  499. return &v.unknownFields
  500. default:
  501. return nil
  502. }
  503. }
  504. file_v1_response_query_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  505. switch v := v.(*Column); i {
  506. case 0:
  507. return &v.state
  508. case 1:
  509. return &v.sizeCache
  510. case 2:
  511. return &v.unknownFields
  512. default:
  513. return nil
  514. }
  515. }
  516. file_v1_response_query_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  517. switch v := v.(*ColumnValue); i {
  518. case 0:
  519. return &v.state
  520. case 1:
  521. return &v.sizeCache
  522. case 2:
  523. return &v.unknownFields
  524. default:
  525. return nil
  526. }
  527. }
  528. }
  529. file_v1_response_query_proto_msgTypes[5].OneofWrappers = []interface{}{
  530. (*ColumnValue_StringValue)(nil),
  531. (*ColumnValue_Uint32Value)(nil),
  532. (*ColumnValue_Uint64Value)(nil),
  533. (*ColumnValue_Float64Value)(nil),
  534. (*ColumnValue_BoolValue)(nil),
  535. }
  536. type x struct{}
  537. out := protoimpl.TypeBuilder{
  538. File: protoimpl.DescBuilder{
  539. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  540. RawDescriptor: file_v1_response_query_proto_rawDesc,
  541. NumEnums: 0,
  542. NumMessages: 6,
  543. NumExtensions: 0,
  544. NumServices: 0,
  545. },
  546. GoTypes: file_v1_response_query_proto_goTypes,
  547. DependencyIndexes: file_v1_response_query_proto_depIdxs,
  548. MessageInfos: file_v1_response_query_proto_msgTypes,
  549. }.Build()
  550. File_v1_response_query_proto = out.File
  551. file_v1_response_query_proto_rawDesc = nil
  552. file_v1_response_query_proto_goTypes = nil
  553. file_v1_response_query_proto_depIdxs = nil
  554. }