// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.1 // protoc v3.12.4 // source: v1/response/query.proto package response import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type QueryResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Statement string `protobuf:"bytes,1,opt,name=Statement,proto3" json:"Statement,omitempty"` Infos []*InfoData `protobuf:"bytes,2,rep,name=Infos,proto3" json:"Infos,omitempty"` TotalCount int64 `protobuf:"varint,3,opt,name=TotalCount,proto3" json:"TotalCount,omitempty"` PageNo int32 `protobuf:"varint,4,opt,name=PageNo,proto3" json:"PageNo,omitempty"` } func (x *QueryResponse) Reset() { *x = QueryResponse{} if protoimpl.UnsafeEnabled { mi := &file_v1_response_query_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *QueryResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*QueryResponse) ProtoMessage() {} func (x *QueryResponse) ProtoReflect() protoreflect.Message { mi := &file_v1_response_query_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use QueryResponse.ProtoReflect.Descriptor instead. func (*QueryResponse) Descriptor() ([]byte, []int) { return file_v1_response_query_proto_rawDescGZIP(), []int{0} } func (x *QueryResponse) GetStatement() string { if x != nil { return x.Statement } return "" } func (x *QueryResponse) GetInfos() []*InfoData { if x != nil { return x.Infos } return nil } func (x *QueryResponse) GetTotalCount() int64 { if x != nil { return x.TotalCount } return 0 } func (x *QueryResponse) GetPageNo() int32 { if x != nil { return x.PageNo } return 0 } type QueryOnlyResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Statement string `protobuf:"bytes,1,opt,name=Statement,proto3" json:"Statement,omitempty"` Infos []*InfoData `protobuf:"bytes,2,rep,name=Infos,proto3" json:"Infos,omitempty"` PageNo int32 `protobuf:"varint,3,opt,name=PageNo,proto3" json:"PageNo,omitempty"` } func (x *QueryOnlyResponse) Reset() { *x = QueryOnlyResponse{} if protoimpl.UnsafeEnabled { mi := &file_v1_response_query_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *QueryOnlyResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*QueryOnlyResponse) ProtoMessage() {} func (x *QueryOnlyResponse) ProtoReflect() protoreflect.Message { mi := &file_v1_response_query_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use QueryOnlyResponse.ProtoReflect.Descriptor instead. func (*QueryOnlyResponse) Descriptor() ([]byte, []int) { return file_v1_response_query_proto_rawDescGZIP(), []int{1} } func (x *QueryOnlyResponse) GetStatement() string { if x != nil { return x.Statement } return "" } func (x *QueryOnlyResponse) GetInfos() []*InfoData { if x != nil { return x.Infos } return nil } func (x *QueryOnlyResponse) GetPageNo() int32 { if x != nil { return x.PageNo } return 0 } type QueryByKeysResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Statement string `protobuf:"bytes,1,opt,name=Statement,proto3" json:"Statement,omitempty"` Info *InfoData `protobuf:"bytes,2,opt,name=Info,proto3" json:"Info,omitempty"` } func (x *QueryByKeysResponse) Reset() { *x = QueryByKeysResponse{} if protoimpl.UnsafeEnabled { mi := &file_v1_response_query_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *QueryByKeysResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*QueryByKeysResponse) ProtoMessage() {} func (x *QueryByKeysResponse) ProtoReflect() protoreflect.Message { mi := &file_v1_response_query_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use QueryByKeysResponse.ProtoReflect.Descriptor instead. func (*QueryByKeysResponse) Descriptor() ([]byte, []int) { return file_v1_response_query_proto_rawDescGZIP(), []int{2} } func (x *QueryByKeysResponse) GetStatement() string { if x != nil { return x.Statement } return "" } func (x *QueryByKeysResponse) GetInfo() *InfoData { if x != nil { return x.Info } return nil } type CountResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Statement string `protobuf:"bytes,1,opt,name=Statement,proto3" json:"Statement,omitempty"` Count int64 `protobuf:"varint,2,opt,name=Count,proto3" json:"Count,omitempty"` } func (x *CountResponse) Reset() { *x = CountResponse{} if protoimpl.UnsafeEnabled { mi := &file_v1_response_query_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CountResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*CountResponse) ProtoMessage() {} func (x *CountResponse) ProtoReflect() protoreflect.Message { mi := &file_v1_response_query_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CountResponse.ProtoReflect.Descriptor instead. func (*CountResponse) Descriptor() ([]byte, []int) { return file_v1_response_query_proto_rawDescGZIP(), []int{3} } func (x *CountResponse) GetStatement() string { if x != nil { return x.Statement } return "" } func (x *CountResponse) GetCount() int64 { if x != nil { return x.Count } return 0 } type InfoData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Columns []*Column `protobuf:"bytes,1,rep,name=Columns,proto3" json:"Columns,omitempty"` } func (x *InfoData) Reset() { *x = InfoData{} if protoimpl.UnsafeEnabled { mi := &file_v1_response_query_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *InfoData) String() string { return protoimpl.X.MessageStringOf(x) } func (*InfoData) ProtoMessage() {} func (x *InfoData) ProtoReflect() protoreflect.Message { mi := &file_v1_response_query_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use InfoData.ProtoReflect.Descriptor instead. func (*InfoData) Descriptor() ([]byte, []int) { return file_v1_response_query_proto_rawDescGZIP(), []int{4} } func (x *InfoData) GetColumns() []*Column { if x != nil { return x.Columns } return nil } type Column struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` Value *ColumnValue `protobuf:"bytes,2,opt,name=Value,proto3" json:"Value,omitempty"` } func (x *Column) Reset() { *x = Column{} if protoimpl.UnsafeEnabled { mi := &file_v1_response_query_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Column) String() string { return protoimpl.X.MessageStringOf(x) } func (*Column) ProtoMessage() {} func (x *Column) ProtoReflect() protoreflect.Message { mi := &file_v1_response_query_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Column.ProtoReflect.Descriptor instead. func (*Column) Descriptor() ([]byte, []int) { return file_v1_response_query_proto_rawDescGZIP(), []int{5} } func (x *Column) GetName() string { if x != nil { return x.Name } return "" } func (x *Column) GetValue() *ColumnValue { if x != nil { return x.Value } return nil } type ColumnValue struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Type string `protobuf:"bytes,1,opt,name=Type,proto3" json:"Type,omitempty"` // Types that are assignable to TypedValue: // // *ColumnValue_StringValue // *ColumnValue_Uint64Value // *ColumnValue_Float64Value // *ColumnValue_BoolValue TypedValue isColumnValue_TypedValue `protobuf_oneof:"TypedValue"` } func (x *ColumnValue) Reset() { *x = ColumnValue{} if protoimpl.UnsafeEnabled { mi := &file_v1_response_query_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ColumnValue) String() string { return protoimpl.X.MessageStringOf(x) } func (*ColumnValue) ProtoMessage() {} func (x *ColumnValue) ProtoReflect() protoreflect.Message { mi := &file_v1_response_query_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ColumnValue.ProtoReflect.Descriptor instead. func (*ColumnValue) Descriptor() ([]byte, []int) { return file_v1_response_query_proto_rawDescGZIP(), []int{6} } func (x *ColumnValue) GetType() string { if x != nil { return x.Type } return "" } func (m *ColumnValue) GetTypedValue() isColumnValue_TypedValue { if m != nil { return m.TypedValue } return nil } func (x *ColumnValue) GetStringValue() string { if x, ok := x.GetTypedValue().(*ColumnValue_StringValue); ok { return x.StringValue } return "" } func (x *ColumnValue) GetUint64Value() uint64 { if x, ok := x.GetTypedValue().(*ColumnValue_Uint64Value); ok { return x.Uint64Value } return 0 } func (x *ColumnValue) GetFloat64Value() float64 { if x, ok := x.GetTypedValue().(*ColumnValue_Float64Value); ok { return x.Float64Value } return 0 } func (x *ColumnValue) GetBoolValue() bool { if x, ok := x.GetTypedValue().(*ColumnValue_BoolValue); ok { return x.BoolValue } return false } type isColumnValue_TypedValue interface { isColumnValue_TypedValue() } type ColumnValue_StringValue struct { StringValue string `protobuf:"bytes,2,opt,name=StringValue,proto3,oneof"` } type ColumnValue_Uint64Value struct { Uint64Value uint64 `protobuf:"varint,3,opt,name=Uint64Value,proto3,oneof"` } type ColumnValue_Float64Value struct { Float64Value float64 `protobuf:"fixed64,4,opt,name=Float64Value,proto3,oneof"` } type ColumnValue_BoolValue struct { BoolValue bool `protobuf:"varint,5,opt,name=BoolValue,proto3,oneof"` } func (*ColumnValue_StringValue) isColumnValue_TypedValue() {} func (*ColumnValue_Uint64Value) isColumnValue_TypedValue() {} func (*ColumnValue_Float64Value) isColumnValue_TypedValue() {} func (*ColumnValue_BoolValue) isColumnValue_TypedValue() {} var File_v1_response_query_proto protoreflect.FileDescriptor var file_v1_response_query_proto_rawDesc = []byte{ 0x0a, 0x17, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8f, 0x01, 0x0a, 0x0d, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x05, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x50, 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x50, 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x22, 0x73, 0x0a, 0x11, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4f, 0x6e, 0x6c, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x05, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x49, 0x6e, 0x66, 0x6f, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x50, 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x50, 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x22, 0x5b, 0x0a, 0x13, 0x51, 0x75, 0x65, 0x72, 0x79, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x04, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x43, 0x0a, 0x0d, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x36, 0x0a, 0x08, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2a, 0x0a, 0x07, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x52, 0x07, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x73, 0x22, 0x49, 0x0a, 0x06, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2b, 0x0a, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xbd, 0x01, 0x0a, 0x0b, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x22, 0x0a, 0x0b, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x48, 0x00, 0x52, 0x0b, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0c, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x01, 0x48, 0x00, 0x52, 0x0c, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1e, 0x0a, 0x09, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x09, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x54, 0x79, 0x70, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x21, 0x5a, 0x1f, 0x64, 0x70, 0x73, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x5f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x62, 0x2f, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_v1_response_query_proto_rawDescOnce sync.Once file_v1_response_query_proto_rawDescData = file_v1_response_query_proto_rawDesc ) func file_v1_response_query_proto_rawDescGZIP() []byte { file_v1_response_query_proto_rawDescOnce.Do(func() { file_v1_response_query_proto_rawDescData = protoimpl.X.CompressGZIP(file_v1_response_query_proto_rawDescData) }) return file_v1_response_query_proto_rawDescData } var file_v1_response_query_proto_msgTypes = make([]protoimpl.MessageInfo, 7) var file_v1_response_query_proto_goTypes = []interface{}{ (*QueryResponse)(nil), // 0: response.QueryResponse (*QueryOnlyResponse)(nil), // 1: response.QueryOnlyResponse (*QueryByKeysResponse)(nil), // 2: response.QueryByKeysResponse (*CountResponse)(nil), // 3: response.CountResponse (*InfoData)(nil), // 4: response.InfoData (*Column)(nil), // 5: response.Column (*ColumnValue)(nil), // 6: response.ColumnValue } var file_v1_response_query_proto_depIdxs = []int32{ 4, // 0: response.QueryResponse.Infos:type_name -> response.InfoData 4, // 1: response.QueryOnlyResponse.Infos:type_name -> response.InfoData 4, // 2: response.QueryByKeysResponse.Info:type_name -> response.InfoData 5, // 3: response.InfoData.Columns:type_name -> response.Column 6, // 4: response.Column.Value:type_name -> response.ColumnValue 5, // [5:5] is the sub-list for method output_type 5, // [5:5] is the sub-list for method input_type 5, // [5:5] is the sub-list for extension type_name 5, // [5:5] is the sub-list for extension extendee 0, // [0:5] is the sub-list for field type_name } func init() { file_v1_response_query_proto_init() } func file_v1_response_query_proto_init() { if File_v1_response_query_proto != nil { return } if !protoimpl.UnsafeEnabled { file_v1_response_query_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_v1_response_query_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryOnlyResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_v1_response_query_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*QueryByKeysResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_v1_response_query_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CountResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_v1_response_query_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*InfoData); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_v1_response_query_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Column); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_v1_response_query_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ColumnValue); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } file_v1_response_query_proto_msgTypes[6].OneofWrappers = []interface{}{ (*ColumnValue_StringValue)(nil), (*ColumnValue_Uint64Value)(nil), (*ColumnValue_Float64Value)(nil), (*ColumnValue_BoolValue)(nil), } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_v1_response_query_proto_rawDesc, NumEnums: 0, NumMessages: 7, NumExtensions: 0, NumServices: 0, }, GoTypes: file_v1_response_query_proto_goTypes, DependencyIndexes: file_v1_response_query_proto_depIdxs, MessageInfos: file_v1_response_query_proto_msgTypes, }.Build() File_v1_response_query_proto = out.File file_v1_response_query_proto_rawDesc = nil file_v1_response_query_proto_goTypes = nil file_v1_response_query_proto_depIdxs = nil }