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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MsgBasegetBase().milvus.proto.common.MsgBase base = 1;MsgBaseOrBuildergetBaseOrBuilder().milvus.proto.common.MsgBase base = 1;longgetCollectionID()int64 collectionID = 7;StringgetCollectionName()string collection_name = 4;com.google.protobuf.ByteStringgetCollectionNameBytes()string collection_name = 4;longgetDbID()int64 dbID = 6;StringgetDbName()string db_name = 3;com.google.protobuf.ByteStringgetDbNameBytes()string db_name = 3;longgetInt64PrimaryKeys(int index)deprecatedintgetInt64PrimaryKeysCount()deprecatedList<Long>getInt64PrimaryKeysList()deprecatedlonggetNumRows()int64 num_rows = 11;longgetPartitionID()int64 partitionID = 8;StringgetPartitionName()string partition_name = 5;com.google.protobuf.ByteStringgetPartitionNameBytes()string partition_name = 5;IDsgetPrimaryKeys().milvus.proto.schema.IDs primary_keys = 12;IDsOrBuildergetPrimaryKeysOrBuilder().milvus.proto.schema.IDs primary_keys = 12;StringgetShardName()string shardName = 2;com.google.protobuf.ByteStringgetShardNameBytes()string shardName = 2;longgetTimestamps(int index)repeated uint64 timestamps = 10;intgetTimestampsCount()repeated uint64 timestamps = 10;List<Long>getTimestampsList()repeated uint64 timestamps = 10;booleanhasBase().milvus.proto.common.MsgBase base = 1;booleanhasPrimaryKeys().milvus.proto.schema.IDs primary_keys = 12;-
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;
-
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
List<Long> 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
List<Long> 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;
-
-