Package io.dingodb.common
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
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
-
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.
-