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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

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

  /**
   * 
   * must
   * 
* * .milvus.proto.common.MsgBase base = 1; * @return Whether the base field is set. */ boolean hasBase(); /** *
   * must
   * 
* * .milvus.proto.common.MsgBase base = 1; * @return The base. */ io.milvus.grpc.MsgBase getBase(); /** *
   * must
   * 
* * .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(); /** *
   * must
   * 
* * string collection_name = 3; * @return The collectionName. */ java.lang.String getCollectionName(); /** *
   * must
   * 
* * string collection_name = 3; * @return The bytes for collectionName. */ com.google.protobuf.ByteString getCollectionNameBytes(); /** *
   * Deprecated: not be used in the milvus
   * 
* * string field_name = 4; * @return The fieldName. */ java.lang.String getFieldName(); /** *
   * Deprecated: not be used in the milvus
   * 
* * string field_name = 4; * @return The bytes for fieldName. */ com.google.protobuf.ByteString getFieldNameBytes(); /** * string index_name = 5; * @return The indexName. */ java.lang.String getIndexName(); /** * string index_name = 5; * @return The bytes for indexName. */ com.google.protobuf.ByteString getIndexNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy