Package milvus.proto.msg
Interface Msg.DeleteRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Msg.DeleteRequest,Msg.DeleteRequest.Builder
- Enclosing class:
Msg
public static interface Msg.DeleteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBase().milvus.proto.common.MsgBase base = 1;.milvus.proto.common.MsgBase base = 1;longint64 collectionID = 7;string collection_name = 4;com.google.protobuf.ByteStringstring collection_name = 4;longgetDbID()int64 dbID = 6;string db_name = 3;com.google.protobuf.ByteStringstring db_name = 3;longgetInt64PrimaryKeys(int index) deprecatedintdeprecateddeprecatedlongint64 num_rows = 11;longint64 partitionID = 8;string partition_name = 5;com.google.protobuf.ByteStringstring partition_name = 5;.milvus.proto.schema.IDs primary_keys = 12;.milvus.proto.schema.IDs primary_keys = 12;longint64 segment_id = 13;string shardName = 2;com.google.protobuf.ByteStringstring shardName = 2;longgetTimestamps(int index) repeated uint64 timestamps = 10;intrepeated uint64 timestamps = 10;repeated uint64 timestamps = 10;booleanhasBase().milvus.proto.common.MsgBase base = 1;boolean.milvus.proto.schema.IDs primary_keys = 12;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
-
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; -
getShardName
String getShardName()string shardName = 2;- Returns:
- The shardName.
-
getShardNameBytes
com.google.protobuf.ByteString getShardNameBytes()string shardName = 2;- Returns:
- The bytes for shardName.
-
getDbName
String getDbName()string db_name = 3;- Returns:
- The dbName.
-
getDbNameBytes
com.google.protobuf.ByteString getDbNameBytes()string db_name = 3;- Returns:
- The bytes for dbName.
-
getCollectionName
String getCollectionName()string collection_name = 4;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()string collection_name = 4;- Returns:
- The bytes for collectionName.
-
getPartitionName
String getPartitionName()string partition_name = 5;- Returns:
- The partitionName.
-
getPartitionNameBytes
com.google.protobuf.ByteString getPartitionNameBytes()string partition_name = 5;- Returns:
- The bytes for partitionName.
-
getDbID
long getDbID()int64 dbID = 6;- Returns:
- The dbID.
-
getCollectionID
long getCollectionID()int64 collectionID = 7;- Returns:
- The collectionID.
-
getPartitionID
long getPartitionID()int64 partitionID = 8;- Returns:
- The partitionID.
-
getInt64PrimaryKeysList
deprecated
repeated int64 int64_primary_keys = 9;- Returns:
- A list containing the int64PrimaryKeys.
-
getInt64PrimaryKeysCount
int getInt64PrimaryKeysCount()deprecated
repeated int64 int64_primary_keys = 9;- Returns:
- The count of int64PrimaryKeys.
-
getInt64PrimaryKeys
long getInt64PrimaryKeys(int index) deprecated
repeated int64 int64_primary_keys = 9;- Parameters:
index- The index of the element to return.- Returns:
- The int64PrimaryKeys at the given index.
-
getTimestampsList
repeated uint64 timestamps = 10;- Returns:
- A list containing the timestamps.
-
getTimestampsCount
int getTimestampsCount()repeated uint64 timestamps = 10;- Returns:
- The count of timestamps.
-
getTimestamps
long getTimestamps(int index) repeated uint64 timestamps = 10;- Parameters:
index- The index of the element to return.- Returns:
- The timestamps at the given index.
-
getNumRows
long getNumRows()int64 num_rows = 11;- Returns:
- The numRows.
-
hasPrimaryKeys
boolean hasPrimaryKeys().milvus.proto.schema.IDs primary_keys = 12;- Returns:
- Whether the primaryKeys field is set.
-
getPrimaryKeys
IDs getPrimaryKeys().milvus.proto.schema.IDs primary_keys = 12;- Returns:
- The primaryKeys.
-
getPrimaryKeysOrBuilder
IDsOrBuilder getPrimaryKeysOrBuilder().milvus.proto.schema.IDs primary_keys = 12; -
getSegmentId
long getSegmentId()int64 segment_id = 13;- Returns:
- The segmentId.
-