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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetFileIndex()int32 file_index = 1;StringgetTextChunk()string text_chunk = 2;com.google.protobuf.ByteStringgetTextChunkBytes()string text_chunk = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getFileIndexint getFileIndex() int32 file_index = 1;- Returns:
- The fileIndex.
 
 - 
getTextChunkString getTextChunk() string text_chunk = 2;- Returns:
- The textChunk.
 
 - 
getTextChunkBytescom.google.protobuf.ByteString getTextChunkBytes() string text_chunk = 2;- Returns:
- The bytes for textChunk.
 
 
- 
 
-