Interface ManualScalingOrBuilder (2.5.0)

public interface ManualScalingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstances()

public abstract int getInstances()

Number of instances to assign to the service at the start. This number can later be altered by using the Modules API set_num_instances() function.

int32 instances = 1;

Returns
TypeDescription
int

The instances.