Interface TextFileChunkWithIndexPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextFileChunkWithIndexP
,TextFileChunkWithIndexP.Builder
public interface TextFileChunkWithIndexPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFileIndex()
int32 file_index = 1;
String
getTextChunk()
string text_chunk = 2;
com.google.protobuf.ByteString
getTextChunkBytes()
string text_chunk = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFileIndex
int getFileIndex()
int32 file_index = 1;
- Returns:
- The fileIndex.
-
getTextChunk
String getTextChunk()
string text_chunk = 2;
- Returns:
- The textChunk.
-
getTextChunkBytes
com.google.protobuf.ByteString getTextChunkBytes()
string text_chunk = 2;
- Returns:
- The bytes for textChunk.
-
-