org.hyperledger.fabric.protos.peer.AnchorPeerOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/configuration.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public interface AnchorPeerOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.AnchorPeer)
com.google.protobuf.MessageOrBuilder {
/**
*
* DNS host name of the anchor peer
*
*
* string host = 1 [json_name = "host"];
* @return The host.
*/
java.lang.String getHost();
/**
*
* DNS host name of the anchor peer
*
*
* string host = 1 [json_name = "host"];
* @return The bytes for host.
*/
com.google.protobuf.ByteString
getHostBytes();
/**
*
* The port number
*
*
* int32 port = 2 [json_name = "port"];
* @return The port.
*/
int getPort();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy