Interface AlterDatabaseRequestOrBuilder

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

public interface AlterDatabaseRequestOrBuilder 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.
    • getDbId

      String getDbId()
      string db_id = 3;
      Returns:
      The dbId.
    • getDbIdBytes

      com.google.protobuf.ByteString getDbIdBytes()
      string db_id = 3;
      Returns:
      The bytes for dbId.
    • getPropertiesList

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

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

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

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

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

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

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

      String getDeleteKeys(int index)
      repeated string delete_keys = 5;
      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 = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the deleteKeys at the given index.