Interface Msg.ImportMsgOrBuilder

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

public static interface Msg.ImportMsgOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

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

      String getDbName()
      string db_name = 2;
      Returns:
      The dbName.
    • getDbNameBytes

      com.google.protobuf.ByteString getDbNameBytes()
      string db_name = 2;
      Returns:
      The bytes for dbName.
    • getCollectionName

      String getCollectionName()
      string collection_name = 3;
      Returns:
      The collectionName.
    • getCollectionNameBytes

      com.google.protobuf.ByteString getCollectionNameBytes()
      string collection_name = 3;
      Returns:
      The bytes for collectionName.
    • getCollectionID

      long getCollectionID()
      int64 collectionID = 4;
      Returns:
      The collectionID.
    • getPartitionIDsList

      List<Long> getPartitionIDsList()
      repeated int64 partitionIDs = 5;
      Returns:
      A list containing the partitionIDs.
    • getPartitionIDsCount

      int getPartitionIDsCount()
      repeated int64 partitionIDs = 5;
      Returns:
      The count of partitionIDs.
    • getPartitionIDs

      long getPartitionIDs(int index)
      repeated int64 partitionIDs = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The partitionIDs at the given index.
    • getOptionsCount

      int getOptionsCount()
      map<string, string> options = 6;
    • containsOptions

      boolean containsOptions(String key)
      map<string, string> options = 6;
    • getOptions

      @Deprecated Map<String,String> getOptions()
      Deprecated.
      Use getOptionsMap() instead.
    • getOptionsMap

      Map<String,String> getOptionsMap()
      map<string, string> options = 6;
    • getOptionsOrDefault

      String getOptionsOrDefault(String key, String defaultValue)
      map<string, string> options = 6;
    • getOptionsOrThrow

      String getOptionsOrThrow(String key)
      map<string, string> options = 6;
    • getFilesList

      List<Msg.ImportFile> getFilesList()
      repeated .milvus.proto.msg.ImportFile files = 7;
    • getFiles

      Msg.ImportFile getFiles(int index)
      repeated .milvus.proto.msg.ImportFile files = 7;
    • getFilesCount

      int getFilesCount()
      repeated .milvus.proto.msg.ImportFile files = 7;
    • getFilesOrBuilderList

      List<? extends Msg.ImportFileOrBuilder> getFilesOrBuilderList()
      repeated .milvus.proto.msg.ImportFile files = 7;
    • getFilesOrBuilder

      Msg.ImportFileOrBuilder getFilesOrBuilder(int index)
      repeated .milvus.proto.msg.ImportFile files = 7;
    • hasSchema

      boolean hasSchema()
      .milvus.proto.schema.CollectionSchema schema = 8;
      Returns:
      Whether the schema field is set.
    • getSchema

      CollectionSchema getSchema()
      .milvus.proto.schema.CollectionSchema schema = 8;
      Returns:
      The schema.
    • getSchemaOrBuilder

      CollectionSchemaOrBuilder getSchemaOrBuilder()
      .milvus.proto.schema.CollectionSchema schema = 8;
    • getJobID

      long getJobID()
      int64 jobID = 9;
      Returns:
      The jobID.