Interface TextEditOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextEdit
,TextEdit.Builder
public interface TextEditOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRange()
.io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
.io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1;
getText()
string text = 2;
com.google.protobuf.ByteString
string text = 2;
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;
-
getText
String getText()string text = 2;
- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()string text = 2;
- Returns:
- The bytes for text.
-