pb

package
v0.0.0-...-47eb5cf Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 6 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DatabaseState_name = map[int32]string{
		0: "DatabaseUnknown",
		1: "DatabaseCreated",
		2: "DatabaseCreating",
		3: "DatabaseDropping",
		4: "DatabaseDropped",
	}
	DatabaseState_value = map[string]int32{
		"DatabaseUnknown":  0,
		"DatabaseCreated":  1,
		"DatabaseCreating": 2,
		"DatabaseDropping": 3,
		"DatabaseDropped":  4,
	}
)

Enum value maps for DatabaseState.

View Source
var (
	CollectionState_name = map[int32]string{
		0: "CollectionCreated",
		1: "CollectionCreating",
		2: "CollectionDropping",
		3: "CollectionDropped",
	}
	CollectionState_value = map[string]int32{
		"CollectionCreated":  0,
		"CollectionCreating": 1,
		"CollectionDropping": 2,
		"CollectionDropped":  3,
	}
)

Enum value maps for CollectionState.

View Source
var (
	PartitionState_name = map[int32]string{
		0: "PartitionCreated",
		1: "PartitionCreating",
		2: "PartitionDropping",
		3: "PartitionDropped",
	}
	PartitionState_value = map[string]int32{
		"PartitionCreated":  0,
		"PartitionCreating": 1,
		"PartitionDropping": 2,
		"PartitionDropped":  3,
	}
)

Enum value maps for PartitionState.

View Source
var (
	AliasState_name = map[int32]string{
		0: "AliasCreated",
		1: "AliasCreating",
		2: "AliasDropping",
		3: "AliasDropped",
	}
	AliasState_value = map[string]int32{
		"AliasCreated":  0,
		"AliasCreating": 1,
		"AliasDropping": 2,
		"AliasDropped":  3,
	}
)

Enum value maps for AliasState.

View Source
var File_etcd_meta_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AliasInfo

type AliasInfo struct {
	AliasName    string     `protobuf:"bytes,1,opt,name=alias_name,json=aliasName,proto3" json:"alias_name,omitempty"`
	CollectionId int64      `protobuf:"varint,2,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
	CreatedTime  uint64     `protobuf:"varint,3,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
	State        AliasState `protobuf:"varint,4,opt,name=state,proto3,enum=milvus.proto.etcd.AliasState" json:"state,omitempty"` // To keep compatible with older version, default state is `Created`.
	DbId         int64      `protobuf:"varint,5,opt,name=db_id,json=dbId,proto3" json:"db_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AliasInfo) Descriptor deprecated

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

Deprecated: Use AliasInfo.ProtoReflect.Descriptor instead.

func (*AliasInfo) GetAliasName

func (x *AliasInfo) GetAliasName() string

func (*AliasInfo) GetCollectionId

func (x *AliasInfo) GetCollectionId() int64

func (*AliasInfo) GetCreatedTime

func (x *AliasInfo) GetCreatedTime() uint64

func (*AliasInfo) GetDbId

func (x *AliasInfo) GetDbId() int64

func (*AliasInfo) GetState

func (x *AliasInfo) GetState() AliasState

func (*AliasInfo) ProtoMessage

func (*AliasInfo) ProtoMessage()

func (*AliasInfo) ProtoReflect

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

func (*AliasInfo) Reset

func (x *AliasInfo) Reset()

func (*AliasInfo) String

func (x *AliasInfo) String() string

type AliasState

type AliasState int32
const (
	AliasState_AliasCreated  AliasState = 0
	AliasState_AliasCreating AliasState = 1
	AliasState_AliasDropping AliasState = 2
	AliasState_AliasDropped  AliasState = 3
)

func (AliasState) Descriptor

func (AliasState) Descriptor() protoreflect.EnumDescriptor

func (AliasState) Enum

func (x AliasState) Enum() *AliasState

func (AliasState) EnumDescriptor deprecated

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

Deprecated: Use AliasState.Descriptor instead.

func (AliasState) Number

func (x AliasState) Number() protoreflect.EnumNumber

func (AliasState) String

func (x AliasState) String() string

func (AliasState) Type

type CollectionInfo

type CollectionInfo struct {
	ID         int64                      `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Schema     *schemapb.CollectionSchema `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	CreateTime uint64                     `protobuf:"varint,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// deprecate
	PartitionIDs []int64 `protobuf:"varint,4,rep,packed,name=partitionIDs,proto3" json:"partitionIDs,omitempty"`
	// deprecate
	PartitionNames []string `protobuf:"bytes,5,rep,name=partitionNames,proto3" json:"partitionNames,omitempty"`
	// deprecate
	FieldIndexes         []*FieldIndexInfo `protobuf:"bytes,6,rep,name=field_indexes,json=fieldIndexes,proto3" json:"field_indexes,omitempty"`
	VirtualChannelNames  []string          `protobuf:"bytes,7,rep,name=virtual_channel_names,json=virtualChannelNames,proto3" json:"virtual_channel_names,omitempty"`
	PhysicalChannelNames []string          `protobuf:"bytes,8,rep,name=physical_channel_names,json=physicalChannelNames,proto3" json:"physical_channel_names,omitempty"`
	// deprecate
	PartitionCreatedTimestamps []uint64                  `` /* 149-byte string literal not displayed */
	ShardsNum                  int32                     `protobuf:"varint,10,opt,name=shards_num,json=shardsNum,proto3" json:"shards_num,omitempty"`
	StartPositions             []*commonpb.KeyDataPair   `protobuf:"bytes,11,rep,name=start_positions,json=startPositions,proto3" json:"start_positions,omitempty"`
	ConsistencyLevel           commonpb.ConsistencyLevel ``                                                                                                         /* 153-byte string literal not displayed */
	State                      CollectionState           `protobuf:"varint,13,opt,name=state,proto3,enum=milvus.proto.etcd.CollectionState" json:"state,omitempty"` // To keep compatible with older version, default state is `Created`.
	Properties                 []*commonpb.KeyValuePair  `protobuf:"bytes,14,rep,name=properties,proto3" json:"properties,omitempty"`
	DbId                       int64                     `protobuf:"varint,15,opt,name=db_id,json=dbId,proto3" json:"db_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CollectionInfo) Descriptor deprecated

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

Deprecated: Use CollectionInfo.ProtoReflect.Descriptor instead.

func (*CollectionInfo) GetConsistencyLevel

func (x *CollectionInfo) GetConsistencyLevel() commonpb.ConsistencyLevel

func (*CollectionInfo) GetCreateTime

func (x *CollectionInfo) GetCreateTime() uint64

func (*CollectionInfo) GetDbId

func (x *CollectionInfo) GetDbId() int64

func (*CollectionInfo) GetFieldIndexes

func (x *CollectionInfo) GetFieldIndexes() []*FieldIndexInfo

func (*CollectionInfo) GetID

func (x *CollectionInfo) GetID() int64

func (*CollectionInfo) GetPartitionCreatedTimestamps

func (x *CollectionInfo) GetPartitionCreatedTimestamps() []uint64

func (*CollectionInfo) GetPartitionIDs

func (x *CollectionInfo) GetPartitionIDs() []int64

func (*CollectionInfo) GetPartitionNames

func (x *CollectionInfo) GetPartitionNames() []string

func (*CollectionInfo) GetPhysicalChannelNames

func (x *CollectionInfo) GetPhysicalChannelNames() []string

func (*CollectionInfo) GetProperties

func (x *CollectionInfo) GetProperties() []*commonpb.KeyValuePair

func (*CollectionInfo) GetSchema

func (x *CollectionInfo) GetSchema() *schemapb.CollectionSchema

func (*CollectionInfo) GetShardsNum

func (x *CollectionInfo) GetShardsNum() int32

func (*CollectionInfo) GetStartPositions

func (x *CollectionInfo) GetStartPositions() []*commonpb.KeyDataPair

func (*CollectionInfo) GetState

func (x *CollectionInfo) GetState() CollectionState

func (*CollectionInfo) GetVirtualChannelNames

func (x *CollectionInfo) GetVirtualChannelNames() []string

func (*CollectionInfo) ProtoMessage

func (*CollectionInfo) ProtoMessage()

func (*CollectionInfo) ProtoReflect

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

func (*CollectionInfo) Reset

func (x *CollectionInfo) Reset()

func (*CollectionInfo) String

func (x *CollectionInfo) String() string

type CollectionMeta

type CollectionMeta struct {
	ID            int64                      `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Schema        *schemapb.CollectionSchema `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	CreateTime    uint64                     `protobuf:"varint,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	SegmentIDs    []int64                    `protobuf:"varint,4,rep,packed,name=segmentIDs,proto3" json:"segmentIDs,omitempty"`
	PartitionTags []string                   `protobuf:"bytes,5,rep,name=partition_tags,json=partitionTags,proto3" json:"partition_tags,omitempty"`
	PartitionIDs  []int64                    `protobuf:"varint,6,rep,packed,name=partitionIDs,proto3" json:"partitionIDs,omitempty"`
	// contains filtered or unexported fields
}

TODO move to proto files of interprocess communication

func (*CollectionMeta) Descriptor deprecated

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

Deprecated: Use CollectionMeta.ProtoReflect.Descriptor instead.

func (*CollectionMeta) GetCreateTime

func (x *CollectionMeta) GetCreateTime() uint64

func (*CollectionMeta) GetID

func (x *CollectionMeta) GetID() int64

func (*CollectionMeta) GetPartitionIDs

func (x *CollectionMeta) GetPartitionIDs() []int64

func (*CollectionMeta) GetPartitionTags

func (x *CollectionMeta) GetPartitionTags() []string

func (*CollectionMeta) GetSchema

func (x *CollectionMeta) GetSchema() *schemapb.CollectionSchema

func (*CollectionMeta) GetSegmentIDs

func (x *CollectionMeta) GetSegmentIDs() []int64

func (*CollectionMeta) ProtoMessage

func (*CollectionMeta) ProtoMessage()

func (*CollectionMeta) ProtoReflect

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

func (*CollectionMeta) Reset

func (x *CollectionMeta) Reset()

func (*CollectionMeta) String

func (x *CollectionMeta) String() string

type CollectionState

type CollectionState int32
const (
	CollectionState_CollectionCreated  CollectionState = 0
	CollectionState_CollectionCreating CollectionState = 1
	CollectionState_CollectionDropping CollectionState = 2
	CollectionState_CollectionDropped  CollectionState = 3
)

func (CollectionState) Descriptor

func (CollectionState) Enum

func (x CollectionState) Enum() *CollectionState

func (CollectionState) EnumDescriptor deprecated

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

Deprecated: Use CollectionState.Descriptor instead.

func (CollectionState) Number

func (CollectionState) String

func (x CollectionState) String() string

func (CollectionState) Type

type CredentialInfo

type CredentialInfo struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// encrypted by bcrypt (for higher security level)
	EncryptedPassword string `protobuf:"bytes,2,opt,name=encrypted_password,json=encryptedPassword,proto3" json:"encrypted_password,omitempty"`
	Tenant            string `protobuf:"bytes,3,opt,name=tenant,proto3" json:"tenant,omitempty"`
	IsSuper           bool   `protobuf:"varint,4,opt,name=is_super,json=isSuper,proto3" json:"is_super,omitempty"`
	// encrypted by sha256 (for good performance in cache mapping)
	Sha256Password string `protobuf:"bytes,5,opt,name=sha256_password,json=sha256Password,proto3" json:"sha256_password,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialInfo) Descriptor deprecated

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

Deprecated: Use CredentialInfo.ProtoReflect.Descriptor instead.

func (*CredentialInfo) GetEncryptedPassword

func (x *CredentialInfo) GetEncryptedPassword() string

func (*CredentialInfo) GetIsSuper

func (x *CredentialInfo) GetIsSuper() bool

func (*CredentialInfo) GetSha256Password

func (x *CredentialInfo) GetSha256Password() string

func (*CredentialInfo) GetTenant

func (x *CredentialInfo) GetTenant() string

func (*CredentialInfo) GetUsername

func (x *CredentialInfo) GetUsername() string

func (*CredentialInfo) ProtoMessage

func (*CredentialInfo) ProtoMessage()

func (*CredentialInfo) ProtoReflect

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

func (*CredentialInfo) Reset

func (x *CredentialInfo) Reset()

func (*CredentialInfo) String

func (x *CredentialInfo) String() string

type DatabaseInfo

type DatabaseInfo struct {
	TenantId    string                   `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	Name        string                   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Id          int64                    `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	State       DatabaseState            `protobuf:"varint,4,opt,name=state,proto3,enum=milvus.proto.etcd.DatabaseState" json:"state,omitempty"`
	CreatedTime uint64                   `protobuf:"varint,5,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
	Properties  []*commonpb.KeyValuePair `protobuf:"bytes,6,rep,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*DatabaseInfo) Descriptor deprecated

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

Deprecated: Use DatabaseInfo.ProtoReflect.Descriptor instead.

func (*DatabaseInfo) GetCreatedTime

func (x *DatabaseInfo) GetCreatedTime() uint64

func (*DatabaseInfo) GetId

func (x *DatabaseInfo) GetId() int64

func (*DatabaseInfo) GetName

func (x *DatabaseInfo) GetName() string

func (*DatabaseInfo) GetProperties

func (x *DatabaseInfo) GetProperties() []*commonpb.KeyValuePair

func (*DatabaseInfo) GetState

func (x *DatabaseInfo) GetState() DatabaseState

func (*DatabaseInfo) GetTenantId

func (x *DatabaseInfo) GetTenantId() string

func (*DatabaseInfo) ProtoMessage

func (*DatabaseInfo) ProtoMessage()

func (*DatabaseInfo) ProtoReflect

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

func (*DatabaseInfo) Reset

func (x *DatabaseInfo) Reset()

func (*DatabaseInfo) String

func (x *DatabaseInfo) String() string

type DatabaseState

type DatabaseState int32
const (
	DatabaseState_DatabaseUnknown  DatabaseState = 0
	DatabaseState_DatabaseCreated  DatabaseState = 1
	DatabaseState_DatabaseCreating DatabaseState = 2
	DatabaseState_DatabaseDropping DatabaseState = 3
	DatabaseState_DatabaseDropped  DatabaseState = 4
)

func (DatabaseState) Descriptor

func (DatabaseState) Enum

func (x DatabaseState) Enum() *DatabaseState

func (DatabaseState) EnumDescriptor deprecated

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

Deprecated: Use DatabaseState.Descriptor instead.

func (DatabaseState) Number

func (DatabaseState) String

func (x DatabaseState) String() string

func (DatabaseState) Type

type FieldIndexInfo

type FieldIndexInfo struct {
	FiledID int64 `protobuf:"varint,1,opt,name=filedID,proto3" json:"filedID,omitempty"`
	IndexID int64 `protobuf:"varint,2,opt,name=indexID,proto3" json:"indexID,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldIndexInfo) Descriptor deprecated

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

Deprecated: Use FieldIndexInfo.ProtoReflect.Descriptor instead.

func (*FieldIndexInfo) GetFiledID

func (x *FieldIndexInfo) GetFiledID() int64

func (*FieldIndexInfo) GetIndexID

func (x *FieldIndexInfo) GetIndexID() int64

func (*FieldIndexInfo) ProtoMessage

func (*FieldIndexInfo) ProtoMessage()

func (*FieldIndexInfo) ProtoReflect

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

func (*FieldIndexInfo) Reset

func (x *FieldIndexInfo) Reset()

func (*FieldIndexInfo) String

func (x *FieldIndexInfo) String() string

type IndexInfo

type IndexInfo struct {
	IndexName   string                   `protobuf:"bytes,1,opt,name=index_name,json=indexName,proto3" json:"index_name,omitempty"`
	IndexID     int64                    `protobuf:"varint,2,opt,name=indexID,proto3" json:"indexID,omitempty"`
	IndexParams []*commonpb.KeyValuePair `protobuf:"bytes,3,rep,name=index_params,json=indexParams,proto3" json:"index_params,omitempty"`
	Deleted     bool                     `protobuf:"varint,4,opt,name=deleted,proto3" json:"deleted,omitempty"`
	CreateTime  uint64                   `protobuf:"varint,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexInfo) Descriptor deprecated

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

Deprecated: Use IndexInfo.ProtoReflect.Descriptor instead.

func (*IndexInfo) GetCreateTime

func (x *IndexInfo) GetCreateTime() uint64

func (*IndexInfo) GetDeleted

func (x *IndexInfo) GetDeleted() bool

func (*IndexInfo) GetIndexID

func (x *IndexInfo) GetIndexID() int64

func (*IndexInfo) GetIndexName

func (x *IndexInfo) GetIndexName() string

func (*IndexInfo) GetIndexParams

func (x *IndexInfo) GetIndexParams() []*commonpb.KeyValuePair

func (*IndexInfo) ProtoMessage

func (*IndexInfo) ProtoMessage()

func (*IndexInfo) ProtoReflect

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

func (*IndexInfo) Reset

func (x *IndexInfo) Reset()

func (*IndexInfo) String

func (x *IndexInfo) String() string

type PartitionInfo

type PartitionInfo struct {
	PartitionID               int64          `protobuf:"varint,1,opt,name=partitionID,proto3" json:"partitionID,omitempty"`
	PartitionName             string         `protobuf:"bytes,2,opt,name=partitionName,proto3" json:"partitionName,omitempty"`
	PartitionCreatedTimestamp uint64         `` /* 139-byte string literal not displayed */
	CollectionId              int64          `protobuf:"varint,4,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
	State                     PartitionState `protobuf:"varint,5,opt,name=state,proto3,enum=milvus.proto.etcd.PartitionState" json:"state,omitempty"` // To keep compatible with older version, default state is `Created`.
	// contains filtered or unexported fields
}

func (*PartitionInfo) Descriptor deprecated

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

Deprecated: Use PartitionInfo.ProtoReflect.Descriptor instead.

func (*PartitionInfo) GetCollectionId

func (x *PartitionInfo) GetCollectionId() int64

func (*PartitionInfo) GetPartitionCreatedTimestamp

func (x *PartitionInfo) GetPartitionCreatedTimestamp() uint64

func (*PartitionInfo) GetPartitionID

func (x *PartitionInfo) GetPartitionID() int64

func (*PartitionInfo) GetPartitionName

func (x *PartitionInfo) GetPartitionName() string

func (*PartitionInfo) GetState

func (x *PartitionInfo) GetState() PartitionState

func (*PartitionInfo) ProtoMessage

func (*PartitionInfo) ProtoMessage()

func (*PartitionInfo) ProtoReflect

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

func (*PartitionInfo) Reset

func (x *PartitionInfo) Reset()

func (*PartitionInfo) String

func (x *PartitionInfo) String() string

type PartitionState

type PartitionState int32
const (
	PartitionState_PartitionCreated  PartitionState = 0
	PartitionState_PartitionCreating PartitionState = 1
	PartitionState_PartitionDropping PartitionState = 2
	PartitionState_PartitionDropped  PartitionState = 3
)

func (PartitionState) Descriptor

func (PartitionState) Enum

func (x PartitionState) Enum() *PartitionState

func (PartitionState) EnumDescriptor deprecated

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

Deprecated: Use PartitionState.Descriptor instead.

func (PartitionState) Number

func (PartitionState) String

func (x PartitionState) String() string

func (PartitionState) Type

type SegmentIndexInfo

type SegmentIndexInfo struct {
	CollectionID int64  `protobuf:"varint,1,opt,name=collectionID,proto3" json:"collectionID,omitempty"`
	PartitionID  int64  `protobuf:"varint,2,opt,name=partitionID,proto3" json:"partitionID,omitempty"`
	SegmentID    int64  `protobuf:"varint,3,opt,name=segmentID,proto3" json:"segmentID,omitempty"`
	FieldID      int64  `protobuf:"varint,4,opt,name=fieldID,proto3" json:"fieldID,omitempty"`
	IndexID      int64  `protobuf:"varint,5,opt,name=indexID,proto3" json:"indexID,omitempty"`
	BuildID      int64  `protobuf:"varint,6,opt,name=buildID,proto3" json:"buildID,omitempty"`
	EnableIndex  bool   `protobuf:"varint,7,opt,name=enable_index,json=enableIndex,proto3" json:"enable_index,omitempty"`
	CreateTime   uint64 `protobuf:"varint,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// contains filtered or unexported fields
}

func (*SegmentIndexInfo) Descriptor deprecated

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

Deprecated: Use SegmentIndexInfo.ProtoReflect.Descriptor instead.

func (*SegmentIndexInfo) GetBuildID

func (x *SegmentIndexInfo) GetBuildID() int64

func (*SegmentIndexInfo) GetCollectionID

func (x *SegmentIndexInfo) GetCollectionID() int64

func (*SegmentIndexInfo) GetCreateTime

func (x *SegmentIndexInfo) GetCreateTime() uint64

func (*SegmentIndexInfo) GetEnableIndex

func (x *SegmentIndexInfo) GetEnableIndex() bool

func (*SegmentIndexInfo) GetFieldID

func (x *SegmentIndexInfo) GetFieldID() int64

func (*SegmentIndexInfo) GetIndexID

func (x *SegmentIndexInfo) GetIndexID() int64

func (*SegmentIndexInfo) GetPartitionID

func (x *SegmentIndexInfo) GetPartitionID() int64

func (*SegmentIndexInfo) GetSegmentID

func (x *SegmentIndexInfo) GetSegmentID() int64

func (*SegmentIndexInfo) ProtoMessage

func (*SegmentIndexInfo) ProtoMessage()

func (*SegmentIndexInfo) ProtoReflect

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

func (*SegmentIndexInfo) Reset

func (x *SegmentIndexInfo) Reset()

func (*SegmentIndexInfo) String

func (x *SegmentIndexInfo) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL