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