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 TypeMethodDescriptionlongoptional int64 max_inclusive = 2;longoptional int64 min_inclusive = 1;booleanoptional int64 max_inclusive = 2;booleanoptional int64 min_inclusive = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-