org.hyperledger.fabric.protos.gossip.MemberOrBuilder 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 MemberOrBuilder extends
// @@protoc_insertion_point(interface_extends:gossip.Member)
com.google.protobuf.MessageOrBuilder {
/**
* string endpoint = 1 [json_name = "endpoint"];
* @return The endpoint.
*/
java.lang.String getEndpoint();
/**
* string endpoint = 1 [json_name = "endpoint"];
* @return The bytes for endpoint.
*/
com.google.protobuf.ByteString
getEndpointBytes();
/**
* bytes metadata = 2 [json_name = "metadata"];
* @return The metadata.
*/
com.google.protobuf.ByteString getMetadata();
/**
* bytes pki_id = 3 [json_name = "pkiId"];
* @return The pkiId.
*/
com.google.protobuf.ByteString getPkiId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy