Interface Ops.RangeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.Range
,Ops.Range.Builder
- Enclosing class:
Ops
public static interface Ops.RangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasStart
boolean hasStart().pb.Position start = 1;
- Returns:
- Whether the start field is set.
-
getStart
-
getStartOrBuilder
Ops.PositionOrBuilder getStartOrBuilder().pb.Position start = 1;
-
hasEnd
boolean hasEnd().pb.Position end = 2;
- Returns:
- Whether the end field is set.
-
getEnd
-
getEndOrBuilder
Ops.PositionOrBuilder getEndOrBuilder().pb.Position end = 2;
-