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

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

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

package io.milvus.grpc;

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

  /**
   * 
   * Not useful for now
   * 
* * .milvus.proto.common.MsgBase base = 1; * @return Whether the base field is set. */ boolean hasBase(); /** *
   * Not useful for now
   * 
* * .milvus.proto.common.MsgBase base = 1; * @return The base. */ io.milvus.grpc.MsgBase getBase(); /** *
   * Not useful for now
   * 
* * .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(); /** *
   * The unique collection name in milvus.(Required)
   * 
* * string collection_name = 3; * @return The collectionName. */ java.lang.String getCollectionName(); /** *
   * The unique collection name in milvus.(Required)
   * 
* * string collection_name = 3; * @return The bytes for collectionName. */ com.google.protobuf.ByteString getCollectionNameBytes(); /** * int64 collectionID = 4; * @return The collectionID. */ long getCollectionID(); /** * repeated .milvus.proto.common.KeyValuePair properties = 5; */ java.util.List getPropertiesList(); /** * repeated .milvus.proto.common.KeyValuePair properties = 5; */ io.milvus.grpc.KeyValuePair getProperties(int index); /** * repeated .milvus.proto.common.KeyValuePair properties = 5; */ int getPropertiesCount(); /** * repeated .milvus.proto.common.KeyValuePair properties = 5; */ java.util.List getPropertiesOrBuilderList(); /** * repeated .milvus.proto.common.KeyValuePair properties = 5; */ io.milvus.grpc.KeyValuePairOrBuilder getPropertiesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy