Interface ChangeDocumentRequest.TextDocumentContentChangeEventOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChangeDocumentRequest.TextDocumentContentChangeEvent
,ChangeDocumentRequest.TextDocumentContentChangeEvent.Builder
- Enclosing class:
- ChangeDocumentRequest
public static interface ChangeDocumentRequest.TextDocumentContentChangeEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRange()
.io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
int
int32 range_length = 2;
.io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
getText()
string text = 3;
com.google.protobuf.ByteString
string text = 3;
boolean
hasRange()
.io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
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
-
hasRange
boolean hasRange().io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
- Returns:
- Whether the range field is set.
-
getRange
DocumentRange getRange().io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
- Returns:
- The range.
-
getRangeOrBuilder
DocumentRangeOrBuilder getRangeOrBuilder().io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
-
getRangeLength
int getRangeLength()int32 range_length = 2;
- Returns:
- The rangeLength.
-
getText
String getText()string text = 3;
- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()string text = 3;
- Returns:
- The bytes for text.
-