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

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

Go to download

Java SDK for Milvus, a distributed high-performance vector search engine. update grpc to 1.42.1 update protobuf to 3.19.1 restore the calcDistance interface that is removed in 2.1.0-beta4

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

package io.milvus.grpc;

public interface CreatePartitionRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.CreatePartitionRequest)
    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(); /** *
   * Not useful for now
   * 
* * string db_name = 2; * @return The dbName. */ java.lang.String getDbName(); /** *
   * Not useful for now
   * 
* * string db_name = 2; * @return The bytes for dbName. */ com.google.protobuf.ByteString getDbNameBytes(); /** *
   * The collection name in milvus
   * 
* * string collection_name = 3; * @return The collectionName. */ java.lang.String getCollectionName(); /** *
   * The collection name in milvus
   * 
* * string collection_name = 3; * @return The bytes for collectionName. */ com.google.protobuf.ByteString getCollectionNameBytes(); /** *
   * The partition name you want to create.
   * 
* * string partition_name = 4; * @return The partitionName. */ java.lang.String getPartitionName(); /** *
   * The partition name you want to create.
   * 
* * string partition_name = 4; * @return The bytes for partitionName. */ com.google.protobuf.ByteString getPartitionNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy