public interface RebalanceConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMode()
public abstract RebalanceConfig.Mode getMode()
Optional. The rebalance behavior for the cluster.
When not specified, defaults to NO_REBALANCE
.
.google.cloud.managedkafka.v1.RebalanceConfig.Mode mode = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
RebalanceConfig.Mode |
The mode. |
getModeValue()
public abstract int getModeValue()
Optional. The rebalance behavior for the cluster.
When not specified, defaults to NO_REBALANCE
.
.google.cloud.managedkafka.v1.RebalanceConfig.Mode mode = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for mode. |