All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.RosterOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: roster.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public interface RosterOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.hedera.hapi.node.state.roster.Roster)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * List of roster entries, one per consensus node.
   * <p>
   * This list SHALL contain roster entries in natural order of ascending node ids.
   * This list SHALL NOT be empty.<br/>
   * 
* * repeated .com.hedera.hapi.node.state.roster.RosterEntry rosters = 1; */ java.util.List getRostersList(); /** *
   **
   * List of roster entries, one per consensus node.
   * <p>
   * This list SHALL contain roster entries in natural order of ascending node ids.
   * This list SHALL NOT be empty.<br/>
   * 
* * repeated .com.hedera.hapi.node.state.roster.RosterEntry rosters = 1; */ com.hedera.hashgraph.sdk.proto.RosterEntry getRosters(int index); /** *
   **
   * List of roster entries, one per consensus node.
   * <p>
   * This list SHALL contain roster entries in natural order of ascending node ids.
   * This list SHALL NOT be empty.<br/>
   * 
* * repeated .com.hedera.hapi.node.state.roster.RosterEntry rosters = 1; */ int getRostersCount(); /** *
   **
   * List of roster entries, one per consensus node.
   * <p>
   * This list SHALL contain roster entries in natural order of ascending node ids.
   * This list SHALL NOT be empty.<br/>
   * 
* * repeated .com.hedera.hapi.node.state.roster.RosterEntry rosters = 1; */ java.util.List getRostersOrBuilderList(); /** *
   **
   * List of roster entries, one per consensus node.
   * <p>
   * This list SHALL contain roster entries in natural order of ascending node ids.
   * This list SHALL NOT be empty.<br/>
   * 
* * repeated .com.hedera.hapi.node.state.roster.RosterEntry rosters = 1; */ com.hedera.hashgraph.sdk.proto.RosterEntryOrBuilder getRostersOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy