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 TypeMethodDescriptionDeprecated.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;booleanDeprecated.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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasConsoleId
Deprecated.io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest.console_id is deprecated. See deephaven_core/proto/console.proto;l=208.io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];- Returns:
- Whether the consoleId field is set.
-
getConsoleId
Deprecated.io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest.console_id is deprecated. See deephaven_core/proto/console.proto;l=208.io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true];- Returns:
- The consoleId.
-
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
VersionedTextDocumentIdentifier 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;
-