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

java.io.deephaven.proto.backplane.script.grpc.OpenDocumentRequestOrBuilder 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 OpenDocumentRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
   * @deprecated io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest.console_id is deprecated.
   *     See deephaven/proto/console.proto;l=179
   * @return Whether the consoleId field is set.
   */
  @java.lang.Deprecated boolean hasConsoleId();
  /**
   * .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
   * @deprecated io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest.console_id is deprecated.
   *     See deephaven/proto/console.proto;l=179
   * @return The consoleId.
   */
  @java.lang.Deprecated io.deephaven.proto.backplane.grpc.Ticket getConsoleId();
  /**
   * .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
   */
  @java.lang.Deprecated io.deephaven.proto.backplane.grpc.TicketOrBuilder getConsoleIdOrBuilder();

  /**
   * .io.deephaven.proto.backplane.script.grpc.TextDocumentItem text_document = 2;
   * @return Whether the textDocument field is set.
   */
  boolean hasTextDocument();
  /**
   * .io.deephaven.proto.backplane.script.grpc.TextDocumentItem text_document = 2;
   * @return The textDocument.
   */
  io.deephaven.proto.backplane.script.grpc.TextDocumentItem getTextDocument();
  /**
   * .io.deephaven.proto.backplane.script.grpc.TextDocumentItem text_document = 2;
   */
  io.deephaven.proto.backplane.script.grpc.TextDocumentItemOrBuilder getTextDocumentOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy