com.hedera.hashgraph.sdk.proto.mirror.AddressBookQueryOrBuilder 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: mirror/mirror_network_service.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto.mirror;
public interface AddressBookQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.hedera.mirror.api.proto.AddressBookQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The ID of the address book file on the network. Can be either 0.0.101 or 0.0.102.
*
*
* .proto.FileID file_id = 1;
* @return Whether the fileId field is set.
*/
boolean hasFileId();
/**
*
**
* The ID of the address book file on the network. Can be either 0.0.101 or 0.0.102.
*
*
* .proto.FileID file_id = 1;
* @return The fileId.
*/
com.hedera.hashgraph.sdk.proto.FileID getFileId();
/**
*
**
* The ID of the address book file on the network. Can be either 0.0.101 or 0.0.102.
*
*
* .proto.FileID file_id = 1;
*/
com.hedera.hashgraph.sdk.proto.FileIDOrBuilder getFileIdOrBuilder();
/**
*
**
* The maximum number of node addresses to receive before stopping. If not set or set to zero it will return all node addresses in the database.
*
*
* int32 limit = 2;
* @return The limit.
*/
int getLimit();
}