Package dev.vortex.proto
Interface ExprProtos.LikeOptsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExprProtos.LikeOpts,ExprProtos.LikeOpts.Builder
- Enclosing class:
- ExprProtos
public static interface ExprProtos.LikeOptsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool case_insensitive = 2;booleanbool negated = 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
-
getNegated
boolean getNegated()bool negated = 1;- Returns:
- The negated.
-
getCaseInsensitive
boolean getCaseInsensitive()bool case_insensitive = 2;- Returns:
- The caseInsensitive.
-