Interface ImportRequestOrBuilder

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

public interface ImportRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCollectionName

      String getCollectionName()
       target collection
       
      string collection_name = 1;
      Returns:
      The collectionName.
    • getCollectionNameBytes

      com.google.protobuf.ByteString getCollectionNameBytes()
       target collection
       
      string collection_name = 1;
      Returns:
      The bytes for collectionName.
    • getPartitionName

      String getPartitionName()
       target partition
       
      string partition_name = 2;
      Returns:
      The partitionName.
    • getPartitionNameBytes

      com.google.protobuf.ByteString getPartitionNameBytes()
       target partition
       
      string partition_name = 2;
      Returns:
      The bytes for partitionName.
    • getChannelNamesList

      List<String> getChannelNamesList()
       channel names for the collection
       
      repeated string channel_names = 3;
      Returns:
      A list containing the channelNames.
    • getChannelNamesCount

      int getChannelNamesCount()
       channel names for the collection
       
      repeated string channel_names = 3;
      Returns:
      The count of channelNames.
    • getChannelNames

      String getChannelNames(int index)
       channel names for the collection
       
      repeated string channel_names = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The channelNames at the given index.
    • getChannelNamesBytes

      com.google.protobuf.ByteString getChannelNamesBytes(int index)
       channel names for the collection
       
      repeated string channel_names = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the channelNames at the given index.
    • getRowBased

      boolean getRowBased()
       the file is row-based or column-based
       
      bool row_based = 4;
      Returns:
      The rowBased.
    • getFilesList

      List<String> getFilesList()
       file paths to be imported
       
      repeated string files = 5;
      Returns:
      A list containing the files.
    • getFilesCount

      int getFilesCount()
       file paths to be imported
       
      repeated string files = 5;
      Returns:
      The count of files.
    • getFiles

      String getFiles(int index)
       file paths to be imported
       
      repeated string files = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The files at the given index.
    • getFilesBytes

      com.google.protobuf.ByteString getFilesBytes(int index)
       file paths to be imported
       
      repeated string files = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the files at the given index.
    • getOptionsList

      List<KeyValuePair> getOptionsList()
       import options, bucket, etc.
       
      repeated .milvus.proto.common.KeyValuePair options = 6;
    • getOptions

      KeyValuePair getOptions(int index)
       import options, bucket, etc.
       
      repeated .milvus.proto.common.KeyValuePair options = 6;
    • getOptionsCount

      int getOptionsCount()
       import options, bucket, etc.
       
      repeated .milvus.proto.common.KeyValuePair options = 6;
    • getOptionsOrBuilderList

      List<? extends KeyValuePairOrBuilder> getOptionsOrBuilderList()
       import options, bucket, etc.
       
      repeated .milvus.proto.common.KeyValuePair options = 6;
    • getOptionsOrBuilder

      KeyValuePairOrBuilder getOptionsOrBuilder(int index)
       import options, bucket, etc.
       
      repeated .milvus.proto.common.KeyValuePair options = 6;
    • getDbName

      String getDbName()
       target database
       
      string db_name = 7;
      Returns:
      The dbName.
    • getDbNameBytes

      com.google.protobuf.ByteString getDbNameBytes()
       target database
       
      string db_name = 7;
      Returns:
      The bytes for dbName.
    • getClusteringInfo

      com.google.protobuf.ByteString getClusteringInfo()
       serialized `schema.ClusteringInfo`
       
      bytes clustering_info = 8;
      Returns:
      The clusteringInfo.