com.hederahashgraph.api.proto.java.RosterOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/roster/roster.proto
package com.hederahashgraph.api.proto.java;
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 roster_entries = 1;
*/
java.util.List
getRosterEntriesList();
/**
*
**
* 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 roster_entries = 1;
*/
com.hederahashgraph.api.proto.java.RosterEntry getRosterEntries(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 roster_entries = 1;
*/
int getRosterEntriesCount();
/**
*
**
* 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 roster_entries = 1;
*/
java.util.List extends com.hederahashgraph.api.proto.java.RosterEntryOrBuilder>
getRosterEntriesOrBuilderList();
/**
*
**
* 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 roster_entries = 1;
*/
com.hederahashgraph.api.proto.java.RosterEntryOrBuilder getRosterEntriesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy