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

io.milvus.grpc.MsgBaseOrBuilder 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

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 MsgBaseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.common.MsgBase)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .milvus.proto.common.MsgType msg_type = 1;
   * @return The enum numeric value on the wire for msgType.
   */
  int getMsgTypeValue();
  /**
   * .milvus.proto.common.MsgType msg_type = 1;
   * @return The msgType.
   */
  io.milvus.grpc.MsgType getMsgType();

  /**
   * int64 msgID = 2;
   * @return The msgID.
   */
  long getMsgID();

  /**
   * uint64 timestamp = 3;
   * @return The timestamp.
   */
  long getTimestamp();

  /**
   * int64 sourceID = 4;
   * @return The sourceID.
   */
  long getSourceID();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy