Interface AlterCollectionRequestOrBuilder

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

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

    • hasBase

      boolean hasBase()
       Not useful for now
       
      .milvus.proto.common.MsgBase base = 1;
      Returns:
      Whether the base field is set.
    • getBase

      MsgBase getBase()
       Not useful for now
       
      .milvus.proto.common.MsgBase base = 1;
      Returns:
      The base.
    • getBaseOrBuilder

      MsgBaseOrBuilder getBaseOrBuilder()
       Not useful for now
       
      .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()
       The unique collection name in milvus.(Required)
       
      string collection_name = 3;
      Returns:
      The collectionName.
    • getCollectionNameBytes

      com.google.protobuf.ByteString getCollectionNameBytes()
       The unique collection name in milvus.(Required)
       
      string collection_name = 3;
      Returns:
      The bytes for collectionName.
    • getCollectionID

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

      List<KeyValuePair> getPropertiesList()
      repeated .milvus.proto.common.KeyValuePair properties = 5;
    • getProperties

      KeyValuePair getProperties(int index)
      repeated .milvus.proto.common.KeyValuePair properties = 5;
    • getPropertiesCount

      int getPropertiesCount()
      repeated .milvus.proto.common.KeyValuePair properties = 5;
    • getPropertiesOrBuilderList

      List<? extends KeyValuePairOrBuilder> getPropertiesOrBuilderList()
      repeated .milvus.proto.common.KeyValuePair properties = 5;
    • getPropertiesOrBuilder

      KeyValuePairOrBuilder getPropertiesOrBuilder(int index)
      repeated .milvus.proto.common.KeyValuePair properties = 5;
    • getDeleteKeysList

      List<String> getDeleteKeysList()
      repeated string delete_keys = 6;
      Returns:
      A list containing the deleteKeys.
    • getDeleteKeysCount

      int getDeleteKeysCount()
      repeated string delete_keys = 6;
      Returns:
      The count of deleteKeys.
    • getDeleteKeys

      String getDeleteKeys(int index)
      repeated string delete_keys = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The deleteKeys at the given index.
    • getDeleteKeysBytes

      com.google.protobuf.ByteString getDeleteKeysBytes(int index)
      repeated string delete_keys = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the deleteKeys at the given index.