org.hyperledger.fabric.protos.gossip.MembershipRequestOrBuilder 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 MembershipRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:gossip.MembershipRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .gossip.Envelope self_information = 1 [json_name = "selfInformation"];
* @return Whether the selfInformation field is set.
*/
boolean hasSelfInformation();
/**
* .gossip.Envelope self_information = 1 [json_name = "selfInformation"];
* @return The selfInformation.
*/
org.hyperledger.fabric.protos.gossip.Envelope getSelfInformation();
/**
* .gossip.Envelope self_information = 1 [json_name = "selfInformation"];
*/
org.hyperledger.fabric.protos.gossip.EnvelopeOrBuilder getSelfInformationOrBuilder();
/**
* repeated bytes known = 2 [json_name = "known"];
* @return A list containing the known.
*/
java.util.List getKnownList();
/**
* repeated bytes known = 2 [json_name = "known"];
* @return The count of known.
*/
int getKnownCount();
/**
* repeated bytes known = 2 [json_name = "known"];
* @param index The index of the element to return.
* @return The known at the given index.
*/
com.google.protobuf.ByteString getKnown(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy