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

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

There is a newer version: 2.4.8
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy