com.hedera.hashgraph.sdk.proto.RosterOrBuilder 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: 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 extends com.hedera.hashgraph.sdk.proto.RosterEntryOrBuilder>
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);
}