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 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;