io.milvus.grpc.MsgBaseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of milvus-sdk-java Show documentation
Show all versions of milvus-sdk-java Show documentation
Java SDK for Milvus, a distributed high-performance vector search engine.
update grpc to 1.42.1
update protobuf to 3.19.1
// 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();
}