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

io.milvus.grpc.DMLMsgHeaderOrBuilder 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: common.proto

package io.milvus.grpc;

public interface DMLMsgHeaderOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.common.DMLMsgHeader)
    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 shardName = 2;
   * @return The shardName.
   */
  java.lang.String getShardName();
  /**
   * string shardName = 2;
   * @return The bytes for shardName.
   */
  com.google.protobuf.ByteString
      getShardNameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy