Interface Requests.ClusterScaleRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Requests.ClusterScaleRequest,Requests.ClusterScaleRequest.Builder
- Enclosing class:
Requests
public static interface Requests.ClusterScaleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool dryRun = 4;intoptional uint32 newClusterSize = 1;intoptional uint32 newPartitionCount = 2;intoptional uint32 newReplicationFactor = 3;booleanoptional uint32 newClusterSize = 1;booleanoptional uint32 newPartitionCount = 2;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
-
hasNewClusterSize
boolean hasNewClusterSize()optional uint32 newClusterSize = 1;- Returns:
- Whether the newClusterSize field is set.
-
getNewClusterSize
int getNewClusterSize()optional uint32 newClusterSize = 1;- Returns:
- The newClusterSize.
-
hasNewPartitionCount
boolean hasNewPartitionCount()optional uint32 newPartitionCount = 2;- Returns:
- Whether the newPartitionCount field is set.
-
getNewPartitionCount
int getNewPartitionCount()optional uint32 newPartitionCount = 2;- Returns:
- The newPartitionCount.
-
hasNewReplicationFactor
boolean hasNewReplicationFactor()optional uint32 newReplicationFactor = 3;- Returns:
- Whether the newReplicationFactor field is set.
-
getNewReplicationFactor
int getNewReplicationFactor()optional uint32 newReplicationFactor = 3;- Returns:
- The newReplicationFactor.
-
getDryRun
boolean getDryRun()bool dryRun = 4;- Returns:
- The dryRun.
-