payload

package
v1.7.6 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: Apache-2.0 Imports: 13 Imported by: 5

Documentation

Overview

Copyright (C) 2019-2023 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 (
	Search_AggregationAlgorithm_name = map[int32]string{
		0: "Unknown",
		1: "ConcurrentQueue",
		2: "SortSlice",
		3: "SortPoolSlice",
		4: "PairingHeap",
	}
	Search_AggregationAlgorithm_value = map[string]int32{
		"Unknown":         0,
		"ConcurrentQueue": 1,
		"SortSlice":       2,
		"SortPoolSlice":   3,
		"PairingHeap":     4,
	}
)

Enum value maps for Search_AggregationAlgorithm.

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 Control

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

Control related messages.

func ControlFromVTPool added in v1.7.6

func ControlFromVTPool() *Control

func (*Control) Descriptor deprecated

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

Deprecated: Use Control.ProtoReflect.Descriptor instead.

func (*Control) EqualMessageVT added in v1.7.6

func (this *Control) EqualMessageVT(thatMsg proto.Message) bool

func (*Control) EqualVT added in v1.7.6

func (this *Control) EqualVT(that *Control) bool

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) ResetVT added in v1.7.6

func (m *Control) ResetVT()

func (*Control) ReturnToVTPool added in v1.7.6

func (m *Control) ReturnToVTPool()

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 {

	// The pool size of the create index operation.
	PoolSize uint32 `protobuf:"varint,1,opt,name=pool_size,json=poolSize,proto3" json:"pool_size,omitempty"`
	// contains filtered or unexported fields
}

Represent the create index request.

func Control_CreateIndexRequestFromVTPool added in v1.7.6

func Control_CreateIndexRequestFromVTPool() *Control_CreateIndexRequest

func (*Control_CreateIndexRequest) Descriptor deprecated

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

Deprecated: Use Control_CreateIndexRequest.ProtoReflect.Descriptor instead.

func (*Control_CreateIndexRequest) EqualMessageVT added in v1.7.6

func (this *Control_CreateIndexRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Control_CreateIndexRequest) EqualVT added in v1.7.6

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) ResetVT added in v1.7.6

func (m *Control_CreateIndexRequest) ResetVT()

func (*Control_CreateIndexRequest) ReturnToVTPool added in v1.7.6

func (m *Control_CreateIndexRequest) ReturnToVTPool()

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
}

Discoverer related messages.

func DiscovererFromVTPool added in v1.7.6

func DiscovererFromVTPool() *Discoverer

func (*Discoverer) Descriptor deprecated

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

Deprecated: Use Discoverer.ProtoReflect.Descriptor instead.

func (*Discoverer) EqualMessageVT added in v1.7.6

func (this *Discoverer) EqualMessageVT(thatMsg proto.Message) bool

func (*Discoverer) EqualVT added in v1.7.6

func (this *Discoverer) EqualVT(that *Discoverer) bool

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) ResetVT added in v1.7.6

func (m *Discoverer) ResetVT()

func (*Discoverer) ReturnToVTPool added in v1.7.6

func (m *Discoverer) ReturnToVTPool()

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 {

	// The agent name to be discovered.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The namespace to be discovered.
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The node to be discovered.
	Node string `protobuf:"bytes,3,opt,name=node,proto3" json:"node,omitempty"`
	// contains filtered or unexported fields
}

Represent the dicoverer request.

func Discoverer_RequestFromVTPool added in v1.7.6

func Discoverer_RequestFromVTPool() *Discoverer_Request

func (*Discoverer_Request) Descriptor deprecated

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

Deprecated: Use Discoverer_Request.ProtoReflect.Descriptor instead.

func (*Discoverer_Request) EqualMessageVT added in v1.7.6

func (this *Discoverer_Request) EqualMessageVT(thatMsg proto.Message) bool

func (*Discoverer_Request) EqualVT added in v1.7.6

func (this *Discoverer_Request) EqualVT(that *Discoverer_Request) bool

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) ResetVT added in v1.7.6

func (m *Discoverer_Request) ResetVT()

func (*Discoverer_Request) ReturnToVTPool added in v1.7.6

func (m *Discoverer_Request) ReturnToVTPool()

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
}

Represent an empty message.

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) EqualMessageVT added in v1.7.6

func (this *Empty) EqualMessageVT(thatMsg proto.Message) bool

func (*Empty) EqualVT added in v1.7.6

func (this *Empty) EqualVT(that *Empty) bool

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
}

Filter related messages.

func FilterFromVTPool added in v1.7.6

func FilterFromVTPool() *Filter

func (*Filter) Descriptor deprecated

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

Deprecated: Use Filter.ProtoReflect.Descriptor instead.

func (*Filter) EqualMessageVT added in v1.7.6

func (this *Filter) EqualMessageVT(thatMsg proto.Message) bool

func (*Filter) EqualVT added in v1.7.6

func (this *Filter) EqualVT(that *Filter) bool

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) ResetVT added in v1.7.6

func (m *Filter) ResetVT()

func (*Filter) ReturnToVTPool added in v1.7.6

func (m *Filter) ReturnToVTPool()

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 {

	// Represent the filter target configuration.
	Targets []*Filter_Target `protobuf:"bytes,1,rep,name=targets,proto3" json:"targets,omitempty"`
	// contains filtered or unexported fields
}

Represent filter configuration.

func Filter_ConfigFromVTPool added in v1.7.6

func Filter_ConfigFromVTPool() *Filter_Config

func (*Filter_Config) Descriptor deprecated

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

Deprecated: Use Filter_Config.ProtoReflect.Descriptor instead.

func (*Filter_Config) EqualMessageVT added in v1.7.6

func (this *Filter_Config) EqualMessageVT(thatMsg proto.Message) bool

func (*Filter_Config) EqualVT added in v1.7.6

func (this *Filter_Config) EqualVT(that *Filter_Config) bool

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) ResetVT added in v1.7.6

func (m *Filter_Config) ResetVT()

func (*Filter_Config) ReturnToVTPool added in v1.7.6

func (m *Filter_Config) ReturnToVTPool()

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 {

	// The target hostname.
	Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	// The target port.
	Port uint32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	// contains filtered or unexported fields
}

Represent the target filter server.

func Filter_TargetFromVTPool added in v1.7.6

func Filter_TargetFromVTPool() *Filter_Target

func (*Filter_Target) Descriptor deprecated

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

Deprecated: Use Filter_Target.ProtoReflect.Descriptor instead.

func (*Filter_Target) EqualMessageVT added in v1.7.6

func (this *Filter_Target) EqualMessageVT(thatMsg proto.Message) bool

func (*Filter_Target) EqualVT added in v1.7.6

func (this *Filter_Target) EqualVT(that *Filter_Target) bool

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) ResetVT added in v1.7.6

func (m *Filter_Target) ResetVT()

func (*Filter_Target) ReturnToVTPool added in v1.7.6

func (m *Filter_Target) ReturnToVTPool()

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
}

Info related messages.

func InfoFromVTPool added in v1.7.6

func InfoFromVTPool() *Info

func (*Info) Descriptor deprecated

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

Deprecated: Use Info.ProtoReflect.Descriptor instead.

func (*Info) EqualMessageVT added in v1.7.6

func (this *Info) EqualMessageVT(thatMsg proto.Message) bool

func (*Info) EqualVT added in v1.7.6

func (this *Info) EqualVT(that *Info) bool

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) ResetVT added in v1.7.6

func (m *Info) ResetVT()

func (*Info) ReturnToVTPool added in v1.7.6

func (m *Info) ReturnToVTPool()

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 {

	// The CPU resource limit.
	Limit float64 `protobuf:"fixed64,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// The CPU resource requested.
	Request float64 `protobuf:"fixed64,2,opt,name=request,proto3" json:"request,omitempty"`
	// The CPU usage.
	Usage float64 `protobuf:"fixed64,3,opt,name=usage,proto3" json:"usage,omitempty"`
	// contains filtered or unexported fields
}

Represent the CPU information message.

func Info_CPUFromVTPool added in v1.7.6

func Info_CPUFromVTPool() *Info_CPU

func (*Info_CPU) Descriptor deprecated

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

Deprecated: Use Info_CPU.ProtoReflect.Descriptor instead.

func (*Info_CPU) EqualMessageVT added in v1.7.6

func (this *Info_CPU) EqualMessageVT(thatMsg proto.Message) bool

func (*Info_CPU) EqualVT added in v1.7.6

func (this *Info_CPU) EqualVT(that *Info_CPU) bool

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) ResetVT added in v1.7.6

func (m *Info_CPU) ResetVT()

func (*Info_CPU) ReturnToVTPool added in v1.7.6

func (m *Info_CPU) ReturnToVTPool()

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
}

Represent the multiple IP message.

func Info_IPsFromVTPool added in v1.7.6

func Info_IPsFromVTPool() *Info_IPs

func (*Info_IPs) Descriptor deprecated

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

Deprecated: Use Info_IPs.ProtoReflect.Descriptor instead.

func (*Info_IPs) EqualMessageVT added in v1.7.6

func (this *Info_IPs) EqualMessageVT(thatMsg proto.Message) bool

func (*Info_IPs) EqualVT added in v1.7.6

func (this *Info_IPs) EqualVT(that *Info_IPs) bool

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) ResetVT added in v1.7.6

func (m *Info_IPs) ResetVT()

func (*Info_IPs) ReturnToVTPool added in v1.7.6

func (m *Info_IPs) ReturnToVTPool()

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
}

Represent the index information messages.

func Info_IndexFromVTPool added in v1.7.6

func Info_IndexFromVTPool() *Info_Index

func (*Info_Index) Descriptor deprecated

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

Deprecated: Use Info_Index.ProtoReflect.Descriptor instead.

func (*Info_Index) EqualMessageVT added in v1.7.6

func (this *Info_Index) EqualMessageVT(thatMsg proto.Message) bool

func (*Info_Index) EqualVT added in v1.7.6

func (this *Info_Index) EqualVT(that *Info_Index) bool

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) ResetVT added in v1.7.6

func (m *Info_Index) ResetVT()

func (*Info_Index) ReturnToVTPool added in v1.7.6

func (m *Info_Index) ReturnToVTPool()

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 {

	// The stored index count.
	Stored uint32 `protobuf:"varint,1,opt,name=stored,proto3" json:"stored,omitempty"`
	// The uncommitted index count.
	Uncommitted uint32 `protobuf:"varint,2,opt,name=uncommitted,proto3" json:"uncommitted,omitempty"`
	// The indexing index count.
	Indexing bool `protobuf:"varint,3,opt,name=indexing,proto3" json:"indexing,omitempty"`
	// The saving index count.
	Saving bool `protobuf:"varint,4,opt,name=saving,proto3" json:"saving,omitempty"`
	// contains filtered or unexported fields
}

Represent the index count message.

func Info_Index_CountFromVTPool added in v1.7.6

func Info_Index_CountFromVTPool() *Info_Index_Count

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) EqualMessageVT added in v1.7.6

func (this *Info_Index_Count) EqualMessageVT(thatMsg proto.Message) bool

func (*Info_Index_Count) EqualVT added in v1.7.6

func (this *Info_Index_Count) EqualVT(that *Info_Index_Count) bool

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) ResetVT added in v1.7.6

func (m *Info_Index_Count) ResetVT()

func (*Info_Index_Count) ReturnToVTPool added in v1.7.6

func (m *Info_Index_Count) ReturnToVTPool()

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
}

Represent the UUID message.

func Info_Index_UUIDFromVTPool added in v1.7.6

func Info_Index_UUIDFromVTPool() *Info_Index_UUID

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) EqualMessageVT added in v1.7.6

func (this *Info_Index_UUID) EqualMessageVT(thatMsg proto.Message) bool

func (*Info_Index_UUID) EqualVT added in v1.7.6

func (this *Info_Index_UUID) EqualVT(that *Info_Index_UUID) bool

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) ResetVT added in v1.7.6

func (m *Info_Index_UUID) ResetVT()

func (*Info_Index_UUID) ReturnToVTPool added in v1.7.6

func (m *Info_Index_UUID) ReturnToVTPool()

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
}

The committed UUID.

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) EqualMessageVT added in v1.7.6

func (this *Info_Index_UUID_Committed) EqualMessageVT(thatMsg proto.Message) bool

func (*Info_Index_UUID_Committed) EqualVT added in v1.7.6

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
}

The uncommitted UUID.

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) EqualMessageVT added in v1.7.6

func (this *Info_Index_UUID_Uncommitted) EqualMessageVT(thatMsg proto.Message) bool

func (*Info_Index_UUID_Uncommitted) EqualVT added in v1.7.6

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 {

	// The memory limit.
	Limit float64 `protobuf:"fixed64,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// The memory requested.
	Request float64 `protobuf:"fixed64,2,opt,name=request,proto3" json:"request,omitempty"`
	// The memory usage.
	Usage float64 `protobuf:"fixed64,3,opt,name=usage,proto3" json:"usage,omitempty"`
	// contains filtered or unexported fields
}

Represent the memory information message.

func Info_MemoryFromVTPool added in v1.7.6

func Info_MemoryFromVTPool() *Info_Memory

func (*Info_Memory) Descriptor deprecated

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

Deprecated: Use Info_Memory.ProtoReflect.Descriptor instead.

func (*Info_Memory) EqualMessageVT added in v1.7.6

func (this *Info_Memory) EqualMessageVT(thatMsg proto.Message) bool

func (*Info_Memory) EqualVT added in v1.7.6

func (this *Info_Memory) EqualVT(that *Info_Memory) bool

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) ResetVT added in v1.7.6

func (m *Info_Memory) ResetVT()

func (*Info_Memory) ReturnToVTPool added in v1.7.6

func (m *Info_Memory) ReturnToVTPool()

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 {

	// The name of the node.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The internal IP address of the node.
	InternalAddr string `protobuf:"bytes,2,opt,name=internal_addr,json=internalAddr,proto3" json:"internal_addr,omitempty"`
	// The external IP address of the node.
	ExternalAddr string `protobuf:"bytes,3,opt,name=external_addr,json=externalAddr,proto3" json:"external_addr,omitempty"`
	// The CPU information of the node.
	Cpu *Info_CPU `protobuf:"bytes,4,opt,name=cpu,proto3" json:"cpu,omitempty"`
	// The memory information of the node.
	Memory *Info_Memory `protobuf:"bytes,5,opt,name=memory,proto3" json:"memory,omitempty"`
	// The pod information of the node.
	Pods *Info_Pods `protobuf:"bytes,6,opt,name=Pods,proto3" json:"Pods,omitempty"`
	// contains filtered or unexported fields
}

Represent the node information message.

func Info_NodeFromVTPool added in v1.7.6

func Info_NodeFromVTPool() *Info_Node

func (*Info_Node) Descriptor deprecated

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

Deprecated: Use Info_Node.ProtoReflect.Descriptor instead.

func (*Info_Node) EqualMessageVT added in v1.7.6

func (this *Info_Node) EqualMessageVT(thatMsg proto.Message) bool

func (*Info_Node) EqualVT added in v1.7.6

func (this *Info_Node) EqualVT(that *Info_Node) bool

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) ResetVT added in v1.7.6

func (m *Info_Node) ResetVT()

func (*Info_Node) ReturnToVTPool added in v1.7.6

func (m *Info_Node) ReturnToVTPool()

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 {

	// The multiple node information.
	Nodes []*Info_Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

Represent the multiple node information message.

func Info_NodesFromVTPool added in v1.7.6

func Info_NodesFromVTPool() *Info_Nodes

func (*Info_Nodes) Descriptor deprecated

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

Deprecated: Use Info_Nodes.ProtoReflect.Descriptor instead.

func (*Info_Nodes) EqualMessageVT added in v1.7.6

func (this *Info_Nodes) EqualMessageVT(thatMsg proto.Message) bool

func (*Info_Nodes) EqualVT added in v1.7.6

func (this *Info_Nodes) EqualVT(that *Info_Nodes) bool

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) ResetVT added in v1.7.6

func (m *Info_Nodes) ResetVT()

func (*Info_Nodes) ReturnToVTPool added in v1.7.6

func (m *Info_Nodes) ReturnToVTPool()

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 {

	// The app name of the pod on the label.
	AppName string `protobuf:"bytes,1,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
	// The name of the pod.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The namespace of the pod.
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The IP of the pod.
	Ip string `protobuf:"bytes,4,opt,name=ip,proto3" json:"ip,omitempty"`
	// The CPU information of the pod.
	Cpu *Info_CPU `protobuf:"bytes,5,opt,name=cpu,proto3" json:"cpu,omitempty"`
	// The memory information of the pod.
	Memory *Info_Memory `protobuf:"bytes,6,opt,name=memory,proto3" json:"memory,omitempty"`
	// The node information of the pod.
	Node *Info_Node `protobuf:"bytes,7,opt,name=node,proto3" json:"node,omitempty"`
	// contains filtered or unexported fields
}

Represent the pod information message.

func Info_PodFromVTPool added in v1.7.6

func Info_PodFromVTPool() *Info_Pod

func (*Info_Pod) Descriptor deprecated

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

Deprecated: Use Info_Pod.ProtoReflect.Descriptor instead.

func (*Info_Pod) EqualMessageVT added in v1.7.6

func (this *Info_Pod) EqualMessageVT(thatMsg proto.Message) bool

func (*Info_Pod) EqualVT added in v1.7.6

func (this *Info_Pod) EqualVT(that *Info_Pod) bool

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) ResetVT added in v1.7.6

func (m *Info_Pod) ResetVT()

func (*Info_Pod) ReturnToVTPool added in v1.7.6

func (m *Info_Pod) ReturnToVTPool()

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 {

	// The multiple pod information.
	Pods []*Info_Pod `protobuf:"bytes,1,rep,name=pods,proto3" json:"pods,omitempty"`
	// contains filtered or unexported fields
}

Represent the multiple pod information message.

func Info_PodsFromVTPool added in v1.7.6

func Info_PodsFromVTPool() *Info_Pods

func (*Info_Pods) Descriptor deprecated

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

Deprecated: Use Info_Pods.ProtoReflect.Descriptor instead.

func (*Info_Pods) EqualMessageVT added in v1.7.6

func (this *Info_Pods) EqualMessageVT(thatMsg proto.Message) bool

func (*Info_Pods) EqualVT added in v1.7.6

func (this *Info_Pods) EqualVT(that *Info_Pods) bool

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) ResetVT added in v1.7.6

func (m *Info_Pods) ResetVT()

func (*Info_Pods) ReturnToVTPool added in v1.7.6

func (m *Info_Pods) ReturnToVTPool()

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
}

Insert related messages.

func InsertFromVTPool added in v1.7.6

func InsertFromVTPool() *Insert

func (*Insert) Descriptor deprecated

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

Deprecated: Use Insert.ProtoReflect.Descriptor instead.

func (*Insert) EqualMessageVT added in v1.7.6

func (this *Insert) EqualMessageVT(thatMsg proto.Message) bool

func (*Insert) EqualVT added in v1.7.6

func (this *Insert) EqualVT(that *Insert) bool

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) ResetVT added in v1.7.6

func (m *Insert) ResetVT()

func (*Insert) ReturnToVTPool added in v1.7.6

func (m *Insert) ReturnToVTPool()

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 {

	// A flag to skip exist check during insert operation.
	SkipStrictExistCheck bool `` /* 126-byte string literal not displayed */
	// Filter configurations.
	Filters *Filter_Config `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	// Insert timestamp.
	Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

Represent insert configurations.

func Insert_ConfigFromVTPool added in v1.7.6

func Insert_ConfigFromVTPool() *Insert_Config

func (*Insert_Config) Descriptor deprecated

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

Deprecated: Use Insert_Config.ProtoReflect.Descriptor instead.

func (*Insert_Config) EqualMessageVT added in v1.7.6

func (this *Insert_Config) EqualMessageVT(thatMsg proto.Message) bool

func (*Insert_Config) EqualVT added in v1.7.6

func (this *Insert_Config) EqualVT(that *Insert_Config) bool

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) ResetVT added in v1.7.6

func (m *Insert_Config) ResetVT()

func (*Insert_Config) ReturnToVTPool added in v1.7.6

func (m *Insert_Config) ReturnToVTPool()

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 {

	// Represent multiple insert by object content.
	Requests []*Insert_ObjectRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Represent the multiple insert by binary object request.

func Insert_MultiObjectRequestFromVTPool added in v1.7.6

func Insert_MultiObjectRequestFromVTPool() *Insert_MultiObjectRequest

func (*Insert_MultiObjectRequest) Descriptor deprecated

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

Deprecated: Use Insert_MultiObjectRequest.ProtoReflect.Descriptor instead.

func (*Insert_MultiObjectRequest) EqualMessageVT added in v1.7.6

func (this *Insert_MultiObjectRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Insert_MultiObjectRequest) EqualVT added in v1.7.6

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) ResetVT added in v1.7.6

func (m *Insert_MultiObjectRequest) ResetVT()

func (*Insert_MultiObjectRequest) ReturnToVTPool added in v1.7.6

func (m *Insert_MultiObjectRequest) ReturnToVTPool()

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 {

	// Represent multiple insert request content.
	Requests []*Insert_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Represent the multiple insert request.

func Insert_MultiRequestFromVTPool added in v1.7.6

func Insert_MultiRequestFromVTPool() *Insert_MultiRequest

func (*Insert_MultiRequest) Descriptor deprecated

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

Deprecated: Use Insert_MultiRequest.ProtoReflect.Descriptor instead.

func (*Insert_MultiRequest) EqualMessageVT added in v1.7.6

func (this *Insert_MultiRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Insert_MultiRequest) EqualVT added in v1.7.6

func (this *Insert_MultiRequest) EqualVT(that *Insert_MultiRequest) bool

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) ResetVT added in v1.7.6

func (m *Insert_MultiRequest) ResetVT()

func (*Insert_MultiRequest) ReturnToVTPool added in v1.7.6

func (m *Insert_MultiRequest) ReturnToVTPool()

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 {

	// The binary object to be inserted.
	Object *Object_Blob `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// The configuration of the insert request.
	Config *Insert_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// Filter configurations.
	Vectorizer *Filter_Target `protobuf:"bytes,3,opt,name=vectorizer,proto3" json:"vectorizer,omitempty"`
	// contains filtered or unexported fields
}

Represent the insert by binary object request.

func Insert_ObjectRequestFromVTPool added in v1.7.6

func Insert_ObjectRequestFromVTPool() *Insert_ObjectRequest

func (*Insert_ObjectRequest) Descriptor deprecated

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

Deprecated: Use Insert_ObjectRequest.ProtoReflect.Descriptor instead.

func (*Insert_ObjectRequest) EqualMessageVT added in v1.7.6

func (this *Insert_ObjectRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Insert_ObjectRequest) EqualVT added in v1.7.6

func (this *Insert_ObjectRequest) EqualVT(that *Insert_ObjectRequest) bool

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) ResetVT added in v1.7.6

func (m *Insert_ObjectRequest) ResetVT()

func (*Insert_ObjectRequest) ReturnToVTPool added in v1.7.6

func (m *Insert_ObjectRequest) ReturnToVTPool()

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 {

	// The vector to be inserted.
	Vector *Object_Vector `protobuf:"bytes,1,opt,name=vector,proto3" json:"vector,omitempty"`
	// The configuration of the insert request.
	Config *Insert_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Represent the insert request.

func Insert_RequestFromVTPool added in v1.7.6

func Insert_RequestFromVTPool() *Insert_Request

func (*Insert_Request) Descriptor deprecated

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

Deprecated: Use Insert_Request.ProtoReflect.Descriptor instead.

func (*Insert_Request) EqualMessageVT added in v1.7.6

func (this *Insert_Request) EqualMessageVT(thatMsg proto.Message) bool

func (*Insert_Request) EqualVT added in v1.7.6

func (this *Insert_Request) EqualVT(that *Insert_Request) bool

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) ResetVT added in v1.7.6

func (m *Insert_Request) ResetVT()

func (*Insert_Request) ReturnToVTPool added in v1.7.6

func (m *Insert_Request) ReturnToVTPool()

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 Object

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

Common messages.

func ObjectFromVTPool added in v1.7.6

func ObjectFromVTPool() *Object

func (*Object) Descriptor deprecated

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

Deprecated: Use Object.ProtoReflect.Descriptor instead.

func (*Object) EqualMessageVT added in v1.7.6

func (this *Object) EqualMessageVT(thatMsg proto.Message) bool

func (*Object) EqualVT added in v1.7.6

func (this *Object) EqualVT(that *Object) bool

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) ResetVT added in v1.7.6

func (m *Object) ResetVT()

func (*Object) ReturnToVTPool added in v1.7.6

func (m *Object) ReturnToVTPool()

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 {

	// The object ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The binary object.
	Object []byte `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	// contains filtered or unexported fields
}

Represent the binary object.

func Object_BlobFromVTPool added in v1.7.6

func Object_BlobFromVTPool() *Object_Blob

func (*Object_Blob) Descriptor deprecated

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

Deprecated: Use Object_Blob.ProtoReflect.Descriptor instead.

func (*Object_Blob) EqualMessageVT added in v1.7.6

func (this *Object_Blob) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_Blob) EqualVT added in v1.7.6

func (this *Object_Blob) EqualVT(that *Object_Blob) bool

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) ResetVT added in v1.7.6

func (m *Object_Blob) ResetVT()

func (*Object_Blob) ReturnToVTPool added in v1.7.6

func (m *Object_Blob) ReturnToVTPool()

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 {

	// The vector ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The distance.
	Distance float32 `protobuf:"fixed32,2,opt,name=distance,proto3" json:"distance,omitempty"`
	// contains filtered or unexported fields
}

Represent the ID and distance pair.

func Object_DistanceFromVTPool added in v1.7.6

func Object_DistanceFromVTPool() *Object_Distance

func (*Object_Distance) Descriptor deprecated

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

Deprecated: Use Object_Distance.ProtoReflect.Descriptor instead.

func (*Object_Distance) EqualMessageVT added in v1.7.6

func (this *Object_Distance) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_Distance) EqualVT added in v1.7.6

func (this *Object_Distance) EqualVT(that *Object_Distance) bool

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) ResetVT added in v1.7.6

func (m *Object_Distance) ResetVT()

func (*Object_Distance) ReturnToVTPool added in v1.7.6

func (m *Object_Distance) ReturnToVTPool()

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
}

Represent the vector ID.

func Object_IDFromVTPool added in v1.7.6

func Object_IDFromVTPool() *Object_ID

func (*Object_ID) Descriptor deprecated

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

Deprecated: Use Object_ID.ProtoReflect.Descriptor instead.

func (*Object_ID) EqualMessageVT added in v1.7.6

func (this *Object_ID) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_ID) EqualVT added in v1.7.6

func (this *Object_ID) EqualVT(that *Object_ID) bool

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) ResetVT added in v1.7.6

func (m *Object_ID) ResetVT()

func (*Object_ID) ReturnToVTPool added in v1.7.6

func (m *Object_ID) ReturnToVTPool()

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
}

Represent multiple vector IDs.

func Object_IDsFromVTPool added in v1.7.6

func Object_IDsFromVTPool() *Object_IDs

func (*Object_IDs) Descriptor deprecated

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

Deprecated: Use Object_IDs.ProtoReflect.Descriptor instead.

func (*Object_IDs) EqualMessageVT added in v1.7.6

func (this *Object_IDs) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_IDs) EqualVT added in v1.7.6

func (this *Object_IDs) EqualVT(that *Object_IDs) bool

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) ResetVT added in v1.7.6

func (m *Object_IDs) ResetVT()

func (*Object_IDs) ReturnToVTPool added in v1.7.6

func (m *Object_IDs) ReturnToVTPool()

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 {

	// The name of the location.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The UUID of the vector.
	Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// The IP list.
	Ips []string `protobuf:"bytes,3,rep,name=ips,proto3" json:"ips,omitempty"`
	// contains filtered or unexported fields
}

Represent the vector location.

func Object_LocationFromVTPool added in v1.7.6

func Object_LocationFromVTPool() *Object_Location

func (*Object_Location) Descriptor deprecated

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

Deprecated: Use Object_Location.ProtoReflect.Descriptor instead.

func (*Object_Location) EqualMessageVT added in v1.7.6

func (this *Object_Location) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_Location) EqualVT added in v1.7.6

func (this *Object_Location) EqualVT(that *Object_Location) bool

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) ResetVT added in v1.7.6

func (m *Object_Location) ResetVT()

func (*Object_Location) ReturnToVTPool added in v1.7.6

func (m *Object_Location) ReturnToVTPool()

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
}

Represent multiple vector locations.

func Object_LocationsFromVTPool added in v1.7.6

func Object_LocationsFromVTPool() *Object_Locations

func (*Object_Locations) Descriptor deprecated

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

Deprecated: Use Object_Locations.ProtoReflect.Descriptor instead.

func (*Object_Locations) EqualMessageVT added in v1.7.6

func (this *Object_Locations) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_Locations) EqualVT added in v1.7.6

func (this *Object_Locations) EqualVT(that *Object_Locations) bool

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) ResetVT added in v1.7.6

func (m *Object_Locations) ResetVT()

func (*Object_Locations) ReturnToVTPool added in v1.7.6

func (m *Object_Locations) ReturnToVTPool()

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_ReshapeVector added in v1.4.0

type Object_ReshapeVector struct {

	// The binary object.
	Object []byte `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// The new shape.
	Shape []int32 `protobuf:"varint,2,rep,packed,name=shape,proto3" json:"shape,omitempty"`
	// contains filtered or unexported fields
}

Represent reshape vector.

func Object_ReshapeVectorFromVTPool added in v1.7.6

func Object_ReshapeVectorFromVTPool() *Object_ReshapeVector

func (*Object_ReshapeVector) Descriptor deprecated added in v1.4.0

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

Deprecated: Use Object_ReshapeVector.ProtoReflect.Descriptor instead.

func (*Object_ReshapeVector) EqualMessageVT added in v1.7.6

func (this *Object_ReshapeVector) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_ReshapeVector) EqualVT added in v1.7.6

func (this *Object_ReshapeVector) EqualVT(that *Object_ReshapeVector) bool

func (*Object_ReshapeVector) GetObject added in v1.4.0

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

func (*Object_ReshapeVector) GetShape added in v1.4.0

func (x *Object_ReshapeVector) GetShape() []int32

func (*Object_ReshapeVector) MarshalToSizedBufferVT added in v1.4.0

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

func (*Object_ReshapeVector) MarshalToVT added in v1.4.0

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

func (*Object_ReshapeVector) MarshalVT added in v1.4.0

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

func (*Object_ReshapeVector) ProtoMessage added in v1.4.0

func (*Object_ReshapeVector) ProtoMessage()

func (*Object_ReshapeVector) ProtoReflect added in v1.4.0

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

func (*Object_ReshapeVector) Reset added in v1.4.0

func (x *Object_ReshapeVector) Reset()

func (*Object_ReshapeVector) ResetVT added in v1.7.6

func (m *Object_ReshapeVector) ResetVT()

func (*Object_ReshapeVector) ReturnToVTPool added in v1.7.6

func (m *Object_ReshapeVector) ReturnToVTPool()

func (*Object_ReshapeVector) SizeVT added in v1.4.0

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

func (*Object_ReshapeVector) String added in v1.4.0

func (x *Object_ReshapeVector) String() string

func (*Object_ReshapeVector) UnmarshalVT added in v1.4.0

func (m *Object_ReshapeVector) 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
}

Represent stream response of binary objects.

func (*Object_StreamBlob) Descriptor deprecated

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

Deprecated: Use Object_StreamBlob.ProtoReflect.Descriptor instead.

func (*Object_StreamBlob) EqualMessageVT added in v1.7.6

func (this *Object_StreamBlob) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_StreamBlob) EqualVT added in v1.7.6

func (this *Object_StreamBlob) EqualVT(that *Object_StreamBlob) bool

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 {
	// The binary object.
	Blob *Object_Blob `protobuf:"bytes,1,opt,name=blob,proto3,oneof"`
}

func (*Object_StreamBlob_Blob) EqualVT added in v1.7.6

func (this *Object_StreamBlob_Blob) EqualVT(thatIface isObject_StreamBlob_Payload) bool

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 {
	// The RPC error status.
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3,oneof"`
}

func (*Object_StreamBlob_Status) EqualVT added in v1.7.6

func (this *Object_StreamBlob_Status) EqualVT(thatIface isObject_StreamBlob_Payload) bool

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
}

Represent stream response of distances.

func (*Object_StreamDistance) Descriptor deprecated

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

Deprecated: Use Object_StreamDistance.ProtoReflect.Descriptor instead.

func (*Object_StreamDistance) EqualMessageVT added in v1.7.6

func (this *Object_StreamDistance) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_StreamDistance) EqualVT added in v1.7.6

func (this *Object_StreamDistance) EqualVT(that *Object_StreamDistance) bool

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 {
	// The distance.
	Distance *Object_Distance `protobuf:"bytes,1,opt,name=distance,proto3,oneof"`
}

func (*Object_StreamDistance_Distance) EqualVT added in v1.7.6

func (this *Object_StreamDistance_Distance) EqualVT(thatIface isObject_StreamDistance_Payload) bool

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 {
	// The RPC error status.
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3,oneof"`
}

func (*Object_StreamDistance_Status) EqualVT added in v1.7.6

func (this *Object_StreamDistance_Status) EqualVT(thatIface isObject_StreamDistance_Payload) bool

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
}

Represent the stream response of the vector location.

func (*Object_StreamLocation) Descriptor deprecated

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

Deprecated: Use Object_StreamLocation.ProtoReflect.Descriptor instead.

func (*Object_StreamLocation) EqualMessageVT added in v1.7.6

func (this *Object_StreamLocation) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_StreamLocation) EqualVT added in v1.7.6

func (this *Object_StreamLocation) EqualVT(that *Object_StreamLocation) bool

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 {
	// The vector location.
	Location *Object_Location `protobuf:"bytes,1,opt,name=location,proto3,oneof"`
}

func (*Object_StreamLocation_Location) EqualVT added in v1.7.6

func (this *Object_StreamLocation_Location) EqualVT(thatIface isObject_StreamLocation_Payload) bool

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 {
	// The RPC error status.
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3,oneof"`
}

func (*Object_StreamLocation_Status) EqualVT added in v1.7.6

func (this *Object_StreamLocation_Status) EqualVT(thatIface isObject_StreamLocation_Payload) bool

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
}

Represent stream response of the vector.

func (*Object_StreamVector) Descriptor deprecated

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

Deprecated: Use Object_StreamVector.ProtoReflect.Descriptor instead.

func (*Object_StreamVector) EqualMessageVT added in v1.7.6

func (this *Object_StreamVector) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_StreamVector) EqualVT added in v1.7.6

func (this *Object_StreamVector) EqualVT(that *Object_StreamVector) bool

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 {
	// The RPC error status.
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3,oneof"`
}

func (*Object_StreamVector_Status) EqualVT added in v1.7.6

func (this *Object_StreamVector_Status) EqualVT(thatIface isObject_StreamVector_Payload) bool

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 {
	// The vector.
	Vector *Object_Vector `protobuf:"bytes,1,opt,name=vector,proto3,oneof"`
}

func (*Object_StreamVector_Vector) EqualVT added in v1.7.6

func (this *Object_StreamVector_Vector) EqualVT(thatIface isObject_StreamVector_Payload) bool

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 {

	// The vector ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The vector.
	Vector []float32 `protobuf:"fixed32,2,rep,packed,name=vector,proto3" json:"vector,omitempty"`
	// contains filtered or unexported fields
}

Represent a vector.

func Object_VectorFromVTPool added in v1.7.6

func Object_VectorFromVTPool() *Object_Vector

func (*Object_Vector) Descriptor deprecated

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

Deprecated: Use Object_Vector.ProtoReflect.Descriptor instead.

func (*Object_Vector) EqualMessageVT added in v1.7.6

func (this *Object_Vector) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_Vector) EqualVT added in v1.7.6

func (this *Object_Vector) EqualVT(that *Object_Vector) bool

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) ResetVT added in v1.7.6

func (m *Object_Vector) ResetVT()

func (*Object_Vector) ReturnToVTPool added in v1.7.6

func (m *Object_Vector) ReturnToVTPool()

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 {

	// The vector ID to be fetched.
	Id *Object_ID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Filter configurations.
	Filters *Filter_Config `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

Represent a request to fetch raw vector.

func Object_VectorRequestFromVTPool added in v1.7.6

func Object_VectorRequestFromVTPool() *Object_VectorRequest

func (*Object_VectorRequest) Descriptor deprecated

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

Deprecated: Use Object_VectorRequest.ProtoReflect.Descriptor instead.

func (*Object_VectorRequest) EqualMessageVT added in v1.7.6

func (this *Object_VectorRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_VectorRequest) EqualVT added in v1.7.6

func (this *Object_VectorRequest) EqualVT(that *Object_VectorRequest) bool

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) ResetVT added in v1.7.6

func (m *Object_VectorRequest) ResetVT()

func (*Object_VectorRequest) ReturnToVTPool added in v1.7.6

func (m *Object_VectorRequest) ReturnToVTPool()

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
}

Represent multiple vectors.

func Object_VectorsFromVTPool added in v1.7.6

func Object_VectorsFromVTPool() *Object_Vectors

func (*Object_Vectors) Descriptor deprecated

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

Deprecated: Use Object_Vectors.ProtoReflect.Descriptor instead.

func (*Object_Vectors) EqualMessageVT added in v1.7.6

func (this *Object_Vectors) EqualMessageVT(thatMsg proto.Message) bool

func (*Object_Vectors) EqualVT added in v1.7.6

func (this *Object_Vectors) EqualVT(that *Object_Vectors) bool

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) ResetVT added in v1.7.6

func (m *Object_Vectors) ResetVT()

func (*Object_Vectors) ReturnToVTPool added in v1.7.6

func (m *Object_Vectors) ReturnToVTPool()

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()
	ProtoReflect() protoreflect.Message
	Descriptor() ([]byte, []int)
	MarshalToSizedBufferVT(dAtA []byte) (int, error)
	MarshalToVT(dAtA []byte) (int, error)
	MarshalVT() (dAtA []byte, err error)
	SizeVT() (n int)
	UnmarshalVT(dAtA []byte) error
}

type Remove

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

Remove related messages.

func RemoveFromVTPool added in v1.7.6

func RemoveFromVTPool() *Remove

func (*Remove) Descriptor deprecated

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

Deprecated: Use Remove.ProtoReflect.Descriptor instead.

func (*Remove) EqualMessageVT added in v1.7.6

func (this *Remove) EqualMessageVT(thatMsg proto.Message) bool

func (*Remove) EqualVT added in v1.7.6

func (this *Remove) EqualVT(that *Remove) bool

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) ResetVT added in v1.7.6

func (m *Remove) ResetVT()

func (*Remove) ReturnToVTPool added in v1.7.6

func (m *Remove) ReturnToVTPool()

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 {

	// A flag to skip exist check during upsert operation.
	SkipStrictExistCheck bool `` /* 126-byte string literal not displayed */
	// Remove timestamp.
	Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

Represent the remove configuration.

func Remove_ConfigFromVTPool added in v1.7.6

func Remove_ConfigFromVTPool() *Remove_Config

func (*Remove_Config) Descriptor deprecated

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

Deprecated: Use Remove_Config.ProtoReflect.Descriptor instead.

func (*Remove_Config) EqualMessageVT added in v1.7.6

func (this *Remove_Config) EqualMessageVT(thatMsg proto.Message) bool

func (*Remove_Config) EqualVT added in v1.7.6

func (this *Remove_Config) EqualVT(that *Remove_Config) bool

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) ResetVT added in v1.7.6

func (m *Remove_Config) ResetVT()

func (*Remove_Config) ReturnToVTPool added in v1.7.6

func (m *Remove_Config) ReturnToVTPool()

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 {

	// Represent the multiple remove request content.
	Requests []*Remove_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Represent the multiple remove request.

func Remove_MultiRequestFromVTPool added in v1.7.6

func Remove_MultiRequestFromVTPool() *Remove_MultiRequest

func (*Remove_MultiRequest) Descriptor deprecated

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

Deprecated: Use Remove_MultiRequest.ProtoReflect.Descriptor instead.

func (*Remove_MultiRequest) EqualMessageVT added in v1.7.6

func (this *Remove_MultiRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Remove_MultiRequest) EqualVT added in v1.7.6

func (this *Remove_MultiRequest) EqualVT(that *Remove_MultiRequest) bool

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) ResetVT added in v1.7.6

func (m *Remove_MultiRequest) ResetVT()

func (*Remove_MultiRequest) ReturnToVTPool added in v1.7.6

func (m *Remove_MultiRequest) ReturnToVTPool()

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 {

	// The object ID to be removed.
	Id *Object_ID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The configuration of the remove request.
	Config *Remove_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Represent the remove request.

func Remove_RequestFromVTPool added in v1.7.6

func Remove_RequestFromVTPool() *Remove_Request

func (*Remove_Request) Descriptor deprecated

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

Deprecated: Use Remove_Request.ProtoReflect.Descriptor instead.

func (*Remove_Request) EqualMessageVT added in v1.7.6

func (this *Remove_Request) EqualMessageVT(thatMsg proto.Message) bool

func (*Remove_Request) EqualVT added in v1.7.6

func (this *Remove_Request) EqualVT(that *Remove_Request) bool

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) ResetVT added in v1.7.6

func (m *Remove_Request) ResetVT()

func (*Remove_Request) ReturnToVTPool added in v1.7.6

func (m *Remove_Request) ReturnToVTPool()

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 Search struct {
	// contains filtered or unexported fields
}

Search related messages.

func SearchFromVTPool added in v1.7.6

func SearchFromVTPool() *Search

func (*Search) Descriptor deprecated

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

Deprecated: Use Search.ProtoReflect.Descriptor instead.

func (*Search) EqualMessageVT added in v1.7.6

func (this *Search) EqualMessageVT(thatMsg proto.Message) bool

func (*Search) EqualVT added in v1.7.6

func (this *Search) EqualVT(that *Search) bool

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) ResetVT added in v1.7.6

func (m *Search) ResetVT()

func (*Search) ReturnToVTPool added in v1.7.6

func (m *Search) ReturnToVTPool()

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_AggregationAlgorithm added in v1.7.6

type Search_AggregationAlgorithm int32

AggregationAlgorithm is enum of each aggregation algorithms

const (
	Search_Unknown         Search_AggregationAlgorithm = 0
	Search_ConcurrentQueue Search_AggregationAlgorithm = 1
	Search_SortSlice       Search_AggregationAlgorithm = 2
	Search_SortPoolSlice   Search_AggregationAlgorithm = 3
	Search_PairingHeap     Search_AggregationAlgorithm = 4
)

func (Search_AggregationAlgorithm) Descriptor added in v1.7.6

func (Search_AggregationAlgorithm) Enum added in v1.7.6

func (Search_AggregationAlgorithm) EnumDescriptor deprecated added in v1.7.6

func (Search_AggregationAlgorithm) EnumDescriptor() ([]byte, []int)

Deprecated: Use Search_AggregationAlgorithm.Descriptor instead.

func (Search_AggregationAlgorithm) Number added in v1.7.6

func (Search_AggregationAlgorithm) String added in v1.7.6

func (Search_AggregationAlgorithm) Type added in v1.7.6

type Search_Config

type Search_Config struct {

	// Unique request ID.
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Maximum number of result to be returned.
	Num uint32 `protobuf:"varint,2,opt,name=num,proto3" json:"num,omitempty"`
	// Search radius.
	Radius float32 `protobuf:"fixed32,3,opt,name=radius,proto3" json:"radius,omitempty"`
	// Search coefficient.
	Epsilon float32 `protobuf:"fixed32,4,opt,name=epsilon,proto3" json:"epsilon,omitempty"`
	// Search timeout in nanoseconds.
	Timeout int64 `protobuf:"varint,5,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// Ingress filter configurations.
	IngressFilters *Filter_Config `protobuf:"bytes,6,opt,name=ingress_filters,json=ingressFilters,proto3" json:"ingress_filters,omitempty"`
	// Egress filter configurations.
	EgressFilters *Filter_Config `protobuf:"bytes,7,opt,name=egress_filters,json=egressFilters,proto3" json:"egress_filters,omitempty"`
	// Minimum number of result to be returned.
	MinNum uint32 `protobuf:"varint,8,opt,name=min_num,json=minNum,proto3" json:"min_num,omitempty"`
	// Aggregation Algorithm
	AggregationAlgorithm Search_AggregationAlgorithm `` /* 166-byte string literal not displayed */
	// contains filtered or unexported fields
}

Represent search configuration.

func Search_ConfigFromVTPool added in v1.7.6

func Search_ConfigFromVTPool() *Search_Config

func (*Search_Config) Descriptor deprecated

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

Deprecated: Use Search_Config.ProtoReflect.Descriptor instead.

func (*Search_Config) EqualMessageVT added in v1.7.6

func (this *Search_Config) EqualMessageVT(thatMsg proto.Message) bool

func (*Search_Config) EqualVT added in v1.7.6

func (this *Search_Config) EqualVT(that *Search_Config) bool

func (*Search_Config) GetAggregationAlgorithm added in v1.7.6

func (x *Search_Config) GetAggregationAlgorithm() Search_AggregationAlgorithm

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) GetMinNum added in v1.4.0

func (x *Search_Config) GetMinNum() uint32

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) ResetVT added in v1.7.6

func (m *Search_Config) ResetVT()

func (*Search_Config) ReturnToVTPool added in v1.7.6

func (m *Search_Config) ReturnToVTPool()

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 {

	// The vector ID to be searched.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The configuration of the search request.
	Config *Search_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Represent a search by ID request.

func Search_IDRequestFromVTPool added in v1.7.6

func Search_IDRequestFromVTPool() *Search_IDRequest

func (*Search_IDRequest) Descriptor deprecated

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

Deprecated: Use Search_IDRequest.ProtoReflect.Descriptor instead.

func (*Search_IDRequest) EqualMessageVT added in v1.7.6

func (this *Search_IDRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Search_IDRequest) EqualVT added in v1.7.6

func (this *Search_IDRequest) EqualVT(that *Search_IDRequest) bool

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) ResetVT added in v1.7.6

func (m *Search_IDRequest) ResetVT()

func (*Search_IDRequest) ReturnToVTPool added in v1.7.6

func (m *Search_IDRequest) ReturnToVTPool()

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 {

	// Represent the multiple search by ID request content.
	Requests []*Search_IDRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Represent the multiple search by ID request.

func Search_MultiIDRequestFromVTPool added in v1.7.6

func Search_MultiIDRequestFromVTPool() *Search_MultiIDRequest

func (*Search_MultiIDRequest) Descriptor deprecated

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

Deprecated: Use Search_MultiIDRequest.ProtoReflect.Descriptor instead.

func (*Search_MultiIDRequest) EqualMessageVT added in v1.7.6

func (this *Search_MultiIDRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Search_MultiIDRequest) EqualVT added in v1.7.6

func (this *Search_MultiIDRequest) EqualVT(that *Search_MultiIDRequest) bool

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) ResetVT added in v1.7.6

func (m *Search_MultiIDRequest) ResetVT()

func (*Search_MultiIDRequest) ReturnToVTPool added in v1.7.6

func (m *Search_MultiIDRequest) ReturnToVTPool()

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 {

	// Represent the multiple search by binary object request content.
	Requests []*Search_ObjectRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Represent the multiple search by binary object request.

func Search_MultiObjectRequestFromVTPool added in v1.7.6

func Search_MultiObjectRequestFromVTPool() *Search_MultiObjectRequest

func (*Search_MultiObjectRequest) Descriptor deprecated

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

Deprecated: Use Search_MultiObjectRequest.ProtoReflect.Descriptor instead.

func (*Search_MultiObjectRequest) EqualMessageVT added in v1.7.6

func (this *Search_MultiObjectRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Search_MultiObjectRequest) EqualVT added in v1.7.6

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) ResetVT added in v1.7.6

func (m *Search_MultiObjectRequest) ResetVT()

func (*Search_MultiObjectRequest) ReturnToVTPool added in v1.7.6

func (m *Search_MultiObjectRequest) ReturnToVTPool()

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 {

	// Represent the multiple search request content.
	Requests []*Search_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Represent the multiple search request.

func Search_MultiRequestFromVTPool added in v1.7.6

func Search_MultiRequestFromVTPool() *Search_MultiRequest

func (*Search_MultiRequest) Descriptor deprecated

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

Deprecated: Use Search_MultiRequest.ProtoReflect.Descriptor instead.

func (*Search_MultiRequest) EqualMessageVT added in v1.7.6

func (this *Search_MultiRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Search_MultiRequest) EqualVT added in v1.7.6

func (this *Search_MultiRequest) EqualVT(that *Search_MultiRequest) bool

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) ResetVT added in v1.7.6

func (m *Search_MultiRequest) ResetVT()

func (*Search_MultiRequest) ReturnToVTPool added in v1.7.6

func (m *Search_MultiRequest) ReturnToVTPool()

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 {

	// The binary object to be searched.
	Object []byte `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// The configuration of the search request.
	Config *Search_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// Filter configuration.
	Vectorizer *Filter_Target `protobuf:"bytes,3,opt,name=vectorizer,proto3" json:"vectorizer,omitempty"`
	// contains filtered or unexported fields
}

Represent a search by binary object request.

func Search_ObjectRequestFromVTPool added in v1.7.6

func Search_ObjectRequestFromVTPool() *Search_ObjectRequest

func (*Search_ObjectRequest) Descriptor deprecated

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

Deprecated: Use Search_ObjectRequest.ProtoReflect.Descriptor instead.

func (*Search_ObjectRequest) EqualMessageVT added in v1.7.6

func (this *Search_ObjectRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Search_ObjectRequest) EqualVT added in v1.7.6

func (this *Search_ObjectRequest) EqualVT(that *Search_ObjectRequest) bool

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) ResetVT added in v1.7.6

func (m *Search_ObjectRequest) ResetVT()

func (*Search_ObjectRequest) ReturnToVTPool added in v1.7.6

func (m *Search_ObjectRequest) ReturnToVTPool()

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 {

	// The vector to be searched.
	Vector []float32 `protobuf:"fixed32,1,rep,packed,name=vector,proto3" json:"vector,omitempty"`
	// The configuration of the search request.
	Config *Search_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Represent a search request.

func Search_RequestFromVTPool added in v1.7.6

func Search_RequestFromVTPool() *Search_Request

func (*Search_Request) Descriptor deprecated

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

Deprecated: Use Search_Request.ProtoReflect.Descriptor instead.

func (*Search_Request) EqualMessageVT added in v1.7.6

func (this *Search_Request) EqualMessageVT(thatMsg proto.Message) bool

func (*Search_Request) EqualVT added in v1.7.6

func (this *Search_Request) EqualVT(that *Search_Request) bool

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) ResetVT added in v1.7.6

func (m *Search_Request) ResetVT()

func (*Search_Request) ReturnToVTPool added in v1.7.6

func (m *Search_Request) ReturnToVTPool()

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 {

	// The unique request ID.
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Search results.
	Results []*Object_Distance `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

Represent a search response.

func Search_ResponseFromVTPool added in v1.7.6

func Search_ResponseFromVTPool() *Search_Response

func (*Search_Response) Descriptor deprecated

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

Deprecated: Use Search_Response.ProtoReflect.Descriptor instead.

func (*Search_Response) EqualMessageVT added in v1.7.6

func (this *Search_Response) EqualMessageVT(thatMsg proto.Message) bool

func (*Search_Response) EqualVT added in v1.7.6

func (this *Search_Response) EqualVT(that *Search_Response) bool

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) ResetVT added in v1.7.6

func (m *Search_Response) ResetVT()

func (*Search_Response) ReturnToVTPool added in v1.7.6

func (m *Search_Response) ReturnToVTPool()

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 {

	// Represent the multiple search response content.
	Responses []*Search_Response `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

Represent multiple search responses.

func Search_ResponsesFromVTPool added in v1.7.6

func Search_ResponsesFromVTPool() *Search_Responses

func (*Search_Responses) Descriptor deprecated

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

Deprecated: Use Search_Responses.ProtoReflect.Descriptor instead.

func (*Search_Responses) EqualMessageVT added in v1.7.6

func (this *Search_Responses) EqualMessageVT(thatMsg proto.Message) bool

func (*Search_Responses) EqualVT added in v1.7.6

func (this *Search_Responses) EqualVT(that *Search_Responses) bool

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) ResetVT added in v1.7.6

func (m *Search_Responses) ResetVT()

func (*Search_Responses) ReturnToVTPool added in v1.7.6

func (m *Search_Responses) ReturnToVTPool()

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
}

Represent stream search response.

func (*Search_StreamResponse) Descriptor deprecated

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

Deprecated: Use Search_StreamResponse.ProtoReflect.Descriptor instead.

func (*Search_StreamResponse) EqualMessageVT added in v1.7.6

func (this *Search_StreamResponse) EqualMessageVT(thatMsg proto.Message) bool

func (*Search_StreamResponse) EqualVT added in v1.7.6

func (this *Search_StreamResponse) EqualVT(that *Search_StreamResponse) bool

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 {
	// Represent the search response.
	Response *Search_Response `protobuf:"bytes,1,opt,name=response,proto3,oneof"`
}

func (*Search_StreamResponse_Response) EqualVT added in v1.7.6

func (this *Search_StreamResponse_Response) EqualVT(thatIface isSearch_StreamResponse_Payload) bool

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 {
	// The RPC error status.
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3,oneof"`
}

func (*Search_StreamResponse_Status) EqualVT added in v1.7.6

func (this *Search_StreamResponse_Status) EqualVT(thatIface isSearch_StreamResponse_Payload) bool

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
}

Update related messages

func UpdateFromVTPool added in v1.7.6

func UpdateFromVTPool() *Update

func (*Update) Descriptor deprecated

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

Deprecated: Use Update.ProtoReflect.Descriptor instead.

func (*Update) EqualMessageVT added in v1.7.6

func (this *Update) EqualMessageVT(thatMsg proto.Message) bool

func (*Update) EqualVT added in v1.7.6

func (this *Update) EqualVT(that *Update) bool

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) ResetVT added in v1.7.6

func (m *Update) ResetVT()

func (*Update) ReturnToVTPool added in v1.7.6

func (m *Update) ReturnToVTPool()

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 {

	// A flag to skip exist check during update operation.
	SkipStrictExistCheck bool `` /* 126-byte string literal not displayed */
	// Filter configuration.
	Filters *Filter_Config `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	// Update timestamp.
	Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// A flag to disable balanced update (split remove -> insert operation) during update operation.
	DisableBalancedUpdate bool `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Represent the update configuration.

func Update_ConfigFromVTPool added in v1.7.6

func Update_ConfigFromVTPool() *Update_Config

func (*Update_Config) Descriptor deprecated

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

Deprecated: Use Update_Config.ProtoReflect.Descriptor instead.

func (*Update_Config) EqualMessageVT added in v1.7.6

func (this *Update_Config) EqualMessageVT(thatMsg proto.Message) bool

func (*Update_Config) EqualVT added in v1.7.6

func (this *Update_Config) EqualVT(that *Update_Config) bool

func (*Update_Config) GetDisableBalancedUpdate added in v1.7.3

func (x *Update_Config) GetDisableBalancedUpdate() bool

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) ResetVT added in v1.7.6

func (m *Update_Config) ResetVT()

func (*Update_Config) ReturnToVTPool added in v1.7.6

func (m *Update_Config) ReturnToVTPool()

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 {

	// Represent the multiple update object request content.
	Requests []*Update_ObjectRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Represent the multiple update binary object request.

func Update_MultiObjectRequestFromVTPool added in v1.7.6

func Update_MultiObjectRequestFromVTPool() *Update_MultiObjectRequest

func (*Update_MultiObjectRequest) Descriptor deprecated

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

Deprecated: Use Update_MultiObjectRequest.ProtoReflect.Descriptor instead.

func (*Update_MultiObjectRequest) EqualMessageVT added in v1.7.6

func (this *Update_MultiObjectRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Update_MultiObjectRequest) EqualVT added in v1.7.6

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) ResetVT added in v1.7.6

func (m *Update_MultiObjectRequest) ResetVT()

func (*Update_MultiObjectRequest) ReturnToVTPool added in v1.7.6

func (m *Update_MultiObjectRequest) ReturnToVTPool()

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 {

	// Represent the multiple update request content.
	Requests []*Update_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Represent the multiple update request.

func Update_MultiRequestFromVTPool added in v1.7.6

func Update_MultiRequestFromVTPool() *Update_MultiRequest

func (*Update_MultiRequest) Descriptor deprecated

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

Deprecated: Use Update_MultiRequest.ProtoReflect.Descriptor instead.

func (*Update_MultiRequest) EqualMessageVT added in v1.7.6

func (this *Update_MultiRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Update_MultiRequest) EqualVT added in v1.7.6

func (this *Update_MultiRequest) EqualVT(that *Update_MultiRequest) bool

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) ResetVT added in v1.7.6

func (m *Update_MultiRequest) ResetVT()

func (*Update_MultiRequest) ReturnToVTPool added in v1.7.6

func (m *Update_MultiRequest) ReturnToVTPool()

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 {

	// The binary object to be updated.
	Object *Object_Blob `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// The configuration of the update request.
	Config *Update_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// Filter target.
	Vectorizer *Filter_Target `protobuf:"bytes,3,opt,name=vectorizer,proto3" json:"vectorizer,omitempty"`
	// contains filtered or unexported fields
}

Represent the update binary object request.

func Update_ObjectRequestFromVTPool added in v1.7.6

func Update_ObjectRequestFromVTPool() *Update_ObjectRequest

func (*Update_ObjectRequest) Descriptor deprecated

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

Deprecated: Use Update_ObjectRequest.ProtoReflect.Descriptor instead.

func (*Update_ObjectRequest) EqualMessageVT added in v1.7.6

func (this *Update_ObjectRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Update_ObjectRequest) EqualVT added in v1.7.6

func (this *Update_ObjectRequest) EqualVT(that *Update_ObjectRequest) bool

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) ResetVT added in v1.7.6

func (m *Update_ObjectRequest) ResetVT()

func (*Update_ObjectRequest) ReturnToVTPool added in v1.7.6

func (m *Update_ObjectRequest) ReturnToVTPool()

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 {

	// The vector to be updated.
	Vector *Object_Vector `protobuf:"bytes,1,opt,name=vector,proto3" json:"vector,omitempty"`
	// The configuration of the update request.
	Config *Update_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Represent the update request.

func Update_RequestFromVTPool added in v1.7.6

func Update_RequestFromVTPool() *Update_Request

func (*Update_Request) Descriptor deprecated

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

Deprecated: Use Update_Request.ProtoReflect.Descriptor instead.

func (*Update_Request) EqualMessageVT added in v1.7.6

func (this *Update_Request) EqualMessageVT(thatMsg proto.Message) bool

func (*Update_Request) EqualVT added in v1.7.6

func (this *Update_Request) EqualVT(that *Update_Request) bool

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) ResetVT added in v1.7.6

func (m *Update_Request) ResetVT()

func (*Update_Request) ReturnToVTPool added in v1.7.6

func (m *Update_Request) ReturnToVTPool()

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
}

Upsert related messages.

func UpsertFromVTPool added in v1.7.6

func UpsertFromVTPool() *Upsert

func (*Upsert) Descriptor deprecated

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

Deprecated: Use Upsert.ProtoReflect.Descriptor instead.

func (*Upsert) EqualMessageVT added in v1.7.6

func (this *Upsert) EqualMessageVT(thatMsg proto.Message) bool

func (*Upsert) EqualVT added in v1.7.6

func (this *Upsert) EqualVT(that *Upsert) bool

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) ResetVT added in v1.7.6

func (m *Upsert) ResetVT()

func (*Upsert) ReturnToVTPool added in v1.7.6

func (m *Upsert) ReturnToVTPool()

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 {

	// A flag to skip exist check during upsert operation.
	SkipStrictExistCheck bool `` /* 126-byte string literal not displayed */
	// Filter configuration.
	Filters *Filter_Config `protobuf:"bytes,2,opt,name=filters,proto3" json:"filters,omitempty"`
	// Upsert timestamp.
	Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// A flag to disable balanced update (split remove -> insert operation) during update operation.
	DisableBalancedUpdate bool `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Represent the upsert configuration.

func Upsert_ConfigFromVTPool added in v1.7.6

func Upsert_ConfigFromVTPool() *Upsert_Config

func (*Upsert_Config) Descriptor deprecated

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

Deprecated: Use Upsert_Config.ProtoReflect.Descriptor instead.

func (*Upsert_Config) EqualMessageVT added in v1.7.6

func (this *Upsert_Config) EqualMessageVT(thatMsg proto.Message) bool

func (*Upsert_Config) EqualVT added in v1.7.6

func (this *Upsert_Config) EqualVT(that *Upsert_Config) bool

func (*Upsert_Config) GetDisableBalancedUpdate added in v1.7.3

func (x *Upsert_Config) GetDisableBalancedUpdate() bool

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) ResetVT added in v1.7.6

func (m *Upsert_Config) ResetVT()

func (*Upsert_Config) ReturnToVTPool added in v1.7.6

func (m *Upsert_Config) ReturnToVTPool()

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 {

	// Represent the multiple upsert object request content.
	Requests []*Upsert_ObjectRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Represent the multiple upsert binary object request.

func Upsert_MultiObjectRequestFromVTPool added in v1.7.6

func Upsert_MultiObjectRequestFromVTPool() *Upsert_MultiObjectRequest

func (*Upsert_MultiObjectRequest) Descriptor deprecated

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

Deprecated: Use Upsert_MultiObjectRequest.ProtoReflect.Descriptor instead.

func (*Upsert_MultiObjectRequest) EqualMessageVT added in v1.7.6

func (this *Upsert_MultiObjectRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Upsert_MultiObjectRequest) EqualVT added in v1.7.6

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) ResetVT added in v1.7.6

func (m *Upsert_MultiObjectRequest) ResetVT()

func (*Upsert_MultiObjectRequest) ReturnToVTPool added in v1.7.6

func (m *Upsert_MultiObjectRequest) ReturnToVTPool()

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 {

	// Represent the multiple upsert request content.
	Requests []*Upsert_Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Represent mthe ultiple upsert request.

func Upsert_MultiRequestFromVTPool added in v1.7.6

func Upsert_MultiRequestFromVTPool() *Upsert_MultiRequest

func (*Upsert_MultiRequest) Descriptor deprecated

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

Deprecated: Use Upsert_MultiRequest.ProtoReflect.Descriptor instead.

func (*Upsert_MultiRequest) EqualMessageVT added in v1.7.6

func (this *Upsert_MultiRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Upsert_MultiRequest) EqualVT added in v1.7.6

func (this *Upsert_MultiRequest) EqualVT(that *Upsert_MultiRequest) bool

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) ResetVT added in v1.7.6

func (m *Upsert_MultiRequest) ResetVT()

func (*Upsert_MultiRequest) ReturnToVTPool added in v1.7.6

func (m *Upsert_MultiRequest) ReturnToVTPool()

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 {

	// The binary object to be upserted.
	Object *Object_Blob `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// The configuration of the upsert request.
	Config *Upsert_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// Filter target.
	Vectorizer *Filter_Target `protobuf:"bytes,3,opt,name=vectorizer,proto3" json:"vectorizer,omitempty"`
	// contains filtered or unexported fields
}

Represent the upsert binary object request.

func Upsert_ObjectRequestFromVTPool added in v1.7.6

func Upsert_ObjectRequestFromVTPool() *Upsert_ObjectRequest

func (*Upsert_ObjectRequest) Descriptor deprecated

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

Deprecated: Use Upsert_ObjectRequest.ProtoReflect.Descriptor instead.

func (*Upsert_ObjectRequest) EqualMessageVT added in v1.7.6

func (this *Upsert_ObjectRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*Upsert_ObjectRequest) EqualVT added in v1.7.6

func (this *Upsert_ObjectRequest) EqualVT(that *Upsert_ObjectRequest) bool

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) ResetVT added in v1.7.6

func (m *Upsert_ObjectRequest) ResetVT()

func (*Upsert_ObjectRequest) ReturnToVTPool added in v1.7.6

func (m *Upsert_ObjectRequest) ReturnToVTPool()

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 {

	// The vector to be upserted.
	Vector *Object_Vector `protobuf:"bytes,1,opt,name=vector,proto3" json:"vector,omitempty"`
	// The configuration of the upsert request.
	Config *Upsert_Config `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

Represent the upsert request.

func Upsert_RequestFromVTPool added in v1.7.6

func Upsert_RequestFromVTPool() *Upsert_Request

func (*Upsert_Request) Descriptor deprecated

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

Deprecated: Use Upsert_Request.ProtoReflect.Descriptor instead.

func (*Upsert_Request) EqualMessageVT added in v1.7.6

func (this *Upsert_Request) EqualMessageVT(thatMsg proto.Message) bool

func (*Upsert_Request) EqualVT added in v1.7.6

func (this *Upsert_Request) EqualVT(that *Upsert_Request) bool

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) ResetVT added in v1.7.6

func (m *Upsert_Request) ResetVT()

func (*Upsert_Request) ReturnToVTPool added in v1.7.6

func (m *Upsert_Request) ReturnToVTPool()

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