com.hedera.hashgraph.sdk.proto.ServiceEndpointOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hedera.hashgraph.sdk.proto;
public interface ServiceEndpointOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ServiceEndpoint)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* The 32-bit IPv4 address of the node encoded in left to right order (e.g. 127.0.0.1 has 127
* as its first byte)
*
*
* bytes ipAddressV4 = 1;
* @return The ipAddressV4.
*/
com.google.protobuf.ByteString getIpAddressV4();
/**
*
**
* The port of the node
*
*
* int32 port = 2;
* @return The port.
*/
int getPort();
}