Interface RawImageChunkWithIndexOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- RawImageChunkWithIndex,- RawImageChunkWithIndex.Builder
public interface RawImageChunkWithIndexOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionintint32 image_index = 1;com.google.protobuf.ByteStringbytes raw_image_chunk = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getImageIndexint getImageIndex()int32 image_index = 1;- Returns:
- The imageIndex.
 
- 
getRawImageChunkcom.google.protobuf.ByteString getRawImageChunk()bytes raw_image_chunk = 2;- Returns:
- The rawImageChunk.
 
 
-