payload

package
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2021 License: Apache-2.0 Imports: 10 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthPayload        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPayload          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupPayload = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type Backup

type Backup struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup) Descriptor

func (*Backup) Descriptor() ([]byte, []int)

func (*Backup) Marshal

func (m *Backup) Marshal() (dAtA []byte, err error)

func (*Backup) MarshalTo

func (m *Backup) MarshalTo(dAtA []byte) (int, error)

func (*Backup) MarshalToSizedBuffer

func (m *Backup) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup) ProtoMessage

func (*Backup) ProtoMessage()

func (*Backup) Reset

func (m *Backup) Reset()

func (*Backup) Size

func (m *Backup) Size() (n int)

func (*Backup) String

func (m *Backup) String() string

func (*Backup) Unmarshal

func (m *Backup) Unmarshal(dAtA []byte) error

func (*Backup) XXX_DiscardUnknown

func (m *Backup) XXX_DiscardUnknown()

func (*Backup) XXX_Marshal

func (m *Backup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup) XXX_Merge

func (m *Backup) XXX_Merge(src proto.Message)

func (*Backup) XXX_MessageName

func (*Backup) XXX_MessageName() string

func (*Backup) XXX_Size

func (m *Backup) XXX_Size() int

func (*Backup) XXX_Unmarshal

func (m *Backup) XXX_Unmarshal(b []byte) error

type Backup_Compressed

type Backup_Compressed struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Compressed) Descriptor

func (*Backup_Compressed) Descriptor() ([]byte, []int)

func (*Backup_Compressed) Marshal

func (m *Backup_Compressed) Marshal() (dAtA []byte, err error)

func (*Backup_Compressed) MarshalTo

func (m *Backup_Compressed) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Compressed) MarshalToSizedBuffer

func (m *Backup_Compressed) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Compressed) ProtoMessage

func (*Backup_Compressed) ProtoMessage()

func (*Backup_Compressed) Reset

func (m *Backup_Compressed) Reset()

func (*Backup_Compressed) Size

func (m *Backup_Compressed) Size() (n int)

func (*Backup_Compressed) String

func (m *Backup_Compressed) String() string

func (*Backup_Compressed) Unmarshal

func (m *Backup_Compressed) Unmarshal(dAtA []byte) error

func (*Backup_Compressed) XXX_DiscardUnknown

func (m *Backup_Compressed) XXX_DiscardUnknown()

func (*Backup_Compressed) XXX_Marshal

func (m *Backup_Compressed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_Compressed) XXX_Merge

func (m *Backup_Compressed) XXX_Merge(src proto.Message)

func (*Backup_Compressed) XXX_MessageName

func (*Backup_Compressed) XXX_MessageName() string

func (*Backup_Compressed) XXX_Size

func (m *Backup_Compressed) XXX_Size() int

func (*Backup_Compressed) XXX_Unmarshal

func (m *Backup_Compressed) XXX_Unmarshal(b []byte) error

type Backup_Compressed_Vector

type Backup_Compressed_Vector struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Vector               []byte   `protobuf:"bytes,3,opt,name=vector,proto3" json:"vector,omitempty"`
	Ips                  []string `protobuf:"bytes,4,rep,name=ips,proto3" json:"ips,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Compressed_Vector) Descriptor

func (*Backup_Compressed_Vector) Descriptor() ([]byte, []int)

func (*Backup_Compressed_Vector) GetIps

func (m *Backup_Compressed_Vector) GetIps() []string

func (*Backup_Compressed_Vector) GetUuid

func (m *Backup_Compressed_Vector) GetUuid() string

func (*Backup_Compressed_Vector) GetVector

func (m *Backup_Compressed_Vector) GetVector() []byte

func (*Backup_Compressed_Vector) Marshal

func (m *Backup_Compressed_Vector) Marshal() (dAtA []byte, err error)

func (*Backup_Compressed_Vector) MarshalTo

func (m *Backup_Compressed_Vector) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Compressed_Vector) MarshalToSizedBuffer

func (m *Backup_Compressed_Vector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Compressed_Vector) ProtoMessage

func (*Backup_Compressed_Vector) ProtoMessage()

func (*Backup_Compressed_Vector) Reset

func (m *Backup_Compressed_Vector) Reset()

func (*Backup_Compressed_Vector) Size

func (m *Backup_Compressed_Vector) Size() (n int)

func (*Backup_Compressed_Vector) String

func (m *Backup_Compressed_Vector) String() string

func (*Backup_Compressed_Vector) Unmarshal

func (m *Backup_Compressed_Vector) Unmarshal(dAtA []byte) error

func (*Backup_Compressed_Vector) XXX_DiscardUnknown

func (m *Backup_Compressed_Vector) XXX_DiscardUnknown()

func (*Backup_Compressed_Vector) XXX_Marshal

func (m *Backup_Compressed_Vector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_Compressed_Vector) XXX_Merge

func (m *Backup_Compressed_Vector) XXX_Merge(src proto.Message)

func (*Backup_Compressed_Vector) XXX_MessageName

func (*Backup_Compressed_Vector) XXX_MessageName() string

func (*Backup_Compressed_Vector) XXX_Size

func (m *Backup_Compressed_Vector) XXX_Size() int

func (*Backup_Compressed_Vector) XXX_Unmarshal

func (m *Backup_Compressed_Vector) XXX_Unmarshal(b []byte) error

type Backup_Compressed_Vectors

type Backup_Compressed_Vectors struct {
	Vectors              []*Backup_Compressed_Vector `protobuf:"bytes,1,rep,name=vectors,proto3" json:"vectors,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*Backup_Compressed_Vectors) Descriptor

func (*Backup_Compressed_Vectors) Descriptor() ([]byte, []int)

func (*Backup_Compressed_Vectors) GetVectors

func (*Backup_Compressed_Vectors) Marshal

func (m *Backup_Compressed_Vectors) Marshal() (dAtA []byte, err error)

func (*Backup_Compressed_Vectors) MarshalTo

func (m *Backup_Compressed_Vectors) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Compressed_Vectors) MarshalToSizedBuffer

func (m *Backup_Compressed_Vectors) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Compressed_Vectors) ProtoMessage

func (*Backup_Compressed_Vectors) ProtoMessage()

func (*Backup_Compressed_Vectors) Reset

func (m *Backup_Compressed_Vectors) Reset()

func (*Backup_Compressed_Vectors) Size

func (m *Backup_Compressed_Vectors) Size() (n int)

func (*Backup_Compressed_Vectors) String

func (m *Backup_Compressed_Vectors) String() string

func (*Backup_Compressed_Vectors) Unmarshal

func (m *Backup_Compressed_Vectors) Unmarshal(dAtA []byte) error

func (*Backup_Compressed_Vectors) XXX_DiscardUnknown

func (m *Backup_Compressed_Vectors) XXX_DiscardUnknown()

func (*Backup_Compressed_Vectors) XXX_Marshal

func (m *Backup_Compressed_Vectors) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_Compressed_Vectors) XXX_Merge

func (m *Backup_Compressed_Vectors) XXX_Merge(src proto.Message)

func (*Backup_Compressed_Vectors) XXX_MessageName

func (*Backup_Compressed_Vectors) XXX_MessageName() string

func (*Backup_Compressed_Vectors) XXX_Size

func (m *Backup_Compressed_Vectors) XXX_Size() int

func (*Backup_Compressed_Vectors) XXX_Unmarshal

func (m *Backup_Compressed_Vectors) XXX_Unmarshal(b []byte) error

type Backup_GetVector

type Backup_GetVector struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_GetVector) Descriptor

func (*Backup_GetVector) Descriptor() ([]byte, []int)

func (*Backup_GetVector) Marshal

func (m *Backup_GetVector) Marshal() (dAtA []byte, err error)

func (*Backup_GetVector) MarshalTo

func (m *Backup_GetVector) MarshalTo(dAtA []byte) (int, error)

func (*Backup_GetVector) MarshalToSizedBuffer

func (m *Backup_GetVector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_GetVector) ProtoMessage

func (*Backup_GetVector) ProtoMessage()

func (*Backup_GetVector) Reset

func (m *Backup_GetVector) Reset()

func (*Backup_GetVector) Size

func (m *Backup_GetVector) Size() (n int)

func (*Backup_GetVector) String

func (m *Backup_GetVector) String() string

func (*Backup_GetVector) Unmarshal

func (m *Backup_GetVector) Unmarshal(dAtA []byte) error

func (*Backup_GetVector) XXX_DiscardUnknown

func (m *Backup_GetVector) XXX_DiscardUnknown()

func (*Backup_GetVector) XXX_Marshal

func (m *Backup_GetVector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_GetVector) XXX_Merge

func (m *Backup_GetVector) XXX_Merge(src proto.Message)

func (*Backup_GetVector) XXX_MessageName

func (*Backup_GetVector) XXX_MessageName() string

func (*Backup_GetVector) XXX_Size

func (m *Backup_GetVector) XXX_Size() int

func (*Backup_GetVector) XXX_Unmarshal

func (m *Backup_GetVector) XXX_Unmarshal(b []byte) error

type Backup_GetVector_Owner

type Backup_GetVector_Owner struct {
	Ip                   string   `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_GetVector_Owner) Descriptor

func (*Backup_GetVector_Owner) Descriptor() ([]byte, []int)

func (*Backup_GetVector_Owner) GetIp

func (m *Backup_GetVector_Owner) GetIp() string

func (*Backup_GetVector_Owner) Marshal

func (m *Backup_GetVector_Owner) Marshal() (dAtA []byte, err error)

func (*Backup_GetVector_Owner) MarshalTo

func (m *Backup_GetVector_Owner) MarshalTo(dAtA []byte) (int, error)

func (*Backup_GetVector_Owner) MarshalToSizedBuffer

func (m *Backup_GetVector_Owner) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_GetVector_Owner) ProtoMessage

func (*Backup_GetVector_Owner) ProtoMessage()

func (*Backup_GetVector_Owner) Reset

func (m *Backup_GetVector_Owner) Reset()

func (*Backup_GetVector_Owner) Size

func (m *Backup_GetVector_Owner) Size() (n int)

func (*Backup_GetVector_Owner) String

func (m *Backup_GetVector_Owner) String() string

func (*Backup_GetVector_Owner) Unmarshal

func (m *Backup_GetVector_Owner) Unmarshal(dAtA []byte) error

func (*Backup_GetVector_Owner) XXX_DiscardUnknown

func (m *Backup_GetVector_Owner) XXX_DiscardUnknown()

func (*Backup_GetVector_Owner) XXX_Marshal

func (m *Backup_GetVector_Owner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_GetVector_Owner) XXX_Merge

func (m *Backup_GetVector_Owner) XXX_Merge(src proto.Message)

func (*Backup_GetVector_Owner) XXX_MessageName

func (*Backup_GetVector_Owner) XXX_MessageName() string

func (*Backup_GetVector_Owner) XXX_Size

func (m *Backup_GetVector_Owner) XXX_Size() int

func (*Backup_GetVector_Owner) XXX_Unmarshal

func (m *Backup_GetVector_Owner) XXX_Unmarshal(b []byte) error

type Backup_GetVector_Request

type Backup_GetVector_Request struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_GetVector_Request) Descriptor

func (*Backup_GetVector_Request) Descriptor() ([]byte, []int)

func (*Backup_GetVector_Request) GetUuid

func (m *Backup_GetVector_Request) GetUuid() string

func (*Backup_GetVector_Request) Marshal

func (m *Backup_GetVector_Request) Marshal() (dAtA []byte, err error)

func (*Backup_GetVector_Request) MarshalTo

func (m *Backup_GetVector_Request) MarshalTo(dAtA []byte) (int, error)

func (*Backup_GetVector_Request) MarshalToSizedBuffer

func (m *Backup_GetVector_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_GetVector_Request) ProtoMessage

func (*Backup_GetVector_Request) ProtoMessage()

func (*Backup_GetVector_Request) Reset

func (m *Backup_GetVector_Request) Reset()

func (*Backup_GetVector_Request) Size

func (m *Backup_GetVector_Request) Size() (n int)

func (*Backup_GetVector_Request) String

func (m *Backup_GetVector_Request) String() string

func (*Backup_GetVector_Request) Unmarshal

func (m *Backup_GetVector_Request) Unmarshal(dAtA []byte) error

func (*Backup_GetVector_Request) XXX_DiscardUnknown

func (m *Backup_GetVector_Request) XXX_DiscardUnknown()

func (*Backup_GetVector_Request) XXX_Marshal

func (m *Backup_GetVector_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_GetVector_Request) XXX_Merge

func (m *Backup_GetVector_Request) XXX_Merge(src proto.Message)

func (*Backup_GetVector_Request) XXX_MessageName

func (*Backup_GetVector_Request) XXX_MessageName() string

func (*Backup_GetVector_Request) XXX_Size

func (m *Backup_GetVector_Request) XXX_Size() int

func (*Backup_GetVector_Request) XXX_Unmarshal

func (m *Backup_GetVector_Request) XXX_Unmarshal(b []byte) error

type Backup_IP

type Backup_IP struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_IP) Descriptor

func (*Backup_IP) Descriptor() ([]byte, []int)

func (*Backup_IP) Marshal

func (m *Backup_IP) Marshal() (dAtA []byte, err error)

func (*Backup_IP) MarshalTo

func (m *Backup_IP) MarshalTo(dAtA []byte) (int, error)

func (*Backup_IP) MarshalToSizedBuffer

func (m *Backup_IP) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_IP) ProtoMessage

func (*Backup_IP) ProtoMessage()

func (*Backup_IP) Reset

func (m *Backup_IP) Reset()

func (*Backup_IP) Size

func (m *Backup_IP) Size() (n int)

func (*Backup_IP) String

func (m *Backup_IP) String() string

func (*Backup_IP) Unmarshal

func (m *Backup_IP) Unmarshal(dAtA []byte) error

func (*Backup_IP) XXX_DiscardUnknown

func (m *Backup_IP) XXX_DiscardUnknown()

func (*Backup_IP) XXX_Marshal

func (m *Backup_IP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_IP) XXX_Merge

func (m *Backup_IP) XXX_Merge(src proto.Message)

func (*Backup_IP) XXX_MessageName

func (*Backup_IP) XXX_MessageName() string

func (*Backup_IP) XXX_Size

func (m *Backup_IP) XXX_Size() int

func (*Backup_IP) XXX_Unmarshal

func (m *Backup_IP) XXX_Unmarshal(b []byte) error

type Backup_IP_Register

type Backup_IP_Register struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_IP_Register) Descriptor

func (*Backup_IP_Register) Descriptor() ([]byte, []int)

func (*Backup_IP_Register) Marshal

func (m *Backup_IP_Register) Marshal() (dAtA []byte, err error)

func (*Backup_IP_Register) MarshalTo

func (m *Backup_IP_Register) MarshalTo(dAtA []byte) (int, error)

func (*Backup_IP_Register) MarshalToSizedBuffer

func (m *Backup_IP_Register) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_IP_Register) ProtoMessage

func (*Backup_IP_Register) ProtoMessage()

func (*Backup_IP_Register) Reset

func (m *Backup_IP_Register) Reset()

func (*Backup_IP_Register) Size

func (m *Backup_IP_Register) Size() (n int)

func (*Backup_IP_Register) String

func (m *Backup_IP_Register) String() string

func (*Backup_IP_Register) Unmarshal

func (m *Backup_IP_Register) Unmarshal(dAtA []byte) error

func (*Backup_IP_Register) XXX_DiscardUnknown

func (m *Backup_IP_Register) XXX_DiscardUnknown()

func (*Backup_IP_Register) XXX_Marshal

func (m *Backup_IP_Register) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_IP_Register) XXX_Merge

func (m *Backup_IP_Register) XXX_Merge(src proto.Message)

func (*Backup_IP_Register) XXX_MessageName

func (*Backup_IP_Register) XXX_MessageName() string

func (*Backup_IP_Register) XXX_Size

func (m *Backup_IP_Register) XXX_Size() int

func (*Backup_IP_Register) XXX_Unmarshal

func (m *Backup_IP_Register) XXX_Unmarshal(b []byte) error

type Backup_IP_Register_Request

type Backup_IP_Register_Request struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Ips                  []string `protobuf:"bytes,2,rep,name=ips,proto3" json:"ips,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_IP_Register_Request) Descriptor

func (*Backup_IP_Register_Request) Descriptor() ([]byte, []int)

func (*Backup_IP_Register_Request) GetIps

func (m *Backup_IP_Register_Request) GetIps() []string

func (*Backup_IP_Register_Request) GetUuid

func (m *Backup_IP_Register_Request) GetUuid() string

func (*Backup_IP_Register_Request) Marshal

func (m *Backup_IP_Register_Request) Marshal() (dAtA []byte, err error)

func (*Backup_IP_Register_Request) MarshalTo

func (m *Backup_IP_Register_Request) MarshalTo(dAtA []byte) (int, error)

func (*Backup_IP_Register_Request) MarshalToSizedBuffer

func (m *Backup_IP_Register_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_IP_Register_Request) ProtoMessage

func (*Backup_IP_Register_Request) ProtoMessage()

func (*Backup_IP_Register_Request) Reset

func (m *Backup_IP_Register_Request) Reset()

func (*Backup_IP_Register_Request) Size

func (m *Backup_IP_Register_Request) Size() (n int)

func (*Backup_IP_Register_Request) String

func (m *Backup_IP_Register_Request) String() string

func (*Backup_IP_Register_Request) Unmarshal

func (m *Backup_IP_Register_Request) Unmarshal(dAtA []byte) error

func (*Backup_IP_Register_Request) XXX_DiscardUnknown

func (m *Backup_IP_Register_Request) XXX_DiscardUnknown()

func (*Backup_IP_Register_Request) XXX_Marshal

func (m *Backup_IP_Register_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_IP_Register_Request) XXX_Merge

func (m *Backup_IP_Register_Request) XXX_Merge(src proto.Message)

func (*Backup_IP_Register_Request) XXX_MessageName

func (*Backup_IP_Register_Request) XXX_MessageName() string

func (*Backup_IP_Register_Request) XXX_Size

func (m *Backup_IP_Register_Request) XXX_Size() int

func (*Backup_IP_Register_Request) XXX_Unmarshal

func (m *Backup_IP_Register_Request) XXX_Unmarshal(b []byte) error

type Backup_IP_Remove

type Backup_IP_Remove struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_IP_Remove) Descriptor

func (*Backup_IP_Remove) Descriptor() ([]byte, []int)

func (*Backup_IP_Remove) Marshal

func (m *Backup_IP_Remove) Marshal() (dAtA []byte, err error)

func (*Backup_IP_Remove) MarshalTo

func (m *Backup_IP_Remove) MarshalTo(dAtA []byte) (int, error)

func (*Backup_IP_Remove) MarshalToSizedBuffer

func (m *Backup_IP_Remove) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_IP_Remove) ProtoMessage

func (*Backup_IP_Remove) ProtoMessage()

func (*Backup_IP_Remove) Reset

func (m *Backup_IP_Remove) Reset()

func (*Backup_IP_Remove) Size

func (m *Backup_IP_Remove) Size() (n int)

func (*Backup_IP_Remove) String

func (m *Backup_IP_Remove) String() string

func (*Backup_IP_Remove) Unmarshal

func (m *Backup_IP_Remove) Unmarshal(dAtA []byte) error

func (*Backup_IP_Remove) XXX_DiscardUnknown

func (m *Backup_IP_Remove) XXX_DiscardUnknown()

func (*Backup_IP_Remove) XXX_Marshal

func (m *Backup_IP_Remove) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_IP_Remove) XXX_Merge

func (m *Backup_IP_Remove) XXX_Merge(src proto.Message)

func (*Backup_IP_Remove) XXX_MessageName

func (*Backup_IP_Remove) XXX_MessageName() string

func (*Backup_IP_Remove) XXX_Size

func (m *Backup_IP_Remove) XXX_Size() int

func (*Backup_IP_Remove) XXX_Unmarshal

func (m *Backup_IP_Remove) XXX_Unmarshal(b []byte) error

type Backup_IP_Remove_Request

type Backup_IP_Remove_Request struct {
	Ips                  []string `protobuf:"bytes,1,rep,name=ips,proto3" json:"ips,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_IP_Remove_Request) Descriptor

func (*Backup_IP_Remove_Request) Descriptor() ([]byte, []int)

func (*Backup_IP_Remove_Request) GetIps

func (m *Backup_IP_Remove_Request) GetIps() []string

func (*Backup_IP_Remove_Request) Marshal

func (m *Backup_IP_Remove_Request) Marshal() (dAtA []byte, err error)

func (*Backup_IP_Remove_Request) MarshalTo

func (m *Backup_IP_Remove_Request) MarshalTo(dAtA []byte) (int, error)

func (*Backup_IP_Remove_Request) MarshalToSizedBuffer

func (m *Backup_IP_Remove_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_IP_Remove_Request) ProtoMessage

func (*Backup_IP_Remove_Request) ProtoMessage()

func (*Backup_IP_Remove_Request) Reset

func (m *Backup_IP_Remove_Request) Reset()

func (*Backup_IP_Remove_Request) Size

func (m *Backup_IP_Remove_Request) Size() (n int)

func (*Backup_IP_Remove_Request) String

func (m *Backup_IP_Remove_Request) String() string

func (*Backup_IP_Remove_Request) Unmarshal

func (m *Backup_IP_Remove_Request) Unmarshal(dAtA []byte) error

func (*Backup_IP_Remove_Request) XXX_DiscardUnknown

func (m *Backup_IP_Remove_Request) XXX_DiscardUnknown()

func (*Backup_IP_Remove_Request) XXX_Marshal

func (m *Backup_IP_Remove_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_IP_Remove_Request) XXX_Merge

func (m *Backup_IP_Remove_Request) XXX_Merge(src proto.Message)

func (*Backup_IP_Remove_Request) XXX_MessageName

func (*Backup_IP_Remove_Request) XXX_MessageName() string

func (*Backup_IP_Remove_Request) XXX_Size

func (m *Backup_IP_Remove_Request) XXX_Size() int

func (*Backup_IP_Remove_Request) XXX_Unmarshal

func (m *Backup_IP_Remove_Request) XXX_Unmarshal(b []byte) error

type Backup_Locations

type Backup_Locations struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Locations) Descriptor

func (*Backup_Locations) Descriptor() ([]byte, []int)

func (*Backup_Locations) Marshal

func (m *Backup_Locations) Marshal() (dAtA []byte, err error)

func (*Backup_Locations) MarshalTo

func (m *Backup_Locations) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Locations) MarshalToSizedBuffer

func (m *Backup_Locations) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Locations) ProtoMessage

func (*Backup_Locations) ProtoMessage()

func (*Backup_Locations) Reset

func (m *Backup_Locations) Reset()

func (*Backup_Locations) Size

func (m *Backup_Locations) Size() (n int)

func (*Backup_Locations) String

func (m *Backup_Locations) String() string

func (*Backup_Locations) Unmarshal

func (m *Backup_Locations) Unmarshal(dAtA []byte) error

func (*Backup_Locations) XXX_DiscardUnknown

func (m *Backup_Locations) XXX_DiscardUnknown()

func (*Backup_Locations) XXX_Marshal

func (m *Backup_Locations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_Locations) XXX_Merge

func (m *Backup_Locations) XXX_Merge(src proto.Message)

func (*Backup_Locations) XXX_MessageName

func (*Backup_Locations) XXX_MessageName() string

func (*Backup_Locations) XXX_Size

func (m *Backup_Locations) XXX_Size() int

func (*Backup_Locations) XXX_Unmarshal

func (m *Backup_Locations) XXX_Unmarshal(b []byte) error

type Backup_Locations_Request

type Backup_Locations_Request struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Locations_Request) Descriptor

func (*Backup_Locations_Request) Descriptor() ([]byte, []int)

func (*Backup_Locations_Request) GetUuid

func (m *Backup_Locations_Request) GetUuid() string

func (*Backup_Locations_Request) Marshal

func (m *Backup_Locations_Request) Marshal() (dAtA []byte, err error)

func (*Backup_Locations_Request) MarshalTo

func (m *Backup_Locations_Request) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Locations_Request) MarshalToSizedBuffer

func (m *Backup_Locations_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Locations_Request) ProtoMessage

func (*Backup_Locations_Request) ProtoMessage()

func (*Backup_Locations_Request) Reset

func (m *Backup_Locations_Request) Reset()

func (*Backup_Locations_Request) Size

func (m *Backup_Locations_Request) Size() (n int)

func (*Backup_Locations_Request) String

func (m *Backup_Locations_Request) String() string

func (*Backup_Locations_Request) Unmarshal

func (m *Backup_Locations_Request) Unmarshal(dAtA []byte) error

func (*Backup_Locations_Request) XXX_DiscardUnknown

func (m *Backup_Locations_Request) XXX_DiscardUnknown()

func (*Backup_Locations_Request) XXX_Marshal

func (m *Backup_Locations_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_Locations_Request) XXX_Merge

func (m *Backup_Locations_Request) XXX_Merge(src proto.Message)

func (*Backup_Locations_Request) XXX_MessageName

func (*Backup_Locations_Request) XXX_MessageName() string

func (*Backup_Locations_Request) XXX_Size

func (m *Backup_Locations_Request) XXX_Size() int

func (*Backup_Locations_Request) XXX_Unmarshal

func (m *Backup_Locations_Request) XXX_Unmarshal(b []byte) error

type Backup_Remove

type Backup_Remove struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Remove) Descriptor

func (*Backup_Remove) Descriptor() ([]byte, []int)

func (*Backup_Remove) Marshal

func (m *Backup_Remove) Marshal() (dAtA []byte, err error)

func (*Backup_Remove) MarshalTo

func (m *Backup_Remove) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Remove) MarshalToSizedBuffer

func (m *Backup_Remove) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Remove) ProtoMessage

func (*Backup_Remove) ProtoMessage()

func (*Backup_Remove) Reset

func (m *Backup_Remove) Reset()

func (*Backup_Remove) Size

func (m *Backup_Remove) Size() (n int)

func (*Backup_Remove) String

func (m *Backup_Remove) String() string

func (*Backup_Remove) Unmarshal

func (m *Backup_Remove) Unmarshal(dAtA []byte) error

func (*Backup_Remove) XXX_DiscardUnknown

func (m *Backup_Remove) XXX_DiscardUnknown()

func (*Backup_Remove) XXX_Marshal

func (m *Backup_Remove) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_Remove) XXX_Merge

func (m *Backup_Remove) XXX_Merge(src proto.Message)

func (*Backup_Remove) XXX_MessageName

func (*Backup_Remove) XXX_MessageName() string

func (*Backup_Remove) XXX_Size

func (m *Backup_Remove) XXX_Size() int

func (*Backup_Remove) XXX_Unmarshal

func (m *Backup_Remove) XXX_Unmarshal(b []byte) error

type Backup_Remove_Request

type Backup_Remove_Request struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Remove_Request) Descriptor

func (*Backup_Remove_Request) Descriptor() ([]byte, []int)

func (*Backup_Remove_Request) GetUuid

func (m *Backup_Remove_Request) GetUuid() string

func (*Backup_Remove_Request) Marshal

func (m *Backup_Remove_Request) Marshal() (dAtA []byte, err error)

func (*Backup_Remove_Request) MarshalTo

func (m *Backup_Remove_Request) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Remove_Request) MarshalToSizedBuffer

func (m *Backup_Remove_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Remove_Request) ProtoMessage

func (*Backup_Remove_Request) ProtoMessage()

func (*Backup_Remove_Request) Reset

func (m *Backup_Remove_Request) Reset()

func (*Backup_Remove_Request) Size

func (m *Backup_Remove_Request) Size() (n int)

func (*Backup_Remove_Request) String

func (m *Backup_Remove_Request) String() string

func (*Backup_Remove_Request) Unmarshal

func (m *Backup_Remove_Request) Unmarshal(dAtA []byte) error

func (*Backup_Remove_Request) XXX_DiscardUnknown

func (m *Backup_Remove_Request) XXX_DiscardUnknown()

func (*Backup_Remove_Request) XXX_Marshal

func (m *Backup_Remove_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_Remove_Request) XXX_Merge

func (m *Backup_Remove_Request) XXX_Merge(src proto.Message)

func (*Backup_Remove_Request) XXX_MessageName

func (*Backup_Remove_Request) XXX_MessageName() string

func (*Backup_Remove_Request) XXX_Size

func (m *Backup_Remove_Request) XXX_Size() int

func (*Backup_Remove_Request) XXX_Unmarshal

func (m *Backup_Remove_Request) XXX_Unmarshal(b []byte) error

type Backup_Remove_RequestMulti

type Backup_Remove_RequestMulti struct {
	Uuids                []string `protobuf:"bytes,1,rep,name=uuids,proto3" json:"uuids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Backup_Remove_RequestMulti) Descriptor

func (*Backup_Remove_RequestMulti) Descriptor() ([]byte, []int)

func (*Backup_Remove_RequestMulti) GetUuids

func (m *Backup_Remove_RequestMulti) GetUuids() []string

func (*Backup_Remove_RequestMulti) Marshal

func (m *Backup_Remove_RequestMulti) Marshal() (dAtA []byte, err error)

func (*Backup_Remove_RequestMulti) MarshalTo

func (m *Backup_Remove_RequestMulti) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Remove_RequestMulti) MarshalToSizedBuffer

func (m *Backup_Remove_RequestMulti) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Remove_RequestMulti) ProtoMessage

func (*Backup_Remove_RequestMulti) ProtoMessage()

func (*Backup_Remove_RequestMulti) Reset

func (m *Backup_Remove_RequestMulti) Reset()

func (*Backup_Remove_RequestMulti) Size

func (m *Backup_Remove_RequestMulti) Size() (n int)

func (*Backup_Remove_RequestMulti) String

func (m *Backup_Remove_RequestMulti) String() string

func (*Backup_Remove_RequestMulti) Unmarshal

func (m *Backup_Remove_RequestMulti) Unmarshal(dAtA []byte) error

func (*Backup_Remove_RequestMulti) XXX_DiscardUnknown

func (m *Backup_Remove_RequestMulti) XXX_DiscardUnknown()

func (*Backup_Remove_RequestMulti) XXX_Marshal

func (m *Backup_Remove_RequestMulti) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_Remove_RequestMulti) XXX_Merge

func (m *Backup_Remove_RequestMulti) XXX_Merge(src proto.Message)

func (*Backup_Remove_RequestMulti) XXX_MessageName

func (*Backup_Remove_RequestMulti) XXX_MessageName() string

func (*Backup_Remove_RequestMulti) XXX_Size

func (m *Backup_Remove_RequestMulti) XXX_Size() int

func (*Backup_Remove_RequestMulti) XXX_Unmarshal

func (m *Backup_Remove_RequestMulti) XXX_Unmarshal(b []byte) error

type Backup_Vector

type Backup_Vector struct {
	Uuid                 string    `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Vector               []float32 `protobuf:"fixed32,3,rep,packed,name=vector,proto3" json:"vector,omitempty"`
	Ips                  []string  `protobuf:"bytes,4,rep,name=ips,proto3" json:"ips,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Backup_Vector) Descriptor

func (*Backup_Vector) Descriptor() ([]byte, []int)

func (*Backup_Vector) GetIps

func (m *Backup_Vector) GetIps() []string

func (*Backup_Vector) GetUuid

func (m *Backup_Vector) GetUuid() string

func (*Backup_Vector) GetVector

func (m *Backup_Vector) GetVector() []float32

func (*Backup_Vector) Marshal

func (m *Backup_Vector) Marshal() (dAtA []byte, err error)

func (*Backup_Vector) MarshalTo

func (m *Backup_Vector) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Vector) MarshalToSizedBuffer

func (m *Backup_Vector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Vector) ProtoMessage

func (*Backup_Vector) ProtoMessage()

func (*Backup_Vector) Reset

func (m *Backup_Vector) Reset()

func (*Backup_Vector) Size

func (m *Backup_Vector) Size() (n int)

func (*Backup_Vector) String

func (m *Backup_Vector) String() string

func (*Backup_Vector) Unmarshal

func (m *Backup_Vector) Unmarshal(dAtA []byte) error

func (*Backup_Vector) XXX_DiscardUnknown

func (m *Backup_Vector) XXX_DiscardUnknown()

func (*Backup_Vector) XXX_Marshal

func (m *Backup_Vector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_Vector) XXX_Merge

func (m *Backup_Vector) XXX_Merge(src proto.Message)

func (*Backup_Vector) XXX_MessageName

func (*Backup_Vector) XXX_MessageName() string

func (*Backup_Vector) XXX_Size

func (m *Backup_Vector) XXX_Size() int

func (*Backup_Vector) XXX_Unmarshal

func (m *Backup_Vector) XXX_Unmarshal(b []byte) error

type Backup_Vectors

type Backup_Vectors struct {
	Vectors              []*Backup_Vector `protobuf:"bytes,1,rep,name=vectors,proto3" json:"vectors,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Backup_Vectors) Descriptor

func (*Backup_Vectors) Descriptor() ([]byte, []int)

func (*Backup_Vectors) GetVectors

func (m *Backup_Vectors) GetVectors() []*Backup_Vector

func (*Backup_Vectors) Marshal

func (m *Backup_Vectors) Marshal() (dAtA []byte, err error)

func (*Backup_Vectors) MarshalTo

func (m *Backup_Vectors) MarshalTo(dAtA []byte) (int, error)

func (*Backup_Vectors) MarshalToSizedBuffer

func (m *Backup_Vectors) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Backup_Vectors) ProtoMessage

func (*Backup_Vectors) ProtoMessage()

func (*Backup_Vectors) Reset

func (m *Backup_Vectors) Reset()

func (*Backup_Vectors) Size

func (m *Backup_Vectors) Size() (n int)

func (*Backup_Vectors) String

func (m *Backup_Vectors) String() string

func (*Backup_Vectors) Unmarshal

func (m *Backup_Vectors) Unmarshal(dAtA []byte) error

func (*Backup_Vectors) XXX_DiscardUnknown

func (m *Backup_Vectors) XXX_DiscardUnknown()

func (*Backup_Vectors) XXX_Marshal

func (m *Backup_Vectors) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Backup_Vectors) XXX_Merge

func (m *Backup_Vectors) XXX_Merge(src proto.Message)

func (*Backup_Vectors) XXX_MessageName

func (*Backup_Vectors) XXX_MessageName() string

func (*Backup_Vectors) XXX_Size

func (m *Backup_Vectors) XXX_Size() int

func (*Backup_Vectors) XXX_Unmarshal

func (m *Backup_Vectors) XXX_Unmarshal(b []byte) error

type Control

type Control struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Control) Descriptor

func (*Control) Descriptor() ([]byte, []int)

func (*Control) Marshal

func (m *Control) Marshal() (dAtA []byte, err error)

func (*Control) MarshalTo

func (m *Control) MarshalTo(dAtA []byte) (int, error)

func (*Control) MarshalToSizedBuffer

func (m *Control) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Control) ProtoMessage

func (*Control) ProtoMessage()

func (*Control) Reset

func (m *Control) Reset()

func (*Control) Size

func (m *Control) Size() (n int)

func (*Control) String

func (m *Control) String() string

func (*Control) Unmarshal

func (m *Control) Unmarshal(dAtA []byte) error

func (*Control) XXX_DiscardUnknown

func (m *Control) XXX_DiscardUnknown()

func (*Control) XXX_Marshal

func (m *Control) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Control) XXX_Merge

func (m *Control) XXX_Merge(src proto.Message)

func (*Control) XXX_MessageName

func (*Control) XXX_MessageName() string

func (*Control) XXX_Size

func (m *Control) XXX_Size() int

func (*Control) XXX_Unmarshal

func (m *Control) XXX_Unmarshal(b []byte) error

type Control_CreateIndexRequest

type Control_CreateIndexRequest struct {
	PoolSize             uint32   `protobuf:"varint,1,opt,name=pool_size,json=poolSize,proto3" json:"pool_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Control_CreateIndexRequest) Descriptor

func (*Control_CreateIndexRequest) Descriptor() ([]byte, []int)

func (*Control_CreateIndexRequest) GetPoolSize

func (m *Control_CreateIndexRequest) GetPoolSize() uint32

func (*Control_CreateIndexRequest) Marshal

func (m *Control_CreateIndexRequest) Marshal() (dAtA []byte, err error)

func (*Control_CreateIndexRequest) MarshalTo

func (m *Control_CreateIndexRequest) MarshalTo(dAtA []byte) (int, error)

func (*Control_CreateIndexRequest) MarshalToSizedBuffer

func (m *Control_CreateIndexRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Control_CreateIndexRequest) ProtoMessage

func (*Control_CreateIndexRequest) ProtoMessage()

func (*Control_CreateIndexRequest) Reset

func (m *Control_CreateIndexRequest) Reset()

func (*Control_CreateIndexRequest) Size

func (m *Control_CreateIndexRequest) Size() (n int)

func (*Control_CreateIndexRequest) String

func (m *Control_CreateIndexRequest) String() string

func (*Control_CreateIndexRequest) Unmarshal

func (m *Control_CreateIndexRequest) Unmarshal(dAtA []byte) error

func (*Control_CreateIndexRequest) XXX_DiscardUnknown

func (m *Control_CreateIndexRequest) XXX_DiscardUnknown()

func (*Control_CreateIndexRequest) XXX_Marshal

func (m *Control_CreateIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Control_CreateIndexRequest) XXX_Merge

func (m *Control_CreateIndexRequest) XXX_Merge(src proto.Message)

func (*Control_CreateIndexRequest) XXX_MessageName

func (*Control_CreateIndexRequest) XXX_MessageName() string

func (*Control_CreateIndexRequest) XXX_Size

func (m *Control_CreateIndexRequest) XXX_Size() int

func (*Control_CreateIndexRequest) XXX_Unmarshal

func (m *Control_CreateIndexRequest) XXX_Unmarshal(b []byte) error

type Discoverer

type Discoverer struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Discoverer) Descriptor

func (*Discoverer) Descriptor() ([]byte, []int)

func (*Discoverer) Marshal

func (m *Discoverer) Marshal() (dAtA []byte, err error)

func (*Discoverer) MarshalTo

func (m *Discoverer) MarshalTo(dAtA []byte) (int, error)

func (*Discoverer) MarshalToSizedBuffer

func (m *Discoverer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Discoverer) ProtoMessage

func (*Discoverer) ProtoMessage()

func (*Discoverer) Reset

func (m *Discoverer) Reset()

func (*Discoverer) Size

func (m *Discoverer) Size() (n int)

func (*Discoverer) String

func (m *Discoverer) String() string

func (*Discoverer) Unmarshal

func (m *Discoverer) Unmarshal(dAtA []byte) error

func (*Discoverer) XXX_DiscardUnknown

func (m *Discoverer) XXX_DiscardUnknown()

func (*Discoverer) XXX_Marshal

func (m *Discoverer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Discoverer) XXX_Merge

func (m *Discoverer) XXX_Merge(src proto.Message)

func (*Discoverer) XXX_MessageName

func (*Discoverer) XXX_MessageName() string

func (*Discoverer) XXX_Size

func (m *Discoverer) XXX_Size() int

func (*Discoverer) XXX_Unmarshal

func (m *Discoverer) XXX_Unmarshal(b []byte) error

type Discoverer_Request

type Discoverer_Request struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace            string   `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Node                 string   `protobuf:"bytes,3,opt,name=node,proto3" json:"node,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Discoverer_Request) Descriptor

func (*Discoverer_Request) Descriptor() ([]byte, []int)

func (*Discoverer_Request) GetName

func (m *Discoverer_Request) GetName() string

func (*Discoverer_Request) GetNamespace

func (m *Discoverer_Request) GetNamespace() string

func (*Discoverer_Request) GetNode

func (m *Discoverer_Request) GetNode() string

func (*Discoverer_Request) Marshal

func (m *Discoverer_Request) Marshal() (dAtA []byte, err error)

func (*Discoverer_Request) MarshalTo

func (m *Discoverer_Request) MarshalTo(dAtA []byte) (int, error)

func (*Discoverer_Request) MarshalToSizedBuffer

func (m *Discoverer_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Discoverer_Request) ProtoMessage

func (*Discoverer_Request) ProtoMessage()

func (*Discoverer_Request) Reset

func (m *Discoverer_Request) Reset()

func (*Discoverer_Request) Size

func (m *Discoverer_Request) Size() (n int)

func (*Discoverer_Request) String

func (m *Discoverer_Request) String() string

func (*Discoverer_Request) Unmarshal

func (m *Discoverer_Request) Unmarshal(dAtA []byte) error

func (*Discoverer_Request) XXX_DiscardUnknown

func (m *Discoverer_Request) XXX_DiscardUnknown()

func (*Discoverer_Request) XXX_Marshal

func (m *Discoverer_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Discoverer_Request) XXX_Merge

func (m *Discoverer_Request) XXX_Merge(src proto.Message)

func (*Discoverer_Request) XXX_MessageName

func (*Discoverer_Request) XXX_MessageName() string

func (*Discoverer_Request) XXX_Size

func (m *Discoverer_Request) XXX_Size() int

func (*Discoverer_Request) XXX_Unmarshal

func (m *Discoverer_Request) XXX_Unmarshal(b []byte) error

type Empty

type Empty struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Empty) Descriptor

func (*Empty) Descriptor() ([]byte, []int)

func (*Empty) Marshal

func (m *Empty) Marshal() (dAtA []byte, err error)

func (*Empty) MarshalTo

func (m *Empty) MarshalTo(dAtA []byte) (int, error)

func (*Empty) MarshalToSizedBuffer

func (m *Empty) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) Size

func (m *Empty) Size() (n int)

func (*Empty) String

func (m *Empty) String() string

func (*Empty) Unmarshal

func (m *Empty) Unmarshal(dAtA []byte) error

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Empty) XXX_Merge

func (m *Empty) XXX_Merge(src proto.Message)

func (*Empty) XXX_MessageName

func (*Empty) XXX_MessageName() string

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

func (m *Empty) XXX_Unmarshal(b []byte) error

type Filter

type Filter struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Filter) Descriptor

func (*Filter) Descriptor() ([]byte, []int)

func (*Filter) Marshal

func (m *Filter) Marshal() (dAtA []byte, err error)

func (*Filter) MarshalTo

func (m *Filter) MarshalTo(dAtA []byte) (int, error)

func (*Filter) MarshalToSizedBuffer

func (m *Filter) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Filter) ProtoMessage

func (*Filter) ProtoMessage()

func (*Filter) Reset

func (m *Filter) Reset()

func (*Filter) Size

func (m *Filter) Size() (n int)

func (*Filter) String

func (m *Filter) String() string

func (*Filter) Unmarshal

func (m *Filter) Unmarshal(dAtA []byte) error

func (*Filter) XXX_DiscardUnknown

func (m *Filter) XXX_DiscardUnknown()

func (*Filter) XXX_Marshal

func (m *Filter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Filter) XXX_Merge

func (m *Filter) XXX_Merge(src proto.Message)

func (*Filter) XXX_MessageName

func (*Filter) XXX_MessageName() string

func (*Filter) XXX_Size

func (m *Filter) XXX_Size() int

func (*Filter) XXX_Unmarshal

func (m *Filter) XXX_Unmarshal(b []byte) error

type Filter_Config

type Filter_Config struct {
	Targets              []*Filter_Target `protobuf:"bytes,1,rep,name=targets,proto3" json:"targets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Filter_Config) Descriptor

func (*Filter_Config) Descriptor() ([]byte, []int)

func (*Filter_Config) GetTargets

func (m *Filter_Config) GetTargets() []*Filter_Target

func (*Filter_Config) Marshal

func (m *Filter_Config) Marshal() (dAtA []byte, err error)

func (*Filter_Config) MarshalTo

func (m *Filter_Config) MarshalTo(dAtA []byte) (int, error)

func (*Filter_Config) MarshalToSizedBuffer

func (m *Filter_Config) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Filter_Config) ProtoMessage

func (*Filter_Config) ProtoMessage()

func (*Filter_Config) Reset

func (m *Filter_Config) Reset()

func (*Filter_Config) Size

func (m *Filter_Config) Size() (n int)

func (*Filter_Config) String

func (m *Filter_Config) String() string

func (*Filter_Config) Unmarshal

func (m *Filter_Config) Unmarshal(dAtA []byte) error

func (*Filter_Config) XXX_DiscardUnknown

func (m *Filter_Config) XXX_DiscardUnknown()

func (*Filter_Config) XXX_Marshal

func (m *Filter_Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Filter_Config) XXX_Merge

func (m *Filter_Config) XXX_Merge(src proto.Message)

func (*Filter_Config) XXX_MessageName

func (*Filter_Config) XXX_MessageName() string

func (*Filter_Config) XXX_Size

func (m *Filter_Config) XXX_Size() int

func (*Filter_Config) XXX_Unmarshal

func (m *Filter_Config) XXX_Unmarshal(b []byte) error

type Filter_Target

type Filter_Target struct {
	Host                 string   `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	Port                 uint32   `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Filter_Target) Descriptor

func (*Filter_Target) Descriptor() ([]byte, []int)

func (*Filter_Target) GetHost

func (m *Filter_Target) GetHost() string

func (*Filter_Target) GetPort

func (m *Filter_Target) GetPort() uint32

func (*Filter_Target) Marshal

func (m *Filter_Target) Marshal() (dAtA []byte, err error)

func (*Filter_Target) MarshalTo

func (m *Filter_Target) MarshalTo(dAtA []byte) (int, error)

func (*Filter_Target) MarshalToSizedBuffer

func (m *Filter_Target) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Filter_Target) ProtoMessage

func (*Filter_Target) ProtoMessage()

func (*Filter_Target) Reset

func (m *Filter_Target) Reset()

func (*Filter_Target) Size

func (m *Filter_Target) Size() (n int)

func (*Filter_Target) String

func (m *Filter_Target) String() string

func (*Filter_Target) Unmarshal

func (m *Filter_Target) Unmarshal(dAtA []byte) error

func (*Filter_Target) XXX_DiscardUnknown

func (m *Filter_Target) XXX_DiscardUnknown()

func (*Filter_Target) XXX_Marshal

func (m *Filter_Target) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Filter_Target) XXX_Merge

func (m *Filter_Target) XXX_Merge(src proto.Message)

func (*Filter_Target) XXX_MessageName

func (*Filter_Target) XXX_MessageName() string

func (*Filter_Target) XXX_Size

func (m *Filter_Target) XXX_Size() int

func (*Filter_Target) XXX_Unmarshal

func (m *Filter_Target) XXX_Unmarshal(b []byte) error

type Info

type Info struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info) Descriptor

func (*Info) Descriptor() ([]byte, []int)

func (*Info) Marshal

func (m *Info) Marshal() (dAtA []byte, err error)

func (*Info) MarshalTo

func (m *Info) MarshalTo(dAtA []byte) (int, error)

func (*Info) MarshalToSizedBuffer

func (m *Info) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info) ProtoMessage

func (*Info) ProtoMessage()

func (*Info) Reset

func (m *Info) Reset()

func (*Info) Size

func (m *Info) Size() (n int)

func (*Info) String

func (m *Info) String() string

func (*Info) Unmarshal

func (m *Info) Unmarshal(dAtA []byte) error

func (*Info) XXX_DiscardUnknown

func (m *Info) XXX_DiscardUnknown()

func (*Info) XXX_Marshal

func (m *Info) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info) XXX_Merge

func (m *Info) XXX_Merge(src proto.Message)

func (*Info) XXX_MessageName

func (*Info) XXX_MessageName() string

func (*Info) XXX_Size

func (m *Info) XXX_Size() int

func (*Info) XXX_Unmarshal

func (m *Info) XXX_Unmarshal(b []byte) error

type Info_CPU

type Info_CPU struct {
	Limit                float64  `protobuf:"fixed64,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Request              float64  `protobuf:"fixed64,2,opt,name=request,proto3" json:"request,omitempty"`
	Usage                float64  `protobuf:"fixed64,3,opt,name=usage,proto3" json:"usage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_CPU) Descriptor

func (*Info_CPU) Descriptor() ([]byte, []int)

func (*Info_CPU) GetLimit

func (m *Info_CPU) GetLimit() float64

func (*Info_CPU) GetRequest

func (m *Info_CPU) GetRequest() float64

func (*Info_CPU) GetUsage

func (m *Info_CPU) GetUsage() float64

func (*Info_CPU) Marshal

func (m *Info_CPU) Marshal() (dAtA []byte, err error)

func (*Info_CPU) MarshalTo

func (m *Info_CPU) MarshalTo(dAtA []byte) (int, error)

func (*Info_CPU) MarshalToSizedBuffer

func (m *Info_CPU) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_CPU) ProtoMessage

func (*Info_CPU) ProtoMessage()

func (*Info_CPU) Reset

func (m *Info_CPU) Reset()

func (*Info_CPU) Size

func (m *Info_CPU) Size() (n int)

func (*Info_CPU) String

func (m *Info_CPU) String() string

func (*Info_CPU) Unmarshal

func (m *Info_CPU) Unmarshal(dAtA []byte) error

func (*Info_CPU) XXX_DiscardUnknown

func (m *Info_CPU) XXX_DiscardUnknown()

func (*Info_CPU) XXX_Marshal

func (m *Info_CPU) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info_CPU) XXX_Merge

func (m *Info_CPU) XXX_Merge(src proto.Message)

func (*Info_CPU) XXX_MessageName

func (*Info_CPU) XXX_MessageName() string

func (*Info_CPU) XXX_Size

func (m *Info_CPU) XXX_Size() int

func (*Info_CPU) XXX_Unmarshal

func (m *Info_CPU) XXX_Unmarshal(b []byte) error

type Info_IPs

type Info_IPs struct {
	Ip                   []string `protobuf:"bytes,1,rep,name=ip,proto3" json:"ip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_IPs) Descriptor

func (*Info_IPs) Descriptor() ([]byte, []int)

func (*Info_IPs) GetIp

func (m *Info_IPs) GetIp() []string

func (*Info_IPs) Marshal

func (m *Info_IPs) Marshal() (dAtA []byte, err error)

func (*Info_IPs) MarshalTo

func (m *Info_IPs) MarshalTo(dAtA []byte) (int, error)

func (*Info_IPs) MarshalToSizedBuffer

func (m *Info_IPs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_IPs) ProtoMessage

func (*Info_IPs) ProtoMessage()

func (*Info_IPs) Reset

func (m *Info_IPs) Reset()

func (*Info_IPs) Size

func (m *Info_IPs) Size() (n int)

func (*Info_IPs) String

func (m *Info_IPs) String() string

func (*Info_IPs) Unmarshal

func (m *Info_IPs) Unmarshal(dAtA []byte) error

func (*Info_IPs) XXX_DiscardUnknown

func (m *Info_IPs) XXX_DiscardUnknown()

func (*Info_IPs) XXX_Marshal

func (m *Info_IPs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info_IPs) XXX_Merge

func (m *Info_IPs) XXX_Merge(src proto.Message)

func (*Info_IPs) XXX_MessageName

func (*Info_IPs) XXX_MessageName() string

func (*Info_IPs) XXX_Size

func (m *Info_IPs) XXX_Size() int

func (*Info_IPs) XXX_Unmarshal

func (m *Info_IPs) XXX_Unmarshal(b []byte) error

type Info_Index

type Info_Index struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_Index) Descriptor

func (*Info_Index) Descriptor() ([]byte, []int)

func (*Info_Index) Marshal

func (m *Info_Index) Marshal() (dAtA []byte, err error)

func (*Info_Index) MarshalTo

func (m *Info_Index) MarshalTo(dAtA []byte) (int, error)

func (*Info_Index) MarshalToSizedBuffer

func (m *Info_Index) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Index) ProtoMessage

func (*Info_Index) ProtoMessage()

func (*Info_Index) Reset

func (m *Info_Index) Reset()

func (*Info_Index) Size

func (m *Info_Index) Size() (n int)

func (*Info_Index) String

func (m *Info_Index) String() string

func (*Info_Index) Unmarshal

func (m *Info_Index) Unmarshal(dAtA []byte) error

func (*Info_Index) XXX_DiscardUnknown

func (m *Info_Index) XXX_DiscardUnknown()

func (*Info_Index) XXX_Marshal

func (m *Info_Index) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info_Index) XXX_Merge

func (m *Info_Index) XXX_Merge(src proto.Message)

func (*Info_Index) XXX_MessageName

func (*Info_Index) XXX_MessageName() string

func (*Info_Index) XXX_Size

func (m *Info_Index) XXX_Size() int

func (*Info_Index) XXX_Unmarshal

func (m *Info_Index) XXX_Unmarshal(b []byte) error

type Info_Index_Count

type Info_Index_Count struct {
	Stored               uint32   `protobuf:"varint,1,opt,name=stored,proto3" json:"stored,omitempty"`
	Uncommitted          uint32   `protobuf:"varint,2,opt,name=uncommitted,proto3" json:"uncommitted,omitempty"`
	Indexing             bool     `protobuf:"varint,3,opt,name=indexing,proto3" json:"indexing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_Index_Count) Descriptor

func (*Info_Index_Count) Descriptor() ([]byte, []int)

func (*Info_Index_Count) GetIndexing

func (m *Info_Index_Count) GetIndexing() bool

func (*Info_Index_Count) GetStored

func (m *Info_Index_Count) GetStored() uint32

func (*Info_Index_Count) GetUncommitted

func (m *Info_Index_Count) GetUncommitted() uint32

func (*Info_Index_Count) Marshal

func (m *Info_Index_Count) Marshal() (dAtA []byte, err error)

func (*Info_Index_Count) MarshalTo

func (m *Info_Index_Count) MarshalTo(dAtA []byte) (int, error)

func (*Info_Index_Count) MarshalToSizedBuffer

func (m *Info_Index_Count) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Index_Count) ProtoMessage

func (*Info_Index_Count) ProtoMessage()

func (*Info_Index_Count) Reset

func (m *Info_Index_Count) Reset()

func (*Info_Index_Count) Size

func (m *Info_Index_Count) Size() (n int)

func (*Info_Index_Count) String

func (m *Info_Index_Count) String() string

func (*Info_Index_Count) Unmarshal

func (m *Info_Index_Count) Unmarshal(dAtA []byte) error

func (*Info_Index_Count) XXX_DiscardUnknown

func (m *Info_Index_Count) XXX_DiscardUnknown()

func (*Info_Index_Count) XXX_Marshal

func (m *Info_Index_Count) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info_Index_Count) XXX_Merge

func (m *Info_Index_Count) XXX_Merge(src proto.Message)

func (*Info_Index_Count) XXX_MessageName

func (*Info_Index_Count) XXX_MessageName() string

func (*Info_Index_Count) XXX_Size

func (m *Info_Index_Count) XXX_Size() int

func (*Info_Index_Count) XXX_Unmarshal

func (m *Info_Index_Count) XXX_Unmarshal(b []byte) error

type Info_Index_UUID

type Info_Index_UUID struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_Index_UUID) Descriptor

func (*Info_Index_UUID) Descriptor() ([]byte, []int)

func (*Info_Index_UUID) Marshal

func (m *Info_Index_UUID) Marshal() (dAtA []byte, err error)

func (*Info_Index_UUID) MarshalTo

func (m *Info_Index_UUID) MarshalTo(dAtA []byte) (int, error)

func (*Info_Index_UUID) MarshalToSizedBuffer

func (m *Info_Index_UUID) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Index_UUID) ProtoMessage

func (*Info_Index_UUID) ProtoMessage()

func (*Info_Index_UUID) Reset

func (m *Info_Index_UUID) Reset()

func (*Info_Index_UUID) Size

func (m *Info_Index_UUID) Size() (n int)

func (*Info_Index_UUID) String

func (m *Info_Index_UUID) String() string

func (*Info_Index_UUID) Unmarshal

func (m *Info_Index_UUID) Unmarshal(dAtA []byte) error

func (*Info_Index_UUID) XXX_DiscardUnknown

func (m *Info_Index_UUID) XXX_DiscardUnknown()

func (*Info_Index_UUID) XXX_Marshal

func (m *Info_Index_UUID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info_Index_UUID) XXX_Merge

func (m *Info_Index_UUID) XXX_Merge(src proto.Message)

func (*Info_Index_UUID) XXX_MessageName

func (*Info_Index_UUID) XXX_MessageName() string

func (*Info_Index_UUID) XXX_Size

func (m *Info_Index_UUID) XXX_Size() int

func (*Info_Index_UUID) XXX_Unmarshal

func (m *Info_Index_UUID) XXX_Unmarshal(b []byte) error

type Info_Index_UUID_Committed

type Info_Index_UUID_Committed struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_Index_UUID_Committed) Descriptor

func (*Info_Index_UUID_Committed) Descriptor() ([]byte, []int)

func (*Info_Index_UUID_Committed) GetUuid

func (m *Info_Index_UUID_Committed) GetUuid() string

func (*Info_Index_UUID_Committed) Marshal

func (m *Info_Index_UUID_Committed) Marshal() (dAtA []byte, err error)

func (*Info_Index_UUID_Committed) MarshalTo

func (m *Info_Index_UUID_Committed) MarshalTo(dAtA []byte) (int, error)

func (*Info_Index_UUID_Committed) MarshalToSizedBuffer

func (m *Info_Index_UUID_Committed) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Index_UUID_Committed) ProtoMessage

func (*Info_Index_UUID_Committed) ProtoMessage()

func (*Info_Index_UUID_Committed) Reset

func (m *Info_Index_UUID_Committed) Reset()

func (*Info_Index_UUID_Committed) Size

func (m *Info_Index_UUID_Committed) Size() (n int)

func (*Info_Index_UUID_Committed) String

func (m *Info_Index_UUID_Committed) String() string

func (*Info_Index_UUID_Committed) Unmarshal

func (m *Info_Index_UUID_Committed) Unmarshal(dAtA []byte) error

func (*Info_Index_UUID_Committed) XXX_DiscardUnknown

func (m *Info_Index_UUID_Committed) XXX_DiscardUnknown()

func (*Info_Index_UUID_Committed) XXX_Marshal

func (m *Info_Index_UUID_Committed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info_Index_UUID_Committed) XXX_Merge

func (m *Info_Index_UUID_Committed) XXX_Merge(src proto.Message)

func (*Info_Index_UUID_Committed) XXX_MessageName

func (*Info_Index_UUID_Committed) XXX_MessageName() string

func (*Info_Index_UUID_Committed) XXX_Size

func (m *Info_Index_UUID_Committed) XXX_Size() int

func (*Info_Index_UUID_Committed) XXX_Unmarshal

func (m *Info_Index_UUID_Committed) XXX_Unmarshal(b []byte) error

type Info_Index_UUID_Uncommitted

type Info_Index_UUID_Uncommitted struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_Index_UUID_Uncommitted) Descriptor

func (*Info_Index_UUID_Uncommitted) Descriptor() ([]byte, []int)

func (*Info_Index_UUID_Uncommitted) GetUuid

func (m *Info_Index_UUID_Uncommitted) GetUuid() string

func (*Info_Index_UUID_Uncommitted) Marshal

func (m *Info_Index_UUID_Uncommitted) Marshal() (dAtA []byte, err error)

func (*Info_Index_UUID_Uncommitted) MarshalTo

func (m *Info_Index_UUID_Uncommitted) MarshalTo(dAtA []byte) (int, error)

func (*Info_Index_UUID_Uncommitted) MarshalToSizedBuffer

func (m *Info_Index_UUID_Uncommitted) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Index_UUID_Uncommitted) ProtoMessage

func (*Info_Index_UUID_Uncommitted) ProtoMessage()

func (*Info_Index_UUID_Uncommitted) Reset

func (m *Info_Index_UUID_Uncommitted) Reset()

func (*Info_Index_UUID_Uncommitted) Size

func (m *Info_Index_UUID_Uncommitted) Size() (n int)

func (*Info_Index_UUID_Uncommitted) String

func (m *Info_Index_UUID_Uncommitted) String() string

func (*Info_Index_UUID_Uncommitted) Unmarshal

func (m *Info_Index_UUID_Uncommitted) Unmarshal(dAtA []byte) error

func (*Info_Index_UUID_Uncommitted) XXX_DiscardUnknown

func (m *Info_Index_UUID_Uncommitted) XXX_DiscardUnknown()

func (*Info_Index_UUID_Uncommitted) XXX_Marshal

func (m *Info_Index_UUID_Uncommitted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info_Index_UUID_Uncommitted) XXX_Merge

func (m *Info_Index_UUID_Uncommitted) XXX_Merge(src proto.Message)

func (*Info_Index_UUID_Uncommitted) XXX_MessageName

func (*Info_Index_UUID_Uncommitted) XXX_MessageName() string

func (*Info_Index_UUID_Uncommitted) XXX_Size

func (m *Info_Index_UUID_Uncommitted) XXX_Size() int

func (*Info_Index_UUID_Uncommitted) XXX_Unmarshal

func (m *Info_Index_UUID_Uncommitted) XXX_Unmarshal(b []byte) error

type Info_Memory

type Info_Memory struct {
	Limit                float64  `protobuf:"fixed64,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Request              float64  `protobuf:"fixed64,2,opt,name=request,proto3" json:"request,omitempty"`
	Usage                float64  `protobuf:"fixed64,3,opt,name=usage,proto3" json:"usage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Info_Memory) Descriptor

func (*Info_Memory) Descriptor() ([]byte, []int)

func (*Info_Memory) GetLimit

func (m *Info_Memory) GetLimit() float64

func (*Info_Memory) GetRequest

func (m *Info_Memory) GetRequest() float64

func (*Info_Memory) GetUsage

func (m *Info_Memory) GetUsage() float64

func (*Info_Memory) Marshal

func (m *Info_Memory) Marshal() (dAtA []byte, err error)

func (*Info_Memory) MarshalTo

func (m *Info_Memory) MarshalTo(dAtA []byte) (int, error)

func (*Info_Memory) MarshalToSizedBuffer

func (m *Info_Memory) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Memory) ProtoMessage

func (*Info_Memory) ProtoMessage()

func (*Info_Memory) Reset

func (m *Info_Memory) Reset()

func (*Info_Memory) Size

func (m *Info_Memory) Size() (n int)

func (*Info_Memory) String

func (m *Info_Memory) String() string

func (*Info_Memory) Unmarshal

func (m *Info_Memory) Unmarshal(dAtA []byte) error

func (*Info_Memory) XXX_DiscardUnknown

func (m *Info_Memory) XXX_DiscardUnknown()

func (*Info_Memory) XXX_Marshal

func (m *Info_Memory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info_Memory) XXX_Merge

func (m *Info_Memory) XXX_Merge(src proto.Message)

func (*Info_Memory) XXX_MessageName

func (*Info_Memory) XXX_MessageName() string

func (*Info_Memory) XXX_Size

func (m *Info_Memory) XXX_Size() int

func (*Info_Memory) XXX_Unmarshal

func (m *Info_Memory) XXX_Unmarshal(b []byte) error

type Info_Node

type Info_Node struct {
	Name                 string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	InternalAddr         string       `protobuf:"bytes,2,opt,name=internal_addr,json=internalAddr,proto3" json:"internal_addr,omitempty"`
	ExternalAddr         string       `protobuf:"bytes,3,opt,name=external_addr,json=externalAddr,proto3" json:"external_addr,omitempty"`
	Cpu                  *Info_CPU    `protobuf:"bytes,4,opt,name=cpu,proto3" json:"cpu,omitempty"`
	Memory               *Info_Memory `protobuf:"bytes,5,opt,name=memory,proto3" json:"memory,omitempty"`
	Pods                 *Info_Pods   `protobuf:"bytes,6,opt,name=Pods,proto3" json:"Pods,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Info_Node) Descriptor

func (*Info_Node) Descriptor() ([]byte, []int)

func (*Info_Node) GetCpu

func (m *Info_Node) GetCpu() *Info_CPU

func (*Info_Node) GetExternalAddr

func (m *Info_Node) GetExternalAddr() string

func (*Info_Node) GetInternalAddr

func (m *Info_Node) GetInternalAddr() string

func (*Info_Node) GetMemory

func (m *Info_Node) GetMemory() *Info_Memory

func (*Info_Node) GetName

func (m *Info_Node) GetName() string

func (*Info_Node) GetPods

func (m *Info_Node) GetPods() *Info_Pods

func (*Info_Node) Marshal

func (m *Info_Node) Marshal() (dAtA []byte, err error)

func (*Info_Node) MarshalTo

func (m *Info_Node) MarshalTo(dAtA []byte) (int, error)

func (*Info_Node) MarshalToSizedBuffer

func (m *Info_Node) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Node) ProtoMessage

func (*Info_Node) ProtoMessage()

func (*Info_Node) Reset

func (m *Info_Node) Reset()

func (*Info_Node) Size

func (m *Info_Node) Size() (n int)

func (*Info_Node) String

func (m *Info_Node) String() string

func (*Info_Node) Unmarshal

func (m *Info_Node) Unmarshal(dAtA []byte) error

func (*Info_Node) XXX_DiscardUnknown

func (m *Info_Node) XXX_DiscardUnknown()

func (*Info_Node) XXX_Marshal

func (m *Info_Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info_Node) XXX_Merge

func (m *Info_Node) XXX_Merge(src proto.Message)

func (*Info_Node) XXX_MessageName

func (*Info_Node) XXX_MessageName() string

func (*Info_Node) XXX_Size

func (m *Info_Node) XXX_Size() int

func (*Info_Node) XXX_Unmarshal

func (m *Info_Node) XXX_Unmarshal(b []byte) error

type Info_Nodes

type Info_Nodes struct {
	Nodes                []*Info_Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Info_Nodes) Descriptor

func (*Info_Nodes) Descriptor() ([]byte, []int)

func (*Info_Nodes) GetNodes

func (m *Info_Nodes) GetNodes() []*Info_Node

func (*Info_Nodes) Marshal

func (m *Info_Nodes) Marshal() (dAtA []byte, err error)

func (*Info_Nodes) MarshalTo

func (m *Info_Nodes) MarshalTo(dAtA []byte) (int, error)

func (*Info_Nodes) MarshalToSizedBuffer

func (m *Info_Nodes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Nodes) ProtoMessage

func (*Info_Nodes) ProtoMessage()

func (*Info_Nodes) Reset

func (m *Info_Nodes) Reset()

func (*Info_Nodes) Size

func (m *Info_Nodes) Size() (n int)

func (*Info_Nodes) String

func (m *Info_Nodes) String() string

func (*Info_Nodes) Unmarshal

func (m *Info_Nodes) Unmarshal(dAtA []byte) error

func (*Info_Nodes) XXX_DiscardUnknown

func (m *Info_Nodes) XXX_DiscardUnknown()

func (*Info_Nodes) XXX_Marshal

func (m *Info_Nodes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info_Nodes) XXX_Merge

func (m *Info_Nodes) XXX_Merge(src proto.Message)

func (*Info_Nodes) XXX_MessageName

func (*Info_Nodes) XXX_MessageName() string

func (*Info_Nodes) XXX_Size

func (m *Info_Nodes) XXX_Size() int

func (*Info_Nodes) XXX_Unmarshal

func (m *Info_Nodes) XXX_Unmarshal(b []byte) error

type Info_Pod

type Info_Pod struct {
	AppName              string       `protobuf:"bytes,1,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
	Name                 string       `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Namespace            string       `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Ip                   string       `protobuf:"bytes,4,opt,name=ip,proto3" json:"ip,omitempty"`
	Cpu                  *Info_CPU    `protobuf:"bytes,5,opt,name=cpu,proto3" json:"cpu,omitempty"`
	Memory               *Info_Memory `protobuf:"bytes,6,opt,name=memory,proto3" json:"memory,omitempty"`
	Node                 *Info_Node   `protobuf:"bytes,7,opt,name=node,proto3" json:"node,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Info_Pod) Descriptor

func (*Info_Pod) Descriptor() ([]byte, []int)

func (*Info_Pod) GetAppName

func (m *Info_Pod) GetAppName() string

func (*Info_Pod) GetCpu

func (m *Info_Pod) GetCpu() *Info_CPU

func (*Info_Pod) GetIp

func (m *Info_Pod) GetIp() string

func (*Info_Pod) GetMemory

func (m *Info_Pod) GetMemory() *Info_Memory

func (*Info_Pod) GetName

func (m *Info_Pod) GetName() string

func (*Info_Pod) GetNamespace

func (m *Info_Pod) GetNamespace() string

func (*Info_Pod) GetNode

func (m *Info_Pod) GetNode() *Info_Node

func (*Info_Pod) Marshal

func (m *Info_Pod) Marshal() (dAtA []byte, err error)

func (*Info_Pod) MarshalTo

func (m *Info_Pod) MarshalTo(dAtA []byte) (int, error)

func (*Info_Pod) MarshalToSizedBuffer

func (m *Info_Pod) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Pod) ProtoMessage

