All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.milvus.grpc.AlterAliasRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.4.8
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

public interface AlterAliasRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.AlterAliasRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .milvus.proto.common.MsgBase base = 1;
   * @return Whether the base field is set.
   */
  boolean hasBase();
  /**
   * .milvus.proto.common.MsgBase base = 1;
   * @return The base.
   */
  io.milvus.grpc.MsgBase getBase();
  /**
   * .milvus.proto.common.MsgBase base = 1;
   */
  io.milvus.grpc.MsgBaseOrBuilder getBaseOrBuilder();

  /**
   * string db_name = 2;
   * @return The dbName.
   */
  java.lang.String getDbName();
  /**
   * string db_name = 2;
   * @return The bytes for dbName.
   */
  com.google.protobuf.ByteString
      getDbNameBytes();

  /**
   * string collection_name = 3;
   * @return The collectionName.
   */
  java.lang.String getCollectionName();
  /**
   * string collection_name = 3;
   * @return The bytes for collectionName.
   */
  com.google.protobuf.ByteString
      getCollectionNameBytes();

  /**
   * string alias = 4;
   * @return The alias.
   */
  java.lang.String getAlias();
  /**
   * string alias = 4;
   * @return The bytes for alias.
   */
  com.google.protobuf.ByteString
      getAliasBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy