Interface NodePoolUpgradeConcurrencyConfigOrBuilder (2.96.0)

public interface NodePoolUpgradeConcurrencyConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConcurrencyCase()

public abstract NodePoolUpgradeConcurrencyConfig.ConcurrencyCase getConcurrencyCase()
Returns
Type Description
NodePoolUpgradeConcurrencyConfig.ConcurrencyCase

getMaxCount()

public abstract long getMaxCount()

If set, no more than max_count node pools can be upgraded concurrently.

int64 max_count = 1;

Returns
Type Description
long

The maxCount.

hasMaxCount()

public abstract boolean hasMaxCount()

If set, no more than max_count node pools can be upgraded concurrently.

int64 max_count = 1;

Returns
Type Description
boolean

Whether the maxCount field is set.