Interface Msg.CreateCollectionRequestOrBuilder

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

public static interface Msg.CreateCollectionRequestOrBuilder 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 collectionName = 3;
      Returns:
      The collectionName.
    • getCollectionNameBytes

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

      String getPartitionName()
      string partitionName = 4;
      Returns:
      The partitionName.
    • getPartitionNameBytes

      com.google.protobuf.ByteString getPartitionNameBytes()
      string partitionName = 4;
      Returns:
      The bytes for partitionName.
    • getDbID

      long getDbID()
       `schema` is the serialized `schema.CollectionSchema`
       
      int64 dbID = 5;
      Returns:
      The dbID.
    • getCollectionID

      long getCollectionID()
      int64 collectionID = 6;
      Returns:
      The collectionID.
    • getPartitionID

      long getPartitionID()
       deprecated
       
      int64 partitionID = 7;
      Returns:
      The partitionID.
    • getSchema

      com.google.protobuf.ByteString getSchema()
      bytes schema = 8;
      Returns:
      The schema.
    • getVirtualChannelNamesList

      List<String> getVirtualChannelNamesList()
      repeated string virtualChannelNames = 9;
      Returns:
      A list containing the virtualChannelNames.
    • getVirtualChannelNamesCount

      int getVirtualChannelNamesCount()
      repeated string virtualChannelNames = 9;
      Returns:
      The count of virtualChannelNames.
    • getVirtualChannelNames

      String getVirtualChannelNames(int index)
      repeated string virtualChannelNames = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The virtualChannelNames at the given index.
    • getVirtualChannelNamesBytes

      com.google.protobuf.ByteString getVirtualChannelNamesBytes(int index)
      repeated string virtualChannelNames = 9;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the virtualChannelNames at the given index.
    • getPhysicalChannelNamesList

      List<String> getPhysicalChannelNamesList()
      repeated string physicalChannelNames = 10;
      Returns:
      A list containing the physicalChannelNames.
    • getPhysicalChannelNamesCount

      int getPhysicalChannelNamesCount()
      repeated string physicalChannelNames = 10;
      Returns:
      The count of physicalChannelNames.
    • getPhysicalChannelNames

      String getPhysicalChannelNames(int index)
      repeated string physicalChannelNames = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The physicalChannelNames at the given index.
    • getPhysicalChannelNamesBytes

      com.google.protobuf.ByteString getPhysicalChannelNamesBytes(int index)
      repeated string physicalChannelNames = 10;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the physicalChannelNames at the given index.
    • getPartitionIDsList

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

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

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