Package io.milvus.grpc
Interface ShowSegmentsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShowSegmentsRequest
,ShowSegmentsRequest.Builder
public interface ShowSegmentsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MsgBase
getBase()
.milvus.proto.common.MsgBase base = 1;
MsgBaseOrBuilder
getBaseOrBuilder()
.milvus.proto.common.MsgBase base = 1;
long
getCollectionID()
int64 collectionID = 2;
long
getPartitionID()
int64 partitionID = 3;
boolean
hasBase()
.milvus.proto.common.MsgBase base = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBase
boolean hasBase()
.milvus.proto.common.MsgBase base = 1;
- Returns:
- Whether the base field is set.
-
getBase
MsgBase getBase()
.milvus.proto.common.MsgBase base = 1;
- Returns:
- The base.
-
getBaseOrBuilder
MsgBaseOrBuilder getBaseOrBuilder()
.milvus.proto.common.MsgBase base = 1;
-
getCollectionID
long getCollectionID()
int64 collectionID = 2;
- Returns:
- The collectionID.
-
getPartitionID
long getPartitionID()
int64 partitionID = 3;
- Returns:
- The partitionID.
-
-