com.hederahashgraph.api.proto.java.NodeAddressBookOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hederahashgraph.api.proto.java;
public interface NodeAddressBookOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.NodeAddressBook)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Metadata of all nodes in the network
*
*
* repeated .proto.NodeAddress nodeAddress = 1;
*/
java.util.List
getNodeAddressList();
/**
*
**
* Metadata of all nodes in the network
*
*
* repeated .proto.NodeAddress nodeAddress = 1;
*/
com.hederahashgraph.api.proto.java.NodeAddress getNodeAddress(int index);
/**
*
**
* Metadata of all nodes in the network
*
*
* repeated .proto.NodeAddress nodeAddress = 1;
*/
int getNodeAddressCount();
/**
*
**
* Metadata of all nodes in the network
*
*
* repeated .proto.NodeAddress nodeAddress = 1;
*/
java.util.List extends com.hederahashgraph.api.proto.java.NodeAddressOrBuilder>
getNodeAddressOrBuilderList();
/**
*
**
* Metadata of all nodes in the network
*
*
* repeated .proto.NodeAddress nodeAddress = 1;
*/
com.hederahashgraph.api.proto.java.NodeAddressOrBuilder getNodeAddressOrBuilder(
int index);
}