Interface TextDocumentItemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextDocumentItem
,TextDocumentItem.Builder
public interface TextDocumentItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getUri
String getUri()string uri = 1;
- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()string uri = 1;
- Returns:
- The bytes for uri.
-
getLanguageId
String getLanguageId()string language_id = 2;
- Returns:
- The languageId.
-
getLanguageIdBytes
com.google.protobuf.ByteString getLanguageIdBytes()string language_id = 2;
- Returns:
- The bytes for languageId.
-
getVersion
int getVersion()int32 version = 3;
- Returns:
- The version.
-
getText
String getText()string text = 4;
- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()string text = 4;
- Returns:
- The bytes for text.
-