io.milvus.grpc.ReplicateInfoOrBuilder 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 database.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package io.milvus.grpc;
public interface ReplicateInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.common.ReplicateInfo)
com.google.protobuf.MessageOrBuilder {
/**
* bool isReplicate = 1;
* @return The isReplicate.
*/
boolean getIsReplicate();
/**
* uint64 msgTimestamp = 2;
* @return The msgTimestamp.
*/
long getMsgTimestamp();
}