Interface CloseDocumentRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Deprecated.
    io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest.console_id is deprecated.
    Deprecated.
    .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
    .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;
    boolean
    Deprecated.
    io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest.console_id is deprecated.
    boolean
    .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2;

    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

    • hasConsoleId

      @Deprecated boolean hasConsoleId()
      Deprecated.
      io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest.console_id is deprecated. See deephaven/proto/console.proto;l=190
      .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.CloseDocumentRequest.console_id is deprecated. See deephaven/proto/console.proto;l=190
      .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;