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

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

There is a newer version: 0.36.1
Show 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 TextEditOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.TextEdit)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
   * @return Whether the range field is set.
   */
  boolean hasRange();
  /**
   * .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
   * @return The range.
   */
  io.deephaven.proto.backplane.script.grpc.DocumentRange getRange();
  /**
   * .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
   */
  io.deephaven.proto.backplane.script.grpc.DocumentRangeOrBuilder getRangeOrBuilder();

  /**
   * string text = 2;
   * @return The text.
   */
  java.lang.String getText();
  /**
   * string text = 2;
   * @return The bytes for text.
   */
  com.google.protobuf.ByteString
      getTextBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy