Interface InsertParamOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    InsertParam, InsertParam.Builder

    public interface InsertParamOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getTableName

        String getTableName()
        string table_name = 1;
        Returns:
        The tableName.
      • getTableNameBytes

        com.google.protobuf.ByteString getTableNameBytes()
        string table_name = 1;
        Returns:
        The bytes for tableName.
      • getRowRecordArrayList

        List<RowRecord> getRowRecordArrayList()
        repeated .milvus.grpc.RowRecord row_record_array = 2;
      • getRowRecordArray

        RowRecord getRowRecordArray​(int index)
        repeated .milvus.grpc.RowRecord row_record_array = 2;
      • getRowRecordArrayCount

        int getRowRecordArrayCount()
        repeated .milvus.grpc.RowRecord row_record_array = 2;
      • getRowRecordArrayOrBuilderList

        List<? extends RowRecordOrBuilder> getRowRecordArrayOrBuilderList()
        repeated .milvus.grpc.RowRecord row_record_array = 2;
      • getRowRecordArrayOrBuilder

        RowRecordOrBuilder getRowRecordArrayOrBuilder​(int index)
        repeated .milvus.grpc.RowRecord row_record_array = 2;
      • getRowIdArrayList

        List<Long> getRowIdArrayList()
        optional
         
        repeated int64 row_id_array = 3;
        Returns:
        A list containing the rowIdArray.
      • getRowIdArrayCount

        int getRowIdArrayCount()
        optional
         
        repeated int64 row_id_array = 3;
        Returns:
        The count of rowIdArray.
      • getRowIdArray

        long getRowIdArray​(int index)
        optional
         
        repeated int64 row_id_array = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The rowIdArray at the given index.
      • getPartitionTag

        String getPartitionTag()
        string partition_tag = 4;
        Returns:
        The partitionTag.
      • getPartitionTagBytes

        com.google.protobuf.ByteString getPartitionTagBytes()
        string partition_tag = 4;
        Returns:
        The bytes for partitionTag.
      • getExtraParamsList

        List<KeyValuePair> getExtraParamsList()
        repeated .milvus.grpc.KeyValuePair extra_params = 5;
      • getExtraParams

        KeyValuePair getExtraParams​(int index)
        repeated .milvus.grpc.KeyValuePair extra_params = 5;
      • getExtraParamsCount

        int getExtraParamsCount()
        repeated .milvus.grpc.KeyValuePair extra_params = 5;
      • getExtraParamsOrBuilderList

        List<? extends KeyValuePairOrBuilder> getExtraParamsOrBuilderList()
        repeated .milvus.grpc.KeyValuePair extra_params = 5;
      • getExtraParamsOrBuilder

        KeyValuePairOrBuilder getExtraParamsOrBuilder​(int index)
        repeated .milvus.grpc.KeyValuePair extra_params = 5;