com.hedera.hashgraph.sdk.proto.NodeAddressBookOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder>
getNodeAddressOrBuilderList();
/**
*
**
* Metadata of all nodes in the network
*
*
* repeated .proto.NodeAddress nodeAddress = 1;
*/
com.hedera.hashgraph.sdk.proto.NodeAddressOrBuilder getNodeAddressOrBuilder(
int index);
}