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

    Modifier and Type
    Method
    Description
    .pb.Position end = 2;
    .pb.Position end = 2;
    .pb.Position start = 1;
    .pb.Position start = 1;
    boolean
    .pb.Position end = 2;
    boolean
    .pb.Position start = 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

    • hasStart

      boolean hasStart()
      .pb.Position start = 1;
      Returns:
      Whether the start field is set.
    • getStart

      Ops.Position getStart()
      .pb.Position start = 1;
      Returns:
      The start.
    • getStartOrBuilder

      Ops.PositionOrBuilder getStartOrBuilder()
      .pb.Position start = 1;
    • hasEnd

      boolean hasEnd()
      .pb.Position end = 2;
      Returns:
      Whether the end field is set.
    • getEnd

      Ops.Position getEnd()
      .pb.Position end = 2;
      Returns:
      The end.
    • getEndOrBuilder

      Ops.PositionOrBuilder getEndOrBuilder()
      .pb.Position end = 2;