Package dev.vortex.proto
Interface ExprProtos.SelectOptsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExprProtos.SelectOpts
,ExprProtos.SelectOpts.Builder
- Enclosing class:
- ExprProtos
public static interface ExprProtos.SelectOptsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.vortex.expr.FieldNames exclude = 2;
.vortex.expr.FieldNames exclude = 2;
.vortex.expr.FieldNames include = 1;
.vortex.expr.FieldNames include = 1;
boolean
.vortex.expr.FieldNames exclude = 2;
boolean
.vortex.expr.FieldNames include = 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
-
hasInclude
boolean hasInclude().vortex.expr.FieldNames include = 1;
- Returns:
- Whether the include field is set.
-
getInclude
ExprProtos.FieldNames getInclude().vortex.expr.FieldNames include = 1;
- Returns:
- The include.
-
getIncludeOrBuilder
ExprProtos.FieldNamesOrBuilder getIncludeOrBuilder().vortex.expr.FieldNames include = 1;
-
hasExclude
boolean hasExclude().vortex.expr.FieldNames exclude = 2;
- Returns:
- Whether the exclude field is set.
-
getExclude
ExprProtos.FieldNames getExclude().vortex.expr.FieldNames exclude = 2;
- Returns:
- The exclude.
-
getExcludeOrBuilder
ExprProtos.FieldNamesOrBuilder getExcludeOrBuilder().vortex.expr.FieldNames exclude = 2;
-
getOptsCase
ExprProtos.SelectOpts.OptsCase getOptsCase()
-