public static interface MasterProtos.SetSplitOrMergeEnabledRequestOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
required bool enabled = 1; |
MasterProtos.MasterSwitchType |
getSwitchTypes(int index)
repeated .MasterSwitchType switch_types = 3; |
int |
getSwitchTypesCount()
repeated .MasterSwitchType switch_types = 3; |
List<MasterProtos.MasterSwitchType> |
getSwitchTypesList()
repeated .MasterSwitchType switch_types = 3; |
boolean |
getSynchronous()
optional bool synchronous = 2; |
boolean |
hasEnabled()
required bool enabled = 1; |
boolean |
hasSynchronous()
optional bool synchronous = 2; |
boolean hasEnabled()
required bool enabled = 1;boolean getEnabled()
required bool enabled = 1;boolean hasSynchronous()
optional bool synchronous = 2;boolean getSynchronous()
optional bool synchronous = 2;List<MasterProtos.MasterSwitchType> getSwitchTypesList()
repeated .MasterSwitchType switch_types = 3;int getSwitchTypesCount()
repeated .MasterSwitchType switch_types = 3;MasterProtos.MasterSwitchType getSwitchTypes(int index)
repeated .MasterSwitchType switch_types = 3;