Package com.google.cloud.compute.v1
Interface LocationPolicyLocationConstraintsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocationPolicyLocationConstraints
,LocationPolicyLocationConstraints.Builder
public interface LocationPolicyLocationConstraintsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMaxCount()
Maximum number of items that are allowed to be placed in this zone.boolean
hasMaxCount()
Maximum number of items that are allowed to be placed in this zone.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMaxCount
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:
- Whether the maxCount field is set.
-
getMaxCount
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:
- The maxCount.
-
-