Interface Msg.InsertRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Msg.InsertRequest, Msg.InsertRequest.Builder
    Enclosing class:
    Msg

    public static interface Msg.InsertRequestOrBuilder
    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.
      • getSegmentID

        long getSegmentID()
        int64 segmentID = 9;
        Returns:
        The segmentID.
      • 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.
      • getRowIDsList

        List<Long> getRowIDsList()
        repeated int64 rowIDs = 11;
        Returns:
        A list containing the rowIDs.
      • getRowIDsCount

        int getRowIDsCount()
        repeated int64 rowIDs = 11;
        Returns:
        The count of rowIDs.
      • getRowIDs

        long getRowIDs​(int index)
        repeated int64 rowIDs = 11;
        Parameters:
        index - The index of the element to return.
        Returns:
        The rowIDs at the given index.
      • getRowDataList

        List<Blob> getRowDataList()
         row_data was reserved for compatibility
         
        repeated .milvus.proto.common.Blob row_data = 12;
      • getRowData

        Blob getRowData​(int index)
         row_data was reserved for compatibility
         
        repeated .milvus.proto.common.Blob row_data = 12;
      • getRowDataCount

        int getRowDataCount()
         row_data was reserved for compatibility
         
        repeated .milvus.proto.common.Blob row_data = 12;
      • getRowDataOrBuilderList

        List<? extends BlobOrBuilder> getRowDataOrBuilderList()
         row_data was reserved for compatibility
         
        repeated .milvus.proto.common.Blob row_data = 12;
      • getRowDataOrBuilder

        BlobOrBuilder getRowDataOrBuilder​(int index)
         row_data was reserved for compatibility
         
        repeated .milvus.proto.common.Blob row_data = 12;
      • getFieldsDataList

        List<FieldData> getFieldsDataList()
        repeated .milvus.proto.schema.FieldData fields_data = 13;
      • getFieldsData

        FieldData getFieldsData​(int index)
        repeated .milvus.proto.schema.FieldData fields_data = 13;
      • getFieldsDataCount

        int getFieldsDataCount()
        repeated .milvus.proto.schema.FieldData fields_data = 13;
      • getFieldsDataOrBuilderList

        List<? extends FieldDataOrBuilder> getFieldsDataOrBuilderList()
        repeated .milvus.proto.schema.FieldData fields_data = 13;
      • getFieldsDataOrBuilder

        FieldDataOrBuilder getFieldsDataOrBuilder​(int index)
        repeated .milvus.proto.schema.FieldData fields_data = 13;
      • getNumRows

        long getNumRows()
        uint64 num_rows = 14;
        Returns:
        The numRows.
      • getVersionValue

        int getVersionValue()
        .milvus.proto.msg.InsertDataVersion version = 15;
        Returns:
        The enum numeric value on the wire for version.
      • getVersion

        Msg.InsertDataVersion getVersion()
        .milvus.proto.msg.InsertDataVersion version = 15;
        Returns:
        The version.