Package io.milvus.grpc
Interface GetPersistentSegmentInfoResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetPersistentSegmentInfoResponse,GetPersistentSegmentInfoResponse.Builder
public interface GetPersistentSegmentInfoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersistentSegmentInfogetInfos(int index)repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;intgetInfosCount()repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;List<PersistentSegmentInfo>getInfosList()repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;PersistentSegmentInfoOrBuildergetInfosOrBuilder(int index)repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;List<? extends PersistentSegmentInfoOrBuilder>getInfosOrBuilderList()repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;StatusgetStatus().milvus.proto.common.Status status = 1;StatusOrBuildergetStatusOrBuilder().milvus.proto.common.Status status = 1;booleanhasStatus().milvus.proto.common.Status status = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
getInfosList
List<PersistentSegmentInfo> getInfosList()
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
-
getInfos
PersistentSegmentInfo getInfos(int index)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
-
getInfosCount
int getInfosCount()
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
-
getInfosOrBuilderList
List<? extends PersistentSegmentInfoOrBuilder> getInfosOrBuilderList()
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
-
getInfosOrBuilder
PersistentSegmentInfoOrBuilder getInfosOrBuilder(int index)
repeated .milvus.proto.milvus.PersistentSegmentInfo infos = 2;
-
-