public interface ShowSegmentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getSegmentIDs(int index)
repeated int64 segmentIDs = 2; |
int |
getSegmentIDsCount()
repeated int64 segmentIDs = 2; |
List<Long> |
getSegmentIDsList()
repeated int64 segmentIDs = 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<Long> getSegmentIDsList()
repeated int64 segmentIDs = 2;int getSegmentIDsCount()
repeated int64 segmentIDs = 2;long getSegmentIDs(int index)
repeated int64 segmentIDs = 2;index - The index of the element to return.Copyright © 2023. All rights reserved.