payload

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2021 License: Apache-2.0 Imports: 12 Imported by: 5

Documentation

Overview

Copyright (C) 2019-2021 vdaas.org vald team <vald@vdaas.org>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLength        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group")
)
View Source
var File_apis_proto_v1_payload_payload_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Backup

type Backup struct {
	// contains filtered or unexported fields
}

func (*Backup) Descriptor deprecated

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

Deprecated: Use Backup.ProtoReflect.Descriptor instead.

func (*Backup) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup) MarshalToVT added in v1.2.1

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

func (*Backup) MarshalVT added in v1.2.1

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

func (*Backup) ProtoMessage

func (*Backup) ProtoMessage()

func (*Backup) ProtoReflect added in v1.2.1

func (x *Backup) ProtoReflect() protoreflect.Message

func (*Backup) Reset

func (x *Backup) Reset()

func (*Backup) SizeVT added in v1.2.1

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

func (*Backup) String

func (x *Backup) String() string

func (*Backup) UnmarshalVT added in v1.2.1

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

type Backup_Compressed

type Backup_Compressed struct {
	// contains filtered or unexported fields
}

func (*Backup_Compressed) Descriptor deprecated

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

Deprecated: Use Backup_Compressed.ProtoReflect.Descriptor instead.

func (*Backup_Compressed) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_Compressed) MarshalToVT added in v1.2.1

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

func (*Backup_Compressed) MarshalVT added in v1.2.1

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

func (*Backup_Compressed) ProtoMessage

func (*Backup_Compressed) ProtoMessage()

func (*Backup_Compressed) ProtoReflect added in v1.2.1

func (x *Backup_Compressed) ProtoReflect() protoreflect.Message

func (*Backup_Compressed) Reset

func (x *Backup_Compressed) Reset()

func (*Backup_Compressed) SizeVT added in v1.2.1

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

func (*Backup_Compressed) String

func (x *Backup_Compressed) String() string

func (*Backup_Compressed) UnmarshalVT added in v1.2.1

func (m *Backup_Compressed) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Backup_Compressed_Vector) Descriptor deprecated

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

Deprecated: Use Backup_Compressed_Vector.ProtoReflect.Descriptor instead.

func (*Backup_Compressed_Vector) GetIps

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

func (*Backup_Compressed_Vector) GetUuid

func (x *Backup_Compressed_Vector) GetUuid() string

func (*Backup_Compressed_Vector) GetVector

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

func (*Backup_Compressed_Vector) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_Compressed_Vector) MarshalToVT added in v1.2.1

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

func (*Backup_Compressed_Vector) MarshalVT added in v1.2.1

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

func (*Backup_Compressed_Vector) ProtoMessage

func (*Backup_Compressed_Vector) ProtoMessage()

func (*Backup_Compressed_Vector) ProtoReflect added in v1.2.1

func (x *Backup_Compressed_Vector) ProtoReflect() protoreflect.Message

func (*Backup_Compressed_Vector) Reset

func (x *Backup_Compressed_Vector) Reset()

func (*Backup_Compressed_Vector) SizeVT added in v1.2.1

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

func (*Backup_Compressed_Vector) String

func (x *Backup_Compressed_Vector) String() string

func (*Backup_Compressed_Vector) UnmarshalVT added in v1.2.1

func (m *Backup_Compressed_Vector) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Backup_Compressed_Vectors) Descriptor deprecated

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

Deprecated: Use Backup_Compressed_Vectors.ProtoReflect.Descriptor instead.

func (*Backup_Compressed_Vectors) GetVectors

func (*Backup_Compressed_Vectors) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_Compressed_Vectors) MarshalToVT added in v1.2.1

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

func (*Backup_Compressed_Vectors) MarshalVT added in v1.2.1

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

func (*Backup_Compressed_Vectors) ProtoMessage

func (*Backup_Compressed_Vectors) ProtoMessage()

func (*Backup_Compressed_Vectors) ProtoReflect added in v1.2.1

func (*Backup_Compressed_Vectors) Reset

func (x *Backup_Compressed_Vectors) Reset()

func (*Backup_Compressed_Vectors) SizeVT added in v1.2.1

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

func (*Backup_Compressed_Vectors) String

func (x *Backup_Compressed_Vectors) String() string

func (*Backup_Compressed_Vectors) UnmarshalVT added in v1.2.1

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

type Backup_GetVector

type Backup_GetVector struct {
	// contains filtered or unexported fields
}

func (*Backup_GetVector) Descriptor deprecated

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

Deprecated: Use Backup_GetVector.ProtoReflect.Descriptor instead.

func (*Backup_GetVector) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_GetVector) MarshalToVT added in v1.2.1

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

func (*Backup_GetVector) MarshalVT added in v1.2.1

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

func (*Backup_GetVector) ProtoMessage

func (*Backup_GetVector) ProtoMessage()

func (*Backup_GetVector) ProtoReflect added in v1.2.1

func (x *Backup_GetVector) ProtoReflect() protoreflect.Message

func (*Backup_GetVector) Reset

func (x *Backup_GetVector) Reset()

func (*Backup_GetVector) SizeVT added in v1.2.1

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

func (*Backup_GetVector) String

func (x *Backup_GetVector) String() string

func (*Backup_GetVector) UnmarshalVT added in v1.2.1

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

type Backup_GetVector_Owner

type Backup_GetVector_Owner struct {
	Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

func (*Backup_GetVector_Owner) Descriptor deprecated

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

Deprecated: Use Backup_GetVector_Owner.ProtoReflect.Descriptor instead.

func (*Backup_GetVector_Owner) GetIp

func (x *Backup_GetVector_Owner) GetIp() string

func (*Backup_GetVector_Owner) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_GetVector_Owner) MarshalToVT added in v1.2.1

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

func (*Backup_GetVector_Owner) MarshalVT added in v1.2.1

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

func (*Backup_GetVector_Owner) ProtoMessage

func (*Backup_GetVector_Owner) ProtoMessage()

func (*Backup_GetVector_Owner) ProtoReflect added in v1.2.1

func (x *Backup_GetVector_Owner) ProtoReflect() protoreflect.Message

func (*Backup_GetVector_Owner) Reset

func (x *Backup_GetVector_Owner) Reset()

func (*Backup_GetVector_Owner) SizeVT added in v1.2.1

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

func (*Backup_GetVector_Owner) String

func (x *Backup_GetVector_Owner) String() string

func (*Backup_GetVector_Owner) UnmarshalVT added in v1.2.1

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

type Backup_GetVector_Request

type Backup_GetVector_Request struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Backup_GetVector_Request) Descriptor deprecated

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

Deprecated: Use Backup_GetVector_Request.ProtoReflect.Descriptor instead.

func (*Backup_GetVector_Request) GetUuid

func (x *Backup_GetVector_Request) GetUuid() string

func (*Backup_GetVector_Request) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_GetVector_Request) MarshalToVT added in v1.2.1

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

func (*Backup_GetVector_Request) MarshalVT added in v1.2.1

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

func (*Backup_GetVector_Request) ProtoMessage

func (*Backup_GetVector_Request) ProtoMessage()

func (*Backup_GetVector_Request) ProtoReflect added in v1.2.1

func (x *Backup_GetVector_Request) ProtoReflect() protoreflect.Message

func (*Backup_GetVector_Request) Reset

func (x *Backup_GetVector_Request) Reset()

func (*Backup_GetVector_Request) SizeVT added in v1.2.1

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

func (*Backup_GetVector_Request) String

func (x *Backup_GetVector_Request) String() string

func (*Backup_GetVector_Request) UnmarshalVT added in v1.2.1

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

type Backup_IP

type Backup_IP struct {
	// contains filtered or unexported fields
}

func (*Backup_IP) Descriptor deprecated

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

Deprecated: Use Backup_IP.ProtoReflect.Descriptor instead.

func (*Backup_IP) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_IP) MarshalToVT added in v1.2.1

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

func (*Backup_IP) MarshalVT added in v1.2.1

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

func (*Backup_IP) ProtoMessage

func (*Backup_IP) ProtoMessage()

func (*Backup_IP) ProtoReflect added in v1.2.1

func (x *Backup_IP) ProtoReflect() protoreflect.Message

func (*Backup_IP) Reset

func (x *Backup_IP) Reset()

func (*Backup_IP) SizeVT added in v1.2.1

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

func (*Backup_IP) String

func (x *Backup_IP) String() string

func (*Backup_IP) UnmarshalVT added in v1.2.1

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

type Backup_IP_Register

type Backup_IP_Register struct {
	// contains filtered or unexported fields
}

func (*Backup_IP_Register) Descriptor deprecated

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

Deprecated: Use Backup_IP_Register.ProtoReflect.Descriptor instead.

func (*Backup_IP_Register) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_IP_Register) MarshalToVT added in v1.2.1

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

func (*Backup_IP_Register) MarshalVT added in v1.2.1

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

func (*Backup_IP_Register) ProtoMessage

func (*Backup_IP_Register) ProtoMessage()

func (*Backup_IP_Register) ProtoReflect added in v1.2.1

func (x *Backup_IP_Register) ProtoReflect() protoreflect.Message

func (*Backup_IP_Register) Reset

func (x *Backup_IP_Register) Reset()

func (*Backup_IP_Register) SizeVT added in v1.2.1

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

func (*Backup_IP_Register) String

func (x *Backup_IP_Register) String() string

func (*Backup_IP_Register) UnmarshalVT added in v1.2.1

func (m *Backup_IP_Register) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Backup_IP_Register_Request) Descriptor deprecated

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

Deprecated: Use Backup_IP_Register_Request.ProtoReflect.Descriptor instead.

func (*Backup_IP_Register_Request) GetIps

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

func (*Backup_IP_Register_Request) GetUuid

func (x *Backup_IP_Register_Request) GetUuid() string

func (*Backup_IP_Register_Request) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_IP_Register_Request) MarshalToVT added in v1.2.1

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

func (*Backup_IP_Register_Request) MarshalVT added in v1.2.1

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

func (*Backup_IP_Register_Request) ProtoMessage

func (*Backup_IP_Register_Request) ProtoMessage()

func (*Backup_IP_Register_Request) ProtoReflect added in v1.2.1

func (*Backup_IP_Register_Request) Reset

func (x *Backup_IP_Register_Request) Reset()

func (*Backup_IP_Register_Request) SizeVT added in v1.2.1

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

func (*Backup_IP_Register_Request) String

func (x *Backup_IP_Register_Request) String() string

func (*Backup_IP_Register_Request) UnmarshalVT added in v1.2.1

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

type Backup_IP_Remove

type Backup_IP_Remove struct {
	// contains filtered or unexported fields
}

func (*Backup_IP_Remove) Descriptor deprecated

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

Deprecated: Use Backup_IP_Remove.ProtoReflect.Descriptor instead.

func (*Backup_IP_Remove) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_IP_Remove) MarshalToVT added in v1.2.1

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

func (*Backup_IP_Remove) MarshalVT added in v1.2.1

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

func (*Backup_IP_Remove) ProtoMessage

func (*Backup_IP_Remove) ProtoMessage()

func (*Backup_IP_Remove) ProtoReflect added in v1.2.1

func (x *Backup_IP_Remove) ProtoReflect() protoreflect.Message

func (*Backup_IP_Remove) Reset

func (x *Backup_IP_Remove) Reset()

func (*Backup_IP_Remove) SizeVT added in v1.2.1

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

func (*Backup_IP_Remove) String

func (x *Backup_IP_Remove) String() string

func (*Backup_IP_Remove) UnmarshalVT added in v1.2.1

func (m *Backup_IP_Remove) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Backup_IP_Remove_Request) Descriptor deprecated

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

Deprecated: Use Backup_IP_Remove_Request.ProtoReflect.Descriptor instead.

func (*Backup_IP_Remove_Request) GetIps

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

func (*Backup_IP_Remove_Request) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_IP_Remove_Request) MarshalToVT added in v1.2.1

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

func (*Backup_IP_Remove_Request) MarshalVT added in v1.2.1

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

func (*Backup_IP_Remove_Request) ProtoMessage

func (*Backup_IP_Remove_Request) ProtoMessage()

func (*Backup_IP_Remove_Request) ProtoReflect added in v1.2.1

func (x *Backup_IP_Remove_Request) ProtoReflect() protoreflect.Message

func (*Backup_IP_Remove_Request) Reset

func (x *Backup_IP_Remove_Request) Reset()

func (*Backup_IP_Remove_Request) SizeVT added in v1.2.1

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

func (*Backup_IP_Remove_Request) String

func (x *Backup_IP_Remove_Request) String() string

func (*Backup_IP_Remove_Request) UnmarshalVT added in v1.2.1

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

type Backup_Locations

type Backup_Locations struct {
	// contains filtered or unexported fields
}

func (*Backup_Locations) Descriptor deprecated

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

Deprecated: Use Backup_Locations.ProtoReflect.Descriptor instead.

func (*Backup_Locations) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_Locations) MarshalToVT added in v1.2.1

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

func (*Backup_Locations) MarshalVT added in v1.2.1

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

func (*Backup_Locations) ProtoMessage

func (*Backup_Locations) ProtoMessage()

func (*Backup_Locations) ProtoReflect added in v1.2.1

func (x *Backup_Locations) ProtoReflect() protoreflect.Message

func (*Backup_Locations) Reset

func (x *Backup_Locations) Reset()

func (*Backup_Locations) SizeVT added in v1.2.1

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

func (*Backup_Locations) String

func (x *Backup_Locations) String() string

func (*Backup_Locations) UnmarshalVT added in v1.2.1

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

type Backup_Locations_Request

type Backup_Locations_Request struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Backup_Locations_Request) Descriptor deprecated

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

Deprecated: Use Backup_Locations_Request.ProtoReflect.Descriptor instead.

func (*Backup_Locations_Request) GetUuid

func (x *Backup_Locations_Request) GetUuid() string

func (*Backup_Locations_Request) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_Locations_Request) MarshalToVT added in v1.2.1

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

func (*Backup_Locations_Request) MarshalVT added in v1.2.1

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

func (*Backup_Locations_Request) ProtoMessage

func (*Backup_Locations_Request) ProtoMessage()

func (*Backup_Locations_Request) ProtoReflect added in v1.2.1

func (x *Backup_Locations_Request) ProtoReflect() protoreflect.Message

func (*Backup_Locations_Request) Reset

func (x *Backup_Locations_Request) Reset()

func (*Backup_Locations_Request) SizeVT added in v1.2.1

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

func (*Backup_Locations_Request) String

func (x *Backup_Locations_Request) String() string

func (*Backup_Locations_Request) UnmarshalVT added in v1.2.1

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

