mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
03b5d32569
Signed-off-by: XuanYang-cn <xuan.yang@zilliz.com>
258 lines
9.1 KiB
Go
258 lines
9.1 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: index_cgo_msg.proto
|
|
|
|
package indexcgopb
|
|
|
|
import (
|
|
fmt "fmt"
|
|
proto "github.com/golang/protobuf/proto"
|
|
commonpb "github.com/zilliztech/milvus-distributed/internal/proto/commonpb"
|
|
math "math"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
type TypeParams struct {
|
|
Params []*commonpb.KeyValuePair `protobuf:"bytes,1,rep,name=params,proto3" json:"params,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *TypeParams) Reset() { *m = TypeParams{} }
|
|
func (m *TypeParams) String() string { return proto.CompactTextString(m) }
|
|
func (*TypeParams) ProtoMessage() {}
|
|
func (*TypeParams) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_c009bd9544a7343c, []int{0}
|
|
}
|
|
|
|
func (m *TypeParams) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_TypeParams.Unmarshal(m, b)
|
|
}
|
|
func (m *TypeParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_TypeParams.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *TypeParams) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_TypeParams.Merge(m, src)
|
|
}
|
|
func (m *TypeParams) XXX_Size() int {
|
|
return xxx_messageInfo_TypeParams.Size(m)
|
|
}
|
|
func (m *TypeParams) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_TypeParams.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_TypeParams proto.InternalMessageInfo
|
|
|
|
func (m *TypeParams) GetParams() []*commonpb.KeyValuePair {
|
|
if m != nil {
|
|
return m.Params
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type IndexParams struct {
|
|
Params []*commonpb.KeyValuePair `protobuf:"bytes,1,rep,name=params,proto3" json:"params,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *IndexParams) Reset() { *m = IndexParams{} }
|
|
func (m *IndexParams) String() string { return proto.CompactTextString(m) }
|
|
func (*IndexParams) ProtoMessage() {}
|
|
func (*IndexParams) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_c009bd9544a7343c, []int{1}
|
|
}
|
|
|
|
func (m *IndexParams) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_IndexParams.Unmarshal(m, b)
|
|
}
|
|
func (m *IndexParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_IndexParams.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *IndexParams) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_IndexParams.Merge(m, src)
|
|
}
|
|
func (m *IndexParams) XXX_Size() int {
|
|
return xxx_messageInfo_IndexParams.Size(m)
|
|
}
|
|
func (m *IndexParams) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_IndexParams.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_IndexParams proto.InternalMessageInfo
|
|
|
|
func (m *IndexParams) GetParams() []*commonpb.KeyValuePair {
|
|
if m != nil {
|
|
return m.Params
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// TypeParams & IndexParams will be replaced by MapParams later
|
|
type MapParams struct {
|
|
Params []*commonpb.KeyValuePair `protobuf:"bytes,1,rep,name=params,proto3" json:"params,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *MapParams) Reset() { *m = MapParams{} }
|
|
func (m *MapParams) String() string { return proto.CompactTextString(m) }
|
|
func (*MapParams) ProtoMessage() {}
|
|
func (*MapParams) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_c009bd9544a7343c, []int{2}
|
|
}
|
|
|
|
func (m *MapParams) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_MapParams.Unmarshal(m, b)
|
|
}
|
|
func (m *MapParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_MapParams.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *MapParams) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_MapParams.Merge(m, src)
|
|
}
|
|
func (m *MapParams) XXX_Size() int {
|
|
return xxx_messageInfo_MapParams.Size(m)
|
|
}
|
|
func (m *MapParams) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_MapParams.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_MapParams proto.InternalMessageInfo
|
|
|
|
func (m *MapParams) GetParams() []*commonpb.KeyValuePair {
|
|
if m != nil {
|
|
return m.Params
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type Binary struct {
|
|
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
|
|
Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Binary) Reset() { *m = Binary{} }
|
|
func (m *Binary) String() string { return proto.CompactTextString(m) }
|
|
func (*Binary) ProtoMessage() {}
|
|
func (*Binary) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_c009bd9544a7343c, []int{3}
|
|
}
|
|
|
|
func (m *Binary) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Binary.Unmarshal(m, b)
|
|
}
|
|
func (m *Binary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Binary.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Binary) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Binary.Merge(m, src)
|
|
}
|
|
func (m *Binary) XXX_Size() int {
|
|
return xxx_messageInfo_Binary.Size(m)
|
|
}
|
|
func (m *Binary) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Binary.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Binary proto.InternalMessageInfo
|
|
|
|
func (m *Binary) GetKey() string {
|
|
if m != nil {
|
|
return m.Key
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Binary) GetValue() []byte {
|
|
if m != nil {
|
|
return m.Value
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type BinarySet struct {
|
|
Datas []*Binary `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *BinarySet) Reset() { *m = BinarySet{} }
|
|
func (m *BinarySet) String() string { return proto.CompactTextString(m) }
|
|
func (*BinarySet) ProtoMessage() {}
|
|
func (*BinarySet) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_c009bd9544a7343c, []int{4}
|
|
}
|
|
|
|
func (m *BinarySet) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_BinarySet.Unmarshal(m, b)
|
|
}
|
|
func (m *BinarySet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_BinarySet.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *BinarySet) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_BinarySet.Merge(m, src)
|
|
}
|
|
func (m *BinarySet) XXX_Size() int {
|
|
return xxx_messageInfo_BinarySet.Size(m)
|
|
}
|
|
func (m *BinarySet) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_BinarySet.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_BinarySet proto.InternalMessageInfo
|
|
|
|
func (m *BinarySet) GetDatas() []*Binary {
|
|
if m != nil {
|
|
return m.Datas
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*TypeParams)(nil), "milvus.proto.indexcgo.TypeParams")
|
|
proto.RegisterType((*IndexParams)(nil), "milvus.proto.indexcgo.IndexParams")
|
|
proto.RegisterType((*MapParams)(nil), "milvus.proto.indexcgo.MapParams")
|
|
proto.RegisterType((*Binary)(nil), "milvus.proto.indexcgo.Binary")
|
|
proto.RegisterType((*BinarySet)(nil), "milvus.proto.indexcgo.BinarySet")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("index_cgo_msg.proto", fileDescriptor_c009bd9544a7343c) }
|
|
|
|
var fileDescriptor_c009bd9544a7343c = []byte{
|
|
// 264 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x90, 0x4d, 0x4b, 0xc3, 0x40,
|
|
0x10, 0x86, 0x89, 0xa5, 0x81, 0x4c, 0x7b, 0x90, 0xa8, 0x10, 0x04, 0x21, 0xe6, 0x94, 0x8b, 0x59,
|
|
0xb1, 0x27, 0x6f, 0x12, 0xc4, 0x0f, 0x44, 0x28, 0x51, 0x3c, 0x78, 0x29, 0x9b, 0x64, 0x49, 0x07,
|
|
0xf7, 0x8b, 0xcd, 0xa6, 0x98, 0xfe, 0x7a, 0x49, 0xb6, 0x3d, 0x08, 0xbd, 0xf5, 0x36, 0x33, 0xbc,
|
|
0xcf, 0xf3, 0x2e, 0x0b, 0x67, 0x28, 0x6b, 0xf6, 0xbb, 0xaa, 0x1a, 0xb5, 0x12, 0x6d, 0x93, 0x69,
|
|
0xa3, 0xac, 0x0a, 0x2f, 0x04, 0xf2, 0x4d, 0xd7, 0xba, 0x2d, 0x1b, 0x13, 0x55, 0xa3, 0x2e, 0xe7,
|
|
0x95, 0x12, 0x42, 0x49, 0x77, 0x4e, 0x9e, 0x01, 0x3e, 0x7b, 0xcd, 0x96, 0xd4, 0x50, 0xd1, 0x86,
|
|
0xf7, 0xe0, 0xeb, 0x71, 0x8a, 0xbc, 0x78, 0x92, 0xce, 0xee, 0xae, 0xb3, 0x7f, 0x8e, 0x1d, 0xf9,
|
|
0xc6, 0xfa, 0x2f, 0xca, 0x3b, 0xb6, 0xa4, 0x68, 0x8a, 0x1d, 0x90, 0xbc, 0xc0, 0xec, 0x75, 0xa8,
|
|
0x38, 0xde, 0xf4, 0x04, 0xc1, 0x3b, 0xd5, 0xc7, 0x7b, 0x6e, 0xc1, 0xcf, 0x51, 0x52, 0xd3, 0x87,
|
|
0xa7, 0x30, 0xf9, 0x61, 0x7d, 0xe4, 0xc5, 0x5e, 0x1a, 0x14, 0xc3, 0x18, 0x9e, 0xc3, 0x74, 0x33,
|
|
0x00, 0xd1, 0x49, 0xec, 0xa5, 0xf3, 0xc2, 0x2d, 0xc9, 0x03, 0x04, 0x8e, 0xf8, 0x60, 0x36, 0x5c,
|
|
0xc0, 0xb4, 0xa6, 0x96, 0xee, 0x8b, 0xaf, 0xb2, 0x83, 0xdf, 0x99, 0x39, 0xa0, 0x70, 0xd9, 0xfc,
|
|
0xf1, 0x3b, 0x6f, 0xd0, 0xae, 0xbb, 0x72, 0x78, 0x19, 0xd9, 0x22, 0xe7, 0xb8, 0xb5, 0xac, 0x5a,
|
|
0x13, 0x07, 0xdf, 0xd4, 0xd8, 0x5a, 0x83, 0x65, 0x67, 0x59, 0x4d, 0x50, 0x5a, 0x66, 0x24, 0xe5,
|
|
0x64, 0x34, 0x92, 0xbd, 0x51, 0x97, 0xa5, 0x3f, 0x5e, 0x16, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff,
|
|
0xf4, 0x8e, 0xbe, 0x8f, 0xd7, 0x01, 0x00, 0x00,
|
|
}
|