org.hyperledger.fabric.protos.gossip.PayloadOrBuilder 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 PayloadOrBuilder extends
// @@protoc_insertion_point(interface_extends:gossip.Payload)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 seq_num = 1 [json_name = "seqNum"];
* @return The seqNum.
*/
long getSeqNum();
/**
* bytes data = 2 [json_name = "data"];
* @return The data.
*/
com.google.protobuf.ByteString getData();
/**
* repeated bytes private_data = 3 [json_name = "privateData"];
* @return A list containing the privateData.
*/
java.util.List getPrivateDataList();
/**
* repeated bytes private_data = 3 [json_name = "privateData"];
* @return The count of privateData.
*/
int getPrivateDataCount();
/**
* repeated bytes private_data = 3 [json_name = "privateData"];
* @param index The index of the element to return.
* @return The privateData at the given index.
*/
com.google.protobuf.ByteString getPrivateData(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy