Interface DocumentRangeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DocumentRange, DocumentRange.Builder

public interface DocumentRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .io.deephaven.proto.backplane.script.grpc.Position end = 2;
    .io.deephaven.proto.backplane.script.grpc.Position end = 2;
    .io.deephaven.proto.backplane.script.grpc.Position start = 1;
    .io.deephaven.proto.backplane.script.grpc.Position start = 1;
    boolean
    .io.deephaven.proto.backplane.script.grpc.Position end = 2;
    boolean
    .io.deephaven.proto.backplane.script.grpc.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()
      .io.deephaven.proto.backplane.script.grpc.Position start = 1;
      Returns:
      Whether the start field is set.
    • getStart

      Position getStart()
      .io.deephaven.proto.backplane.script.grpc.Position start = 1;
      Returns:
      The start.
    • getStartOrBuilder

      PositionOrBuilder getStartOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.Position start = 1;
    • hasEnd

      boolean hasEnd()
      .io.deephaven.proto.backplane.script.grpc.Position end = 2;
      Returns:
      Whether the end field is set.
    • getEnd

      Position getEnd()
      .io.deephaven.proto.backplane.script.grpc.Position end = 2;
      Returns:
      The end.
    • getEndOrBuilder

      PositionOrBuilder getEndOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.Position end = 2;