Package dev.vortex.proto
Interface ExprProtos.BetweenOptsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExprProtos.BetweenOpts,ExprProtos.BetweenOpts.Builder
- Enclosing class:
- ExprProtos
public static interface ExprProtos.BetweenOptsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool lower_strict = 1;booleanbool upper_strict = 2;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
-
getLowerStrict
boolean getLowerStrict()bool lower_strict = 1;- Returns:
- The lowerStrict.
-
getUpperStrict
boolean getUpperStrict()bool upper_strict = 2;- Returns:
- The upperStrict.
-