Interface Common.RangeWithOptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Common.RangeWithOptions, Common.RangeWithOptions.Builder
Enclosing class:
Common

public static interface Common.RangeWithOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .dingodb.pb.common.Range range = 1;
    .dingodb.pb.common.Range range = 1;
    boolean
    bool with_end = 3;
    boolean
    bool with_start = 2;
    boolean
    .dingodb.pb.common.Range range = 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

    • hasRange

      boolean hasRange()
      .dingodb.pb.common.Range range = 1;
      Returns:
      Whether the range field is set.
    • getRange

      Common.Range getRange()
      .dingodb.pb.common.Range range = 1;
      Returns:
      The range.
    • getRangeOrBuilder

      Common.RangeOrBuilder getRangeOrBuilder()
      .dingodb.pb.common.Range range = 1;
    • getWithStart

      boolean getWithStart()
      bool with_start = 2;
      Returns:
      The withStart.
    • getWithEnd

      boolean getWithEnd()
      bool with_end = 3;
      Returns:
      The withEnd.