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 TypeMethodDescriptionboolean
bool case_insensitive = 2;
boolean
bool negated = 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
-
getNegated
boolean getNegated()bool negated = 1;
- Returns:
- The negated.
-
getCaseInsensitive
boolean getCaseInsensitive()bool case_insensitive = 2;
- Returns:
- The caseInsensitive.
-