func (*Info_Pod) ProtoMessage()

func (*Info_Pod) Reset

func (m *Info_Pod) Reset()

func (*Info_Pod) Size

func (m *Info_Pod) Size() (n int)

func (*Info_Pod) String

func (m *Info_Pod) String() string

func (*Info_Pod) Unmarshal

func (m *Info_Pod) Unmarshal(dAtA []byte) error

func (*Info_Pod) XXX_DiscardUnknown

func (m *Info_Pod) XXX_DiscardUnknown()

func (*Info_Pod) XXX_Marshal

func (m *Info_Pod) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info_Pod) XXX_Merge

func (m *Info_Pod) XXX_Merge(src proto.Message)

func (*Info_Pod) XXX_MessageName

func (*Info_Pod) XXX_MessageName() string

func (*Info_Pod) XXX_Size

func (m *Info_Pod) XXX_Size() int

func (*Info_Pod) XXX_Unmarshal

func (m *Info_Pod) XXX_Unmarshal(b []byte) error

type Info_Pods

type Info_Pods struct {
	Pods                 []*Info_Pod `protobuf:"bytes,1,rep,name=pods,proto3" json:"pods,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Info_Pods) Descriptor

func (*Info_Pods) Descriptor() ([]byte, []int)

func (*Info_Pods) GetPods

func (m *Info_Pods) GetPods() []*Info_Pod

func (*Info_Pods) Marshal

func (m *Info_Pods) Marshal() (dAtA []byte, err error)

func (*Info_Pods) MarshalTo

func (m *Info_Pods) MarshalTo(dAtA []byte) (int, error)

func (*Info_Pods) MarshalToSizedBuffer

func (m *Info_Pods) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Info_Pods) ProtoMessage

func (*Info_Pods) ProtoMessage()

func (*Info_Pods) Reset

func (m *Info_Pods) Reset()

func (*Info_Pods) Size

func (m *Info_Pods) Size() (n int)

func (*Info_Pods) String

func (m *Info_Pods) String() string

func (*Info_Pods) Unmarshal

func (m *Info_Pods) Unmarshal(dAtA []byte) error

func (*Info_Pods) XXX_DiscardUnknown

func (m *Info_Pods) XXX_DiscardUnknown()

func (*Info_Pods) XXX_Marshal

func (m *Info_Pods) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Info_Pods) XXX_Merge

func (m *Info_Pods) XXX_Merge(src proto.Message)

func (*Info_Pods) XXX_MessageName

func (*Info_Pods) XXX_MessageName() string

func (*Info_Pods) XXX_Size

func (m *Info_Pods) XXX_Size() int

func (*Info_Pods) XXX_Unmarshal

func (m *Info_Pods) XXX_Unmarshal(b []byte) error

type Insert

type Insert struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Insert) Descriptor

func (*Insert) Descriptor() ([]byte, []int)

func (*Insert) Marshal

func (m *Insert) Marshal() (dAtA []byte, err error)

func (*Insert) MarshalTo

func (m *Insert) MarshalTo(dAtA []byte) (int, error)

func (*Insert) MarshalToSizedBuffer

func (m *Insert) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Insert) ProtoMessage

func (*Insert) ProtoMessage()

func (*Insert) Reset

func (m *Insert) Reset()

func (*Insert) Size

func (m *Insert) Size() (n int)

func (*Insert) String

func (m *Insert) String() string

func (*Insert) Unmarshal

func (m *Insert) Unmarshal(dAtA []byte) error

func (*Insert) XXX_DiscardUnknown

func (m *Insert) XXX_DiscardUnknown()

func (*Insert) XXX_Marshal

func (m *Insert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Insert) XXX_Merge

func (m *Insert) XXX_Merge(src proto.Message)

func (*Insert) XXX_MessageName

func (*Insert) XXX_MessageName() string

func (*Insert) XXX_Size

func (m *Insert) XXX_Size() int

func (*Insert) XXX_Unmarshal

func (m *Insert) XXX_Unmarshal(b []byte) error

type Insert_Config

type Insert_Config struct {
	SkipStrictExistCheck bool           `` /* 126-byte string literal not displayed */
	Filters              *Filter_Config `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Insert_Config) Descriptor

func (*Insert_Config) Descriptor() ([]byte, []int)

func (*Insert_Config) GetFilters

func (m *Insert_Config) GetFilters() *Filter_Config

func (*Insert_Config) GetSkipStrictExistCheck

func (m *Insert_Config) GetSkipStrictExistCheck() bool

func (*Insert_Config) Marshal

func (m *Insert_Config) Marshal() (dAtA []byte, err error)

func (*Insert_Config) MarshalTo

func (m *Insert_Config) MarshalTo(dAtA []byte) (int, error)

func (*Insert_Config) MarshalToSizedBuffer

func (m *Insert_Config) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Insert_Config) ProtoMessage

func (*Insert_Config) ProtoMessage()

func (*Insert_Config) Reset

func (m *Insert_Config) Reset()

func (*Insert_Config) Size

func (m *Insert_Config) Size() (n int)

func (*Insert_Config) String

func (m *Insert_Config) String() string

func (*Insert_Config) Unmarshal

func (m *Insert_Config) Unmarshal(dAtA []byte) error

func (*Insert_Config) XXX_DiscardUnknown

func (m *Insert_Config) XXX_DiscardUnknown()

func (*Insert_Config) XXX_Marshal

func (m *Insert_Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Insert_Config) XXX_Merge

func (m *Insert_Config) XXX_Merge(src proto.Message)

func (*Insert_Config) XXX_MessageName

func (*Insert_Config) XXX_MessageName() string

func (*Insert_Config) XXX_Size

func (m *Insert_Config) XXX_Size() int

func (*Insert_Config) XXX_Unmarshal

func (m *Insert_Config) XXX_Unmarshal(b []byte) error

type Insert_MultiObjectRequest

type Insert_MultiObjectRequest struct {
	Requests             []*Insert_ObjectRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*Insert_MultiObjectRequest) Descriptor

func (*Insert_MultiObjectRequest) Descriptor() ([]byte, []int)

func (*Insert_MultiObjectRequest) GetRequests

func (m *Insert_MultiObjectRequest) GetRequests() []*Insert_ObjectRequest

func (*Insert_MultiObjectRequest) Marshal

func (m *Insert_MultiObjectRequest) Marshal() (dAtA []byte, err error)

func (*Insert_MultiObjectRequest) MarshalTo

func (m *Insert_MultiObjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*Insert_MultiObjectRequest) MarshalToSizedBuffer

func (m *Insert_MultiObjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Insert_MultiObjectRequest) ProtoMessage

func (*Insert_MultiObjectRequest) ProtoMessage()

func (*Insert_MultiObjectRequest) Reset

func (m *Insert_MultiObjectRequest) Reset()

func (*Insert_MultiObjectRequest) Size

func (m *Insert_MultiObjectRequest) Size() (n int)

func (*Insert_MultiObjectRequest) String

func (m *Insert_MultiObjectRequest) String() string

func (*Insert_MultiObjectRequest) Unmarshal

func (m *Insert_MultiObjectRequest) Unmarshal(dAtA []byte) error

func (*Insert_MultiObjectRequest) XXX_DiscardUnknown

func (m *Insert_MultiObjectRequest) XXX_DiscardUnknown()

func (*Insert_MultiObjectRequest) XXX_Marshal

func (m *Insert_MultiObjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Insert_MultiObjectRequest) XXX_Merge

func (m *Insert_MultiObjectRequest) XXX_Merge(src proto.Message)

func (*Insert_MultiObjectRequest) XXX_MessageName

func (*Insert_MultiObjectRequest) XXX_MessageName() string

func (*Insert_MultiObjectRequest) XXX_Size

func (m *Insert_MultiObjectRequest) XXX_Size() int

func (*Insert_MultiObjectRequest) XXX_Unmarshal

func (m *Insert_MultiObjectRequest) XXX_Unmarshal(b []byte) error

type Insert_MultiRequest

type Insert_MultiRequest struct {
	Requests             []*Insert_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Insert_MultiRequest) Descriptor

func (*Insert_MultiRequest) Descriptor() ([]byte, []int)

func (*Insert_MultiRequest) GetRequests

func (m *Insert_MultiRequest) GetRequests() []*Insert_Request

func (*Insert_MultiRequest) Marshal

func (m *Insert_MultiRequest) Marshal() (dAtA []byte, err error)

func (*Insert_MultiRequest) MarshalTo

func (m *Insert_MultiRequest) MarshalTo(dAtA []byte) (int, error)

func (*Insert_MultiRequest) MarshalToSizedBuffer

func (m *Insert_MultiRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Insert_MultiRequest) ProtoMessage

func (*Insert_MultiRequest) ProtoMessage()

func (*Insert_MultiRequest) Reset

func (m *Insert_MultiRequest) Reset()

func (*Insert_MultiRequest) Size

func (m *Insert_MultiRequest) Size() (n int)

func (*Insert_MultiRequest) String

func (m *Insert_MultiRequest) String() string

func (*Insert_MultiRequest) Unmarshal

func (m *Insert_MultiRequest) Unmarshal(dAtA []byte) error

func (*Insert_MultiRequest) XXX_DiscardUnknown

func (m *Insert_MultiRequest) XXX_DiscardUnknown()

func (*Insert_MultiRequest) XXX_Marshal

func (m *Insert_MultiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Insert_MultiRequest) XXX_Merge

func (m *Insert_MultiRequest) XXX_Merge(src proto.Message)

func (*Insert_MultiRequest) XXX_MessageName

func (*Insert_MultiRequest) XXX_MessageName() string

func (*Insert_MultiRequest) XXX_Size

func (m *Insert_MultiRequest) XXX_Size() int

func (*Insert_MultiRequest) XXX_Unmarshal

func (m *Insert_MultiRequest) XXX_Unmarshal(b []byte) error

type Insert_ObjectRequest

type Insert_ObjectRequest struct {
	Object               *Object_Blob   `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	Config               *Insert_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	Vectorizer           *Filter_Target `protobuf:"bytes,3,opt,name=vectorizer,proto3" json:"vectorizer,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Insert_ObjectRequest) Descriptor

func (*Insert_ObjectRequest) Descriptor() ([]byte, []int)

func (*Insert_ObjectRequest) GetConfig

func (m *Insert_ObjectRequest) GetConfig() *Insert_Config

func (*Insert_ObjectRequest) GetObject

func (m *Insert_ObjectRequest) GetObject() *Object_Blob

func (*Insert_ObjectRequest) GetVectorizer

func (m *Insert_ObjectRequest) GetVectorizer() *Filter_Target

func (*Insert_ObjectRequest) Marshal

func (m *Insert_ObjectRequest) Marshal() (dAtA []byte, err error)

func (*Insert_ObjectRequest) MarshalTo

func (m *Insert_ObjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*Insert_ObjectRequest) MarshalToSizedBuffer

func (m *Insert_ObjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Insert_ObjectRequest) ProtoMessage

func (*Insert_ObjectRequest) ProtoMessage()

func (*Insert_ObjectRequest) Reset

func (m *Insert_ObjectRequest) Reset()

func (*Insert_ObjectRequest) Size

func (m *Insert_ObjectRequest) Size() (n int)

func (*Insert_ObjectRequest) String

func (m *Insert_ObjectRequest) String() string

func (*Insert_ObjectRequest) Unmarshal

func (m *Insert_ObjectRequest) Unmarshal(dAtA []byte) error

func (*Insert_ObjectRequest) XXX_DiscardUnknown

func (m *Insert_ObjectRequest) XXX_DiscardUnknown()

func (*Insert_ObjectRequest) XXX_Marshal

func (m *Insert_ObjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Insert_ObjectRequest) XXX_Merge

func (m *Insert_ObjectRequest) XXX_Merge(src proto.Message)

func (*Insert_ObjectRequest) XXX_MessageName

func (*Insert_ObjectRequest) XXX_MessageName() string

func (*Insert_ObjectRequest) XXX_Size

func (m *Insert_ObjectRequest) XXX_Size() int

func (*Insert_ObjectRequest) XXX_Unmarshal

func (m *Insert_ObjectRequest) XXX_Unmarshal(b []byte) error

type Insert_Request

type Insert_Request struct {
	Vector               *Object_Vector `protobuf:"bytes,1,opt,name=vector,proto3" json:"vector,omitempty"`
	Config               *Insert_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Insert_Request) Descriptor

func (*Insert_Request) Descriptor() ([]byte, []int)

func (*Insert_Request) GetConfig

func (m *Insert_Request) GetConfig() *Insert_Config

func (*Insert_Request) GetVector

func (m *Insert_Request) GetVector() *Object_Vector

func (*Insert_Request) Marshal

func (m *Insert_Request) Marshal() (dAtA []byte, err error)

func (*Insert_Request) MarshalTo

func (m *Insert_Request) MarshalTo(dAtA []byte) (int, error)

func (*Insert_Request) MarshalToSizedBuffer

func (m *Insert_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Insert_Request) ProtoMessage

func (*Insert_Request) ProtoMessage()

func (*Insert_Request) Reset

func (m *Insert_Request) Reset()

func (*Insert_Request) Size

func (m *Insert_Request) Size() (n int)

func (*Insert_Request) String

func (m *Insert_Request) String() string

func (*Insert_Request) Unmarshal

func (m *Insert_Request) Unmarshal(dAtA []byte) error

func (*Insert_Request) XXX_DiscardUnknown

func (m *Insert_Request) XXX_DiscardUnknown()

func (*Insert_Request) XXX_Marshal

func (m *Insert_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Insert_Request) XXX_Merge

func (m *Insert_Request) XXX_Merge(src proto.Message)

func (*Insert_Request) XXX_MessageName

func (*Insert_Request) XXX_MessageName() string

func (*Insert_Request) XXX_Size

func (m *Insert_Request) XXX_Size() int

func (*Insert_Request) XXX_Unmarshal

func (m *Insert_Request) XXX_Unmarshal(b []byte) error

type Meta

type Meta struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Meta) Descriptor

func (*Meta) Descriptor() ([]byte, []int)

func (*Meta) Marshal

func (m *Meta) Marshal() (dAtA []byte, err error)

func (*Meta) MarshalTo

func (m *Meta) MarshalTo(dAtA []byte) (int, error)

func (*Meta) MarshalToSizedBuffer

func (m *Meta) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta) ProtoMessage

func (*Meta) ProtoMessage()

func (*Meta) Reset

func (m *Meta) Reset()

func (*Meta) Size

func (m *Meta) Size() (n int)

func (*Meta) String

func (m *Meta) String() string

func (*Meta) Unmarshal

func (m *Meta) Unmarshal(dAtA []byte) error

func (*Meta) XXX_DiscardUnknown

func (m *Meta) XXX_DiscardUnknown()

func (*Meta) XXX_Marshal

func (m *Meta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Meta) XXX_Merge

func (m *Meta) XXX_Merge(src proto.Message)

func (*Meta) XXX_MessageName

func (*Meta) XXX_MessageName() string

func (*Meta) XXX_Size

func (m *Meta) XXX_Size() int

func (*Meta) XXX_Unmarshal

func (m *Meta) XXX_Unmarshal(b []byte) error

type Meta_Key

type Meta_Key struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Meta_Key) Descriptor

func (*Meta_Key) Descriptor() ([]byte, []int)

func (*Meta_Key) GetKey

func (m *Meta_Key) GetKey() string

func (*Meta_Key) Marshal

func (m *Meta_Key) Marshal() (dAtA []byte, err error)

func (*Meta_Key) MarshalTo

func (m *Meta_Key) MarshalTo(dAtA []byte) (int, error)

func (*Meta_Key) MarshalToSizedBuffer

func (m *Meta_Key) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta_Key) ProtoMessage

func (*Meta_Key) ProtoMessage()

func (*Meta_Key) Reset

func (m *Meta_Key) Reset()

func (*Meta_Key) Size

func (m *Meta_Key) Size() (n int)

func (*Meta_Key) String

func (m *Meta_Key) String() string

func (*Meta_Key) Unmarshal

func (m *Meta_Key) Unmarshal(dAtA []byte) error

func (*Meta_Key) XXX_DiscardUnknown

func (m *Meta_Key) XXX_DiscardUnknown()

func (*Meta_Key) XXX_Marshal

func (m *Meta_Key) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Meta_Key) XXX_Merge

func (m *Meta_Key) XXX_Merge(src proto.Message)

func (*Meta_Key) XXX_MessageName

func (*Meta_Key) XXX_MessageName() string

func (*Meta_Key) XXX_Size

func (m *Meta_Key) XXX_Size() int

func (*Meta_Key) XXX_Unmarshal

func (m *Meta_Key) XXX_Unmarshal(b []byte) error

type Meta_KeyVal

type Meta_KeyVal struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Val                  string   `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Meta_KeyVal) Descriptor

func (*Meta_KeyVal) Descriptor() ([]byte, []int)

func (*Meta_KeyVal) GetKey

func (m *Meta_KeyVal) GetKey() string

func (*Meta_KeyVal) GetVal

func (m *Meta_KeyVal) GetVal() string

func (*Meta_KeyVal) Marshal

func (m *Meta_KeyVal) Marshal() (dAtA []byte, err error)

func (*Meta_KeyVal) MarshalTo

func (m *Meta_KeyVal) MarshalTo(dAtA []byte) (int, error)

func (*Meta_KeyVal) MarshalToSizedBuffer

func (m *Meta_KeyVal) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta_KeyVal) ProtoMessage

func (*Meta_KeyVal) ProtoMessage()

func (*Meta_KeyVal) Reset

func (m *Meta_KeyVal) Reset()

func (*Meta_KeyVal) Size

func (m *Meta_KeyVal) Size() (n int)

func (*Meta_KeyVal) String

func (m *Meta_KeyVal) String() string

func (*Meta_KeyVal) Unmarshal

func (m *Meta_KeyVal) Unmarshal(dAtA []byte) error

func (*Meta_KeyVal) XXX_DiscardUnknown

func (m *Meta_KeyVal) XXX_DiscardUnknown()

func (*Meta_KeyVal) XXX_Marshal

func (m *Meta_KeyVal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Meta_KeyVal) XXX_Merge

func (m *Meta_KeyVal) XXX_Merge(src proto.Message)

func (*Meta_KeyVal) XXX_MessageName

func (*Meta_KeyVal) XXX_MessageName() string

func (*Meta_KeyVal) XXX_Size

func (m *Meta_KeyVal) XXX_Size() int

func (*Meta_KeyVal) XXX_Unmarshal

func (m *Meta_KeyVal) XXX_Unmarshal(b []byte) error

type Meta_KeyVals

type Meta_KeyVals struct {
	Kvs                  []*Meta_KeyVal `protobuf:"bytes,1,rep,name=kvs,proto3" json:"kvs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Meta_KeyVals) Descriptor

func (*Meta_KeyVals) Descriptor() ([]byte, []int)

func (*Meta_KeyVals) GetKvs

func (m *Meta_KeyVals) GetKvs() []*Meta_KeyVal

func (*Meta_KeyVals) Marshal

func (m *Meta_KeyVals) Marshal() (dAtA []byte, err error)

func (*Meta_KeyVals) MarshalTo

func (m *Meta_KeyVals) MarshalTo(dAtA []byte) (int, error)

func (*Meta_KeyVals) MarshalToSizedBuffer

func (m *Meta_KeyVals) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta_KeyVals) ProtoMessage

func (*Meta_KeyVals) ProtoMessage()

func (*Meta_KeyVals) Reset

func (m *Meta_KeyVals) Reset()

func (*Meta_KeyVals) Size

func (m *Meta_KeyVals) Size() (n int)

func (*Meta_KeyVals) String

func (m *Meta_KeyVals) String() string

func (*Meta_KeyVals) Unmarshal

func (m *Meta_KeyVals) Unmarshal(dAtA []byte) error

func (*Meta_KeyVals) XXX_DiscardUnknown

func (m *Meta_KeyVals) XXX_DiscardUnknown()

func (*Meta_KeyVals) XXX_Marshal

func (m *Meta_KeyVals) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Meta_KeyVals) XXX_Merge

func (m *Meta_KeyVals) XXX_Merge(src proto.Message)

func (*Meta_KeyVals) XXX_MessageName

func (*Meta_KeyVals) XXX_MessageName() string

func (*Meta_KeyVals) XXX_Size

func (m *Meta_KeyVals) XXX_Size() int

func (*Meta_KeyVals) XXX_Unmarshal

func (m *Meta_KeyVals) XXX_Unmarshal(b []byte) error

type Meta_Keys

type Meta_Keys struct {
	Keys                 []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Meta_Keys) Descriptor

func (*Meta_Keys) Descriptor() ([]byte, []int)

func (*Meta_Keys) GetKeys

func (m *Meta_Keys) GetKeys() []string

func (*Meta_Keys) Marshal

func (m *Meta_Keys) Marshal() (dAtA []byte, err error)

func (*Meta_Keys) MarshalTo

func (m *Meta_Keys) MarshalTo(dAtA []byte) (int, error)

func (*Meta_Keys) MarshalToSizedBuffer

func (m *Meta_Keys) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta_Keys) ProtoMessage

func (*Meta_Keys) ProtoMessage()

func (*Meta_Keys) Reset

func (m *Meta_Keys) Reset()

func (*Meta_Keys) Size

func (m *Meta_Keys) Size() (n int)

func (*Meta_Keys) String

func (m *Meta_Keys) String() string

func (*Meta_Keys) Unmarshal

func (m *Meta_Keys) Unmarshal(dAtA []byte) error

func (*Meta_Keys) XXX_DiscardUnknown

func (m *Meta_Keys) XXX_DiscardUnknown()

func (*Meta_Keys) XXX_Marshal

func (m *Meta_Keys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Meta_Keys) XXX_Merge

func (m *Meta_Keys) XXX_Merge(src proto.Message)

func (*Meta_Keys) XXX_MessageName

func (*Meta_Keys) XXX_MessageName() string

func (*Meta_Keys) XXX_Size

func (m *Meta_Keys) XXX_Size() int

func (*Meta_Keys) XXX_Unmarshal

func (m *Meta_Keys) XXX_Unmarshal(b []byte) error

type Meta_Val

