public static interface RSGroupAdminProtos.BalanceRSGroupResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBalanceRan()
required bool balanceRan = 1; |
int |
getMovesCalculated()
optional uint32 moves_calculated = 2; |
int |
getMovesExecuted()
optional uint32 moves_executed = 3; |
boolean |
hasBalanceRan()
required bool balanceRan = 1; |
boolean |
hasMovesCalculated()
optional uint32 moves_calculated = 2; |
boolean |
hasMovesExecuted()
optional uint32 moves_executed = 3; |
boolean hasBalanceRan()
required bool balanceRan = 1;boolean getBalanceRan()
required bool balanceRan = 1;boolean hasMovesCalculated()
optional uint32 moves_calculated = 2;int getMovesCalculated()
optional uint32 moves_calculated = 2;boolean hasMovesExecuted()
optional uint32 moves_executed = 3;int getMovesExecuted()
optional uint32 moves_executed = 3;Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.