Interface LocationPolicyLocationConstraintsOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.