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 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