Interface LocationPolicyLocationConstraintsOrBuilder (1.25.0)

public interface LocationPolicyLocationConstraintsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxCount()

public abstract int getMaxCount()

Maximum number of items that are allowed to be placed in this zone. The value must be non-negative.

optional int32 max_count = 287620724;

Returns
TypeDescription
int

The maxCount.

hasMaxCount()

public abstract boolean hasMaxCount()

Maximum number of items that are allowed to be placed in this zone. The value must be non-negative.

optional int32 max_count = 287620724;

Returns
TypeDescription
boolean

Whether the maxCount field is set.