type Meta_Val struct {
	Val                  string   `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Meta_Val) Descriptor

func (*Meta_Val) Descriptor() ([]byte, []int)

func (*Meta_Val) GetVal

func (m *Meta_Val) GetVal() string

func (*Meta_Val) Marshal

func (m *Meta_Val) Marshal() (dAtA []byte, err error)

func (*Meta_Val) MarshalTo

func (m *Meta_Val) MarshalTo(dAtA []byte) (int, error)

func (*Meta_Val) MarshalToSizedBuffer

func (m *Meta_Val) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta_Val) ProtoMessage

func (*Meta_Val) ProtoMessage()

func (*Meta_Val) Reset

func (m *Meta_Val) Reset()

func (*Meta_Val) Size

func (m *Meta_Val) Size() (n int)

func (*Meta_Val) String

func (m *Meta_Val) String() string

func (*Meta_Val) Unmarshal

func (m *Meta_Val) Unmarshal(dAtA []byte) error

func (*Meta_Val) XXX_DiscardUnknown

func (m *Meta_Val) XXX_DiscardUnknown()

func (*Meta_Val) XXX_Marshal

func (m *Meta_Val) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Meta_Val) XXX_Merge

func (m *Meta_Val) XXX_Merge(src proto.Message)

func (*Meta_Val) XXX_MessageName

func (*Meta_Val) XXX_MessageName() string

func (*Meta_Val) XXX_Size

func (m *Meta_Val) XXX_Size() int

func (*Meta_Val) XXX_Unmarshal

func (m *Meta_Val) XXX_Unmarshal(b []byte) error

type Meta_Vals

type Meta_Vals struct {
	Vals                 []string `protobuf:"bytes,1,rep,name=vals,proto3" json:"vals,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Meta_Vals) Descriptor

func (*Meta_Vals) Descriptor() ([]byte, []int)

func (*Meta_Vals) GetVals

func (m *Meta_Vals) GetVals() []string

func (*Meta_Vals) Marshal

func (m *Meta_Vals) Marshal() (dAtA []byte, err error)

func (*Meta_Vals) MarshalTo

func (m *Meta_Vals) MarshalTo(dAtA []byte) (int, error)

func (*Meta_Vals) MarshalToSizedBuffer

func (m *Meta_Vals) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Meta_Vals) ProtoMessage

func (*Meta_Vals) ProtoMessage()

func (*Meta_Vals) Reset

func (m *Meta_Vals) Reset()

func (*Meta_Vals) Size

func (m *Meta_Vals) Size() (n int)

func (*Meta_Vals) String

func (m *Meta_Vals) String() string

func (*Meta_Vals) Unmarshal

func (m *Meta_Vals) Unmarshal(dAtA []byte) error

func (*Meta_Vals) XXX_DiscardUnknown

func (m *Meta_Vals) XXX_DiscardUnknown()

func (*Meta_Vals) XXX_Marshal

func (m *Meta_Vals) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Meta_Vals) XXX_Merge

func (m *Meta_Vals) XXX_Merge(src proto.Message)

func (*Meta_Vals) XXX_MessageName

func (*Meta_Vals) XXX_MessageName() string

func (*Meta_Vals) XXX_Size

func (m *Meta_Vals) XXX_Size() int

func (*Meta_Vals) XXX_Unmarshal

func (m *Meta_Vals) XXX_Unmarshal(b []byte) error

type Object

type Object struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Object) Descriptor

func (*Object) Descriptor() ([]byte, []int)

func (*Object) Marshal

func (m *Object) Marshal() (dAtA []byte, err error)

func (*Object) MarshalTo

func (m *Object) MarshalTo(dAtA []byte) (int, error)

func (*Object) MarshalToSizedBuffer

func (m *Object) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) Reset

func (m *Object) Reset()

func (*Object) Size

func (m *Object) Size() (n int)

func (*Object) String

func (m *Object) String() string

func (*Object) Unmarshal

func (m *Object) Unmarshal(dAtA []byte) error

func (*Object) XXX_DiscardUnknown

func (m *Object) XXX_DiscardUnknown()

func (*Object) XXX_Marshal

func (m *Object) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object) XXX_Merge

func (m *Object) XXX_Merge(src proto.Message)

func (*Object) XXX_MessageName

func (*Object) XXX_MessageName() string

func (*Object) XXX_Size

func (m *Object) XXX_Size() int

func (*Object) XXX_Unmarshal

func (m *Object) XXX_Unmarshal(b []byte) error

type Object_Blob

type Object_Blob struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Object               []byte   `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Object_Blob) Descriptor

func (*Object_Blob) Descriptor() ([]byte, []int)

func (*Object_Blob) GetId

func (m *Object_Blob) GetId() string

func (*Object_Blob) GetObject

func (m *Object_Blob) GetObject() []byte

func (*Object_Blob) Marshal

func (m *Object_Blob) Marshal() (dAtA []byte, err error)

func (*Object_Blob) MarshalTo

func (m *Object_Blob) MarshalTo(dAtA []byte) (int, error)

func (*Object_Blob) MarshalToSizedBuffer

func (m *Object_Blob) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_Blob) ProtoMessage

func (*Object_Blob) ProtoMessage()

func (*Object_Blob) Reset

func (m *Object_Blob) Reset()

func (*Object_Blob) Size

func (m *Object_Blob) Size() (n int)

func (*Object_Blob) String

func (m *Object_Blob) String() string

func (*Object_Blob) Unmarshal

func (m *Object_Blob) Unmarshal(dAtA []byte) error

func (*Object_Blob) XXX_DiscardUnknown

func (m *Object_Blob) XXX_DiscardUnknown()

func (*Object_Blob) XXX_Marshal

func (m *Object_Blob) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_Blob) XXX_Merge

func (m *Object_Blob) XXX_Merge(src proto.Message)

func (*Object_Blob) XXX_MessageName

func (*Object_Blob) XXX_MessageName() string

func (*Object_Blob) XXX_Size

func (m *Object_Blob) XXX_Size() int

func (*Object_Blob) XXX_Unmarshal

func (m *Object_Blob) XXX_Unmarshal(b []byte) error

type Object_Distance

type Object_Distance struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Distance             float32  `protobuf:"fixed32,2,opt,name=distance,proto3" json:"distance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Object_Distance) Descriptor

func (*Object_Distance) Descriptor() ([]byte, []int)

func (*Object_Distance) GetDistance

func (m *Object_Distance) GetDistance() float32

func (*Object_Distance) GetId

func (m *Object_Distance) GetId() string

func (*Object_Distance) Marshal

func (m *Object_Distance) Marshal() (dAtA []byte, err error)

func (*Object_Distance) MarshalTo

func (m *Object_Distance) MarshalTo(dAtA []byte) (int, error)

func (*Object_Distance) MarshalToSizedBuffer

func (m *Object_Distance) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_Distance) ProtoMessage

func (*Object_Distance) ProtoMessage()

func (*Object_Distance) Reset

func (m *Object_Distance) Reset()

func (*Object_Distance) Size

func (m *Object_Distance) Size() (n int)

func (*Object_Distance) String

func (m *Object_Distance) String() string

func (*Object_Distance) Unmarshal

func (m *Object_Distance) Unmarshal(dAtA []byte) error

func (*Object_Distance) XXX_DiscardUnknown

func (m *Object_Distance) XXX_DiscardUnknown()

func (*Object_Distance) XXX_Marshal

func (m *Object_Distance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_Distance) XXX_Merge

func (m *Object_Distance) XXX_Merge(src proto.Message)

func (*Object_Distance) XXX_MessageName

func (*Object_Distance) XXX_MessageName() string

func (*Object_Distance) XXX_Size

func (m *Object_Distance) XXX_Size() int

func (*Object_Distance) XXX_Unmarshal

func (m *Object_Distance) XXX_Unmarshal(b []byte) error

type Object_ID

type Object_ID struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Object_ID) Descriptor

func (*Object_ID) Descriptor() ([]byte, []int)

func (*Object_ID) GetId

func (m *Object_ID) GetId() string

func (*Object_ID) Marshal

func (m *Object_ID) Marshal() (dAtA []byte, err error)

func (*Object_ID) MarshalTo

func (m *Object_ID) MarshalTo(dAtA []byte) (int, error)

func (*Object_ID) MarshalToSizedBuffer

func (m *Object_ID) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_ID) ProtoMessage

func (*Object_ID) ProtoMessage()

func (*Object_ID) Reset

func (m *Object_ID) Reset()

func (*Object_ID) Size

func (m *Object_ID) Size() (n int)

func (*Object_ID) String

func (m *Object_ID) String() string

func (*Object_ID) Unmarshal

func (m *Object_ID) Unmarshal(dAtA []byte) error

func (*Object_ID) XXX_DiscardUnknown

func (m *Object_ID) XXX_DiscardUnknown()

func (*Object_ID) XXX_Marshal

func (m *Object_ID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_ID) XXX_Merge

func (m *Object_ID) XXX_Merge(src proto.Message)

func (*Object_ID) XXX_MessageName

func (*Object_ID) XXX_MessageName() string

func (*Object_ID) XXX_Size

func (m *Object_ID) XXX_Size() int

func (*Object_ID) XXX_Unmarshal

func (m *Object_ID) XXX_Unmarshal(b []byte) error

type Object_IDs

type Object_IDs struct {
	Ids                  []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Object_IDs) Descriptor

func (*Object_IDs) Descriptor() ([]byte, []int)

func (*Object_IDs) GetIds

func (m *Object_IDs) GetIds() []string

func (*Object_IDs) Marshal

func (m *Object_IDs) Marshal() (dAtA []byte, err error)

func (*Object_IDs) MarshalTo

func (m *Object_IDs) MarshalTo(dAtA []byte) (int, error)

func (*Object_IDs) MarshalToSizedBuffer

func (m *Object_IDs) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_IDs) ProtoMessage

func (*Object_IDs) ProtoMessage()

func (*Object_IDs) Reset

func (m *Object_IDs) Reset()

func (*Object_IDs) Size

func (m *Object_IDs) Size() (n int)

func (*Object_IDs) String

func (m *Object_IDs) String() string

func (*Object_IDs) Unmarshal

func (m *Object_IDs) Unmarshal(dAtA []byte) error

func (*Object_IDs) XXX_DiscardUnknown

func (m *Object_IDs) XXX_DiscardUnknown()

func (*Object_IDs) XXX_Marshal

func (m *Object_IDs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_IDs) XXX_Merge

func (m *Object_IDs) XXX_Merge(src proto.Message)

func (*Object_IDs) XXX_MessageName

func (*Object_IDs) XXX_MessageName() string

func (*Object_IDs) XXX_Size

func (m *Object_IDs) XXX_Size() int

func (*Object_IDs) XXX_Unmarshal

func (m *Object_IDs) XXX_Unmarshal(b []byte) error

type Object_Location

type Object_Location struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Uuid                 string   `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Ips                  []string `protobuf:"bytes,3,rep,name=ips,proto3" json:"ips,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Object_Location) Descriptor

func (*Object_Location) Descriptor() ([]byte, []int)

func (*Object_Location) GetIps

func (m *Object_Location) GetIps() []string

func (*Object_Location) GetName

func (m *Object_Location) GetName() string

func (*Object_Location) GetUuid

func (m *Object_Location) GetUuid() string

func (*Object_Location) Marshal

func (m *Object_Location) Marshal() (dAtA []byte, err error)

func (*Object_Location) MarshalTo

func (m *Object_Location) MarshalTo(dAtA []byte) (int, error)

func (*Object_Location) MarshalToSizedBuffer

func (m *Object_Location) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_Location) ProtoMessage

func (*Object_Location) ProtoMessage()

func (*Object_Location) Reset

func (m *Object_Location) Reset()

func (*Object_Location) Size

func (m *Object_Location) Size() (n int)

func (*Object_Location) String

func (m *Object_Location) String() string

func (*Object_Location) Unmarshal

func (m *Object_Location) Unmarshal(dAtA []byte) error

func (*Object_Location) XXX_DiscardUnknown

func (m *Object_Location) XXX_DiscardUnknown()

func (*Object_Location) XXX_Marshal

func (m *Object_Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_Location) XXX_Merge

func (m *Object_Location) XXX_Merge(src proto.Message)

func (*Object_Location) XXX_MessageName

func (*Object_Location) XXX_MessageName() string

func (*Object_Location) XXX_Size

func (m *Object_Location) XXX_Size() int

func (*Object_Location) XXX_Unmarshal

func (m *Object_Location) XXX_Unmarshal(b []byte) error

type Object_Locations

type Object_Locations struct {
	Locations            []*Object_Location `protobuf:"bytes,1,rep,name=locations,proto3" json:"locations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Object_Locations) Descriptor

func (*Object_Locations) Descriptor() ([]byte, []int)

func (*Object_Locations) GetLocations

func (m *Object_Locations) GetLocations() []*Object_Location

func (*Object_Locations) Marshal

func (m *Object_Locations) Marshal() (dAtA []byte, err error)

func (*Object_Locations) MarshalTo

func (m *Object_Locations) MarshalTo(dAtA []byte) (int, error)

func (*Object_Locations) MarshalToSizedBuffer

func (m *Object_Locations) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_Locations) ProtoMessage

func (*Object_Locations) ProtoMessage()

func (*Object_Locations) Reset

func (m *Object_Locations) Reset()

func (*Object_Locations) Size

func (m *Object_Locations) Size() (n int)

func (*Object_Locations) String

func (m *Object_Locations) String() string

func (*Object_Locations) Unmarshal

func (m *Object_Locations) Unmarshal(dAtA []byte) error

func (*Object_Locations) XXX_DiscardUnknown

func (m *Object_Locations) XXX_DiscardUnknown()

func (*Object_Locations) XXX_Marshal

func (m *Object_Locations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_Locations) XXX_Merge

func (m *Object_Locations) XXX_Merge(src proto.Message)

func (*Object_Locations) XXX_MessageName

func (*Object_Locations) XXX_MessageName() string

func (*Object_Locations) XXX_Size

func (m *Object_Locations) XXX_Size() int

func (*Object_Locations) XXX_Unmarshal

func (m *Object_Locations) XXX_Unmarshal(b []byte) error

type Object_StreamBlob

type Object_StreamBlob struct {
	// Types that are valid to be assigned to Payload:
	//	*Object_StreamBlob_Blob
	//	*Object_StreamBlob_Status
	Payload              isObject_StreamBlob_Payload `protobuf_oneof:"payload"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*Object_StreamBlob) Descriptor

func (*Object_StreamBlob) Descriptor() ([]byte, []int)

func (*Object_StreamBlob) GetBlob

func (m *Object_StreamBlob) GetBlob() *Object_Blob

func (*Object_StreamBlob) GetPayload

func (m *Object_StreamBlob) GetPayload() isObject_StreamBlob_Payload

func (*Object_StreamBlob) GetStatus

func (m *Object_StreamBlob) GetStatus() *rpc.Status

func (*Object_StreamBlob) Marshal

func (m *Object_StreamBlob) Marshal() (dAtA []byte, err error)

func (*Object_StreamBlob) MarshalTo

func (m *Object_StreamBlob) MarshalTo(dAtA []byte) (int, error)

func (*Object_StreamBlob) MarshalToSizedBuffer

func (m *Object_StreamBlob) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_StreamBlob) ProtoMessage

func (*Object_StreamBlob) ProtoMessage()

func (*Object_StreamBlob) Reset

func (m *Object_StreamBlob) Reset()

func (*Object_StreamBlob) Size

func (m *Object_StreamBlob) Size() (n int)

func (*Object_StreamBlob) String

func (m *Object_StreamBlob) String() string

func (*Object_StreamBlob) Unmarshal

func (m *Object_StreamBlob) Unmarshal(dAtA []byte) error

func (*Object_StreamBlob) XXX_DiscardUnknown

func (m *Object_StreamBlob) XXX_DiscardUnknown()

func (*Object_StreamBlob) XXX_Marshal

func (m *Object_StreamBlob) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_StreamBlob) XXX_Merge

func (m *Object_StreamBlob) XXX_Merge(src proto.Message)

func (*Object_StreamBlob) XXX_MessageName

func (*Object_StreamBlob) XXX_MessageName() string

func (*Object_StreamBlob) XXX_OneofWrappers

func (*Object_StreamBlob) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Object_StreamBlob) XXX_Size

func (m *Object_StreamBlob) XXX_Size() int

func (*Object_StreamBlob) XXX_Unmarshal

func (m *Object_StreamBlob) XXX_Unmarshal(b []byte) error

type Object_StreamBlob_Blob

type Object_StreamBlob_Blob struct {
	Blob *Object_Blob `protobuf:"bytes,1,opt,name=blob,proto3,oneof" json:"blob,omitempty"`
}

func (*Object_StreamBlob_Blob) MarshalTo

func (m *Object_StreamBlob_Blob) MarshalTo(dAtA []byte) (int, error)

func (*Object_StreamBlob_Blob) MarshalToSizedBuffer

func (m *Object_StreamBlob_Blob) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_StreamBlob_Blob) Size

func (m *Object_StreamBlob_Blob) Size() (n int)

type Object_StreamBlob_Status

type Object_StreamBlob_Status struct {
	Status *rpc.Status `protobuf:"bytes,2,opt,name=status,proto3,oneof" json:"status,omitempty"`
}

func (*Object_StreamBlob_Status) MarshalTo

func (m *Object_StreamBlob_Status) MarshalTo(dAtA []byte) (int, error)

func (*Object_StreamBlob_Status) MarshalToSizedBuffer

func (m *Object_StreamBlob_Status) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_StreamBlob_Status) Size

func (m *Object_StreamBlob_Status) Size() (n int)

type Object_StreamDistance

type Object_StreamDistance struct {
	// Types that are valid to be assigned to Payload:
	//	*Object_StreamDistance_Distance
	//	*Object_StreamDistance_Status
	Payload              isObject_StreamDistance_Payload `protobuf_oneof:"payload"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*Object_StreamDistance) Descriptor

func (*Object_StreamDistance) Descriptor() ([]byte, []int)

func (*Object_StreamDistance) GetDistance

func (m *Object_StreamDistance) GetDistance() *Object_Distance

func (*Object_StreamDistance) GetPayload

func (m *Object_StreamDistance) GetPayload() isObject_StreamDistance_Payload

func (*Object_StreamDistance) GetStatus

func (m *Object_StreamDistance) GetStatus() *rpc.Status

func (*Object_StreamDistance) Marshal

func (m *Object_StreamDistance) Marshal() (dAtA []byte, err error)

func (*Object_StreamDistance) MarshalTo

func (m *Object_StreamDistance) MarshalTo(dAtA []byte) (int, error)

func (*Object_StreamDistance) MarshalToSizedBuffer

func (m *Object_StreamDistance) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_StreamDistance) ProtoMessage

func (*Object_StreamDistance) ProtoMessage()

func (*Object_StreamDistance) Reset

func (m *Object_StreamDistance) Reset()

func (*Object_StreamDistance) Size

func (m *Object_StreamDistance) Size() (n int)

func (*Object_StreamDistance) String

func (m *Object_StreamDistance) String() string

func (*Object_StreamDistance) Unmarshal

func (m *Object_StreamDistance) Unmarshal(dAtA []byte) error

func (*Object_StreamDistance) XXX_DiscardUnknown

func (m *Object_StreamDistance) XXX_DiscardUnknown()

func (*Object_StreamDistance) XXX_Marshal

func (m *Object_StreamDistance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_StreamDistance) XXX_Merge

func (m *Object_StreamDistance) XXX_Merge(src proto.Message)

func (*Object_StreamDistance) XXX_MessageName

func (*Object_StreamDistance) XXX_MessageName() string

func (*Object_StreamDistance) XXX_OneofWrappers

func (*Object_StreamDistance) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Object_StreamDistance) XXX_Size

func (m *Object_StreamDistance) XXX_Size() int

func (*Object_StreamDistance) XXX_Unmarshal

func (m *Object_StreamDistance) XXX_Unmarshal(b []byte) error

type Object_StreamDistance_Distance

type Object_StreamDistance_Distance struct {
	Distance *Object_Distance `protobuf:"bytes,1,opt,name=distance,proto3,oneof" json:"distance,omitempty"`
}

func (*Object_StreamDistance_Distance) MarshalTo

func (m *Object_StreamDistance_Distance) MarshalTo(dAtA []byte) (int, error)

func (*Object_StreamDistance_Distance) MarshalToSizedBuffer

func (m *Object_StreamDistance_Distance) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_StreamDistance_Distance) Size

func (m *Object_StreamDistance_Distance) Size() (n int)

type Object_StreamDistance_Status

type Object_StreamDistance_Status struct {
	Status *rpc.Status `protobuf:"bytes,2,opt,name=status,proto3,oneof" json:"status,omitempty"`
}

func (*Object_StreamDistance_Status) MarshalTo

func (m *Object_StreamDistance_Status) MarshalTo(dAtA []byte) (int, error)

func (*Object_StreamDistance_Status) MarshalToSizedBuffer

func (m *Object_StreamDistance_Status) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_StreamDistance_Status) Size

func (m *Object_StreamDistance_Status) Size() (n int)

type Object_StreamLocation

type Object_StreamLocation struct {
	// Types that are valid to be assigned to Payload:
	//	*Object_StreamLocation_Location
	//	*Object_StreamLocation_Status
	Payload              isObject_StreamLocation_Payload `protobuf_oneof:"payload"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*Object_StreamLocation) Descriptor

func (*Object_StreamLocation) Descriptor() ([]byte, []int)

func (*Object_StreamLocation) GetLocation

func (m *Object_StreamLocation) GetLocation() *Object_Location

func (*Object_StreamLocation) GetPayload

func (m *Object_StreamLocation) GetPayload() isObject_StreamLocation_Payload

func (*Object_StreamLocation) GetStatus

func (m *Object_StreamLocation) GetStatus() *rpc.Status

func (*Object_StreamLocation) Marshal

func (m *Object_StreamLocation) Marshal() (dAtA []byte, err error)

func (*Object_StreamLocation) MarshalTo

func (m *Object_StreamLocation) MarshalTo(dAtA []byte) (int, error)

func (*Object_StreamLocation) MarshalToSizedBuffer

func (m *Object_StreamLocation) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_StreamLocation) ProtoMessage

func (*Object_StreamLocation) ProtoMessage()

func (*Object_StreamLocation) Reset

func (m *Object_StreamLocation) Reset()

func (*Object_StreamLocation) Size

func (m *Object_StreamLocation) Size() (n int)

func (*Object_StreamLocation) String

func (m *Object_StreamLocation) String() string

func (*Object_StreamLocation) Unmarshal

func (m *Object_StreamLocation) Unmarshal(dAtA []byte) error

func (*Object_StreamLocation) XXX_DiscardUnknown

func (m *Object_StreamLocation) XXX_DiscardUnknown()

func (*Object_StreamLocation) XXX_Marshal

func (m *Object_StreamLocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_StreamLocation) XXX_Merge

func (m *Object_StreamLocation) XXX_Merge(src proto.Message)

func (*Object_StreamLocation) XXX_MessageName

func (*Object_StreamLocation) XXX_MessageName() string

func (*Object_StreamLocation) XXX_OneofWrappers

func (*Object_StreamLocation) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Object_StreamLocation) XXX_Size

func (m *Object_StreamLocation) XXX_Size() int

func (*Object_StreamLocation) XXX_Unmarshal

func (m *Object_StreamLocation) XXX_Unmarshal(b []byte) error

type Object_StreamLocation_Location

type Object_StreamLocation_Location struct {
	Location *Object_Location `protobuf:"bytes,1,opt,name=location,proto3,oneof" json:"location,omitempty"`
}

func (*Object_StreamLocation_Location) MarshalTo

func (m *Object_StreamLocation_Location) MarshalTo(dAtA []byte) (int, error)

func (*Object_StreamLocation_Location) MarshalToSizedBuffer

func (m *Object_StreamLocation_Location) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_StreamLocation_Location) Size

func (m *Object_StreamLocation_Location) Size() (n int)

type Object_StreamLocation_Status

type Object_StreamLocation_Status struct {
	Status *rpc.Status `protobuf:"bytes,2,opt,name=status,proto3,oneof" json:"status,omitempty"`
}

func (*Object_StreamLocation_Status) MarshalTo

func (m *Object_StreamLocation_Status) MarshalTo(dAtA []byte) (int, error)

func (*Object_StreamLocation_Status) MarshalToSizedBuffer

func (m *Object_StreamLocation_Status) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_StreamLocation_Status) Size

func (m *Object_StreamLocation_Status) Size() (n int)

type Object_StreamVector

type Object_StreamVector struct {
	// Types that are valid to be assigned to Payload:
	//	*Object_StreamVector_Vector
	//	*Object_StreamVector_Status
	Payload              isObject_StreamVector_Payload `protobuf_oneof:"payload"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*Object_StreamVector) Descriptor

func (*Object_StreamVector) Descriptor() ([]byte, []int)

func (*Object_StreamVector) GetPayload

func (m *Object_StreamVector) GetPayload() isObject_StreamVector_Payload

func (*Object_StreamVector) GetStatus

func (m *Object_StreamVector) GetStatus() *rpc.Status

func (*Object_StreamVector) GetVector

func (m *Object_StreamVector) GetVector() *Object_Vector

func (*Object_StreamVector) Marshal

func (m *Object_StreamVector) Marshal() (dAtA []byte, err error)

func (*Object_StreamVector) MarshalTo

func (m *Object_StreamVector) MarshalTo(dAtA []byte) (int, error)

func (*Object_StreamVector) MarshalToSizedBuffer

func (m *Object_StreamVector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_StreamVector) ProtoMessage

func (*Object_StreamVector) ProtoMessage()

func (*Object_StreamVector) Reset

func (m *Object_StreamVector) Reset()

func (*Object_StreamVector) Size

func (m *Object_StreamVector) Size() (n int)

func (*Object_StreamVector) String

func (m *Object_StreamVector) String() string

func (*Object_StreamVector) Unmarshal

func (m *Object_StreamVector) Unmarshal(dAtA []byte) error

func (*Object_StreamVector) XXX_DiscardUnknown

func (m *Object_StreamVector) XXX_DiscardUnknown()

func (*Object_StreamVector) XXX_Marshal

func (m *Object_StreamVector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_StreamVector) XXX_Merge

func (m *Object_StreamVector) XXX_Merge(src proto.Message)

func (*Object_StreamVector) XXX_MessageName

func (*Object_StreamVector) XXX_MessageName() string

func (*Object_StreamVector) XXX_OneofWrappers

func (*Object_StreamVector) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Object_StreamVector) XXX_Size

func (m *Object_StreamVector) XXX_Size() int

func (*Object_StreamVector) XXX_Unmarshal

func (m *Object_StreamVector) XXX_Unmarshal(b []byte) error

type Object_StreamVector_Status

type Object_StreamVector_Status struct {
	Status *rpc.Status `protobuf:"bytes,2,opt,name=status,proto3,oneof" json:"status,omitempty"`
}

func (*Object_StreamVector_Status) MarshalTo

func (m *Object_StreamVector_Status) MarshalTo(dAtA []byte) (int, error)

func (*Object_StreamVector_Status) MarshalToSizedBuffer

func (m *Object_StreamVector_Status) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_StreamVector_Status) Size

func (m *Object_StreamVector_Status) Size() (n int)

type Object_StreamVector_Vector

type Object_StreamVector_Vector struct {
	Vector *Object_Vector `protobuf:"bytes,1,opt,name=vector,proto3,oneof" json:"vector,omitempty"`
}

func (*Object_StreamVector_Vector) MarshalTo

func (m *Object_StreamVector_Vector) MarshalTo(dAtA []byte) (int, error)

func (*Object_StreamVector_Vector) MarshalToSizedBuffer

func (m *Object_StreamVector_Vector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_StreamVector_Vector) Size

func (m *Object_StreamVector_Vector) Size() (n int)

type Object_Vector

type Object_Vector struct {
	Id                   string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Vector               []float32 `protobuf:"fixed32,2,rep,packed,name=vector,proto3" json:"vector,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Object_Vector) Descriptor

func (*Object_Vector) Descriptor() ([]byte, []int)

func (*Object_Vector) GetId

func (m *Object_Vector) GetId() string

func (*Object_Vector) GetVector

func (m *Object_Vector) GetVector() []float32

func (*Object_Vector) Marshal

func (m *Object_Vector) Marshal() (dAtA []byte, err error)

func (*Object_Vector) MarshalTo

func (m *Object_Vector) MarshalTo(dAtA []byte) (int, error)

func (*Object_Vector) MarshalToSizedBuffer

func (m *Object_Vector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_Vector) ProtoMessage

func (*Object_Vector) ProtoMessage()

func (*Object_Vector) Reset

func (m *Object_Vector) Reset()

func (*Object_Vector) Size

func (m *Object_Vector) Size() (n int)

func (*Object_Vector) String

func (m *Object_Vector) String() string

func (*Object_Vector) Unmarshal

func (m *Object_Vector) Unmarshal(dAtA []byte) error

func (*Object_Vector) XXX_DiscardUnknown

func (m *Object_Vector) XXX_DiscardUnknown()

func (*Object_Vector) XXX_Marshal

func (m *Object_Vector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_Vector) XXX_Merge

func (m *Object_Vector) XXX_Merge(src proto.Message)

func (*Object_Vector) XXX_MessageName

func (*Object_Vector) XXX_MessageName() string

func (*Object_Vector) XXX_Size

func (m *Object_Vector) XXX_Size() int

func (*Object_Vector) XXX_Unmarshal

func (m *Object_Vector) XXX_Unmarshal(b []byte) error

type Object_VectorRequest

type Object_VectorRequest struct {
	Id                   *Object_ID     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Filters              *Filter_Config `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Object_VectorRequest) Descriptor

func (*Object_VectorRequest) Descriptor() ([]byte, []int)

func (*Object_VectorRequest) GetFilters

func (m *Object_VectorRequest) GetFilters() *Filter_Config

func (*Object_VectorRequest) GetId

func (m *Object_VectorRequest) GetId() *Object_ID

func (*Object_VectorRequest) Marshal

func (m *Object_VectorRequest) Marshal() (dAtA []byte, err error)

func (*Object_VectorRequest) MarshalTo

func (m *Object_VectorRequest) MarshalTo(dAtA []byte) (int, error)

func (*Object_VectorRequest) MarshalToSizedBuffer

func (m *Object_VectorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_VectorRequest) ProtoMessage

func (*Object_VectorRequest) ProtoMessage()

func (*Object_VectorRequest) Reset

func (m *Object_VectorRequest) Reset()

func (*Object_VectorRequest) Size

func (m *Object_VectorRequest) Size() (n int)

func (*Object_VectorRequest) String

func (m *Object_VectorRequest) String() string

func (*Object_VectorRequest) Unmarshal

func (m *Object_VectorRequest) Unmarshal(dAtA []byte) error

func (*Object_VectorRequest) XXX_DiscardUnknown

func (m *Object_VectorRequest) XXX_DiscardUnknown()

func (*Object_VectorRequest) XXX_Marshal

func (m *Object_VectorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_VectorRequest) XXX_Merge

func (m *Object_VectorRequest) XXX_Merge(src proto.Message)

func (*Object_VectorRequest) XXX_MessageName

func (*Object_VectorRequest) XXX_MessageName() string

func (*Object_VectorRequest) XXX_Size

func (m *Object_VectorRequest) XXX_Size() int

func (*Object_VectorRequest) XXX_Unmarshal

func (m *Object_VectorRequest) XXX_Unmarshal(b []byte) error

type Object_Vectors

type Object_Vectors struct {
	Vectors              []*Object_Vector `protobuf:"bytes,1,rep,name=vectors,proto3" json:"vectors,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Object_Vectors) Descriptor

func (*Object_Vectors) Descriptor() ([]byte, []int)

func (*Object_Vectors) GetVectors

func (m *Object_Vectors) GetVectors() []*Object_Vector

func (*Object_Vectors) Marshal

func (m *Object_Vectors) Marshal() (dAtA []byte, err error)

func (*Object_Vectors) MarshalTo

func (m *Object_Vectors) MarshalTo(dAtA []byte) (int, error)

func (*Object_Vectors) MarshalToSizedBuffer

func (m *Object_Vectors) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Object_Vectors) ProtoMessage

func (*Object_Vectors) ProtoMessage()

func (*Object_Vectors) Reset

func (m *Object_Vectors) Reset()

func (*Object_Vectors) Size

func (m *Object_Vectors) Size() (n int)

func (*Object_Vectors) String

func (m *Object_Vectors) String() string

func (*Object_Vectors) Unmarshal

func (m *Object_Vectors) Unmarshal(dAtA []byte) error

func (*Object_Vectors) XXX_DiscardUnknown

func (m *Object_Vectors) XXX_DiscardUnknown()

func (*Object_Vectors) XXX_Marshal

func (m *Object_Vectors) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object_Vectors) XXX_Merge

func (m *Object_Vectors) XXX_Merge(src proto.Message)

func (*Object_Vectors) XXX_MessageName

func (*Object_Vectors) XXX_MessageName() string

func (*Object_Vectors) XXX_Size

func (m *Object_Vectors) XXX_Size() int

func (*Object_Vectors) XXX_Unmarshal

func (m *Object_Vectors) XXX_Unmarshal(b []byte) error

type Remove

type Remove struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Remove) Descriptor

func (*Remove) Descriptor() ([]byte, []int)

func (*Remove) Marshal

func (m *Remove) Marshal() (dAtA []byte, err error)

func (*Remove) MarshalTo

func (m *Remove) MarshalTo(dAtA []byte) (int, error)

func (*Remove) MarshalToSizedBuffer

func (m *Remove) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Remove) ProtoMessage

func (*Remove) ProtoMessage()

func (*Remove) Reset

func (m *Remove) Reset()

func (*Remove) Size

func (m *Remove) Size() (n int)

func (*Remove) String

func (m *Remove) String() string

func (*Remove) Unmarshal

func (m *Remove) Unmarshal(dAtA []byte) error

func (*Remove) XXX_DiscardUnknown

func (m *Remove) XXX_DiscardUnknown()

func (*Remove) XXX_Marshal

func (m *Remove) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Remove) XXX_Merge

func (m *Remove) XXX_Merge(src proto.Message)

func (*Remove) XXX_MessageName

func (*Remove) XXX_MessageName() string

func (*Remove) XXX_Size

func (m *Remove) XXX_Size() int

func (*Remove) XXX_Unmarshal

func (m *Remove) XXX_Unmarshal(b []byte) error

type Remove_Config

type Remove_Config struct {
	SkipStrictExistCheck bool     `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Remove_Config) Descriptor

func (*Remove_Config) Descriptor() ([]byte, []int)

func (*Remove_Config) GetSkipStrictExistCheck

func (m *Remove_Config) GetSkipStrictExistCheck() bool

func (*Remove_Config) Marshal

func (m *Remove_Config) Marshal() (dAtA []byte, err error)

func (*Remove_Config) MarshalTo

func (m *Remove_Config) MarshalTo(dAtA []byte) (int, error)

func (*Remove_Config) MarshalToSizedBuffer

func (m *Remove_Config) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Remove_Config) ProtoMessage

func (*Remove_Config) ProtoMessage()

func (*Remove_Config) Reset

func (m *Remove_Config) Reset()

func (*Remove_Config) Size

func (m *Remove_Config) Size() (n int)

func (*Remove_Config) String

func (m *Remove_Config) String() string

func (*Remove_Config) Unmarshal

func (m *Remove_Config) Unmarshal(dAtA []byte) error

func (*Remove_Config) XXX_DiscardUnknown

func (m *Remove_Config) XXX_DiscardUnknown()

func (*Remove_Config) XXX_Marshal

func (m *Remove_Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Remove_Config) XXX_Merge

func (m *Remove_Config) XXX_Merge(src proto.Message)

func (*Remove_Config) XXX_MessageName

func (*Remove_Config) XXX_MessageName() string

func (*Remove_Config) XXX_Size

func (m *Remove_Config) XXX_Size() int

func (*Remove_Config) XXX_Unmarshal

func (m *Remove_Config) XXX_Unmarshal(b []byte) error

type Remove_MultiRequest

type Remove_MultiRequest struct {
	Requests             []*Remove_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Remove_MultiRequest) Descriptor

func (*Remove_MultiRequest) Descriptor() ([]byte, []int)

func (*Remove_MultiRequest) GetRequests

func (m *Remove_MultiRequest) GetRequests() []*Remove_Request

func (*Remove_MultiRequest) Marshal

func (m *Remove_MultiRequest) Marshal() (dAtA []byte, err error)

func (*Remove_MultiRequest) MarshalTo

func (m *Remove_MultiRequest) MarshalTo(dAtA []byte) (int, error)

func (*Remove_MultiRequest) MarshalToSizedBuffer

func (m *Remove_MultiRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Remove_MultiRequest) ProtoMessage

func (*Remove_MultiRequest) ProtoMessage()

func (*Remove_MultiRequest) Reset

func (m *Remove_MultiRequest) Reset()

func (*Remove_MultiRequest) Size

func (m *Remove_MultiRequest) Size() (n int)

func (*Remove_MultiRequest) String

func (m *Remove_MultiRequest) String() string

func (*Remove_MultiRequest) Unmarshal

func (m *Remove_MultiRequest) Unmarshal(dAtA []byte) error

func (*Remove_MultiRequest) XXX_DiscardUnknown

func (m *Remove_MultiRequest) XXX_DiscardUnknown()

func (*Remove_MultiRequest) XXX_Marshal

func (m *Remove_MultiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Remove_MultiRequest) XXX_Merge

func (m *Remove_MultiRequest) XXX_Merge(src proto.Message)

func (*Remove_MultiRequest) XXX_MessageName

func (*Remove_MultiRequest) XXX_MessageName() string

func (*Remove_MultiRequest) XXX_Size

func (m *Remove_MultiRequest) XXX_Size() int

func (*Remove_MultiRequest) XXX_Unmarshal

func (m *Remove_MultiRequest) XXX_Unmarshal(b []byte) error

type Remove_Request

type Remove_Request struct {
	Id                   *Object_ID     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Config               *Remove_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Remove_Request) Descriptor

func (*Remove_Request) Descriptor() ([]byte, []int)

func (*Remove_Request) GetConfig

func (m *Remove_Request) GetConfig() *Remove_Config

func (*Remove_Request) GetId

func (m *Remove_Request) GetId() *Object_ID

func (*Remove_Request) Marshal

func (m *Remove_Request) Marshal() (dAtA []byte, err error)

func (*Remove_Request) MarshalTo

func (m *Remove_Request) MarshalTo(dAtA []byte) (int, error)

func (*Remove_Request) MarshalToSizedBuffer

func (m *Remove_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Remove_Request) ProtoMessage

func (*Remove_Request) ProtoMessage()

func (*Remove_Request) Reset

func (m *Remove_Request) Reset()

func (*Remove_Request) Size

func (m *Remove_Request) Size() (n int)

func (*Remove_Request) String

func (m *Remove_Request) String() string

func (*Remove_Request) Unmarshal

func (m *Remove_Request) Unmarshal(dAtA []byte) error

func (*Remove_Request) XXX_DiscardUnknown

func (m *Remove_Request) XXX_DiscardUnknown()

func (*Remove_Request) XXX_Marshal

func (m *Remove_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Remove_Request) XXX_Merge

func (m *Remove_Request) XXX_Merge(src proto.Message)

func (*Remove_Request) XXX_MessageName

func (*Remove_Request) XXX_MessageName() string

func (*Remove_Request) XXX_Size

func (m *Remove_Request) XXX_Size() int

func (*Remove_Request) XXX_Unmarshal

func (m *Remove_Request) XXX_Unmarshal(b []byte) error

type Replication

type Replication struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Replication) Descriptor

func (*Replication) Descriptor() ([]byte, []int)

func (*Replication) Marshal

func (m *Replication) Marshal() (dAtA []byte, err error)

func (*Replication) MarshalTo

func (m *Replication) MarshalTo(dAtA []byte) (int, error)

func (*Replication) MarshalToSizedBuffer

func (m *Replication) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Replication) ProtoMessage

func (*Replication) ProtoMessage()

func (*Replication) Reset

func (m *Replication) Reset()

func (*Replication) Size

func (m *Replication) Size() (n int)

func (*Replication) String

func (m *Replication) String() string

func (*Replication) Unmarshal

func (m *Replication) Unmarshal(dAtA []byte) error

func (*Replication) XXX_DiscardUnknown

func (m *Replication) XXX_DiscardUnknown()

func (*Replication) XXX_Marshal

func (m *Replication) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Replication) XXX_Merge

func (m *Replication) XXX_Merge(src proto.Message)

func (*Replication) XXX_MessageName

func (*Replication) XXX_MessageName() string

func (*Replication) XXX_Size

func (m *Replication) XXX_Size() int

func (*Replication) XXX_Unmarshal

func (m *Replication) XXX_Unmarshal(b []byte) error

type Replication_Agents

type Replication_Agents struct {
	Agents               []string `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"`
	RemovedAgents        []string `protobuf:"bytes,2,rep,name=removed_agents,json=removedAgents,proto3" json:"removed_agents,omitempty"`
	ReplicatingAgent     []string `protobuf:"bytes,3,rep,name=replicating_agent,json=replicatingAgent,proto3" json:"replicating_agent,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Replication_Agents) Descriptor

func (*Replication_Agents) Descriptor() ([]byte, []int)

func (*Replication_Agents) GetAgents

func (m *Replication_Agents) GetAgents() []string

func (*Replication_Agents) GetRemovedAgents

func (m *Replication_Agents) GetRemovedAgents() []string

func (*Replication_Agents) GetReplicatingAgent

func (m *Replication_Agents) GetReplicatingAgent() []string

func (*Replication_Agents) Marshal

func (m *Replication_Agents) Marshal() (dAtA []byte, err error)

func (*Replication_Agents) MarshalTo

func (m *Replication_Agents) MarshalTo(dAtA []byte) (int, error)

func (*Replication_Agents) MarshalToSizedBuffer

func (m *Replication_Agents) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Replication_Agents) ProtoMessage

func (*Replication_Agents) ProtoMessage()

func (*Replication_Agents) Reset

func (m *Replication_Agents) Reset()

func (*Replication_Agents) Size

func (m *Replication_Agents) Size() (n int)

func (*Replication_Agents) String

func (m *Replication_Agents) String() string

func (*Replication_Agents) Unmarshal

func (m *Replication_Agents) Unmarshal(dAtA []byte) error

func (*Replication_Agents) XXX_DiscardUnknown

func (m *Replication_Agents) XXX_DiscardUnknown()

func (*Replication_Agents) XXX_Marshal

func (m *Replication_Agents) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Replication_Agents) XXX_Merge

func (m *Replication_Agents) XXX_Merge(src proto.Message)

func (*Replication_Agents) XXX_MessageName

func (*Replication_Agents) XXX_MessageName() string

func (*Replication_Agents) XXX_Size

func (m *Replication_Agents) XXX_Size() int

func (*Replication_Agents) XXX_Unmarshal

func (m *Replication_Agents) XXX_Unmarshal(b []byte) error

type Replication_Rebalance

type Replication_Rebalance struct {
	HighUsageAgents      []string `protobuf:"bytes,1,rep,name=high_usage_agents,json=highUsageAgents,proto3" json:"high_usage_agents,omitempty"`
	LowUsageAgents       []string `protobuf:"bytes,2,rep,name=low_usage_agents,json=lowUsageAgents,proto3" json:"low_usage_agents,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Replication_Rebalance) Descriptor

func (*Replication_Rebalance) Descriptor() ([]byte, []int)

func (*Replication_Rebalance) GetHighUsageAgents

func (m *Replication_Rebalance) GetHighUsageAgents() []string

func (*Replication_Rebalance) GetLowUsageAgents

func (m *Replication_Rebalance) GetLowUsageAgents() []string

func (*Replication_Rebalance) Marshal

func (m *Replication_Rebalance) Marshal() (dAtA []byte, err error)

func (*Replication_Rebalance) MarshalTo

func (m *Replication_Rebalance) MarshalTo(dAtA []byte) (int, error)

func (*Replication_Rebalance) MarshalToSizedBuffer

func (m *Replication_Rebalance) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Replication_Rebalance) ProtoMessage

func (*Replication_Rebalance) ProtoMessage()

func (*Replication_Rebalance) Reset

func (m *Replication_Rebalance) Reset()

func (*Replication_Rebalance) Size

func (m *Replication_Rebalance) Size() (n int)

func (*Replication_Rebalance) String

func (m *Replication_Rebalance) String() string

func (*Replication_Rebalance) Unmarshal

func (m *Replication_Rebalance) Unmarshal(dAtA []byte) error

func (*Replication_Rebalance) XXX_DiscardUnknown

func (m *Replication_Rebalance) XXX_DiscardUnknown()

func (*Replication_Rebalance) XXX_Marshal

func (m *Replication_Rebalance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Replication_Rebalance) XXX_Merge

func (m *Replication_Rebalance) XXX_Merge(src proto.Message)

func (*Replication_Rebalance) XXX_MessageName

func (*Replication_Rebalance) XXX_MessageName() string

func (*Replication_Rebalance) XXX_Size

func (m *Replication_Rebalance) XXX_Size() int

func (*Replication_Rebalance) XXX_Unmarshal

func (m *Replication_Rebalance) XXX_Unmarshal(b []byte) error

type Replication_Recovery

