mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
82ccd4cec0
* Rename module Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
257 lines
9.0 KiB
Go
257 lines
9.0 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/milvus-io/milvus/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{
|
|
// 250 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xce, 0xcc, 0x4b, 0x49,
|
|
0xad, 0x88, 0x4f, 0x4e, 0xcf, 0x8f, 0xcf, 0x2d, 0x4e, 0xd7, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17,
|
|
0x12, 0xcd, 0xcd, 0xcc, 0x29, 0x2b, 0x2d, 0x86, 0xf0, 0xf4, 0xc0, 0x2a, 0x92, 0xd3, 0xf3, 0xa5,
|
|
0x78, 0x92, 0xf3, 0x73, 0x73, 0xf3, 0xf3, 0x20, 0xc2, 0x4a, 0xee, 0x5c, 0x5c, 0x21, 0x95, 0x05,
|
|
0xa9, 0x01, 0x89, 0x45, 0x89, 0xb9, 0xc5, 0x42, 0x96, 0x5c, 0x6c, 0x05, 0x60, 0x96, 0x04, 0xa3,
|
|
0x02, 0xb3, 0x06, 0xb7, 0x91, 0xa2, 0x1e, 0x8a, 0x19, 0x50, 0x9d, 0xde, 0xa9, 0x95, 0x61, 0x89,
|
|
0x39, 0xa5, 0xa9, 0x01, 0x89, 0x99, 0x45, 0x41, 0x50, 0x0d, 0x4a, 0x1e, 0x5c, 0xdc, 0x9e, 0x20,
|
|
0x2b, 0x28, 0x37, 0xc9, 0x8d, 0x8b, 0xd3, 0x37, 0xb1, 0x80, 0x72, 0x73, 0x0c, 0xb8, 0xd8, 0x9c,
|
|
0x32, 0xf3, 0x12, 0x8b, 0x2a, 0x85, 0x04, 0xb8, 0x98, 0xb3, 0x53, 0x2b, 0x25, 0x18, 0x15, 0x18,
|
|
0x35, 0x38, 0x83, 0x40, 0x4c, 0x21, 0x11, 0x2e, 0xd6, 0x32, 0x90, 0x06, 0x09, 0x26, 0x05, 0x46,
|
|
0x0d, 0x9e, 0x20, 0x08, 0x47, 0xc9, 0x81, 0x8b, 0x13, 0xa2, 0x23, 0x38, 0xb5, 0x44, 0xc8, 0x98,
|
|
0x8b, 0x35, 0x25, 0xb1, 0x24, 0x11, 0x66, 0xb1, 0xac, 0x1e, 0xd6, 0xe0, 0xd4, 0x83, 0x68, 0x08,
|
|
0x82, 0xa8, 0x75, 0x32, 0x8f, 0x32, 0x4d, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0x02, 0xb9, 0x4c, 0x1f,
|
|
0xa2, 0x43, 0x37, 0x33, 0x1f, 0xca, 0xd2, 0xcf, 0xcc, 0x2b, 0x49, 0x2d, 0xca, 0x4b, 0xcc, 0xd1,
|
|
0x07, 0x1b, 0xa2, 0x0f, 0x33, 0xa4, 0x20, 0x29, 0x89, 0x0d, 0x2c, 0x62, 0x0c, 0x08, 0x00, 0x00,
|
|
0xff, 0xff, 0xaf, 0x1f, 0x55, 0x04, 0xca, 0x01, 0x00, 0x00,
|
|
}
|