Interface AddressBookQueryOrBuilder

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

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

    Modifier and Type
    Method
    Description
    * The ID of the address book file on the network.
    int
    * The maximum number of node addresses to receive before stopping.
    boolean
    * The ID of the address book file on the network.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasFileId

      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;
      Returns:
      Whether the fileId field is set.
    • getFileId

      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;
      Returns:
      The fileId.
    • getLimit

      int getLimit()
       *
       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;
      Returns:
      The limit.