type Replication_Recovery struct {
	DeletedAgents        []string `protobuf:"bytes,1,rep,name=deleted_agents,json=deletedAgents,proto3" json:"deleted_agents,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Replication_Recovery) Descriptor

func (*Replication_Recovery) Descriptor() ([]byte, []int)

func (*Replication_Recovery) GetDeletedAgents

func (m *Replication_Recovery) GetDeletedAgents() []string

func (*Replication_Recovery) Marshal

func (m *Replication_Recovery) Marshal() (dAtA []byte, err error)

func (*Replication_Recovery) MarshalTo

func (m *Replication_Recovery) MarshalTo(dAtA []byte) (int, error)

func (*Replication_Recovery) MarshalToSizedBuffer

func (m *Replication_Recovery) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Replication_Recovery) ProtoMessage

func (*Replication_Recovery) ProtoMessage()

func (*Replication_Recovery) Reset

func (m *Replication_Recovery) Reset()

func (*Replication_Recovery) Size

func (m *Replication_Recovery) Size() (n int)

func (*Replication_Recovery) String

func (m *Replication_Recovery) String() string

func (*Replication_Recovery) Unmarshal

func (m *Replication_Recovery) Unmarshal(dAtA []byte) error

func (*Replication_Recovery) XXX_DiscardUnknown

func (m *Replication_Recovery) XXX_DiscardUnknown()

func (*Replication_Recovery) XXX_Marshal

func (m *Replication_Recovery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Replication_Recovery) XXX_Merge

func (m *Replication_Recovery) XXX_Merge(src proto.Message)

func (*Replication_Recovery) XXX_MessageName

func (*Replication_Recovery) XXX_MessageName() string

func (*Replication_Recovery) XXX_Size

func (m *Replication_Recovery) XXX_Size() int

func (*Replication_Recovery) XXX_Unmarshal

func (m *Replication_Recovery) XXX_Unmarshal(b []byte) error
type Search struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Search) Descriptor

func (*Search) Descriptor() ([]byte, []int)

func (*Search) Marshal

func (m *Search) Marshal() (dAtA []byte, err error)

func (*Search) MarshalTo

func (m *Search) MarshalTo(dAtA []byte) (int, error)

func (*Search) MarshalToSizedBuffer

func (m *Search) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search) ProtoMessage

func (*Search) ProtoMessage()

func (*Search) Reset

func (m *Search) Reset()

func (*Search) Size

func (m *Search) Size() (n int)

func (*Search) String

func (m *Search) String() string

func (*Search) Unmarshal

func (m *Search) Unmarshal(dAtA []byte) error

func (*Search) XXX_DiscardUnknown

func (m *Search) XXX_DiscardUnknown()

func (*Search) XXX_Marshal

func (m *Search) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Search) XXX_Merge

func (m *Search) XXX_Merge(src proto.Message)

func (*Search) XXX_MessageName

func (*Search) XXX_MessageName() string

func (*Search) XXX_Size

func (m *Search) XXX_Size() int

func (*Search) XXX_Unmarshal

func (m *Search) XXX_Unmarshal(b []byte) error

type Search_Config

type Search_Config struct {
	RequestId            string         `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Num                  uint32         `protobuf:"varint,2,opt,name=num,proto3" json:"num,omitempty"`
	Radius               float32        `protobuf:"fixed32,3,opt,name=radius,proto3" json:"radius,omitempty"`
	Epsilon              float32        `protobuf:"fixed32,4,opt,name=epsilon,proto3" json:"epsilon,omitempty"`
	Timeout              int64          `protobuf:"varint,5,opt,name=timeout,proto3" json:"timeout,omitempty"`
	IngressFilters       *Filter_Config `protobuf:"bytes,6,opt,name=ingress_filters,json=ingressFilters,proto3" json:"ingress_filters,omitempty"`
	EgressFilters        *Filter_Config `protobuf:"bytes,7,opt,name=egress_filters,json=egressFilters,proto3" json:"egress_filters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Search_Config) Descriptor

func (*Search_Config) Descriptor() ([]byte, []int)

func (*Search_Config) GetEgressFilters

func (m *Search_Config) GetEgressFilters() *Filter_Config

func (*Search_Config) GetEpsilon

func (m *Search_Config) GetEpsilon() float32

func (*Search_Config) GetIngressFilters

func (m *Search_Config) GetIngressFilters() *Filter_Config

func (*Search_Config) GetNum

func (m *Search_Config) GetNum() uint32

func (*Search_Config) GetRadius

func (m *Search_Config) GetRadius() float32

func (*Search_Config) GetRequestId

func (m *Search_Config) GetRequestId() string

func (*Search_Config) GetTimeout

func (m *Search_Config) GetTimeout() int64

func (*Search_Config) Marshal

func (m *Search_Config) Marshal() (dAtA []byte, err error)

func (*Search_Config) MarshalTo

func (m *Search_Config) MarshalTo(dAtA []byte) (int, error)

func (*Search_Config) MarshalToSizedBuffer

func (m *Search_Config) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_Config) ProtoMessage

func (*Search_Config) ProtoMessage()

func (*Search_Config) Reset

func (m *Search_Config) Reset()

func (*Search_Config) Size

func (m *Search_Config) Size() (n int)

func (*Search_Config) String

func (m *Search_Config) String() string

func (*Search_Config) Unmarshal

func (m *Search_Config) Unmarshal(dAtA []byte) error

func (*Search_Config) XXX_DiscardUnknown

func (m *Search_Config) XXX_DiscardUnknown()

func (*Search_Config) XXX_Marshal

func (m *Search_Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Search_Config) XXX_Merge

func (m *Search_Config) XXX_Merge(src proto.Message)

func (*Search_Config) XXX_MessageName

func (*Search_Config) XXX_MessageName() string

func (*Search_Config) XXX_Size

func (m *Search_Config) XXX_Size() int

func (*Search_Config) XXX_Unmarshal

func (m *Search_Config) XXX_Unmarshal(b []byte) error

type Search_IDRequest

type Search_IDRequest struct {
	Id                   string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Config               *Search_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Search_IDRequest) Descriptor

func (*Search_IDRequest) Descriptor() ([]byte, []int)

func (*Search_IDRequest) GetConfig

func (m *Search_IDRequest) GetConfig() *Search_Config

func (*Search_IDRequest) GetId

func (m *Search_IDRequest) GetId() string

func (*Search_IDRequest) Marshal

func (m *Search_IDRequest) Marshal() (dAtA []byte, err error)

func (*Search_IDRequest) MarshalTo

func (m *Search_IDRequest) MarshalTo(dAtA []byte) (int, error)

func (*Search_IDRequest) MarshalToSizedBuffer

func (m *Search_IDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_IDRequest) ProtoMessage

func (*Search_IDRequest) ProtoMessage()

func (*Search_IDRequest) Reset

func (m *Search_IDRequest) Reset()

func (*Search_IDRequest) Size

func (m *Search_IDRequest) Size() (n int)

func (*Search_IDRequest) String

func (m *Search_IDRequest) String() string

func (*Search_IDRequest) Unmarshal

func (m *Search_IDRequest) Unmarshal(dAtA []byte) error

func (*Search_IDRequest) XXX_DiscardUnknown

func (m *Search_IDRequest) XXX_DiscardUnknown()

func (*Search_IDRequest) XXX_Marshal

func (m *Search_IDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Search_IDRequest) XXX_Merge

func (m *Search_IDRequest) XXX_Merge(src proto.Message)

func (*Search_IDRequest) XXX_MessageName

func (*Search_IDRequest) XXX_MessageName() string

func (*Search_IDRequest) XXX_Size

func (m *Search_IDRequest) XXX_Size() int

func (*Search_IDRequest) XXX_Unmarshal

func (m *Search_IDRequest) XXX_Unmarshal(b []byte) error

type Search_MultiIDRequest

type Search_MultiIDRequest struct {
	Requests             []*Search_IDRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Search_MultiIDRequest) Descriptor

func (*Search_MultiIDRequest) Descriptor() ([]byte, []int)

func (*Search_MultiIDRequest) GetRequests

func (m *Search_MultiIDRequest) GetRequests() []*Search_IDRequest

func (*Search_MultiIDRequest) Marshal

func (m *Search_MultiIDRequest) Marshal() (dAtA []byte, err error)

func (*Search_MultiIDRequest) MarshalTo

func (m *Search_MultiIDRequest) MarshalTo(dAtA []byte) (int, error)

func (*Search_MultiIDRequest) MarshalToSizedBuffer

func (m *Search_MultiIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_MultiIDRequest) ProtoMessage

func (*Search_MultiIDRequest) ProtoMessage()

func (*Search_MultiIDRequest) Reset

func (m *Search_MultiIDRequest) Reset()

func (*Search_MultiIDRequest) Size

func (m *Search_MultiIDRequest) Size() (n int)

func (*Search_MultiIDRequest) String

func (m *Search_MultiIDRequest) String() string

func (*Search_MultiIDRequest) Unmarshal

func (m *Search_MultiIDRequest) Unmarshal(dAtA []byte) error

func (*Search_MultiIDRequest) XXX_DiscardUnknown

func (m *Search_MultiIDRequest) XXX_DiscardUnknown()

func (*Search_MultiIDRequest) XXX_Marshal

func (m *Search_MultiIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Search_MultiIDRequest) XXX_Merge

func (m *Search_MultiIDRequest) XXX_Merge(src proto.Message)

func (*Search_MultiIDRequest) XXX_MessageName

func (*Search_MultiIDRequest) XXX_MessageName() string

func (*Search_MultiIDRequest) XXX_Size

func (m *Search_MultiIDRequest) XXX_Size() int

func (*Search_MultiIDRequest) XXX_Unmarshal

func (m *Search_MultiIDRequest) XXX_Unmarshal(b []byte) error

type Search_MultiObjectRequest

type Search_MultiObjectRequest struct {
	Requests             []*Search_ObjectRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*Search_MultiObjectRequest) Descriptor

func (*Search_MultiObjectRequest) Descriptor() ([]byte, []int)

func (*Search_MultiObjectRequest) GetRequests

func (m *Search_MultiObjectRequest) GetRequests() []*Search_ObjectRequest

func (*Search_MultiObjectRequest) Marshal

func (m *Search_MultiObjectRequest) Marshal() (dAtA []byte, err error)

func (*Search_MultiObjectRequest) MarshalTo

func (m *Search_MultiObjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*Search_MultiObjectRequest) MarshalToSizedBuffer

func (m *Search_MultiObjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_MultiObjectRequest) ProtoMessage

func (*Search_MultiObjectRequest) ProtoMessage()

func (*Search_MultiObjectRequest) Reset

func (m *Search_MultiObjectRequest) Reset()

func (*Search_MultiObjectRequest) Size

func (m *Search_MultiObjectRequest) Size() (n int)

func (*Search_MultiObjectRequest) String

func (m *Search_MultiObjectRequest) String() string

func (*Search_MultiObjectRequest) Unmarshal

func (m *Search_MultiObjectRequest) Unmarshal(dAtA []byte) error

func (*Search_MultiObjectRequest) XXX_DiscardUnknown

func (m *Search_MultiObjectRequest) XXX_DiscardUnknown()

func (*Search_MultiObjectRequest) XXX_Marshal

func (m *Search_MultiObjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Search_MultiObjectRequest) XXX_Merge

func (m *Search_MultiObjectRequest) XXX_Merge(src proto.Message)

func (*Search_MultiObjectRequest) XXX_MessageName

func (*Search_MultiObjectRequest) XXX_MessageName() string

func (*Search_MultiObjectRequest) XXX_Size

func (m *Search_MultiObjectRequest) XXX_Size() int

func (*Search_MultiObjectRequest) XXX_Unmarshal

func (m *Search_MultiObjectRequest) XXX_Unmarshal(b []byte) error

type Search_MultiRequest

type Search_MultiRequest struct {
	Requests             []*Search_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Search_MultiRequest) Descriptor

func (*Search_MultiRequest) Descriptor() ([]byte, []int)

func (*Search_MultiRequest) GetRequests

func (m *Search_MultiRequest) GetRequests() []*Search_Request

func (*Search_MultiRequest) Marshal

func (m *Search_MultiRequest) Marshal() (dAtA []byte, err error)

func (*Search_MultiRequest) MarshalTo

func (m *Search_MultiRequest) MarshalTo(dAtA []byte) (int, error)

func (*Search_MultiRequest) MarshalToSizedBuffer

func (m *Search_MultiRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_MultiRequest) ProtoMessage

func (*Search_MultiRequest) ProtoMessage()

func (*Search_MultiRequest) Reset

func (m *Search_MultiRequest) Reset()

func (*Search_MultiRequest) Size

func (m *Search_MultiRequest) Size() (n int)

func (*Search_MultiRequest) String

func (m *Search_MultiRequest) String() string

func (*Search_MultiRequest) Unmarshal

func (m *Search_MultiRequest) Unmarshal(dAtA []byte) error

func (*Search_MultiRequest) XXX_DiscardUnknown

func (m *Search_MultiRequest) XXX_DiscardUnknown()

func (*Search_MultiRequest) XXX_Marshal

func (m *Search_MultiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Search_MultiRequest) XXX_Merge

func (m *Search_MultiRequest) XXX_Merge(src proto.Message)

func (*Search_MultiRequest) XXX_MessageName

func (*Search_MultiRequest) XXX_MessageName() string

func (*Search_MultiRequest) XXX_Size

func (m *Search_MultiRequest) XXX_Size() int

func (*Search_MultiRequest) XXX_Unmarshal

func (m *Search_MultiRequest) XXX_Unmarshal(b []byte) error

type Search_ObjectRequest

type Search_ObjectRequest struct {
	Object               []byte         `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	Config               *Search_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	Vectorizer           *Filter_Target `protobuf:"bytes,3,opt,name=vectorizer,proto3" json:"vectorizer,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Search_ObjectRequest) Descriptor

func (*Search_ObjectRequest) Descriptor() ([]byte, []int)

func (*Search_ObjectRequest) GetConfig

func (m *Search_ObjectRequest) GetConfig() *Search_Config

func (*Search_ObjectRequest) GetObject

func (m *Search_ObjectRequest) GetObject() []byte

func (*Search_ObjectRequest) GetVectorizer

func (m *Search_ObjectRequest) GetVectorizer() *Filter_Target

func (*Search_ObjectRequest) Marshal

func (m *Search_ObjectRequest) Marshal() (dAtA []byte, err error)

func (*Search_ObjectRequest) MarshalTo

func (m *Search_ObjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*Search_ObjectRequest) MarshalToSizedBuffer

func (m *Search_ObjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_ObjectRequest) ProtoMessage

func (*Search_ObjectRequest) ProtoMessage()

func (*Search_ObjectRequest) Reset

func (m *Search_ObjectRequest) Reset()

func (*Search_ObjectRequest) Size

func (m *Search_ObjectRequest) Size() (n int)

func (*Search_ObjectRequest) String

func (m *Search_ObjectRequest) String() string

func (*Search_ObjectRequest) Unmarshal

func (m *Search_ObjectRequest) Unmarshal(dAtA []byte) error

func (*Search_ObjectRequest) XXX_DiscardUnknown

func (m *Search_ObjectRequest) XXX_DiscardUnknown()

func (*Search_ObjectRequest) XXX_Marshal

func (m *Search_ObjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Search_ObjectRequest) XXX_Merge

func (m *Search_ObjectRequest) XXX_Merge(src proto.Message)

func (*Search_ObjectRequest) XXX_MessageName

func (*Search_ObjectRequest) XXX_MessageName() string

func (*Search_ObjectRequest) XXX_Size

func (m *Search_ObjectRequest) XXX_Size() int

func (*Search_ObjectRequest) XXX_Unmarshal

func (m *Search_ObjectRequest) XXX_Unmarshal(b []byte) error

type Search_Request

type Search_Request struct {
	Vector               []float32      `protobuf:"fixed32,1,rep,packed,name=vector,proto3" json:"vector,omitempty"`
	Config               *Search_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Search_Request) Descriptor

func (*Search_Request) Descriptor() ([]byte, []int)

func (*Search_Request) GetConfig

func (m *Search_Request) GetConfig() *Search_Config

func (*Search_Request) GetVector

func (m *Search_Request) GetVector() []float32

func (*Search_Request) Marshal

func (m *Search_Request) Marshal() (dAtA []byte, err error)

func (*Search_Request) MarshalTo

func (m *Search_Request) MarshalTo(dAtA []byte) (int, error)

func (*Search_Request) MarshalToSizedBuffer

func (m *Search_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_Request) ProtoMessage

func (*Search_Request) ProtoMessage()

func (*Search_Request) Reset

func (m *Search_Request) Reset()

func (*Search_Request) Size

func (m *Search_Request) Size() (n int)

func (*Search_Request) String

func (m *Search_Request) String() string

func (*Search_Request) Unmarshal

func (m *Search_Request) Unmarshal(dAtA []byte) error

func (*Search_Request) XXX_DiscardUnknown

func (m *Search_Request) XXX_DiscardUnknown()

func (*Search_Request) XXX_Marshal

func (m *Search_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Search_Request) XXX_Merge

func (m *Search_Request) XXX_Merge(src proto.Message)

func (*Search_Request) XXX_MessageName

func (*Search_Request) XXX_MessageName() string

func (*Search_Request) XXX_Size

func (m *Search_Request) XXX_Size() int

func (*Search_Request) XXX_Unmarshal

func (m *Search_Request) XXX_Unmarshal(b []byte) error

type Search_Response

type Search_Response struct {
	RequestId            string             `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Results              []*Object_Distance `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Search_Response) Descriptor

func (*Search_Response) Descriptor() ([]byte, []int)

func (*Search_Response) GetRequestId

func (m *Search_Response) GetRequestId() string

func (*Search_Response) GetResults

func (m *Search_Response) GetResults() []*Object_Distance

func (*Search_Response) Marshal

func (m *Search_Response) Marshal() (dAtA []byte, err error)

func (*Search_Response) MarshalTo

func (m *Search_Response) MarshalTo(dAtA []byte) (int, error)

func (*Search_Response) MarshalToSizedBuffer

func (m *Search_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_Response) ProtoMessage

func (*Search_Response) ProtoMessage()

func (*Search_Response) Reset

func (m *Search_Response) Reset()

func (*Search_Response) Size

func (m *Search_Response) Size() (n int)

func (*Search_Response) String

func (m *Search_Response) String() string

func (*Search_Response) Unmarshal

func (m *Search_Response) Unmarshal(dAtA []byte) error

func (*Search_Response) XXX_DiscardUnknown

func (m *Search_Response) XXX_DiscardUnknown()

func (*Search_Response) XXX_Marshal

func (m *Search_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Search_Response) XXX_Merge

func (m *Search_Response) XXX_Merge(src proto.Message)

func (*Search_Response) XXX_MessageName

func (*Search_Response) XXX_MessageName() string

func (*Search_Response) XXX_Size

func (m *Search_Response) XXX_Size() int

func (*Search_Response) XXX_Unmarshal

func (m *Search_Response) XXX_Unmarshal(b []byte) error

type Search_Responses

type Search_Responses struct {
	Responses            []*Search_Response `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Search_Responses) Descriptor

func (*Search_Responses) Descriptor() ([]byte, []int)

func (*Search_Responses) GetResponses

func (m *Search_Responses) GetResponses() []*Search_Response

func (*Search_Responses) Marshal

func (m *Search_Responses) Marshal() (dAtA []byte, err error)

func (*Search_Responses) MarshalTo

func (m *Search_Responses) MarshalTo(dAtA []byte) (int, error)

func (*Search_Responses) MarshalToSizedBuffer

func (m *Search_Responses) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_Responses) ProtoMessage

func (*Search_Responses) ProtoMessage()

func (*Search_Responses) Reset

func (m *Search_Responses) Reset()

func (*Search_Responses) Size

func (m *Search_Responses) Size() (n int)

func (*Search_Responses) String

func (m *Search_Responses) String() string

func (*Search_Responses) Unmarshal

func (m *Search_Responses) Unmarshal(dAtA []byte) error

func (*Search_Responses) XXX_DiscardUnknown

func (m *Search_Responses) XXX_DiscardUnknown()

func (*Search_Responses) XXX_Marshal

func (m *Search_Responses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Search_Responses) XXX_Merge

func (m *Search_Responses) XXX_Merge(src proto.Message)

func (*Search_Responses) XXX_MessageName

func (*Search_Responses) XXX_MessageName() string

func (*Search_Responses) XXX_Size

func (m *Search_Responses) XXX_Size() int

func (*Search_Responses) XXX_Unmarshal

func (m *Search_Responses) XXX_Unmarshal(b []byte) error

type Search_StreamResponse

type Search_StreamResponse struct {
	// Types that are valid to be assigned to Payload:
	//	*Search_StreamResponse_Response
	//	*Search_StreamResponse_Status
	Payload              isSearch_StreamResponse_Payload `protobuf_oneof:"payload"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*Search_StreamResponse) Descriptor

func (*Search_StreamResponse) Descriptor() ([]byte, []int)

func (*Search_StreamResponse) GetPayload

func (m *Search_StreamResponse) GetPayload() isSearch_StreamResponse_Payload

func (*Search_StreamResponse) GetResponse

func (m *Search_StreamResponse) GetResponse() *Search_Response

func (*Search_StreamResponse) GetStatus

func (m *Search_StreamResponse) GetStatus() *rpc.Status

func (*Search_StreamResponse) Marshal

func (m *Search_StreamResponse) Marshal() (dAtA []byte, err error)

func (*Search_StreamResponse) MarshalTo

func (m *Search_StreamResponse) MarshalTo(dAtA []byte) (int, error)

func (*Search_StreamResponse) MarshalToSizedBuffer

func (m *Search_StreamResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_StreamResponse) ProtoMessage

func (*Search_StreamResponse) ProtoMessage()

func (*Search_StreamResponse) Reset

func (m *Search_StreamResponse) Reset()

func (*Search_StreamResponse) Size

func (m *Search_StreamResponse) Size() (n int)

func (*Search_StreamResponse) String

func (m *Search_StreamResponse) String() string

func (*Search_StreamResponse) Unmarshal

func (m *Search_StreamResponse) Unmarshal(dAtA []byte) error

func (*Search_StreamResponse) XXX_DiscardUnknown

func (m *Search_StreamResponse) XXX_DiscardUnknown()

func (*Search_StreamResponse) XXX_Marshal

func (m *Search_StreamResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Search_StreamResponse) XXX_Merge

func (m *Search_StreamResponse) XXX_Merge(src proto.Message)

func (*Search_StreamResponse) XXX_MessageName

func (*Search_StreamResponse) XXX_MessageName() string

func (*Search_StreamResponse) XXX_OneofWrappers

func (*Search_StreamResponse) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Search_StreamResponse) XXX_Size

func (m *Search_StreamResponse) XXX_Size() int

func (*Search_StreamResponse) XXX_Unmarshal

func (m *Search_StreamResponse) XXX_Unmarshal(b []byte) error

type Search_StreamResponse_Response

type Search_StreamResponse_Response struct {
	Response *Search_Response `protobuf:"bytes,1,opt,name=response,proto3,oneof" json:"response,omitempty"`
}

func (*Search_StreamResponse_Response) MarshalTo

func (m *Search_StreamResponse_Response) MarshalTo(dAtA []byte) (int, error)

func (*Search_StreamResponse_Response) MarshalToSizedBuffer

func (m *Search_StreamResponse_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_StreamResponse_Response) Size

func (m *Search_StreamResponse_Response) Size() (n int)

type Search_StreamResponse_Status

type Search_StreamResponse_Status struct {
	Status *rpc.Status `protobuf:"bytes,2,opt,name=status,proto3,oneof" json:"status,omitempty"`
}

func (*Search_StreamResponse_Status) MarshalTo

func (m *Search_StreamResponse_Status) MarshalTo(dAtA []byte) (int, error)

func (*Search_StreamResponse_Status) MarshalToSizedBuffer

func (m *Search_StreamResponse_Status) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Search_StreamResponse_Status) Size

func (m *Search_StreamResponse_Status) Size() (n int)

type Update

type Update struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Update) Descriptor

func (*Update) Descriptor() ([]byte, []int)

func (*Update) Marshal

func (m *Update) Marshal() (dAtA []byte, err error)

func (*Update) MarshalTo

func (m *Update) MarshalTo(dAtA []byte) (int, error)

func (*Update) MarshalToSizedBuffer

func (m *Update) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Update) ProtoMessage

func (*Update) ProtoMessage()

func (*Update) Reset

func (m *Update) Reset()

func (*Update) Size

func (m *Update) Size() (n int)

func (*Update) String

func (m *Update) String() string

func (*Update) Unmarshal

func (m *Update) Unmarshal(dAtA []byte) error

func (*Update) XXX_DiscardUnknown

func (m *Update) XXX_DiscardUnknown()

func (*Update) XXX_Marshal

func (m *Update) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Update) XXX_Merge

func (m *Update) XXX_Merge(src proto.Message)

func (*Update) XXX_MessageName

func (*Update) XXX_MessageName() string

func (*Update) XXX_Size

func (m *Update) XXX_Size() int

func (*Update) XXX_Unmarshal

func (m *Update) XXX_Unmarshal(b []byte) error

type Update_Config

type Update_Config struct {
	SkipStrictExistCheck bool           `` /* 126-byte string literal not displayed */
	Filters              *Filter_Config `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Update_Config) Descriptor

func (*Update_Config) Descriptor() ([]byte, []int)

func (*Update_Config) GetFilters

func (m *Update_Config) GetFilters() *Filter_Config

func (*Update_Config) GetSkipStrictExistCheck

func (m *Update_Config) GetSkipStrictExistCheck() bool

func (*Update_Config) Marshal

func (m *Update_Config) Marshal() (dAtA []byte, err error)

func (*Update_Config) MarshalTo

func (m *Update_Config) MarshalTo(dAtA []byte) (int, error)

func (*Update_Config) MarshalToSizedBuffer

func (m *Update_Config) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Update_Config) ProtoMessage

func (*Update_Config) ProtoMessage()

func (*Update_Config) Reset

func (m *Update_Config) Reset()

func (*Update_Config) Size

func (m *Update_Config) Size() (n int)

func (*Update_Config) String

func (m *Update_Config) String() string

func (*Update_Config) Unmarshal

func (m *Update_Config) Unmarshal(dAtA []byte) error

func (*Update_Config) XXX_DiscardUnknown

func (m *Update_Config) XXX_DiscardUnknown()

func (*Update_Config) XXX_Marshal

func (m *Update_Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Update_Config) XXX_Merge

func (m *Update_Config) XXX_Merge(src proto.Message)

func (*Update_Config) XXX_MessageName

func (*Update_Config) XXX_MessageName() string

func (*Update_Config) XXX_Size

func (m *Update_Config) XXX_Size() int

func (*Update_Config) XXX_Unmarshal

func (m *Update_Config) XXX_Unmarshal(b []byte) error

type Update_MultiObjectRequest

type Update_MultiObjectRequest struct {
	Requests             []*Update_ObjectRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*Update_MultiObjectRequest) Descriptor

func (*Update_MultiObjectRequest) Descriptor() ([]byte, []int)

func (*Update_MultiObjectRequest) GetRequests

func (m *Update_MultiObjectRequest) GetRequests() []*Update_ObjectRequest

func (*Update_MultiObjectRequest) Marshal

func (m *Update_MultiObjectRequest) Marshal() (dAtA []byte, err error)

func (*Update_MultiObjectRequest) MarshalTo

func (m *Update_MultiObjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*Update_MultiObjectRequest) MarshalToSizedBuffer

func (m *Update_MultiObjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Update_MultiObjectRequest) ProtoMessage

func (*Update_MultiObjectRequest) ProtoMessage()

func (*Update_MultiObjectRequest) Reset

func (m *Update_MultiObjectRequest) Reset()

func (*Update_MultiObjectRequest) Size

func (m *Update_MultiObjectRequest) Size() (n int)

func (*Update_MultiObjectRequest) String

func (m *Update_MultiObjectRequest) String() string

func (*Update_MultiObjectRequest) Unmarshal

func (m *Update_MultiObjectRequest) Unmarshal(dAtA []byte) error

func (*Update_MultiObjectRequest) XXX_DiscardUnknown

func (m *Update_MultiObjectRequest) XXX_DiscardUnknown()

func (*Update_MultiObjectRequest) XXX_Marshal

func (m *Update_MultiObjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Update_MultiObjectRequest) XXX_Merge

func (m *Update_MultiObjectRequest) XXX_Merge(src proto.Message)

func (*Update_MultiObjectRequest) XXX_MessageName

func (*Update_MultiObjectRequest) XXX_MessageName() string

func (*Update_MultiObjectRequest) XXX_Size

func (m *Update_MultiObjectRequest) XXX_Size() int

func (*Update_MultiObjectRequest) XXX_Unmarshal

func (m *Update_MultiObjectRequest) XXX_Unmarshal(b []byte) error

type Update_MultiRequest

type Update_MultiRequest struct {
	Requests             []*Update_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Update_MultiRequest) Descriptor

func (*Update_MultiRequest) Descriptor() ([]byte, []int)

func (*Update_MultiRequest) GetRequests

func (m *Update_MultiRequest) GetRequests() []*Update_Request

func (*Update_MultiRequest) Marshal

func (m *Update_MultiRequest) Marshal() (dAtA []byte, err error)

func (*Update_MultiRequest) MarshalTo

func (m *Update_MultiRequest) MarshalTo(dAtA []byte) (int, error)

func (*Update_MultiRequest) MarshalToSizedBuffer

func (m *Update_MultiRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Update_MultiRequest) ProtoMessage

func (*Update_MultiRequest) ProtoMessage()

func (*Update_MultiRequest) Reset

func (m *Update_MultiRequest) Reset()

func (*Update_MultiRequest) Size

func (m *Update_MultiRequest) Size() (n int)

func (*Update_MultiRequest) String

func (m *Update_MultiRequest) String() string

func (*Update_MultiRequest) Unmarshal

func (m *Update_MultiRequest) Unmarshal(dAtA []byte) error

func (*Update_MultiRequest) XXX_DiscardUnknown

func (m *Update_MultiRequest) XXX_DiscardUnknown()

func (*Update_MultiRequest) XXX_Marshal

func (m *Update_MultiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Update_MultiRequest) XXX_Merge

func (m *Update_MultiRequest) XXX_Merge(src proto.Message)

func (*Update_MultiRequest) XXX_MessageName

func (*Update_MultiRequest) XXX_MessageName() string

func (*Update_MultiRequest) XXX_Size

func (m *Update_MultiRequest) XXX_Size() int

func (*Update_MultiRequest) XXX_Unmarshal

func (m *Update_MultiRequest) XXX_Unmarshal(b []byte) error

type Update_ObjectRequest

type Update_ObjectRequest struct {
	Object               *Object_Blob   `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	Config               *Update_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	Vectorizer           *Filter_Target `protobuf:"bytes,3,opt,name=vectorizer,proto3" json:"vectorizer,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Update_ObjectRequest) Descriptor

func (*Update_ObjectRequest) Descriptor() ([]byte, []int)

func (*Update_ObjectRequest) GetConfig

func (m *Update_ObjectRequest) GetConfig() *Update_Config

func (*Update_ObjectRequest) GetObject

func (m *Update_ObjectRequest) GetObject() *Object_Blob

func (*Update_ObjectRequest) GetVectorizer

func (m *Update_ObjectRequest) GetVectorizer() *Filter_Target

func (*Update_ObjectRequest) Marshal

func (m *Update_ObjectRequest) Marshal() (dAtA []byte, err error)

func (*Update_ObjectRequest) MarshalTo

func (m *Update_ObjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*Update_ObjectRequest) MarshalToSizedBuffer

func (m *Update_ObjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Update_ObjectRequest) ProtoMessage

func (*Update_ObjectRequest) ProtoMessage()

func (*Update_ObjectRequest) Reset

func (m *Update_ObjectRequest) Reset()

func (*Update_ObjectRequest) Size

func (m *Update_ObjectRequest) Size() (n int)

func (*Update_ObjectRequest) String

func (m *Update_ObjectRequest) String() string

func (*Update_ObjectRequest) Unmarshal

func (m *Update_ObjectRequest) Unmarshal(dAtA []byte) error

func (*Update_ObjectRequest) XXX_DiscardUnknown

func (m *Update_ObjectRequest) XXX_DiscardUnknown()

func (*Update_ObjectRequest) XXX_Marshal

func (m *Update_ObjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Update_ObjectRequest) XXX_Merge

func (m *Update_ObjectRequest) XXX_Merge(src proto.Message)

func (*Update_ObjectRequest) XXX_MessageName

func (*Update_ObjectRequest) XXX_MessageName() string

func (*Update_ObjectRequest) XXX_Size

func (m *Update_ObjectRequest) XXX_Size() int

func (*Update_ObjectRequest) XXX_Unmarshal

func (m *Update_ObjectRequest) XXX_Unmarshal(b []byte) error

type Update_Request

type Update_Request struct {
	Vector               *Object_Vector `protobuf:"bytes,1,opt,name=vector,proto3" json:"vector,omitempty"`
	Config               *Update_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Update_Request) Descriptor

func (*Update_Request) Descriptor() ([]byte, []int)

func (*Update_Request) GetConfig

func (m *Update_Request) GetConfig() *Update_Config

func (*Update_Request) GetVector

func (m *Update_Request) GetVector() *Object_Vector

func (*Update_Request) Marshal

func (m *Update_Request) Marshal() (dAtA []byte, err error)

func (*Update_Request) MarshalTo

func (m *Update_Request) MarshalTo(dAtA []byte) (int, error)

func (*Update_Request) MarshalToSizedBuffer

func (m *Update_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Update_Request) ProtoMessage

func (*Update_Request) ProtoMessage()

func (*Update_Request) Reset

func (m *Update_Request) Reset()

func (*Update_Request) Size

func (m *Update_Request) Size() (n int)

func (*Update_Request) String

func (m *Update_Request) String() string

func (*Update_Request) Unmarshal

func (m *Update_Request) Unmarshal(dAtA []byte) error

func (*Update_Request) XXX_DiscardUnknown

func (m *Update_Request) XXX_DiscardUnknown()

func (*Update_Request) XXX_Marshal

func (m *Update_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Update_Request) XXX_Merge

func (m *Update_Request) XXX_Merge(src proto.Message)

func (*Update_Request) XXX_MessageName

func (*Update_Request) XXX_MessageName() string

func (*Update_Request) XXX_Size

func (m *Update_Request) XXX_Size() int

func (*Update_Request) XXX_Unmarshal

func (m *Update_Request) XXX_Unmarshal(b []byte) error

type Upsert

type Upsert struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Upsert) Descriptor

func (*Upsert) Descriptor() ([]byte, []int)

func (*Upsert) Marshal

func (m *Upsert) Marshal() (dAtA []byte, err error)

func (*Upsert) MarshalTo

func (m *Upsert) MarshalTo(dAtA []byte) (int, error)

func (*Upsert) MarshalToSizedBuffer

func (m *Upsert) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Upsert) ProtoMessage

func (*Upsert) ProtoMessage()

func (*Upsert) Reset

func (m *Upsert) Reset()

func (*Upsert) Size

func (m *Upsert) Size() (n int)

func (*Upsert) String

func (m *Upsert) String() string

func (*Upsert) Unmarshal

func (m *Upsert) Unmarshal(dAtA []byte) error

func (*Upsert) XXX_DiscardUnknown

func (m *Upsert) XXX_DiscardUnknown()

func (*Upsert) XXX_Marshal

func (m *Upsert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Upsert) XXX_Merge

func (m *Upsert) XXX_Merge(src proto.Message)

func (*Upsert) XXX_MessageName

func (*Upsert) XXX_MessageName() string

func (*Upsert) XXX_Size

func (m *Upsert) XXX_Size() int

func (*Upsert) XXX_Unmarshal

func (m *Upsert) XXX_Unmarshal(b []byte) error

type Upsert_Config

type Upsert_Config struct {
	SkipStrictExistCheck bool           `` /* 126-byte string literal not displayed */
	Filters              *Filter_Config `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Upsert_Config) Descriptor

func (*Upsert_Config) Descriptor() ([]byte, []int)

func (*Upsert_Config) GetFilters

func (m *Upsert_Config) GetFilters() *Filter_Config

func (*Upsert_Config) GetSkipStrictExistCheck

func (m *Upsert_Config) GetSkipStrictExistCheck() bool

func (*Upsert_Config) Marshal

func (m *Upsert_Config) Marshal() (dAtA []byte, err error)

func (*Upsert_Config) MarshalTo

func (m *Upsert_Config) MarshalTo(dAtA []byte) (int, error)

func (*Upsert_Config) MarshalToSizedBuffer

func (m *Upsert_Config) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Upsert_Config) ProtoMessage

func (*Upsert_Config) ProtoMessage()

func (*Upsert_Config) Reset

func (m *Upsert_Config) Reset()

func (*Upsert_Config) Size

func (m *Upsert_Config) Size() (n int)

func (*Upsert_Config) String

func (m *Upsert_Config) String() string

func (*Upsert_Config) Unmarshal

func (m *Upsert_Config) Unmarshal(dAtA []byte) error

func (*Upsert_Config) XXX_DiscardUnknown

func (m *Upsert_Config) XXX_DiscardUnknown()

func (*Upsert_Config) XXX_Marshal

func (m *Upsert_Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Upsert_Config) XXX_Merge

func (m *Upsert_Config) XXX_Merge(src proto.Message)

func (*Upsert_Config) XXX_MessageName

func (*Upsert_Config) XXX_MessageName() string

func (*Upsert_Config) XXX_Size

func (m *Upsert_Config) XXX_Size() int

func (*Upsert_Config) XXX_Unmarshal

func (m *Upsert_Config) XXX_Unmarshal(b []byte) error

type Upsert_MultiObjectRequest

type Upsert_MultiObjectRequest struct {
	Requests             []*Upsert_ObjectRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*Upsert_MultiObjectRequest) Descriptor

func (*Upsert_MultiObjectRequest) Descriptor() ([]byte, []int)

func (*Upsert_MultiObjectRequest) GetRequests

func (m *Upsert_MultiObjectRequest) GetRequests() []*Upsert_ObjectRequest

func (*Upsert_MultiObjectRequest) Marshal

func (m *Upsert_MultiObjectRequest) Marshal() (dAtA []byte, err error)

func (*Upsert_MultiObjectRequest) MarshalTo

func (m *Upsert_MultiObjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*Upsert_MultiObjectRequest) MarshalToSizedBuffer

func (m *Upsert_MultiObjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Upsert_MultiObjectRequest) ProtoMessage

func (*Upsert_MultiObjectRequest) ProtoMessage()

func (*Upsert_MultiObjectRequest) Reset

func (m *Upsert_MultiObjectRequest) Reset()

func (*Upsert_MultiObjectRequest) Size

func (m *Upsert_MultiObjectRequest) Size() (n int)

func (*Upsert_MultiObjectRequest) String

func (m *Upsert_MultiObjectRequest) String() string

func (*Upsert_MultiObjectRequest) Unmarshal

func (m *Upsert_MultiObjectRequest) Unmarshal(dAtA []byte) error

func (*Upsert_MultiObjectRequest) XXX_DiscardUnknown

func (m *Upsert_MultiObjectRequest) XXX_DiscardUnknown()

func (*Upsert_MultiObjectRequest) XXX_Marshal

func (m *Upsert_MultiObjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Upsert_MultiObjectRequest) XXX_Merge

func (m *Upsert_MultiObjectRequest) XXX_Merge(src proto.Message)

func (*Upsert_MultiObjectRequest) XXX_MessageName

func (*Upsert_MultiObjectRequest) XXX_MessageName() string

func (*Upsert_MultiObjectRequest) XXX_Size

func (m *Upsert_MultiObjectRequest) XXX_Size() int

func (*Upsert_MultiObjectRequest) XXX_Unmarshal

func (m *Upsert_MultiObjectRequest) XXX_Unmarshal(b []byte) error

type Upsert_MultiRequest

type Upsert_MultiRequest struct {
	Requests             []*Upsert_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Upsert_MultiRequest) Descriptor

func (*Upsert_MultiRequest) Descriptor() ([]byte, []int)

func (*Upsert_MultiRequest) GetRequests

func (m *Upsert_MultiRequest) GetRequests() []*Upsert_Request

func (*Upsert_MultiRequest) Marshal

func (m *Upsert_MultiRequest) Marshal() (dAtA []byte, err error)

func (*Upsert_MultiRequest) MarshalTo

func (m *Upsert_MultiRequest) MarshalTo(dAtA []byte) (int, error)

func (*Upsert_MultiRequest) MarshalToSizedBuffer

func (m *Upsert_MultiRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Upsert_MultiRequest) ProtoMessage

func (*Upsert_MultiRequest) ProtoMessage()

func (*Upsert_MultiRequest) Reset

func (m *Upsert_MultiRequest) Reset()

func (*Upsert_MultiRequest) Size

func (m *Upsert_MultiRequest) Size() (n int)

func (*Upsert_MultiRequest) String

func (m *Upsert_MultiRequest) String() string

func (*Upsert_MultiRequest) Unmarshal

func (m *Upsert_MultiRequest) Unmarshal(dAtA []byte) error

func (*Upsert_MultiRequest) XXX_DiscardUnknown

func (m *Upsert_MultiRequest) XXX_DiscardUnknown()

func (*Upsert_MultiRequest) XXX_Marshal

func (m *Upsert_MultiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Upsert_MultiRequest) XXX_Merge

func (m *Upsert_MultiRequest) XXX_Merge(src proto.Message)

func (*Upsert_MultiRequest) XXX_MessageName

func (*Upsert_MultiRequest) XXX_MessageName() string

func (*Upsert_MultiRequest) XXX_Size

func (m *Upsert_MultiRequest) XXX_Size() int

func (*Upsert_MultiRequest) XXX_Unmarshal

func (m *Upsert_MultiRequest) XXX_Unmarshal(b []byte) error

type Upsert_ObjectRequest

type Upsert_ObjectRequest struct {
	Object               *Object_Blob   `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	Config               *Upsert_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	Vectorizer           *Filter_Target `protobuf:"bytes,3,opt,name=vectorizer,proto3" json:"vectorizer,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Upsert_ObjectRequest) Descriptor

func (*Upsert_ObjectRequest) Descriptor() ([]byte, []int)

func (*Upsert_ObjectRequest) GetConfig

func (m *Upsert_ObjectRequest) GetConfig() *Upsert_Config

func (*Upsert_ObjectRequest) GetObject

func (m *Upsert_ObjectRequest) GetObject() *Object_Blob

func (*Upsert_ObjectRequest) GetVectorizer

func (m *Upsert_ObjectRequest) GetVectorizer() *Filter_Target

func (*Upsert_ObjectRequest) Marshal

func (m *Upsert_ObjectRequest) Marshal() (dAtA []byte, err error)

func (*Upsert_ObjectRequest) MarshalTo

func (m *Upsert_ObjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*Upsert_ObjectRequest) MarshalToSizedBuffer

func (m *Upsert_ObjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Upsert_ObjectRequest) ProtoMessage

func (*Upsert_ObjectRequest) ProtoMessage()

func (*Upsert_ObjectRequest) Reset

func (m *Upsert_ObjectRequest) Reset()

func (*Upsert_ObjectRequest) Size

func (m *Upsert_ObjectRequest) Size() (n int)

func (*Upsert_ObjectRequest) String

func (m *Upsert_ObjectRequest) String() string

func (*Upsert_ObjectRequest) Unmarshal

func (m *Upsert_ObjectRequest) Unmarshal(dAtA []byte) error

func (*Upsert_ObjectRequest) XXX_DiscardUnknown

func (m *Upsert_ObjectRequest) XXX_DiscardUnknown()

func (*Upsert_ObjectRequest) XXX_Marshal

func (m *Upsert_ObjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Upsert_ObjectRequest) XXX_Merge

func (m *Upsert_ObjectRequest) XXX_Merge(src proto.Message)

func (*Upsert_ObjectRequest) XXX_MessageName

func (*Upsert_ObjectRequest) XXX_MessageName() string

func (*Upsert_ObjectRequest) XXX_Size

func (m *Upsert_ObjectRequest) XXX_Size() int

func (*Upsert_ObjectRequest) XXX_Unmarshal

func (m *Upsert_ObjectRequest) XXX_Unmarshal(b []byte) error

type Upsert_Request

type Upsert_Request struct {
	Vector               *Object_Vector `protobuf:"bytes,1,opt,name=vector,proto3" json:"vector,omitempty"`
	Config               *Upsert_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Upsert_Request) Descriptor

func (*Upsert_Request) Descriptor() ([]byte, []int)

func (*Upsert_Request) GetConfig

func (m *Upsert_Request) GetConfig() *Upsert_Config

func (*Upsert_Request) GetVector

func (m *Upsert_Request) GetVector() *Object_Vector

func (*Upsert_Request) Marshal

func (m *Upsert_Request) Marshal() (dAtA []byte, err error)

func (*Upsert_Request) MarshalTo

func (m *Upsert_Request) MarshalTo(dAtA []byte) (int, error)

func (*Upsert_Request) MarshalToSizedBuffer

func (m *Upsert_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Upsert_Request) ProtoMessage

func (*Upsert_Request) ProtoMessage()

func (*Upsert_Request) Reset

func (m *Upsert_Request) Reset()

func (*Upsert_Request) Size

func (m *Upsert_Request) Size() (n int)

func (*Upsert_Request) String

func (m *Upsert_Request) String() string

func (*Upsert_Request) Unmarshal

func (m *Upsert_Request) Unmarshal(dAtA []byte) error

func (*Upsert_Request) XXX_DiscardUnknown

func (m *Upsert_Request) XXX_DiscardUnknown()

func (*Upsert_Request) XXX_Marshal

func (m *Upsert_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Upsert_Request) XXX_Merge

func (m *Upsert_Request) XXX_Merge(src proto.Message)

func (*Upsert_Request) XXX_MessageName

func (*Upsert_Request) XXX_MessageName() string

func (*Upsert_Request) XXX_Size

func (m *Upsert_Request) XXX_Size() int

func (*Upsert_Request) XXX_Unmarshal

func (m *Upsert_Request) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL