public interface GetPersistentSegmentInfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
PersistentSegmentInfo |
getInfos(int index)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2; |
int |
getInfosCount()
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2; |
List<PersistentSegmentInfo> |
getInfosList()
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2; |
PersistentSegmentInfoOrBuilder |
getInfosOrBuilder(int index)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2; |
List<? extends PersistentSegmentInfoOrBuilder> |
getInfosOrBuilderList()
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2; |
Status |
getStatus()
.milvus.proto.common.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
.milvus.proto.common.Status status = 1; |
boolean |
hasStatus()
.milvus.proto.common.Status status = 1; |
boolean hasStatus()
.milvus.proto.common.Status status = 1;Status getStatus()
.milvus.proto.common.Status status = 1;StatusOrBuilder getStatusOrBuilder()
.milvus.proto.common.Status status = 1;List<PersistentSegmentInfo> getInfosList()
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;PersistentSegmentInfo getInfos(int index)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;int getInfosCount()
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;List<? extends PersistentSegmentInfoOrBuilder> getInfosOrBuilderList()
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;PersistentSegmentInfoOrBuilder getInfosOrBuilder(int index)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;Copyright © 2023. All rights reserved.