Interface Requests.BrokerScaleRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Requests.BrokerScaleRequest,Requests.BrokerScaleRequest.Builder
- Enclosing class:
Requests
public static interface Requests.BrokerScaleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool dryRun = 2;getMemberIds(int index) repeated string memberIds = 1;com.google.protobuf.ByteStringgetMemberIdsBytes(int index) repeated string memberIds = 1;intrepeated string memberIds = 1;repeated string memberIds = 1;intoptional uint32 newReplicationFactor = 3;booleanoptional uint32 newReplicationFactor = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMemberIdsList
repeated string memberIds = 1;- Returns:
- A list containing the memberIds.
-
getMemberIdsCount
int getMemberIdsCount()repeated string memberIds = 1;- Returns:
- The count of memberIds.
-
getMemberIds
repeated string memberIds = 1;- Parameters:
index- The index of the element to return.- Returns:
- The memberIds at the given index.
-
getMemberIdsBytes
com.google.protobuf.ByteString getMemberIdsBytes(int index) repeated string memberIds = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the memberIds at the given index.
-
getDryRun
boolean getDryRun()bool dryRun = 2;- Returns:
- The dryRun.
-
hasNewReplicationFactor
boolean hasNewReplicationFactor()optional uint32 newReplicationFactor = 3;- Returns:
- Whether the newReplicationFactor field is set.
-
getNewReplicationFactor
int getNewReplicationFactor()optional uint32 newReplicationFactor = 3;- Returns:
- The newReplicationFactor.
-