type Backup_Remove

type Backup_Remove struct {
	// contains filtered or unexported fields
}

func (*Backup_Remove) Descriptor deprecated

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

Deprecated: Use Backup_Remove.ProtoReflect.Descriptor instead.

func (*Backup_Remove) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_Remove) MarshalToVT added in v1.2.1

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

func (*Backup_Remove) MarshalVT added in v1.2.1

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

func (*Backup_Remove) ProtoMessage

func (*Backup_Remove) ProtoMessage()

func (*Backup_Remove) ProtoReflect added in v1.2.1

func (x *Backup_Remove) ProtoReflect() protoreflect.Message

func (*Backup_Remove) Reset

func (x *Backup_Remove) Reset()

func (*Backup_Remove) SizeVT added in v1.2.1

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

func (*Backup_Remove) String

func (x *Backup_Remove) String() string

func (*Backup_Remove) UnmarshalVT added in v1.2.1

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

type Backup_Remove_Request

type Backup_Remove_Request struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Backup_Remove_Request) Descriptor deprecated

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

Deprecated: Use Backup_Remove_Request.ProtoReflect.Descriptor instead.

func (*Backup_Remove_Request) GetUuid

func (x *Backup_Remove_Request) GetUuid() string

func (*Backup_Remove_Request) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_Remove_Request) MarshalToVT added in v1.2.1

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

func (*Backup_Remove_Request) MarshalVT added in v1.2.1

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

func (*Backup_Remove_Request) ProtoMessage

func (*Backup_Remove_Request) ProtoMessage()

func (*Backup_Remove_Request) ProtoReflect added in v1.2.1

func (x *Backup_Remove_Request) ProtoReflect() protoreflect.Message

func (*Backup_Remove_Request) Reset

func (x *Backup_Remove_Request) Reset()

func (*Backup_Remove_Request) SizeVT added in v1.2.1

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

func (*Backup_Remove_Request) String

func (x *Backup_Remove_Request) String() string

func (*Backup_Remove_Request) UnmarshalVT added in v1.2.1

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

type Backup_Remove_RequestMulti

type Backup_Remove_RequestMulti struct {
	Uuids []string `protobuf:"bytes,1,rep,name=uuids,proto3" json:"uuids,omitempty"`
	// contains filtered or unexported fields
}

func (*Backup_Remove_RequestMulti) Descriptor deprecated

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

Deprecated: Use Backup_Remove_RequestMulti.ProtoReflect.Descriptor instead.

func (*Backup_Remove_RequestMulti) GetUuids

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

func (*Backup_Remove_RequestMulti) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_Remove_RequestMulti) MarshalToVT added in v1.2.1

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

func (*Backup_Remove_RequestMulti) MarshalVT added in v1.2.1

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

func (*Backup_Remove_RequestMulti) ProtoMessage

func (*Backup_Remove_RequestMulti) ProtoMessage()

func (*Backup_Remove_RequestMulti) ProtoReflect added in v1.2.1

func (*Backup_Remove_RequestMulti) Reset

func (x *Backup_Remove_RequestMulti) Reset()

func (*Backup_Remove_RequestMulti) SizeVT added in v1.2.1

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

func (*Backup_Remove_RequestMulti) String

func (x *Backup_Remove_RequestMulti) String() string

func (*Backup_Remove_RequestMulti) UnmarshalVT added in v1.2.1

func (m *Backup_Remove_RequestMulti) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Backup_Vector) Descriptor deprecated

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

Deprecated: Use Backup_Vector.ProtoReflect.Descriptor instead.

func (*Backup_Vector) GetIps

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

func (*Backup_Vector) GetUuid

func (x *Backup_Vector) GetUuid() string

func (*Backup_Vector) GetVector

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

func (*Backup_Vector) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_Vector) MarshalToVT added in v1.2.1

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

func (*Backup_Vector) MarshalVT added in v1.2.1

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

func (*Backup_Vector) ProtoMessage

func (*Backup_Vector) ProtoMessage()

func (*Backup_Vector) ProtoReflect added in v1.2.1

func (x *Backup_Vector) ProtoReflect() protoreflect.Message

func (*Backup_Vector) Reset

func (x *Backup_Vector) Reset()

func (*Backup_Vector) SizeVT added in v1.2.1

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

func (*Backup_Vector) String

func (x *Backup_Vector) String() string

func (*Backup_Vector) UnmarshalVT added in v1.2.1

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

type Backup_Vectors

type Backup_Vectors struct {
	Vectors []*Backup_Vector `protobuf:"bytes,1,rep,name=vectors,proto3" json:"vectors,omitempty"`
	// contains filtered or unexported fields
}

func (*Backup_Vectors) Descriptor deprecated

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

Deprecated: Use Backup_Vectors.ProtoReflect.Descriptor instead.

func (*Backup_Vectors) GetVectors

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

func (*Backup_Vectors) MarshalToSizedBufferVT added in v1.2.1

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

func (*Backup_Vectors) MarshalToVT added in v1.2.1

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

func (*Backup_Vectors) MarshalVT added in v1.2.1

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

func (*Backup_Vectors) ProtoMessage

func (*Backup_Vectors) ProtoMessage()

func (*Backup_Vectors) ProtoReflect added in v1.2.1

func (x *Backup_Vectors) ProtoReflect() protoreflect.Message

func (*Backup_Vectors) Reset

func (x *Backup_Vectors) Reset()

func (*Backup_Vectors) SizeVT added in v1.2.1

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

func (*Backup_Vectors) String

func (x *Backup_Vectors) String() string

func (*Backup_Vectors) UnmarshalVT added in v1.2.1

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

type Control

type Control struct {
	// contains filtered or unexported fields
}

func (*Control) Descriptor deprecated

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

Deprecated: Use Control.ProtoReflect.Descriptor instead.

func (*Control) MarshalToSizedBufferVT added in v1.2.1

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

func (*Control) MarshalToVT added in v1.2.1

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

func (*Control) MarshalVT added in v1.2.1

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

func (*Control) ProtoMessage

func (*Control) ProtoMessage()

func (*Control) ProtoReflect added in v1.2.1

func (x *Control) ProtoReflect() protoreflect.Message

func (*Control) Reset

func (x *Control) Reset()

func (*Control) SizeVT added in v1.2.1

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

func (*Control) String

func (x *Control) String() string

func (*Control) UnmarshalVT added in v1.2.1

func (m *Control) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Control_CreateIndexRequest) Descriptor deprecated

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

Deprecated: Use Control_CreateIndexRequest.ProtoReflect.Descriptor instead.

func (*Control_CreateIndexRequest) GetPoolSize

func (x *Control_CreateIndexRequest) GetPoolSize() uint32

func (*Control_CreateIndexRequest) MarshalToSizedBufferVT added in v1.2.1

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

func (*Control_CreateIndexRequest) MarshalToVT added in v1.2.1

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

func (*Control_CreateIndexRequest) MarshalVT added in v1.2.1

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

func (*Control_CreateIndexRequest) ProtoMessage

func (*Control_CreateIndexRequest) ProtoMessage()

func (*Control_CreateIndexRequest) ProtoReflect added in v1.2.1

func (*Control_CreateIndexRequest) Reset

func (x *Control_CreateIndexRequest) Reset()

func (*Control_CreateIndexRequest) SizeVT added in v1.2.1

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

func (*Control_CreateIndexRequest) String

func (x *Control_CreateIndexRequest) String() string

func (*Control_CreateIndexRequest) UnmarshalVT added in v1.2.1

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

type Discoverer

type Discoverer struct {
	// contains filtered or unexported fields
}

func (*Discoverer) Descriptor deprecated

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

Deprecated: Use Discoverer.ProtoReflect.Descriptor instead.

func (*Discoverer) MarshalToSizedBufferVT added in v1.2.1

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

func (*Discoverer) MarshalToVT added in v1.2.1

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

func (*Discoverer) MarshalVT added in v1.2.1

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

func (*Discoverer) ProtoMessage

func (*Discoverer) ProtoMessage()

func (*Discoverer) ProtoReflect added in v1.2.1

func (x *Discoverer) ProtoReflect() protoreflect.Message

func (*Discoverer) Reset

func (x *Discoverer) Reset()

func (*Discoverer) SizeVT added in v1.2.1

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

func (*Discoverer) String

func (x *Discoverer) String() string

func (*Discoverer) UnmarshalVT added in v1.2.1

func (m *Discoverer) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Discoverer_Request) Descriptor deprecated

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

Deprecated: Use Discoverer_Request.ProtoReflect.Descriptor instead.

func (*Discoverer_Request) GetName

func (x *Discoverer_Request) GetName() string

func (*Discoverer_Request) GetNamespace

func (x *Discoverer_Request) GetNamespace() string

func (*Discoverer_Request) GetNode

func (x *Discoverer_Request) GetNode() string

func (*Discoverer_Request) MarshalToSizedBufferVT added in v1.2.1

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

func (*Discoverer_Request) MarshalToVT added in v1.2.1

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

func (*Discoverer_Request) MarshalVT added in v1.2.1

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

func (*Discoverer_Request) ProtoMessage

func (*Discoverer_Request) ProtoMessage()

func (*Discoverer_Request) ProtoReflect added in v1.2.1

func (x *Discoverer_Request) ProtoReflect() protoreflect.Message

func (*Discoverer_Request) Reset

func (x *Discoverer_Request) Reset()

func (*Discoverer_Request) SizeVT added in v1.2.1

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

func (*Discoverer_Request) String

func (x *Discoverer_Request) String() string

func (*Discoverer_Request) UnmarshalVT added in v1.2.1

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

type Empty

type Empty struct {
	// contains filtered or unexported fields
}

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) MarshalToSizedBufferVT added in v1.2.1

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

func (*Empty) MarshalToVT added in v1.2.1

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

func (*Empty) MarshalVT added in v1.2.1

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

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect added in v1.2.1

func (x *Empty) ProtoReflect() protoreflect.Message

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) SizeVT added in v1.2.1

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

func (*Empty) String

func (x *Empty) String() string

func (*Empty) UnmarshalVT added in v1.2.1

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

type Filter

type Filter struct {
	// contains filtered or unexported fields
}

func (*Filter) Descriptor deprecated

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

Deprecated: Use Filter.ProtoReflect.Descriptor instead.

func (*Filter) MarshalToSizedBufferVT added in v1.2.1

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

func (*Filter) MarshalToVT added in v1.2.1

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

func (*Filter) MarshalVT added in v1.2.1

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

func (*Filter) ProtoMessage

func (*Filter) ProtoMessage()

func (*Filter) ProtoReflect added in v1.2.1

func (x *Filter) ProtoReflect() protoreflect.Message

func (*Filter) Reset

func (x *Filter) Reset()

func (*Filter) SizeVT added in v1.2.1

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

func (*Filter) String

func (x *Filter) String() string

func (*Filter) UnmarshalVT added in v1.2.1

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

type Filter_Config

type Filter_Config struct {
	Targets []*Filter_Target `protobuf:"bytes,1,rep,name=targets,proto3" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

func (*Filter_Config) Descriptor deprecated

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

Deprecated: Use Filter_Config.ProtoReflect.Descriptor instead.

func (*Filter_Config) GetTargets

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

func (*Filter_Config) MarshalToSizedBufferVT added in v1.2.1

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

func (*Filter_Config) MarshalToVT added in v1.2.1

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

func (*Filter_Config) MarshalVT added in v1.2.1

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

func (*Filter_Config) ProtoMessage

func (*Filter_Config) ProtoMessage()

func (*Filter_Config) ProtoReflect added in v1.2.1

func (x *Filter_Config) ProtoReflect() protoreflect.Message

func (*Filter_Config) Reset

func (x *Filter_Config) Reset()

func (*Filter_Config) SizeVT added in v1.2.1

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

func (*Filter_Config) String

func (x *Filter_Config) String() string

func (*Filter_Config) UnmarshalVT added in v1.2.1

func (m *Filter_Config) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Filter_Target) Descriptor deprecated

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

Deprecated: Use Filter_Target.ProtoReflect.Descriptor instead.

func (*Filter_Target) GetHost

func (x *Filter_Target) GetHost() string

func (*Filter_Target) GetPort

func (x *Filter_Target) GetPort() uint32

func (*Filter_Target) MarshalToSizedBufferVT added in v1.2.1

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

func (*Filter_Target) MarshalToVT added in v1.2.1

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

func (*Filter_Target) MarshalVT added in v1.2.1

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

func (*Filter_Target) ProtoMessage

func (*Filter_Target) ProtoMessage()

func (*Filter_Target) ProtoReflect added in v1.2.1

func (x *Filter_Target) ProtoReflect() protoreflect.Message

func (*Filter_Target) Reset

func (x *Filter_Target) Reset()

func (*Filter_Target) SizeVT added in v1.2.1

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

func (*Filter_Target) String

func (x *Filter_Target) String() string

func (*Filter_Target) UnmarshalVT added in v1.2.1

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

type Info

type Info struct {
	// contains filtered or unexported fields
}

func (*Info) Descriptor deprecated

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

Deprecated: Use Info.ProtoReflect.Descriptor instead.

func (*Info) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info) MarshalToVT added in v1.2.1

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

func (*Info) MarshalVT added in v1.2.1

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

func (*Info) ProtoMessage

func (*Info) ProtoMessage()

func (*Info) ProtoReflect added in v1.2.1

func (x *Info) ProtoReflect() protoreflect.Message

func (*Info) Reset

func (x *Info) Reset()

func (*Info) SizeVT added in v1.2.1

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

func (*Info) String

func (x *Info) String() string

func (*Info) UnmarshalVT added in v1.2.1

func (m *Info) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Info_CPU) Descriptor deprecated

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

Deprecated: Use Info_CPU.ProtoReflect.Descriptor instead.

func (*Info_CPU) GetLimit

func (x *Info_CPU) GetLimit() float64

func (*Info_CPU) GetRequest

func (x *Info_CPU) GetRequest() float64

func (*Info_CPU) GetUsage

func (x *Info_CPU) GetUsage() float64

func (*Info_CPU) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info_CPU) MarshalToVT added in v1.2.1

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

func (*Info_CPU) MarshalVT added in v1.2.1

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

func (*Info_CPU) ProtoMessage

func (*Info_CPU) ProtoMessage()

func (*Info_CPU) ProtoReflect added in v1.2.1

func (x *Info_CPU) ProtoReflect() protoreflect.Message

func (*Info_CPU) Reset

func (x *Info_CPU) Reset()

func (*Info_CPU) SizeVT added in v1.2.1

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

func (*Info_CPU) String

func (x *Info_CPU) String() string

func (*Info_CPU) UnmarshalVT added in v1.2.1

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

type Info_IPs

type Info_IPs struct {
	Ip []string `protobuf:"bytes,1,rep,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

func (*Info_IPs) Descriptor deprecated

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

Deprecated: Use Info_IPs.ProtoReflect.Descriptor instead.

func (*Info_IPs) GetIp

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

func (*Info_IPs) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info_IPs) MarshalToVT added in v1.2.1

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

func (*Info_IPs) MarshalVT added in v1.2.1

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

func (*Info_IPs) ProtoMessage

func (*Info_IPs) ProtoMessage()

func (*Info_IPs) ProtoReflect added in v1.2.1

func (x *Info_IPs) ProtoReflect() protoreflect.Message

func (*Info_IPs) Reset

func (x *Info_IPs) Reset()

func (*Info_IPs) SizeVT added in v1.2.1

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

func (*Info_IPs) String

func (x *Info_IPs) String() string

func (*Info_IPs) UnmarshalVT added in v1.2.1

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

type Info_Index

type Info_Index struct {
	// contains filtered or unexported fields
}

func (*Info_Index) Descriptor deprecated

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

Deprecated: Use Info_Index.ProtoReflect.Descriptor instead.

func (*Info_Index) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info_Index) MarshalToVT added in v1.2.1

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

func (*Info_Index) MarshalVT added in v1.2.1

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

func (*Info_Index) ProtoMessage

func (*Info_Index) ProtoMessage()

func (*Info_Index) ProtoReflect added in v1.2.1

func (x *Info_Index) ProtoReflect() protoreflect.Message

func (*Info_Index) Reset

func (x *Info_Index) Reset()

func (*Info_Index) SizeVT added in v1.2.1

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

func (*Info_Index) String

func (x *Info_Index) String() string

func (*Info_Index) UnmarshalVT added in v1.2.1

func (m *Info_Index) UnmarshalVT(dAtA []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"`
	Saving      bool   `protobuf:"varint,4,opt,name=saving,proto3" json:"saving,omitempty"`
	// contains filtered or unexported fields
}

func (*Info_Index_Count) Descriptor deprecated

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

Deprecated: Use Info_Index_Count.ProtoReflect.Descriptor instead.

func (*Info_Index_Count) GetIndexing

func (x *Info_Index_Count) GetIndexing() bool

func (*Info_Index_Count) GetSaving added in v1.1.0

func (x *Info_Index_Count) GetSaving() bool

func (*Info_Index_Count) GetStored

func (x *Info_Index_Count) GetStored() uint32

func (*Info_Index_Count) GetUncommitted

func (x *Info_Index_Count) GetUncommitted() uint32

func (*Info_Index_Count) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info_Index_Count) MarshalToVT added in v1.2.1

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

func (*Info_Index_Count) MarshalVT added in v1.2.1

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

func (*Info_Index_Count) ProtoMessage

func (*Info_Index_Count) ProtoMessage()

func (*Info_Index_Count) ProtoReflect added in v1.2.1

func (x *Info_Index_Count) ProtoReflect() protoreflect.Message

func (*Info_Index_Count) Reset

func (x *Info_Index_Count) Reset()

func (*Info_Index_Count) SizeVT added in v1.2.1

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

func (*Info_Index_Count) String

func (x *Info_Index_Count) String() string

func (*Info_Index_Count) UnmarshalVT added in v1.2.1

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

type Info_Index_UUID

type Info_Index_UUID struct {
	// contains filtered or unexported fields
}

func (*Info_Index_UUID) Descriptor deprecated

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

Deprecated: Use Info_Index_UUID.ProtoReflect.Descriptor instead.

func (*Info_Index_UUID) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info_Index_UUID) MarshalToVT added in v1.2.1

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

func (*Info_Index_UUID) MarshalVT added in v1.2.1

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

func (*Info_Index_UUID) ProtoMessage

func (*Info_Index_UUID) ProtoMessage()

func (*Info_Index_UUID) ProtoReflect added in v1.2.1

func (x *Info_Index_UUID) ProtoReflect() protoreflect.Message

func (*Info_Index_UUID) Reset

func (x *Info_Index_UUID) Reset()

func (*Info_Index_UUID) SizeVT added in v1.2.1

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

func (*Info_Index_UUID) String

func (x *Info_Index_UUID) String() string

func (*Info_Index_UUID) UnmarshalVT added in v1.2.1

func (m *Info_Index_UUID) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Info_Index_UUID_Committed) Descriptor deprecated

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

Deprecated: Use Info_Index_UUID_Committed.ProtoReflect.Descriptor instead.

func (*Info_Index_UUID_Committed) GetUuid

func (x *Info_Index_UUID_Committed) GetUuid() string

func (*Info_Index_UUID_Committed) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info_Index_UUID_Committed) MarshalToVT added in v1.2.1

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

func (*Info_Index_UUID_Committed) MarshalVT added in v1.2.1

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

func (*Info_Index_UUID_Committed) ProtoMessage

func (*Info_Index_UUID_Committed) ProtoMessage()

func (*Info_Index_UUID_Committed) ProtoReflect added in v1.2.1

func (*Info_Index_UUID_Committed) Reset

func (x *Info_Index_UUID_Committed) Reset()

func (*Info_Index_UUID_Committed) SizeVT added in v1.2.1

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

func (*Info_Index_UUID_Committed) String

func (x *Info_Index_UUID_Committed) String() string

func (*Info_Index_UUID_Committed) UnmarshalVT added in v1.2.1

func (m *Info_Index_UUID_Committed) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Info_Index_UUID_Uncommitted) Descriptor deprecated

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

Deprecated: Use Info_Index_UUID_Uncommitted.ProtoReflect.Descriptor instead.

func (*Info_Index_UUID_Uncommitted) GetUuid

func (x *Info_Index_UUID_Uncommitted) GetUuid() string

func (*Info_Index_UUID_Uncommitted) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info_Index_UUID_Uncommitted) MarshalToVT added in v1.2.1

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

func (*Info_Index_UUID_Uncommitted) MarshalVT added in v1.2.1

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

func (*Info_Index_UUID_Uncommitted) ProtoMessage

func (*Info_Index_UUID_Uncommitted) ProtoMessage()

func (*Info_Index_UUID_Uncommitted) ProtoReflect added in v1.2.1

func (*Info_Index_UUID_Uncommitted) Reset

func (x *Info_Index_UUID_Uncommitted) Reset()

func (*Info_Index_UUID_Uncommitted) SizeVT added in v1.2.1

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

func (*Info_Index_UUID_Uncommitted) String

func (x *Info_Index_UUID_Uncommitted) String() string

func (*Info_Index_UUID_Uncommitted) UnmarshalVT added in v1.2.1

func (m *Info_Index_UUID_Uncommitted) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Info_Memory) Descriptor deprecated

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

Deprecated: Use Info_Memory.ProtoReflect.Descriptor instead.

func (*Info_Memory) GetLimit

func (x *Info_Memory) GetLimit() float64

func (*Info_Memory) GetRequest

func (x *Info_Memory) GetRequest() float64

func (*Info_Memory) GetUsage

func (x *Info_Memory) GetUsage() float64

func (*Info_Memory) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info_Memory) MarshalToVT added in v1.2.1

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

func (*Info_Memory) MarshalVT added in v1.2.1

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

func (*Info_Memory) ProtoMessage

func (*Info_Memory) ProtoMessage()

func (*Info_Memory) ProtoReflect added in v1.2.1

func (x *Info_Memory) ProtoReflect() protoreflect.Message

func (*Info_Memory) Reset

func (x *Info_Memory) Reset()

func (*Info_Memory) SizeVT added in v1.2.1

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

func (*Info_Memory) String

func (x *Info_Memory) String() string

func (*Info_Memory) UnmarshalVT added in v1.2.1

func (m *Info_Memory) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Info_Node) Descriptor deprecated

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

Deprecated: Use Info_Node.ProtoReflect.Descriptor instead.

func (*Info_Node) GetCpu

func (x *Info_Node) GetCpu() *Info_CPU

func (*Info_Node) GetExternalAddr

func (x *Info_Node) GetExternalAddr() string

func (*Info_Node) GetInternalAddr

func (x *Info_Node) GetInternalAddr() string

func (*Info_Node) GetMemory

func (x *Info_Node) GetMemory() *Info_Memory

func (*Info_Node) GetName

func (x *Info_Node) GetName() string

func (*Info_Node) GetPods

func (x *Info_Node) GetPods() *Info_Pods

func (*Info_Node) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info_Node) MarshalToVT added in v1.2.1

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

func (*Info_Node) MarshalVT added in v1.2.1

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

func (*Info_Node) ProtoMessage

func (*Info_Node) ProtoMessage()

func (*Info_Node) ProtoReflect added in v1.2.1

func (x *Info_Node) ProtoReflect() protoreflect.Message

func (*Info_Node) Reset

func (x *Info_Node) Reset()

func (*Info_Node) SizeVT added in v1.2.1

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

func (*Info_Node) String

func (x *Info_Node) String() string

func (*Info_Node) UnmarshalVT added in v1.2.1

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

type Info_Nodes

type Info_Nodes struct {
	Nodes []*Info_Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*Info_Nodes) Descriptor deprecated

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

Deprecated: Use Info_Nodes.ProtoReflect.Descriptor instead.

func (*Info_Nodes) GetNodes

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

func (*Info_Nodes) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info_Nodes) MarshalToVT added in v1.2.1

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

func (*Info_Nodes) MarshalVT added in v1.2.1

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

func (*Info_Nodes) ProtoMessage

func (*Info_Nodes) ProtoMessage()

func (*Info_Nodes) ProtoReflect added in v1.2.1

func (x *Info_Nodes) ProtoReflect() protoreflect.Message

func (*Info_Nodes) Reset

func (x *Info_Nodes) Reset()

func (*Info_Nodes) SizeVT added in v1.2.1

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

func (*Info_Nodes) String

func (x *Info_Nodes) String() string

func (*Info_Nodes) UnmarshalVT added in v1.2.1

func (m *Info_Nodes) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Info_Pod) Descriptor deprecated

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

Deprecated: Use Info_Pod.ProtoReflect.Descriptor instead.

func (*Info_Pod) GetAppName

func (x *Info_Pod) GetAppName() string

func (*Info_Pod) GetCpu

func (x *Info_Pod) GetCpu() *Info_CPU

func (*Info_Pod) GetIp

func (x *Info_Pod) GetIp() string

func (*Info_Pod) GetMemory

func (x *Info_Pod) GetMemory() *Info_Memory

func (*Info_Pod) GetName

func (x *Info_Pod) GetName() string

func (*Info_Pod) GetNamespace

func (x *Info_Pod) GetNamespace() string

func (*Info_Pod) GetNode

func (x *Info_Pod) GetNode() *Info_Node

func (*Info_Pod) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info_Pod) MarshalToVT added in v1.2.1

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

func (*Info_Pod) MarshalVT added in v1.2.1

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

func (*Info_Pod) ProtoMessage

func (*Info_Pod) ProtoMessage()

func (*Info_Pod) ProtoReflect added in v1.2.1

func (x *Info_Pod) ProtoReflect() protoreflect.Message

func (*Info_Pod) Reset

func (x *Info_Pod) Reset()

func (*Info_Pod) SizeVT added in v1.2.1

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

func (*Info_Pod) String

func (x *Info_Pod) String() string

func (*Info_Pod) UnmarshalVT added in v1.2.1

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

type Info_Pods

type Info_Pods struct {
	Pods []*Info_Pod `protobuf:"bytes,1,rep,name=pods,proto3" json:"pods,omitempty"`
	// contains filtered or unexported fields
}

func (*Info_Pods) Descriptor deprecated

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

Deprecated: Use Info_Pods.ProtoReflect.Descriptor instead.

func (*Info_Pods) GetPods

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

func (*Info_Pods) MarshalToSizedBufferVT added in v1.2.1

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

func (*Info_Pods) MarshalToVT added in v1.2.1

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

func (*Info_Pods) MarshalVT added in v1.2.1

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

func (*Info_Pods) ProtoMessage

func (*Info_Pods) ProtoMessage()

func (*Info_Pods) ProtoReflect added in v1.2.1

func (x *Info_Pods) ProtoReflect() protoreflect.Message

func (*Info_Pods) Reset

func (x *Info_Pods) Reset()

func (*Info_Pods) SizeVT added in v1.2.1

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

func (*Info_Pods) String

func (x *Info_Pods) String() string

func (*Info_Pods) UnmarshalVT added in v1.2.1

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

type Insert

type Insert struct {
	// contains filtered or unexported fields
}

func (*Insert) Descriptor deprecated

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

Deprecated: Use Insert.ProtoReflect.Descriptor instead.

func (*Insert) MarshalToSizedBufferVT added in v1.2.1

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

func (*Insert) MarshalToVT added in v1.2.1

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

func (*Insert) MarshalVT added in v1.2.1

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

func (*Insert) ProtoMessage

func (*Insert) ProtoMessage()

func (*Insert) ProtoReflect added in v1.2.1

func (x *Insert) ProtoReflect() protoreflect.Message

func (*Insert) Reset

func (x *Insert) Reset()

func (*Insert) SizeVT added in v1.2.1

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

func (*Insert) String

func (x *Insert) String() string

func (*Insert) UnmarshalVT added in v1.2.1

func (m *Insert) UnmarshalVT(dAtA []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"`
	Timestamp            int64          `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Insert_Config) Descriptor deprecated

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

Deprecated: Use Insert_Config.ProtoReflect.Descriptor instead.

func (*Insert_Config) GetFilters

func (x *Insert_Config) GetFilters() *Filter_Config

func (*Insert_Config) GetSkipStrictExistCheck

func (x *Insert_Config) GetSkipStrictExistCheck() bool

func (*Insert_Config) GetTimestamp added in v1.1.0

func (x *Insert_Config) GetTimestamp() int64

func (*Insert_Config) MarshalToSizedBufferVT added in v1.2.1

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

func (*Insert_Config) MarshalToVT added in v1.2.1

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

func (*Insert_Config) MarshalVT added in v1.2.1

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

func (*Insert_Config) ProtoMessage

func (*Insert_Config) ProtoMessage()

func (*Insert_Config) ProtoReflect added in v1.2.1

func (x *Insert_Config) ProtoReflect() protoreflect.Message

func (*Insert_Config) Reset

func (x *Insert_Config) Reset()

func (*Insert_Config) SizeVT added in v1.2.1

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

func (*Insert_Config) String

func (x *Insert_Config) String() string

func (*Insert_Config) UnmarshalVT added in v1.2.1

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

type Insert_MultiObjectRequest

type Insert_MultiObjectRequest struct {
	Requests []*Insert_ObjectRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*Insert_MultiObjectRequest) Descriptor deprecated

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

Deprecated: Use Insert_MultiObjectRequest.ProtoReflect.Descriptor instead.

func (*Insert_MultiObjectRequest) GetRequests

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

func (*Insert_MultiObjectRequest) MarshalToSizedBufferVT added in v1.2.1

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

func (*Insert_MultiObjectRequest) MarshalToVT added in v1.2.1

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

func (*Insert_MultiObjectRequest) MarshalVT added in v1.2.1

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

func (*Insert_MultiObjectRequest) ProtoMessage

func (*Insert_MultiObjectRequest) ProtoMessage()

func (*Insert_MultiObjectRequest) ProtoReflect added in v1.2.1

func (*Insert_MultiObjectRequest) Reset

func (x *Insert_MultiObjectRequest) Reset()

func (*Insert_MultiObjectRequest) SizeVT added in v1.2.1

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

func (*Insert_MultiObjectRequest) String

func (x *Insert_MultiObjectRequest) String() string

func (*Insert_MultiObjectRequest) UnmarshalVT added in v1.2.1

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

type Insert_MultiRequest

type Insert_MultiRequest struct {
	Requests []*Insert_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*Insert_MultiRequest) Descriptor deprecated

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

Deprecated: Use Insert_MultiRequest.ProtoReflect.Descriptor instead.

func (*Insert_MultiRequest) GetRequests

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

func (*Insert_MultiRequest) MarshalToSizedBufferVT added in v1.2.1

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

func (*Insert_MultiRequest) MarshalToVT added in v1.2.1

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

func (*Insert_MultiRequest) MarshalVT added in v1.2.1

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

func (*Insert_MultiRequest) ProtoMessage

func (*Insert_MultiRequest) ProtoMessage()

func (*Insert_MultiRequest) ProtoReflect added in v1.2.1

func (x *Insert_MultiRequest) ProtoReflect() protoreflect.Message

func (*Insert_MultiRequest) Reset

func (x *Insert_MultiRequest) Reset()

func (*Insert_MultiRequest) SizeVT added in v1.2.1

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

func (*Insert_MultiRequest) String

func (x *Insert_MultiRequest) String() string

func (*Insert_MultiRequest) UnmarshalVT added in v1.2.1

func (m *Insert_MultiRequest) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Insert_ObjectRequest) Descriptor deprecated

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

Deprecated: Use Insert_ObjectRequest.ProtoReflect.Descriptor instead.

func (*Insert_ObjectRequest) GetConfig

func (x *Insert_ObjectRequest) GetConfig() *Insert_Config

func (*Insert_ObjectRequest) GetObject

func (x *Insert_ObjectRequest) GetObject() *Object_Blob

func (*Insert_ObjectRequest) GetVectorizer

func (x *Insert_ObjectRequest) GetVectorizer() *Filter_Target

func (*Insert_ObjectRequest) MarshalToSizedBufferVT added in v1.2.1

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

func (*Insert_ObjectRequest) MarshalToVT added in v1.2.1

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

func (*Insert_ObjectRequest) MarshalVT added in v1.2.1

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

func (*Insert_ObjectRequest) ProtoMessage

func (*Insert_ObjectRequest) ProtoMessage()

func (*Insert_ObjectRequest) ProtoReflect added in v1.2.1

func (x *Insert_ObjectRequest) ProtoReflect() protoreflect.Message

func (*Insert_ObjectRequest) Reset

func (x *Insert_ObjectRequest) Reset()

func (*Insert_ObjectRequest) SizeVT added in v1.2.1

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

func (*Insert_ObjectRequest) String

func (x *Insert_ObjectRequest) String() string

func (*Insert_ObjectRequest) UnmarshalVT added in v1.2.1

func (m *Insert_ObjectRequest) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Insert_Request) Descriptor deprecated

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

Deprecated: Use Insert_Request.ProtoReflect.Descriptor instead.

func (*Insert_Request) GetConfig

func (x *Insert_Request) GetConfig() *Insert_Config

func (*Insert_Request) GetVector

func (x *Insert_Request) GetVector() *Object_Vector

func (*Insert_Request) MarshalToSizedBufferVT added in v1.2.1

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

func (*Insert_Request) MarshalToVT added in v1.2.1

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

func (*Insert_Request) MarshalVT added in v1.2.1

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

func (*Insert_Request) ProtoMessage

func (*Insert_Request) ProtoMessage()

func (*Insert_Request) ProtoReflect added in v1.2.1

func (x *Insert_Request) ProtoReflect() protoreflect.Message

func (*Insert_Request) Reset

func (x *Insert_Request) Reset()

func (*Insert_Request) SizeVT added in v1.2.1

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

func (*Insert_Request) String

func (x *Insert_Request) String() string

func (*Insert_Request) UnmarshalVT added in v1.2.1

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

type Meta

type Meta struct {
	// contains filtered or unexported fields
}

func (*Meta) Descriptor deprecated

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

Deprecated: Use Meta.ProtoReflect.Descriptor instead.

func (*Meta) MarshalToSizedBufferVT added in v1.2.1

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

func (*Meta) MarshalToVT added in v1.2.1

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

func (*Meta) MarshalVT added in v1.2.1

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

func (*Meta) ProtoMessage

func (*Meta) ProtoMessage()

func (*Meta) ProtoReflect added in v1.2.1

func (x *Meta) ProtoReflect() protoreflect.Message

func (*Meta) Reset

func (x *Meta) Reset()

func (*Meta) SizeVT added in v1.2.1

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

func (*Meta) String

func (x *Meta) String() string

func (*Meta) UnmarshalVT added in v1.2.1

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

type Meta_Key

type Meta_Key struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*Meta_Key) Descriptor deprecated

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

Deprecated: Use Meta_Key.ProtoReflect.Descriptor instead.

func (*Meta_Key) GetKey

func (x *Meta_Key) GetKey() string

func (*Meta_Key) MarshalToSizedBufferVT added in v1.2.1

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

func (*Meta_Key) MarshalToVT added in v1.2.1

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

func (*Meta_Key) MarshalVT added in v1.2.1

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

func (*Meta_Key) ProtoMessage

func (*Meta_Key) ProtoMessage()

func (*Meta_Key) ProtoReflect added in v1.2.1

func (x *Meta_Key) ProtoReflect() protoreflect.Message

func (*Meta_Key) Reset

func (x *Meta_Key) Reset()

func (*Meta_Key) SizeVT added in v1.2.1

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

func (*Meta_Key) String

func (x *Meta_Key) String() string

func (*Meta_Key) UnmarshalVT added in v1.2.1

func (m *Meta_Key) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Meta_KeyVal) Descriptor deprecated

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

Deprecated: Use Meta_KeyVal.ProtoReflect.Descriptor instead.

func (*Meta_KeyVal) GetKey

func (x *Meta_KeyVal) GetKey() string

func (*Meta_KeyVal) GetVal

func (x *Meta_KeyVal) GetVal() string

func (*Meta_KeyVal) MarshalToSizedBufferVT added in v1.2.1

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

func (*Meta_KeyVal) MarshalToVT added in v1.2.1

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

func (*Meta_KeyVal) MarshalVT added in v1.2.1

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

func (*Meta_KeyVal) ProtoMessage

func (*Meta_KeyVal) ProtoMessage()

func (*Meta_KeyVal) ProtoReflect added in v1.2.1

func (x *Meta_KeyVal) ProtoReflect() protoreflect.Message

func (*Meta_KeyVal) Reset

func (x *Meta_KeyVal) Reset()

func (*Meta_KeyVal) SizeVT added in v1.2.1

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

func (*Meta_KeyVal) String

func (x *Meta_KeyVal) String() string

func (*Meta_KeyVal) UnmarshalVT added in v1.2.1

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

type Meta_KeyVals

type Meta_KeyVals struct {
	Kvs []*Meta_KeyVal `protobuf:"bytes,1,rep,name=kvs,proto3" json:"kvs,omitempty"`
	// contains filtered or unexported fields
}

func (*Meta_KeyVals) Descriptor deprecated

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

Deprecated: Use Meta_KeyVals.ProtoReflect.Descriptor instead.

func (*Meta_KeyVals) GetKvs

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

func (*Meta_KeyVals) MarshalToSizedBufferVT added in v1.2.1

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

func (*Meta_KeyVals) MarshalToVT added in v1.2.1

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

func (*Meta_KeyVals) MarshalVT added in v1.2.1

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

func (*Meta_KeyVals) ProtoMessage

func (*Meta_KeyVals) ProtoMessage()

func (*Meta_KeyVals) ProtoReflect added in v1.2.1

func (x *Meta_KeyVals) ProtoReflect() protoreflect.Message

func (*Meta_KeyVals) Reset

func (x *Meta_KeyVals) Reset()

func (*Meta_KeyVals) SizeVT added in v1.2.1

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

func (*Meta_KeyVals) String

func (x *Meta_KeyVals) String() string

func (*Meta_KeyVals) UnmarshalVT added in v1.2.1

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

type Meta_Keys

type Meta_Keys struct {
	Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*Meta_Keys) Descriptor deprecated

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

Deprecated: Use Meta_Keys.ProtoReflect.Descriptor instead.

func (*Meta_Keys) GetKeys

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

func (*Meta_Keys) MarshalToSizedBufferVT added in v1.2.1

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

func (*Meta_Keys) MarshalToVT added in v1.2.1

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

func (*Meta_Keys) MarshalVT added in v1.2.1

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

func (*Meta_Keys) ProtoMessage

func (*Meta_Keys) ProtoMessage()

func (*Meta_Keys) ProtoReflect added in v1.2.1

func (x *Meta_Keys) ProtoReflect() protoreflect.Message

func (*Meta_Keys) Reset

func (x *Meta_Keys) Reset()

func (*Meta_Keys) SizeVT added in v1.2.1

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

func (*Meta_Keys) String

func (x *Meta_Keys) String() string

func (*Meta_Keys) UnmarshalVT added in v1.2.1

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

type Meta_Val

type Meta_Val struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Meta_Val) Descriptor deprecated

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

Deprecated: Use Meta_Val.ProtoReflect.Descriptor instead.

func (*Meta_Val) GetVal

func (x *Meta_Val) GetVal() string

func (*Meta_Val) MarshalToSizedBufferVT added in v1.2.1

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

func (*Meta_Val) MarshalToVT added in v1.2.1

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

func (*Meta_Val) MarshalVT added in v1.2.1

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

func (*Meta_Val) ProtoMessage

func (*Meta_Val) ProtoMessage()

func (*Meta_Val) ProtoReflect added in v1.2.1

func (x *Meta_Val) ProtoReflect() protoreflect.Message

func (*Meta_Val) Reset

func (x *Meta_Val) Reset()

func (*Meta_Val) SizeVT added in v1.2.1

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

func (*Meta_Val) String

func (x *Meta_Val) String() string

func (*Meta_Val) UnmarshalVT added in v1.2.1

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

type Meta_Vals

type Meta_Vals struct {
	Vals []string `protobuf:"bytes,1,rep,name=vals,proto3" json:"vals,omitempty"`
	// contains filtered or unexported fields
}

func (*Meta_Vals) Descriptor deprecated

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

Deprecated: Use Meta_Vals.ProtoReflect.Descriptor instead.

func (*Meta_Vals) GetVals

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

func (*Meta_Vals) MarshalToSizedBufferVT added in v1.2.1

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

func (*Meta_Vals) MarshalToVT added in v1.2.1

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

func (*Meta_Vals) MarshalVT added in v1.2.1

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

func (*Meta_Vals) ProtoMessage

func (*Meta_Vals) ProtoMessage()

func (*Meta_Vals) ProtoReflect added in v1.2.1

func (x *Meta_Vals) ProtoReflect() protoreflect.Message

func (*Meta_Vals) Reset

func (x *Meta_Vals) Reset()

func (*Meta_Vals) SizeVT added in v1.2.1

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

func (*Meta_Vals) String

func (x *Meta_Vals) String() string

func (*Meta_Vals) UnmarshalVT added in v1.2.1

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

type Object

type Object struct {
	// contains filtered or unexported fields
}

func (*Object) Descriptor deprecated

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

Deprecated: Use Object.ProtoReflect.Descriptor instead.

func (*Object) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object) MarshalToVT added in v1.2.1

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

func (*Object) MarshalVT added in v1.2.1

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

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) ProtoReflect added in v1.2.1

func (x *Object) ProtoReflect() protoreflect.Message

func (*Object) Reset

func (x *Object) Reset()

func (*Object) SizeVT added in v1.2.1

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

func (*Object) String

func (x *Object) String() string

func (*Object) UnmarshalVT added in v1.2.1

func (m *Object) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Object_Blob) Descriptor deprecated

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

Deprecated: Use Object_Blob.ProtoReflect.Descriptor instead.

func (*Object_Blob) GetId

func (x *Object_Blob) GetId() string

func (*Object_Blob) GetObject

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

func (*Object_Blob) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_Blob) MarshalToVT added in v1.2.1

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

func (*Object_Blob) MarshalVT added in v1.2.1

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

func (*Object_Blob) ProtoMessage

func (*Object_Blob) ProtoMessage()

func (*Object_Blob) ProtoReflect added in v1.2.1

func (x *Object_Blob) ProtoReflect() protoreflect.Message

func (*Object_Blob) Reset

func (x *Object_Blob) Reset()

func (*Object_Blob) SizeVT added in v1.2.1

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

func (*Object_Blob) String

func (x *Object_Blob) String() string

func (*Object_Blob) UnmarshalVT added in v1.2.1

func (m *Object_Blob) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Object_Distance) Descriptor deprecated

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

Deprecated: Use Object_Distance.ProtoReflect.Descriptor instead.

func (*Object_Distance) GetDistance

func (x *Object_Distance) GetDistance() float32

func (*Object_Distance) GetId

func (x *Object_Distance) GetId() string

func (*Object_Distance) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_Distance) MarshalToVT added in v1.2.1

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

func (*Object_Distance) MarshalVT added in v1.2.1

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

func (*Object_Distance) ProtoMessage

func (*Object_Distance) ProtoMessage()

func (*Object_Distance) ProtoReflect added in v1.2.1

func (x *Object_Distance) ProtoReflect() protoreflect.Message

func (*Object_Distance) Reset

func (x *Object_Distance) Reset()

func (*Object_Distance) SizeVT added in v1.2.1

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

func (*Object_Distance) String

func (x *Object_Distance) String() string

func (*Object_Distance) UnmarshalVT added in v1.2.1

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

type Object_ID

type Object_ID struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*Object_ID) Descriptor deprecated

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

Deprecated: Use Object_ID.ProtoReflect.Descriptor instead.

func (*Object_ID) GetId

func (x *Object_ID) GetId() string

func (*Object_ID) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_ID) MarshalToVT added in v1.2.1

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

func (*Object_ID) MarshalVT added in v1.2.1

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

func (*Object_ID) ProtoMessage

func (*Object_ID) ProtoMessage()

func (*Object_ID) ProtoReflect added in v1.2.1

func (x *Object_ID) ProtoReflect() protoreflect.Message

func (*Object_ID) Reset

func (x *Object_ID) Reset()

func (*Object_ID) SizeVT added in v1.2.1

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

func (*Object_ID) String

func (x *Object_ID) String() string

func (*Object_ID) UnmarshalVT added in v1.2.1

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

type Object_IDs

type Object_IDs struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*Object_IDs) Descriptor deprecated

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

Deprecated: Use Object_IDs.ProtoReflect.Descriptor instead.

func (*Object_IDs) GetIds

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

func (*Object_IDs) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_IDs) MarshalToVT added in v1.2.1

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

func (*Object_IDs) MarshalVT added in v1.2.1

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

func (*Object_IDs) ProtoMessage

func (*Object_IDs) ProtoMessage()

func (*Object_IDs) ProtoReflect added in v1.2.1

func (x *Object_IDs) ProtoReflect() protoreflect.Message

func (*Object_IDs) Reset

func (x *Object_IDs) Reset()

func (*Object_IDs) SizeVT added in v1.2.1

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

func (*Object_IDs) String

func (x *Object_IDs) String() string

func (*Object_IDs) UnmarshalVT added in v1.2.1

func (m *Object_IDs) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Object_Location) Descriptor deprecated

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

Deprecated: Use Object_Location.ProtoReflect.Descriptor instead.

func (*Object_Location) GetIps

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

func (*Object_Location) GetName

func (x *Object_Location) GetName() string

func (*Object_Location) GetUuid

func (x *Object_Location) GetUuid() string

func (*Object_Location) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_Location) MarshalToVT added in v1.2.1

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

func (*Object_Location) MarshalVT added in v1.2.1

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

func (*Object_Location) ProtoMessage

func (*Object_Location) ProtoMessage()

func (*Object_Location) ProtoReflect added in v1.2.1

func (x *Object_Location) ProtoReflect() protoreflect.Message

func (*Object_Location) Reset

func (x *Object_Location) Reset()

func (*Object_Location) SizeVT added in v1.2.1

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

func (*Object_Location) String

func (x *Object_Location) String() string

func (*Object_Location) UnmarshalVT added in v1.2.1

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

type Object_Locations

type Object_Locations struct {
	Locations []*Object_Location `protobuf:"bytes,1,rep,name=locations,proto3" json:"locations,omitempty"`
	// contains filtered or unexported fields
}

func (*Object_Locations) Descriptor deprecated

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

Deprecated: Use Object_Locations.ProtoReflect.Descriptor instead.

func (*Object_Locations) GetLocations

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

func (*Object_Locations) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_Locations) MarshalToVT added in v1.2.1

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

func (*Object_Locations) MarshalVT added in v1.2.1

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

func (*Object_Locations) ProtoMessage

func (*Object_Locations) ProtoMessage()

func (*Object_Locations) ProtoReflect added in v1.2.1

func (x *Object_Locations) ProtoReflect() protoreflect.Message

func (*Object_Locations) Reset

func (x *Object_Locations) Reset()

func (*Object_Locations) SizeVT added in v1.2.1

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

func (*Object_Locations) String

func (x *Object_Locations) String() string

func (*Object_Locations) UnmarshalVT added in v1.2.1

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

type Object_StreamBlob

type Object_StreamBlob struct {

	// Types that are assignable to Payload:
	//	*Object_StreamBlob_Blob
	//	*Object_StreamBlob_Status
	Payload isObject_StreamBlob_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

func (*Object_StreamBlob) Descriptor deprecated

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

Deprecated: Use Object_StreamBlob.ProtoReflect.Descriptor instead.

func (*Object_StreamBlob) GetBlob

func (x *Object_StreamBlob) GetBlob() *Object_Blob

func (*Object_StreamBlob) GetPayload

func (m *Object_StreamBlob) GetPayload() isObject_StreamBlob_Payload

func (*Object_StreamBlob) GetStatus

func (x *Object_StreamBlob) GetStatus() *status.Status

func (*Object_StreamBlob) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_StreamBlob) MarshalToVT added in v1.2.1

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

func (*Object_StreamBlob) MarshalVT added in v1.2.1

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

func (*Object_StreamBlob) ProtoMessage

func (*Object_StreamBlob) ProtoMessage()

func (*Object_StreamBlob) ProtoReflect added in v1.2.1

func (x *Object_StreamBlob) ProtoReflect() protoreflect.Message

func (*Object_StreamBlob) Reset

func (x *Object_StreamBlob) Reset()

func (*Object_StreamBlob) SizeVT added in v1.2.1

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

func (*Object_StreamBlob) String

func (x *Object_StreamBlob) String() string

func (*Object_StreamBlob) UnmarshalVT added in v1.2.1

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

type Object_StreamBlob_Blob

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

func (*Object_StreamBlob_Blob) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_StreamBlob_Blob) MarshalToVT added in v1.2.1

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

func (*Object_StreamBlob_Blob) SizeVT added in v1.2.1

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

type Object_StreamBlob_Status

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

func (*Object_StreamBlob_Status) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_StreamBlob_Status) MarshalToVT added in v1.2.1

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

func (*Object_StreamBlob_Status) SizeVT added in v1.2.1

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

type Object_StreamDistance

type Object_StreamDistance struct {

	// Types that are assignable to Payload:
	//	*Object_StreamDistance_Distance
	//	*Object_StreamDistance_Status
	Payload isObject_StreamDistance_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

func (*Object_StreamDistance) Descriptor deprecated

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

Deprecated: Use Object_StreamDistance.ProtoReflect.Descriptor instead.

func (*Object_StreamDistance) GetDistance

func (x *Object_StreamDistance) GetDistance() *Object_Distance

func (*Object_StreamDistance) GetPayload

func (m *Object_StreamDistance) GetPayload() isObject_StreamDistance_Payload

func (*Object_StreamDistance) GetStatus

func (x *Object_StreamDistance) GetStatus() *status.Status

func (*Object_StreamDistance) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_StreamDistance) MarshalToVT added in v1.2.1

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

func (*Object_StreamDistance) MarshalVT added in v1.2.1

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

func (*Object_StreamDistance) ProtoMessage

func (*Object_StreamDistance) ProtoMessage()

func (*Object_StreamDistance) ProtoReflect added in v1.2.1

func (x *Object_StreamDistance) ProtoReflect() protoreflect.Message

func (*Object_StreamDistance) Reset

func (x *Object_StreamDistance) Reset()

func (*Object_StreamDistance) SizeVT added in v1.2.1

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

func (*Object_StreamDistance) String

func (x *Object_StreamDistance) String() string

func (*Object_StreamDistance) UnmarshalVT added in v1.2.1

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

type Object_StreamDistance_Distance

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

func (*Object_StreamDistance_Distance) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_StreamDistance_Distance) MarshalToVT added in v1.2.1

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

func (*Object_StreamDistance_Distance) SizeVT added in v1.2.1

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

type Object_StreamDistance_Status

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

func (*Object_StreamDistance_Status) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_StreamDistance_Status) MarshalToVT added in v1.2.1

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

func (*Object_StreamDistance_Status) SizeVT added in v1.2.1

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

type Object_StreamLocation

type Object_StreamLocation struct {

	// Types that are assignable to Payload:
	//	*Object_StreamLocation_Location
	//	*Object_StreamLocation_Status
	Payload isObject_StreamLocation_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

func (*Object_StreamLocation) Descriptor deprecated

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

Deprecated: Use Object_StreamLocation.ProtoReflect.Descriptor instead.

func (*Object_StreamLocation) GetLocation

func (x *Object_StreamLocation) GetLocation() *Object_Location

func (*Object_StreamLocation) GetPayload

func (m *Object_StreamLocation) GetPayload() isObject_StreamLocation_Payload

func (*Object_StreamLocation) GetStatus

func (x *Object_StreamLocation) GetStatus() *status.Status

func (*Object_StreamLocation) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_StreamLocation) MarshalToVT added in v1.2.1

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

func (*Object_StreamLocation) MarshalVT added in v1.2.1

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

func (*Object_StreamLocation) ProtoMessage

func (*Object_StreamLocation) ProtoMessage()

func (*Object_StreamLocation) ProtoReflect added in v1.2.1

func (x *Object_StreamLocation) ProtoReflect() protoreflect.Message

func (*Object_StreamLocation) Reset

func (x *Object_StreamLocation) Reset()

func (*Object_StreamLocation) SizeVT added in v1.2.1

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

func (*Object_StreamLocation) String

func (x *Object_StreamLocation) String() string

func (*Object_StreamLocation) UnmarshalVT added in v1.2.1

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

type Object_StreamLocation_Location

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

func (*Object_StreamLocation_Location) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_StreamLocation_Location) MarshalToVT added in v1.2.1

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

func (*Object_StreamLocation_Location) SizeVT added in v1.2.1

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

type Object_StreamLocation_Status

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

func (*Object_StreamLocation_Status) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_StreamLocation_Status) MarshalToVT added in v1.2.1

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

func (*Object_StreamLocation_Status) SizeVT added in v1.2.1

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

type Object_StreamVector

type Object_StreamVector struct {

	// Types that are assignable to Payload:
	//	*Object_StreamVector_Vector
	//	*Object_StreamVector_Status
	Payload isObject_StreamVector_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

func (*Object_StreamVector) Descriptor deprecated

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

Deprecated: Use Object_StreamVector.ProtoReflect.Descriptor instead.

func (*Object_StreamVector) GetPayload

func (m *Object_StreamVector) GetPayload() isObject_StreamVector_Payload

func (*Object_StreamVector) GetStatus

func (x *Object_StreamVector) GetStatus() *status.Status

func (*Object_StreamVector) GetVector

func (x *Object_StreamVector) GetVector() *Object_Vector

func (*Object_StreamVector) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_StreamVector) MarshalToVT added in v1.2.1

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

func (*Object_StreamVector) MarshalVT added in v1.2.1

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

func (*Object_StreamVector) ProtoMessage

func (*Object_StreamVector) ProtoMessage()

func (*Object_StreamVector) ProtoReflect added in v1.2.1

func (x *Object_StreamVector) ProtoReflect() protoreflect.Message

func (*Object_StreamVector) Reset

func (x *Object_StreamVector) Reset()

func (*Object_StreamVector) SizeVT added in v1.2.1

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

func (*Object_StreamVector) String

func (x *Object_StreamVector) String() string

func (*Object_StreamVector) UnmarshalVT added in v1.2.1

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

type Object_StreamVector_Status

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

func (*Object_StreamVector_Status) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_StreamVector_Status) MarshalToVT added in v1.2.1

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

func (*Object_StreamVector_Status) SizeVT added in v1.2.1

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

type Object_StreamVector_Vector

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

func (*Object_StreamVector_Vector) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_StreamVector_Vector) MarshalToVT added in v1.2.1

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

func (*Object_StreamVector_Vector) SizeVT added in v1.2.1

func (m *Object_StreamVector_Vector) SizeVT() (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"`
	// contains filtered or unexported fields
}

func (*Object_Vector) Descriptor deprecated

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

Deprecated: Use Object_Vector.ProtoReflect.Descriptor instead.

func (*Object_Vector) GetId

func (x *Object_Vector) GetId() string

func (*Object_Vector) GetVector

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

func (*Object_Vector) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_Vector) MarshalToVT added in v1.2.1

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

func (*Object_Vector) MarshalVT added in v1.2.1

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

func (*Object_Vector) ProtoMessage

func (*Object_Vector) ProtoMessage()

func (*Object_Vector) ProtoReflect added in v1.2.1

func (x *Object_Vector) ProtoReflect() protoreflect.Message

func (*Object_Vector) Reset

func (x *Object_Vector) Reset()

func (*Object_Vector) SizeVT added in v1.2.1

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

func (*Object_Vector) String

func (x *Object_Vector) String() string

func (*Object_Vector) UnmarshalVT added in v1.2.1

func (m *Object_Vector) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Object_VectorRequest) Descriptor deprecated

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

Deprecated: Use Object_VectorRequest.ProtoReflect.Descriptor instead.

func (*Object_VectorRequest) GetFilters

func (x *Object_VectorRequest) GetFilters() *Filter_Config

func (*Object_VectorRequest) GetId

func (x *Object_VectorRequest) GetId() *Object_ID

func (*Object_VectorRequest) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_VectorRequest) MarshalToVT added in v1.2.1

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

func (*Object_VectorRequest) MarshalVT added in v1.2.1

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

func (*Object_VectorRequest) ProtoMessage

func (*Object_VectorRequest) ProtoMessage()

func (*Object_VectorRequest) ProtoReflect added in v1.2.1

func (x *Object_VectorRequest) ProtoReflect() protoreflect.Message

func (*Object_VectorRequest) Reset

func (x *Object_VectorRequest) Reset()

func (*Object_VectorRequest) SizeVT added in v1.2.1

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

func (*Object_VectorRequest) String

func (x *Object_VectorRequest) String() string

func (*Object_VectorRequest) UnmarshalVT added in v1.2.1

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

type Object_Vectors

type Object_Vectors struct {
	Vectors []*Object_Vector `protobuf:"bytes,1,rep,name=vectors,proto3" json:"vectors,omitempty"`
	// contains filtered or unexported fields
}

func (*Object_Vectors) Descriptor deprecated

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

Deprecated: Use Object_Vectors.ProtoReflect.Descriptor instead.

func (*Object_Vectors) GetVectors

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

func (*Object_Vectors) MarshalToSizedBufferVT added in v1.2.1

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

func (*Object_Vectors) MarshalToVT added in v1.2.1

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

func (*Object_Vectors) MarshalVT added in v1.2.1

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

func (*Object_Vectors) ProtoMessage

func (*Object_Vectors) ProtoMessage()

func (*Object_Vectors) ProtoReflect added in v1.2.1

func (x *Object_Vectors) ProtoReflect() protoreflect.Message

func (*Object_Vectors) Reset

func (x *Object_Vectors) Reset()

func (*Object_Vectors) SizeVT added in v1.2.1

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

func (*Object_Vectors) String

func (x *Object_Vectors) String() string

func (*Object_Vectors) UnmarshalVT added in v1.2.1

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

type Payload added in v1.1.2

type Payload interface {
	Reset()
	String() string
	ProtoMessage()
	Descriptor() ([]byte, []int)
	XXX_Unmarshal(b []byte) error
	XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
	XXX_Merge(src proto.Message)
	XXX_Size() int
	XXX_DiscardUnknown()
	XXX_MessageName() string
}

type Remove

type Remove struct {
	// contains filtered or unexported fields
}

func (*Remove) Descriptor deprecated

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

Deprecated: Use Remove.ProtoReflect.Descriptor instead.

func (*Remove) MarshalToSizedBufferVT added in v1.2.1

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

func (*Remove) MarshalToVT added in v1.2.1

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

func (*Remove) MarshalVT added in v1.2.1

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

func (*Remove) ProtoMessage

func (*Remove) ProtoMessage()

func (*Remove) ProtoReflect added in v1.2.1

func (x *Remove) ProtoReflect() protoreflect.Message

func (*Remove) Reset

func (x *Remove) Reset()

func (*Remove) SizeVT added in v1.2.1

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

func (*Remove) String

func (x *Remove) String() string

func (*Remove) UnmarshalVT added in v1.2.1

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

type Remove_Config

type Remove_Config struct {
	SkipStrictExistCheck bool  `` /* 126-byte string literal not displayed */
	Timestamp            int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Remove_Config) Descriptor deprecated

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

Deprecated: Use Remove_Config.ProtoReflect.Descriptor instead.

func (*Remove_Config) GetSkipStrictExistCheck

func (x *Remove_Config) GetSkipStrictExistCheck() bool

func (*Remove_Config) GetTimestamp added in v1.1.0

func (x *Remove_Config) GetTimestamp() int64

func (*Remove_Config) MarshalToSizedBufferVT added in v1.2.1

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

func (*Remove_Config) MarshalToVT added in v1.2.1

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

func (*Remove_Config) MarshalVT added in v1.2.1

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

func (*Remove_Config) ProtoMessage

func (*Remove_Config) ProtoMessage()

func (*Remove_Config) ProtoReflect added in v1.2.1

func (x *Remove_Config) ProtoReflect() protoreflect.Message

func (*Remove_Config) Reset

func (x *Remove_Config) Reset()

func (*Remove_Config) SizeVT added in v1.2.1

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

func (*Remove_Config) String

func (x *Remove_Config) String() string

func (*Remove_Config) UnmarshalVT added in v1.2.1

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

type Remove_MultiRequest

type Remove_MultiRequest struct {
	Requests []*Remove_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*Remove_MultiRequest) Descriptor deprecated

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

Deprecated: Use Remove_MultiRequest.ProtoReflect.Descriptor instead.

func (*Remove_MultiRequest) GetRequests

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

func (*Remove_MultiRequest) MarshalToSizedBufferVT added in v1.2.1

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

func (*Remove_MultiRequest) MarshalToVT added in v1.2.1

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

func (*Remove_MultiRequest) MarshalVT added in v1.2.1

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

func (*Remove_MultiRequest) ProtoMessage

func (*Remove_MultiRequest) ProtoMessage()

func (*Remove_MultiRequest) ProtoReflect added in v1.2.1

func (x *Remove_MultiRequest) ProtoReflect() protoreflect.Message

func (*Remove_MultiRequest) Reset

func (x *Remove_MultiRequest) Reset()

func (*Remove_MultiRequest) SizeVT added in v1.2.1

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

func (*Remove_MultiRequest) String

func (x *Remove_MultiRequest) String() string

func (*Remove_MultiRequest) UnmarshalVT added in v1.2.1

func (m *Remove_MultiRequest) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Remove_Request) Descriptor deprecated

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

Deprecated: Use Remove_Request.ProtoReflect.Descriptor instead.

func (*Remove_Request) GetConfig

func (x *Remove_Request) GetConfig() *Remove_Config

func (*Remove_Request) GetId

func (x *Remove_Request) GetId() *Object_ID

func (*Remove_Request) MarshalToSizedBufferVT added in v1.2.1

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

func (*Remove_Request) MarshalToVT added in v1.2.1

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

func (*Remove_Request) MarshalVT added in v1.2.1

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

func (*Remove_Request) ProtoMessage

func (*Remove_Request) ProtoMessage()

func (*Remove_Request) ProtoReflect added in v1.2.1

func (x *Remove_Request) ProtoReflect() protoreflect.Message

func (*Remove_Request) Reset

func (x *Remove_Request) Reset()

func (*Remove_Request) SizeVT added in v1.2.1

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

func (*Remove_Request) String

func (x *Remove_Request) String() string

func (*Remove_Request) UnmarshalVT added in v1.2.1

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

type Replication

type Replication struct {
	// contains filtered or unexported fields
}

func (*Replication) Descriptor deprecated

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

Deprecated: Use Replication.ProtoReflect.Descriptor instead.

func (*Replication) MarshalToSizedBufferVT added in v1.2.1

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

func (*Replication) MarshalToVT added in v1.2.1

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

func (*Replication) MarshalVT added in v1.2.1

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

func (*Replication) ProtoMessage

func (*Replication) ProtoMessage()

func (*Replication) ProtoReflect added in v1.2.1

func (x *Replication) ProtoReflect() protoreflect.Message

func (*Replication) Reset

func (x *Replication) Reset()

func (*Replication) SizeVT added in v1.2.1

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

func (*Replication) String

func (x *Replication) String() string

func (*Replication) UnmarshalVT added in v1.2.1

func (m *Replication) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Replication_Agents) Descriptor deprecated

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

Deprecated: Use Replication_Agents.ProtoReflect.Descriptor instead.

func (*Replication_Agents) GetAgents

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

func (*Replication_Agents) GetRemovedAgents

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

func (*Replication_Agents) GetReplicatingAgent

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

func (*Replication_Agents) MarshalToSizedBufferVT added in v1.2.1

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

func (*Replication_Agents) MarshalToVT added in v1.2.1

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

func (*Replication_Agents) MarshalVT added in v1.2.1

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

func (*Replication_Agents) ProtoMessage

func (*Replication_Agents) ProtoMessage()

func (*Replication_Agents) ProtoReflect added in v1.2.1

func (x *Replication_Agents) ProtoReflect() protoreflect.Message

func (*Replication_Agents) Reset

func (x *Replication_Agents) Reset()

func (*Replication_Agents) SizeVT added in v1.2.1

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

func (*Replication_Agents) String

func (x *Replication_Agents) String() string

func (*Replication_Agents) UnmarshalVT added in v1.2.1

func (m *Replication_Agents) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Replication_Rebalance) Descriptor deprecated

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

Deprecated: Use Replication_Rebalance.ProtoReflect.Descriptor instead.

func (*Replication_Rebalance) GetHighUsageAgents

func (x *Replication_Rebalance) GetHighUsageAgents() []string

func (*Replication_Rebalance) GetLowUsageAgents

func (x *Replication_Rebalance) GetLowUsageAgents() []string

func (*Replication_Rebalance) MarshalToSizedBufferVT added in v1.2.1

func (m *Replication_Rebalance) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Replication_Rebalance) MarshalToVT added in v1.2.1

func (m *Replication_Rebalance) MarshalToVT(dAtA []byte) (int, error)

func (*Replication_Rebalance) MarshalVT added in v1.2.1

func (m *Replication_Rebalance) MarshalVT() (dAtA []byte, err error)

func (*Replication_Rebalance) ProtoMessage

func (*Replication_Rebalance) ProtoMessage()

func (*Replication_Rebalance) ProtoReflect added in v1.2.1

func (x *Replication_Rebalance) ProtoReflect() protoreflect.Message

func (*Replication_Rebalance) Reset

func (x *Replication_Rebalance) Reset()

func (*Replication_Rebalance) SizeVT added in v1.2.1

func (m *Replication_Rebalance) SizeVT() (n int)

func (*Replication_Rebalance) String

func (x *Replication_Rebalance) String() string

func (*Replication_Rebalance) UnmarshalVT added in v1.2.1

func (m *Replication_Rebalance) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Replication_Recovery) Descriptor deprecated

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

Deprecated: Use Replication_Recovery.ProtoReflect.Descriptor instead.

func (*Replication_Recovery) GetDeletedAgents

func (x *Replication_Recovery) GetDeletedAgents() []string

func (*Replication_Recovery) MarshalToSizedBufferVT added in v1.2.1

func (m *Replication_Recovery) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Replication_Recovery) MarshalToVT added in v1.2.1

func (m *Replication_Recovery) MarshalToVT(dAtA []byte) (int, error)

func (*Replication_Recovery) MarshalVT added in v1.2.1

func (m *Replication_Recovery) MarshalVT() (dAtA []byte, err error)

func (*Replication_Recovery) ProtoMessage

func (*Replication_Recovery) ProtoMessage()

func (*Replication_Recovery) ProtoReflect added in v1.2.1

func (x *Replication_Recovery) ProtoReflect() protoreflect.Message

func (*Replication_Recovery) Reset

func (x *Replication_Recovery) Reset()

func (*Replication_Recovery) SizeVT added in v1.2.1

func (m *Replication_Recovery) SizeVT() (n int)

func (*Replication_Recovery) String

func (x *Replication_Recovery) String() string

func (*Replication_Recovery) UnmarshalVT added in v1.2.1

func (m *Replication_Recovery) UnmarshalVT(dAtA []byte) error
type Search struct {
	// contains filtered or unexported fields
}

func (*Search) Descriptor deprecated

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

Deprecated: Use Search.ProtoReflect.Descriptor instead.

func (*Search) MarshalToSizedBufferVT added in v1.2.1

func (m *Search) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search) MarshalToVT added in v1.2.1

func (m *Search) MarshalToVT(dAtA []byte) (int, error)

func (*Search) MarshalVT added in v1.2.1

func (m *Search) MarshalVT() (dAtA []byte, err error)

func (*Search) ProtoMessage

func (*Search) ProtoMessage()

func (*Search) ProtoReflect added in v1.2.1

func (x *Search) ProtoReflect() protoreflect.Message

func (*Search) Reset

func (x *Search) Reset()

func (*Search) SizeVT added in v1.2.1

func (m *Search) SizeVT() (n int)

func (*Search) String

func (x *Search) String() string

func (*Search) UnmarshalVT added in v1.2.1

func (m *Search) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Search_Config) Descriptor deprecated

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

Deprecated: Use Search_Config.ProtoReflect.Descriptor instead.

func (*Search_Config) GetEgressFilters

func (x *Search_Config) GetEgressFilters() *Filter_Config

func (*Search_Config) GetEpsilon

func (x *Search_Config) GetEpsilon() float32

func (*Search_Config) GetIngressFilters

func (x *Search_Config) GetIngressFilters() *Filter_Config

func (*Search_Config) GetNum

func (x *Search_Config) GetNum() uint32

func (*Search_Config) GetRadius

func (x *Search_Config) GetRadius() float32

func (*Search_Config) GetRequestId

func (x *Search_Config) GetRequestId() string

func (*Search_Config) GetTimeout

func (x *Search_Config) GetTimeout() int64

func (*Search_Config) MarshalToSizedBufferVT added in v1.2.1

func (m *Search_Config) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search_Config) MarshalToVT added in v1.2.1

func (m *Search_Config) MarshalToVT(dAtA []byte) (int, error)

func (*Search_Config) MarshalVT added in v1.2.1

func (m *Search_Config) MarshalVT() (dAtA []byte, err error)

func (*Search_Config) ProtoMessage

func (*Search_Config) ProtoMessage()

func (*Search_Config) ProtoReflect added in v1.2.1

func (x *Search_Config) ProtoReflect() protoreflect.Message

func (*Search_Config) Reset

func (x *Search_Config) Reset()

func (*Search_Config) SizeVT added in v1.2.1

func (m *Search_Config) SizeVT() (n int)

func (*Search_Config) String

func (x *Search_Config) String() string

func (*Search_Config) UnmarshalVT added in v1.2.1

func (m *Search_Config) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Search_IDRequest) Descriptor deprecated

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

Deprecated: Use Search_IDRequest.ProtoReflect.Descriptor instead.

func (*Search_IDRequest) GetConfig

func (x *Search_IDRequest) GetConfig() *Search_Config

func (*Search_IDRequest) GetId

func (x *Search_IDRequest) GetId() string

func (*Search_IDRequest) MarshalToSizedBufferVT added in v1.2.1

func (m *Search_IDRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search_IDRequest) MarshalToVT added in v1.2.1

func (m *Search_IDRequest) MarshalToVT(dAtA []byte) (int, error)

func (*Search_IDRequest) MarshalVT added in v1.2.1

func (m *Search_IDRequest) MarshalVT() (dAtA []byte, err error)

func (*Search_IDRequest) ProtoMessage

func (*Search_IDRequest) ProtoMessage()

func (*Search_IDRequest) ProtoReflect added in v1.2.1

func (x *Search_IDRequest) ProtoReflect() protoreflect.Message

func (*Search_IDRequest) Reset

func (x *Search_IDRequest) Reset()

func (*Search_IDRequest) SizeVT added in v1.2.1

func (m *Search_IDRequest) SizeVT() (n int)

func (*Search_IDRequest) String

func (x *Search_IDRequest) String() string

func (*Search_IDRequest) UnmarshalVT added in v1.2.1

func (m *Search_IDRequest) UnmarshalVT(dAtA []byte) error

type Search_MultiIDRequest

type Search_MultiIDRequest struct {
	Requests []*Search_IDRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*Search_MultiIDRequest) Descriptor deprecated

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

Deprecated: Use Search_MultiIDRequest.ProtoReflect.Descriptor instead.

func (*Search_MultiIDRequest) GetRequests

func (x *Search_MultiIDRequest) GetRequests() []*Search_IDRequest

func (*Search_MultiIDRequest) MarshalToSizedBufferVT added in v1.2.1

func (m *Search_MultiIDRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search_MultiIDRequest) MarshalToVT added in v1.2.1

func (m *Search_MultiIDRequest) MarshalToVT(dAtA []byte) (int, error)

func (*Search_MultiIDRequest) MarshalVT added in v1.2.1

func (m *Search_MultiIDRequest) MarshalVT() (dAtA []byte, err error)

func (*Search_MultiIDRequest) ProtoMessage

func (*Search_MultiIDRequest) ProtoMessage()

func (*Search_MultiIDRequest) ProtoReflect added in v1.2.1

func (x *Search_MultiIDRequest) ProtoReflect() protoreflect.Message

func (*Search_MultiIDRequest) Reset

func (x *Search_MultiIDRequest) Reset()

func (*Search_MultiIDRequest) SizeVT added in v1.2.1

func (m *Search_MultiIDRequest) SizeVT() (n int)

func (*Search_MultiIDRequest) String

func (x *Search_MultiIDRequest) String() string

func (*Search_MultiIDRequest) UnmarshalVT added in v1.2.1

func (m *Search_MultiIDRequest) UnmarshalVT(dAtA []byte) error

type Search_MultiObjectRequest

type Search_MultiObjectRequest struct {
	Requests []*Search_ObjectRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*Search_MultiObjectRequest) Descriptor deprecated

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

Deprecated: Use Search_MultiObjectRequest.ProtoReflect.Descriptor instead.

func (*Search_MultiObjectRequest) GetRequests

func (x *Search_MultiObjectRequest) GetRequests() []*Search_ObjectRequest

func (*Search_MultiObjectRequest) MarshalToSizedBufferVT added in v1.2.1

func (m *Search_MultiObjectRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search_MultiObjectRequest) MarshalToVT added in v1.2.1

func (m *Search_MultiObjectRequest) MarshalToVT(dAtA []byte) (int, error)

func (*Search_MultiObjectRequest) MarshalVT added in v1.2.1

func (m *Search_MultiObjectRequest) MarshalVT() (dAtA []byte, err error)

func (*Search_MultiObjectRequest) ProtoMessage

func (*Search_MultiObjectRequest) ProtoMessage()

func (*Search_MultiObjectRequest) ProtoReflect added in v1.2.1

func (*Search_MultiObjectRequest) Reset

func (x *Search_MultiObjectRequest) Reset()

func (*Search_MultiObjectRequest) SizeVT added in v1.2.1

func (m *Search_MultiObjectRequest) SizeVT() (n int)

func (*Search_MultiObjectRequest) String

func (x *Search_MultiObjectRequest) String() string

func (*Search_MultiObjectRequest) UnmarshalVT added in v1.2.1

func (m *Search_MultiObjectRequest) UnmarshalVT(dAtA []byte) error

type Search_MultiRequest

type Search_MultiRequest struct {
	Requests []*Search_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*Search_MultiRequest) Descriptor deprecated

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

Deprecated: Use Search_MultiRequest.ProtoReflect.Descriptor instead.

func (*Search_MultiRequest) GetRequests

func (x *Search_MultiRequest) GetRequests() []*Search_Request

func (*Search_MultiRequest) MarshalToSizedBufferVT added in v1.2.1

func (m *Search_MultiRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search_MultiRequest) MarshalToVT added in v1.2.1

func (m *Search_MultiRequest) MarshalToVT(dAtA []byte) (int, error)

func (*Search_MultiRequest) MarshalVT added in v1.2.1

func (m *Search_MultiRequest) MarshalVT() (dAtA []byte, err error)

func (*Search_MultiRequest) ProtoMessage

func (*Search_MultiRequest) ProtoMessage()

func (*Search_MultiRequest) ProtoReflect added in v1.2.1

func (x *Search_MultiRequest) ProtoReflect() protoreflect.Message

func (*Search_MultiRequest) Reset

func (x *Search_MultiRequest) Reset()

func (*Search_MultiRequest) SizeVT added in v1.2.1

func (m *Search_MultiRequest) SizeVT() (n int)

func (*Search_MultiRequest) String

func (x *Search_MultiRequest) String() string

func (*Search_MultiRequest) UnmarshalVT added in v1.2.1

func (m *Search_MultiRequest) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Search_ObjectRequest) Descriptor deprecated

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

Deprecated: Use Search_ObjectRequest.ProtoReflect.Descriptor instead.

func (*Search_ObjectRequest) GetConfig

func (x *Search_ObjectRequest) GetConfig() *Search_Config

func (*Search_ObjectRequest) GetObject

func (x *Search_ObjectRequest) GetObject() []byte

func (*Search_ObjectRequest) GetVectorizer

func (x *Search_ObjectRequest) GetVectorizer() *Filter_Target

func (*Search_ObjectRequest) MarshalToSizedBufferVT added in v1.2.1

func (m *Search_ObjectRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search_ObjectRequest) MarshalToVT added in v1.2.1

func (m *Search_ObjectRequest) MarshalToVT(dAtA []byte) (int, error)

func (*Search_ObjectRequest) MarshalVT added in v1.2.1

func (m *Search_ObjectRequest) MarshalVT() (dAtA []byte, err error)

func (*Search_ObjectRequest) ProtoMessage

func (*Search_ObjectRequest) ProtoMessage()

func (*Search_ObjectRequest) ProtoReflect added in v1.2.1

func (x *Search_ObjectRequest) ProtoReflect() protoreflect.Message

func (*Search_ObjectRequest) Reset

func (x *Search_ObjectRequest) Reset()

func (*Search_ObjectRequest) SizeVT added in v1.2.1

func (m *Search_ObjectRequest) SizeVT() (n int)

func (*Search_ObjectRequest) String

func (x *Search_ObjectRequest) String() string

func (*Search_ObjectRequest) UnmarshalVT added in v1.2.1

func (m *Search_ObjectRequest) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Search_Request) Descriptor deprecated

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

Deprecated: Use Search_Request.ProtoReflect.Descriptor instead.

func (*Search_Request) GetConfig

func (x *Search_Request) GetConfig() *Search_Config

func (*Search_Request) GetVector

func (x *Search_Request) GetVector() []float32

func (*Search_Request) MarshalToSizedBufferVT added in v1.2.1

func (m *Search_Request) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search_Request) MarshalToVT added in v1.2.1

func (m *Search_Request) MarshalToVT(dAtA []byte) (int, error)

func (*Search_Request) MarshalVT added in v1.2.1

func (m *Search_Request) MarshalVT() (dAtA []byte, err error)

func (*Search_Request) ProtoMessage

func (*Search_Request) ProtoMessage()

func (*Search_Request) ProtoReflect added in v1.2.1

func (x *Search_Request) ProtoReflect() protoreflect.Message

func (*Search_Request) Reset

func (x *Search_Request) Reset()

func (*Search_Request) SizeVT added in v1.2.1

func (m *Search_Request) SizeVT() (n int)

func (*Search_Request) String

func (x *Search_Request) String() string

func (*Search_Request) UnmarshalVT added in v1.2.1

func (m *Search_Request) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Search_Response) Descriptor deprecated

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

Deprecated: Use Search_Response.ProtoReflect.Descriptor instead.

func (*Search_Response) GetRequestId

func (x *Search_Response) GetRequestId() string

func (*Search_Response) GetResults

func (x *Search_Response) GetResults() []*Object_Distance

func (*Search_Response) MarshalToSizedBufferVT added in v1.2.1

func (m *Search_Response) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search_Response) MarshalToVT added in v1.2.1

func (m *Search_Response) MarshalToVT(dAtA []byte) (int, error)

func (*Search_Response) MarshalVT added in v1.2.1

func (m *Search_Response) MarshalVT() (dAtA []byte, err error)

func (*Search_Response) ProtoMessage

func (*Search_Response) ProtoMessage()

func (*Search_Response) ProtoReflect added in v1.2.1

func (x *Search_Response) ProtoReflect() protoreflect.Message

func (*Search_Response) Reset

func (x *Search_Response) Reset()

func (*Search_Response) SizeVT added in v1.2.1

func (m *Search_Response) SizeVT() (n int)

func (*Search_Response) String

func (x *Search_Response) String() string

func (*Search_Response) UnmarshalVT added in v1.2.1

func (m *Search_Response) UnmarshalVT(dAtA []byte) error

type Search_Responses

type Search_Responses struct {
	Responses []*Search_Response `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

func (*Search_Responses) Descriptor deprecated

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

Deprecated: Use Search_Responses.ProtoReflect.Descriptor instead.

func (*Search_Responses) GetResponses

func (x *Search_Responses) GetResponses() []*Search_Response

func (*Search_Responses) MarshalToSizedBufferVT added in v1.2.1

func (m *Search_Responses) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search_Responses) MarshalToVT added in v1.2.1

func (m *Search_Responses) MarshalToVT(dAtA []byte) (int, error)

func (*Search_Responses) MarshalVT added in v1.2.1

func (m *Search_Responses) MarshalVT() (dAtA []byte, err error)

func (*Search_Responses) ProtoMessage

func (*Search_Responses) ProtoMessage()

func (*Search_Responses) ProtoReflect added in v1.2.1

func (x *Search_Responses) ProtoReflect() protoreflect.Message

func (*Search_Responses) Reset

func (x *Search_Responses) Reset()

func (*Search_Responses) SizeVT added in v1.2.1

func (m *Search_Responses) SizeVT() (n int)

func (*Search_Responses) String

func (x *Search_Responses) String() string

func (*Search_Responses) UnmarshalVT added in v1.2.1

func (m *Search_Responses) UnmarshalVT(dAtA []byte) error

type Search_StreamResponse

type Search_StreamResponse struct {

	// Types that are assignable to Payload:
	//	*Search_StreamResponse_Response
	//	*Search_StreamResponse_Status
	Payload isSearch_StreamResponse_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

func (*Search_StreamResponse) Descriptor deprecated

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

Deprecated: Use Search_StreamResponse.ProtoReflect.Descriptor instead.

func (*Search_StreamResponse) GetPayload

func (m *Search_StreamResponse) GetPayload() isSearch_StreamResponse_Payload

func (*Search_StreamResponse) GetResponse

func (x *Search_StreamResponse) GetResponse() *Search_Response

func (*Search_StreamResponse) GetStatus

func (x *Search_StreamResponse) GetStatus() *status.Status

func (*Search_StreamResponse) MarshalToSizedBufferVT added in v1.2.1

func (m *Search_StreamResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search_StreamResponse) MarshalToVT added in v1.2.1

func (m *Search_StreamResponse) MarshalToVT(dAtA []byte) (int, error)

func (*Search_StreamResponse) MarshalVT added in v1.2.1

func (m *Search_StreamResponse) MarshalVT() (dAtA []byte, err error)

func (*Search_StreamResponse) ProtoMessage

func (*Search_StreamResponse) ProtoMessage()

func (*Search_StreamResponse) ProtoReflect added in v1.2.1

func (x *Search_StreamResponse) ProtoReflect() protoreflect.Message

func (*Search_StreamResponse) Reset

func (x *Search_StreamResponse) Reset()

func (*Search_StreamResponse) SizeVT added in v1.2.1

func (m *Search_StreamResponse) SizeVT() (n int)

func (*Search_StreamResponse) String

func (x *Search_StreamResponse) String() string

func (*Search_StreamResponse) UnmarshalVT added in v1.2.1

func (m *Search_StreamResponse) UnmarshalVT(dAtA []byte) error

type Search_StreamResponse_Response

type Search_StreamResponse_Response struct {
	Response *Search_Response `protobuf:"bytes,1,opt,name=response,proto3,oneof"`
}

func (*Search_StreamResponse_Response) MarshalToSizedBufferVT added in v1.2.1

func (m *Search_StreamResponse_Response) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search_StreamResponse_Response) MarshalToVT added in v1.2.1

func (m *Search_StreamResponse_Response) MarshalToVT(dAtA []byte) (int, error)

func (*Search_StreamResponse_Response) SizeVT added in v1.2.1

func (m *Search_StreamResponse_Response) SizeVT() (n int)

type Search_StreamResponse_Status

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

func (*Search_StreamResponse_Status) MarshalToSizedBufferVT added in v1.2.1

func (m *Search_StreamResponse_Status) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Search_StreamResponse_Status) MarshalToVT added in v1.2.1

func (m *Search_StreamResponse_Status) MarshalToVT(dAtA []byte) (int, error)

func (*Search_StreamResponse_Status) SizeVT added in v1.2.1

func (m *Search_StreamResponse_Status) SizeVT() (n int)

type Update

type Update struct {
	// contains filtered or unexported fields
}

func (*Update) Descriptor deprecated

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

Deprecated: Use Update.ProtoReflect.Descriptor instead.

func (*Update) MarshalToSizedBufferVT added in v1.2.1

func (m *Update) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Update) MarshalToVT added in v1.2.1

func (m *Update) MarshalToVT(dAtA []byte) (int, error)

func (*Update) MarshalVT added in v1.2.1

func (m *Update) MarshalVT() (dAtA []byte, err error)

func (*Update) ProtoMessage

func (*Update) ProtoMessage()

func (*Update) ProtoReflect added in v1.2.1

func (x *Update) ProtoReflect() protoreflect.Message

func (*Update) Reset

func (x *Update) Reset()

func (*Update) SizeVT added in v1.2.1

func (m *Update) SizeVT() (n int)

func (*Update) String

func (x *Update) String() string

func (*Update) UnmarshalVT added in v1.2.1

func (m *Update) UnmarshalVT(dAtA []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"`
	Timestamp            int64          `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Update_Config) Descriptor deprecated

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

Deprecated: Use Update_Config.ProtoReflect.Descriptor instead.

func (*Update_Config) GetFilters

func (x *Update_Config) GetFilters() *Filter_Config

func (*Update_Config) GetSkipStrictExistCheck

func (x *Update_Config) GetSkipStrictExistCheck() bool

func (*Update_Config) GetTimestamp added in v1.1.0

func (x *Update_Config) GetTimestamp() int64

func (*Update_Config) MarshalToSizedBufferVT added in v1.2.1

func (m *Update_Config) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Update_Config) MarshalToVT added in v1.2.1

func (m *Update_Config) MarshalToVT(dAtA []byte) (int, error)

func (*Update_Config) MarshalVT added in v1.2.1

func (m *Update_Config) MarshalVT() (dAtA []byte, err error)

func (*Update_Config) ProtoMessage

func (*Update_Config) ProtoMessage()

func (*Update_Config) ProtoReflect added in v1.2.1

func (x *Update_Config) ProtoReflect() protoreflect.Message

func (*Update_Config) Reset

func (x *Update_Config) Reset()

func (*Update_Config) SizeVT added in v1.2.1

func (m *Update_Config) SizeVT() (n int)

func (*Update_Config) String

func (x *Update_Config) String() string

func (*Update_Config) UnmarshalVT added in v1.2.1

func (m *Update_Config) UnmarshalVT(dAtA []byte) error

type Update_MultiObjectRequest

type Update_MultiObjectRequest struct {
	Requests []*Update_ObjectRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*Update_MultiObjectRequest) Descriptor deprecated

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

Deprecated: Use Update_MultiObjectRequest.ProtoReflect.Descriptor instead.

func (*Update_MultiObjectRequest) GetRequests

func (x *Update_MultiObjectRequest) GetRequests() []*Update_ObjectRequest

func (*Update_MultiObjectRequest) MarshalToSizedBufferVT added in v1.2.1

func (m *Update_MultiObjectRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Update_MultiObjectRequest) MarshalToVT added in v1.2.1

func (m *Update_MultiObjectRequest) MarshalToVT(dAtA []byte) (int, error)

func (*Update_MultiObjectRequest) MarshalVT added in v1.2.1

func (m *Update_MultiObjectRequest) MarshalVT() (dAtA []byte, err error)

func (*Update_MultiObjectRequest) ProtoMessage

func (*Update_MultiObjectRequest) ProtoMessage()

func (*Update_MultiObjectRequest) ProtoReflect added in v1.2.1

func (*Update_MultiObjectRequest) Reset

func (x *Update_MultiObjectRequest) Reset()

func (*Update_MultiObjectRequest) SizeVT added in v1.2.1

func (m *Update_MultiObjectRequest) SizeVT() (n int)

func (*Update_MultiObjectRequest) String

func (x *Update_MultiObjectRequest) String() string

func (*Update_MultiObjectRequest) UnmarshalVT added in v1.2.1

func (m *Update_MultiObjectRequest) UnmarshalVT(dAtA []byte) error

type Update_MultiRequest

type Update_MultiRequest struct {
	Requests []*Update_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*Update_MultiRequest) Descriptor deprecated

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

Deprecated: Use Update_MultiRequest.ProtoReflect.Descriptor instead.

func (*Update_MultiRequest) GetRequests

func (x *Update_MultiRequest) GetRequests() []*Update_Request

func (*Update_MultiRequest) MarshalToSizedBufferVT added in v1.2.1

func (m *Update_MultiRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Update_MultiRequest) MarshalToVT added in v1.2.1

func (m *Update_MultiRequest) MarshalToVT(dAtA []byte) (int, error)

func (*Update_MultiRequest) MarshalVT added in v1.2.1

func (m *Update_MultiRequest) MarshalVT() (dAtA []byte, err error)

func (*Update_MultiRequest) ProtoMessage

func (*Update_MultiRequest) ProtoMessage()

func (*Update_MultiRequest) ProtoReflect added in v1.2.1

func (x *Update_MultiRequest) ProtoReflect() protoreflect.Message

func (*Update_MultiRequest) Reset

func (x *Update_MultiRequest) Reset()

func (*Update_MultiRequest) SizeVT added in v1.2.1

func (m *Update_MultiRequest) SizeVT() (n int)

func (*Update_MultiRequest) String

func (x *Update_MultiRequest) String() string

func (*Update_MultiRequest) UnmarshalVT added in v1.2.1

func (m *Update_MultiRequest) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Update_ObjectRequest) Descriptor deprecated

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

Deprecated: Use Update_ObjectRequest.ProtoReflect.Descriptor instead.

func (*Update_ObjectRequest) GetConfig

func (x *Update_ObjectRequest) GetConfig() *Update_Config

func (*Update_ObjectRequest) GetObject

func (x *Update_ObjectRequest) GetObject() *Object_Blob

func (*Update_ObjectRequest) GetVectorizer

func (x *Update_ObjectRequest) GetVectorizer() *Filter_Target

func (*Update_ObjectRequest) MarshalToSizedBufferVT added in v1.2.1

func (m *Update_ObjectRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Update_ObjectRequest) MarshalToVT added in v1.2.1

func (m *Update_ObjectRequest) MarshalToVT(dAtA []byte) (int, error)

func (*Update_ObjectRequest) MarshalVT added in v1.2.1

func (m *Update_ObjectRequest) MarshalVT() (dAtA []byte, err error)

func (*Update_ObjectRequest) ProtoMessage

func (*Update_ObjectRequest) ProtoMessage()

func (*Update_ObjectRequest) ProtoReflect added in v1.2.1

func (x *Update_ObjectRequest) ProtoReflect() protoreflect.Message

func (*Update_ObjectRequest) Reset

func (x *Update_ObjectRequest) Reset()

func (*Update_ObjectRequest) SizeVT added in v1.2.1

func (m *Update_ObjectRequest) SizeVT() (n int)

func (*Update_ObjectRequest) String

func (x *Update_ObjectRequest) String() string

func (*Update_ObjectRequest) UnmarshalVT added in v1.2.1

func (m *Update_ObjectRequest) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Update_Request) Descriptor deprecated

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

Deprecated: Use Update_Request.ProtoReflect.Descriptor instead.

func (*Update_Request) GetConfig

func (x *Update_Request) GetConfig() *Update_Config

func (*Update_Request) GetVector

func (x *Update_Request) GetVector() *Object_Vector

func (*Update_Request) MarshalToSizedBufferVT added in v1.2.1

func (m *Update_Request) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Update_Request) MarshalToVT added in v1.2.1

func (m *Update_Request) MarshalToVT(dAtA []byte) (int, error)

func (*Update_Request) MarshalVT added in v1.2.1

func (m *Update_Request) MarshalVT() (dAtA []byte, err error)

func (*Update_Request) ProtoMessage

func (*Update_Request) ProtoMessage()

func (*Update_Request) ProtoReflect added in v1.2.1

func (x *Update_Request) ProtoReflect() protoreflect.Message

func (*Update_Request) Reset

func (x *Update_Request) Reset()

func (*Update_Request) SizeVT added in v1.2.1

func (m *Update_Request) SizeVT() (n int)

func (*Update_Request) String

func (x *Update_Request) String() string

func (*Update_Request) UnmarshalVT added in v1.2.1

func (m *Update_Request) UnmarshalVT(dAtA []byte) error

type Upsert

type Upsert struct {
	// contains filtered or unexported fields
}

func (*Upsert) Descriptor deprecated

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

Deprecated: Use Upsert.ProtoReflect.Descriptor instead.

func (*Upsert) MarshalToSizedBufferVT added in v1.2.1

func (m *Upsert) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Upsert) MarshalToVT added in v1.2.1

func (m *Upsert) MarshalToVT(dAtA []byte) (int, error)

func (*Upsert) MarshalVT added in v1.2.1

func (m *Upsert) MarshalVT() (dAtA []byte, err error)

func (*Upsert) ProtoMessage

func (*Upsert) ProtoMessage()

func (*Upsert) ProtoReflect added in v1.2.1

func (x *Upsert) ProtoReflect() protoreflect.Message

func (*Upsert) Reset

func (x *Upsert) Reset()

func (*Upsert) SizeVT added in v1.2.1

func (m *Upsert) SizeVT() (n int)

func (*Upsert) String

func (x *Upsert) String() string

func (*Upsert) UnmarshalVT added in v1.2.1

func (m *Upsert) UnmarshalVT(dAtA []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"`
	Timestamp            int64          `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Upsert_Config) Descriptor deprecated

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

Deprecated: Use Upsert_Config.ProtoReflect.Descriptor instead.

func (*Upsert_Config) GetFilters

func (x *Upsert_Config) GetFilters() *Filter_Config

func (*Upsert_Config) GetSkipStrictExistCheck

func (x *Upsert_Config) GetSkipStrictExistCheck() bool

func (*Upsert_Config) GetTimestamp added in v1.1.0

func (x *Upsert_Config) GetTimestamp() int64

func (*Upsert_Config) MarshalToSizedBufferVT added in v1.2.1

func (m *Upsert_Config) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Upsert_Config) MarshalToVT added in v1.2.1

func (m *Upsert_Config) MarshalToVT(dAtA []byte) (int, error)

func (*Upsert_Config) MarshalVT added in v1.2.1

func (m *Upsert_Config) MarshalVT() (dAtA []byte, err error)

func (*Upsert_Config) ProtoMessage

func (*Upsert_Config) ProtoMessage()

func (*Upsert_Config) ProtoReflect added in v1.2.1

func (x *Upsert_Config) ProtoReflect() protoreflect.Message

func (*Upsert_Config) Reset

func (x *Upsert_Config) Reset()

func (*Upsert_Config) SizeVT added in v1.2.1

func (m *Upsert_Config) SizeVT() (n int)

func (*Upsert_Config) String

func (x *Upsert_Config) String() string

func (*Upsert_Config) UnmarshalVT added in v1.2.1

func (m *Upsert_Config) UnmarshalVT(dAtA []byte) error

type Upsert_MultiObjectRequest

type Upsert_MultiObjectRequest struct {
	Requests []*Upsert_ObjectRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*Upsert_MultiObjectRequest) Descriptor deprecated

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

Deprecated: Use Upsert_MultiObjectRequest.ProtoReflect.Descriptor instead.

func (*Upsert_MultiObjectRequest) GetRequests

func (x *Upsert_MultiObjectRequest) GetRequests() []*Upsert_ObjectRequest

func (*Upsert_MultiObjectRequest) MarshalToSizedBufferVT added in v1.2.1

func (m *Upsert_MultiObjectRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Upsert_MultiObjectRequest) MarshalToVT added in v1.2.1

func (m *Upsert_MultiObjectRequest) MarshalToVT(dAtA []byte) (int, error)

func (*Upsert_MultiObjectRequest) MarshalVT added in v1.2.1

func (m *Upsert_MultiObjectRequest) MarshalVT() (dAtA []byte, err error)

func (*Upsert_MultiObjectRequest) ProtoMessage

func (*Upsert_MultiObjectRequest) ProtoMessage()

func (*Upsert_MultiObjectRequest) ProtoReflect added in v1.2.1

func (*Upsert_MultiObjectRequest) Reset

func (x *Upsert_MultiObjectRequest) Reset()

func (*Upsert_MultiObjectRequest) SizeVT added in v1.2.1

func (m *Upsert_MultiObjectRequest) SizeVT() (n int)

func (*Upsert_MultiObjectRequest) String

func (x *Upsert_MultiObjectRequest) String() string

func (*Upsert_MultiObjectRequest) UnmarshalVT added in v1.2.1

func (m *Upsert_MultiObjectRequest) UnmarshalVT(dAtA []byte) error

type Upsert_MultiRequest

type Upsert_MultiRequest struct {
	Requests []*Upsert_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*Upsert_MultiRequest) Descriptor deprecated

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

Deprecated: Use Upsert_MultiRequest.ProtoReflect.Descriptor instead.

func (*Upsert_MultiRequest) GetRequests

func (x *Upsert_MultiRequest) GetRequests() []*Upsert_Request

func (*Upsert_MultiRequest) MarshalToSizedBufferVT added in v1.2.1

func (m *Upsert_MultiRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Upsert_MultiRequest) MarshalToVT added in v1.2.1

func (m *Upsert_MultiRequest) MarshalToVT(dAtA []byte) (int, error)

func (*Upsert_MultiRequest) MarshalVT added in v1.2.1

func (m *Upsert_MultiRequest) MarshalVT() (dAtA []byte, err error)

func (*Upsert_MultiRequest) ProtoMessage

func (*Upsert_MultiRequest) ProtoMessage()

func (*Upsert_MultiRequest) ProtoReflect added in v1.2.1

func (x *Upsert_MultiRequest) ProtoReflect() protoreflect.Message

func (*Upsert_MultiRequest) Reset

func (x *Upsert_MultiRequest) Reset()

func (*Upsert_MultiRequest) SizeVT added in v1.2.1

func (m *Upsert_MultiRequest) SizeVT() (n int)

func (*Upsert_MultiRequest) String

func (x *Upsert_MultiRequest) String() string

func (*Upsert_MultiRequest) UnmarshalVT added in v1.2.1

func (m *Upsert_MultiRequest) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Upsert_ObjectRequest) Descriptor deprecated

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

Deprecated: Use Upsert_ObjectRequest.ProtoReflect.Descriptor instead.

func (*Upsert_ObjectRequest) GetConfig

func (x *Upsert_ObjectRequest) GetConfig() *Upsert_Config

func (*Upsert_ObjectRequest) GetObject

func (x *Upsert_ObjectRequest) GetObject() *Object_Blob

func (*Upsert_ObjectRequest) GetVectorizer

func (x *Upsert_ObjectRequest) GetVectorizer() *Filter_Target

func (*Upsert_ObjectRequest) MarshalToSizedBufferVT added in v1.2.1

func (m *Upsert_ObjectRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Upsert_ObjectRequest) MarshalToVT added in v1.2.1

func (m *Upsert_ObjectRequest) MarshalToVT(dAtA []byte) (int, error)

func (*Upsert_ObjectRequest) MarshalVT added in v1.2.1

func (m *Upsert_ObjectRequest) MarshalVT() (dAtA []byte, err error)

func (*Upsert_ObjectRequest) ProtoMessage

func (*Upsert_ObjectRequest) ProtoMessage()

func (*Upsert_ObjectRequest) ProtoReflect added in v1.2.1

func (x *Upsert_ObjectRequest) ProtoReflect() protoreflect.Message

func (*Upsert_ObjectRequest) Reset

func (x *Upsert_ObjectRequest) Reset()

func (*Upsert_ObjectRequest) SizeVT added in v1.2.1

func (m *Upsert_ObjectRequest) SizeVT() (n int)

func (*Upsert_ObjectRequest) String

func (x *Upsert_ObjectRequest) String() string

func (*Upsert_ObjectRequest) UnmarshalVT added in v1.2.1

func (m *Upsert_ObjectRequest) UnmarshalVT(dAtA []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"`
	// contains filtered or unexported fields
}

func (*Upsert_Request) Descriptor deprecated

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

Deprecated: Use Upsert_Request.ProtoReflect.Descriptor instead.

func (*Upsert_Request) GetConfig

func (x *Upsert_Request) GetConfig() *Upsert_Config

func (*Upsert_Request) GetVector

func (x *Upsert_Request) GetVector() *Object_Vector

func (*Upsert_Request) MarshalToSizedBufferVT added in v1.2.1

func (m *Upsert_Request) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Upsert_Request) MarshalToVT added in v1.2.1

func (m *Upsert_Request) MarshalToVT(dAtA []byte) (int, error)

func (*Upsert_Request) MarshalVT added in v1.2.1

func (m *Upsert_Request) MarshalVT() (dAtA []byte, err error)

func (*Upsert_Request) ProtoMessage

func (*Upsert_Request) ProtoMessage()

func (*Upsert_Request) ProtoReflect added in v1.2.1

func (x *Upsert_Request) ProtoReflect() protoreflect.Message

func (*Upsert_Request) Reset

func (x *Upsert_Request) Reset()

func (*Upsert_Request) SizeVT added in v1.2.1

func (m *Upsert_Request) SizeVT() (n int)

func (*Upsert_Request) String

func (x *Upsert_Request) String() string

func (*Upsert_Request) UnmarshalVT added in v1.2.1

func (m *Upsert_Request) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL