Interface NodeAddressBookOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
NodeAddressBook, NodeAddressBook.Builder

@Generated public interface NodeAddressBookOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getNodeAddress(int index)
    * Published data for all nodes in the network
    int
    * Published data for all nodes in the network
    * Published data for all nodes in the network

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getNodeAddressList

      List<NodeAddress> getNodeAddressList()
       *
       Published data for all nodes in the network
       
      repeated .proto.NodeAddress nodeAddress = 1;
    • getNodeAddress

      NodeAddress getNodeAddress(int index)
       *
       Published data for all nodes in the network
       
      repeated .proto.NodeAddress nodeAddress = 1;
    • getNodeAddressCount

      int getNodeAddressCount()
       *
       Published data for all nodes in the network
       
      repeated .proto.NodeAddress nodeAddress = 1;