Package milvus.proto.feder
Interface Feder.ListIndexedSegmentResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Feder.ListIndexedSegmentResponse,Feder.ListIndexedSegmentResponse.Builder
- Enclosing class:
Feder
public static interface Feder.ListIndexedSegmentResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetSegmentIDs(int index) repeated int64 segmentIDs = 2;intrepeated int64 segmentIDs = 2;repeated int64 segmentIDs = 2;.milvus.proto.common.Status status = 1;.milvus.proto.common.Status status = 1;boolean.milvus.proto.common.Status status = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStatus
boolean hasStatus().milvus.proto.common.Status status = 1;- Returns:
- Whether the status field is set.
-
getStatus
Status getStatus().milvus.proto.common.Status status = 1;- Returns:
- The status.
-
getStatusOrBuilder
StatusOrBuilder getStatusOrBuilder().milvus.proto.common.Status status = 1; -
getSegmentIDsList
repeated int64 segmentIDs = 2;- Returns:
- A list containing the segmentIDs.
-
getSegmentIDsCount
int getSegmentIDsCount()repeated int64 segmentIDs = 2;- Returns:
- The count of segmentIDs.
-
getSegmentIDs
long getSegmentIDs(int index) repeated int64 segmentIDs = 2;- Parameters:
index- The index of the element to return.- Returns:
- The segmentIDs at the given index.
-