public interface AutoscalingSettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAlgorithm()
public abstract AutoscalingAlgorithm getAlgorithm()
The algorithm to use for autoscaling.
.google.events.cloud.dataflow.v1beta3.AutoscalingAlgorithm algorithm = 1;
Returns | |
---|---|
Type | Description |
AutoscalingAlgorithm |
The algorithm. |
getAlgorithmValue()
public abstract int getAlgorithmValue()
The algorithm to use for autoscaling.
.google.events.cloud.dataflow.v1beta3.AutoscalingAlgorithm algorithm = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for algorithm. |
getMaxNumWorkers()
public abstract int getMaxNumWorkers()
The maximum number of workers to cap scaling at.
int32 max_num_workers = 2;
Returns | |
---|---|
Type | Description |
int |
The maxNumWorkers. |