org.hyperledger.fabric.protos.gossip.DataRequestOrBuilder 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 DataRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:gossip.DataRequest)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 nonce = 1 [json_name = "nonce"];
* @return The nonce.
*/
long getNonce();
/**
* repeated bytes digests = 2 [json_name = "digests"];
* @return A list containing the digests.
*/
java.util.List getDigestsList();
/**
* repeated bytes digests = 2 [json_name = "digests"];
* @return The count of digests.
*/
int getDigestsCount();
/**
* repeated bytes digests = 2 [json_name = "digests"];
* @param index The index of the element to return.
* @return The digests at the given index.
*/
com.google.protobuf.ByteString getDigests(int index);
/**
* .gossip.PullMsgType msg_type = 3 [json_name = "msgType"];
* @return The enum numeric value on the wire for msgType.
*/
int getMsgTypeValue();
/**
* .gossip.PullMsgType msg_type = 3 [json_name = "msgType"];
* @return The msgType.
*/
org.hyperledger.fabric.protos.gossip.PullMsgType getMsgType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy