All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.deephaven.proto.backplane.script.grpc.DocumentRangeOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: deephaven/proto/console.proto

// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.script.grpc;

public interface DocumentRangeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.DocumentRange)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .io.deephaven.proto.backplane.script.grpc.Position start = 1;
   * @return Whether the start field is set.
   */
  boolean hasStart();
  /**
   * .io.deephaven.proto.backplane.script.grpc.Position start = 1;
   * @return The start.
   */
  io.deephaven.proto.backplane.script.grpc.Position getStart();
  /**
   * .io.deephaven.proto.backplane.script.grpc.Position start = 1;
   */
  io.deephaven.proto.backplane.script.grpc.PositionOrBuilder getStartOrBuilder();

  /**
   * .io.deephaven.proto.backplane.script.grpc.Position end = 2;
   * @return Whether the end field is set.
   */
  boolean hasEnd();
  /**
   * .io.deephaven.proto.backplane.script.grpc.Position end = 2;
   * @return The end.
   */
  io.deephaven.proto.backplane.script.grpc.Position getEnd();
  /**
   * .io.deephaven.proto.backplane.script.grpc.Position end = 2;
   */
  io.deephaven.proto.backplane.script.grpc.PositionOrBuilder getEndOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy