Interface AutoscalingSettingsOrBuilder (0.8.0)

public interface AutoscalingSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAlgorithm()

public abstract AutoscalingAlgorithm getAlgorithm()

The algorithm to use for autoscaling.

.google.dataflow.v1beta3.AutoscalingAlgorithm algorithm = 1;

Returns
TypeDescription
AutoscalingAlgorithm

The algorithm.

getAlgorithmValue()

public abstract int getAlgorithmValue()

The algorithm to use for autoscaling.

.google.dataflow.v1beta3.AutoscalingAlgorithm algorithm = 1;

Returns
TypeDescription
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
TypeDescription
int

The maxNumWorkers.