Interface ServiceScalingOrBuilder (0.40.0)

public interface ServiceScalingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMinInstanceCount()

public abstract int getMinInstanceCount()

total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving. (BETA)

int32 min_instance_count = 1;

Returns
TypeDescription
int

The minInstanceCount.