org.hyperledger.fabric.protos.gossip.PeerTimeOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gossip/message.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.gossip;
public interface PeerTimeOrBuilder extends
// @@protoc_insertion_point(interface_extends:gossip.PeerTime)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 inc_num = 1 [json_name = "incNum"];
* @return The incNum.
*/
long getIncNum();
/**
* uint64 seq_num = 2 [json_name = "seqNum"];
* @return The seqNum.
*/
long getSeqNum();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy