Interface ChangeDocumentRequestOrBuilder

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

public interface ChangeDocumentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasConsoleId

      @Deprecated boolean hasConsoleId()
      Deprecated.
      io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.console_id is deprecated. See deephaven/proto/console.proto;l=195
      .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
      Returns:
      Whether the consoleId field is set.
    • getConsoleId

      @Deprecated Ticket getConsoleId()
      Deprecated.
      io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.console_id is deprecated. See deephaven/proto/console.proto;l=195
      .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
      Returns:
      The consoleId.
    • getConsoleIdOrBuilder

      @Deprecated TicketOrBuilder getConsoleIdOrBuilder()
      Deprecated.
      .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];
    • hasTextDocument

      boolean hasTextDocument()
      .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
      Returns:
      Whether the textDocument field is set.
    • getTextDocument

      .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
      Returns:
      The textDocument.
    • getTextDocumentOrBuilder

      VersionedTextDocumentIdentifierOrBuilder getTextDocumentOrBuilder()
      .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
    • getContentChangesList

      repeated .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent content_changes = 3;
    • getContentChanges

      repeated .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent content_changes = 3;
    • getContentChangesCount

      int getContentChangesCount()
      repeated .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent content_changes = 3;
    • getContentChangesOrBuilderList

      List<? extends ChangeDocumentRequest.TextDocumentContentChangeEventOrBuilder> getContentChangesOrBuilderList()
      repeated .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent content_changes = 3;
    • getContentChangesOrBuilder

      repeated .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent content_changes = 3;