All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.ServiceEndpointOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.39.0
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy