Interface IntegerRangeRestrictionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IntegerRangeRestriction, IntegerRangeRestriction.Builder

@Generated public interface IntegerRangeRestrictionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    optional int64 max_inclusive = 2;
    long
    optional int64 min_inclusive = 1;
    boolean
    optional int64 max_inclusive = 2;
    boolean
    optional int64 min_inclusive = 1;

    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 Details

    • hasMinInclusive

      boolean hasMinInclusive()
      optional int64 min_inclusive = 1;
      Returns:
      Whether the minInclusive field is set.
    • getMinInclusive

      long getMinInclusive()
      optional int64 min_inclusive = 1;
      Returns:
      The minInclusive.
    • hasMaxInclusive

      boolean hasMaxInclusive()
      optional int64 max_inclusive = 2;
      Returns:
      Whether the maxInclusive field is set.
    • getMaxInclusive

      long getMaxInclusive()
      optional int64 max_inclusive = 2;
      Returns:
      The maxInclusive.