Interface RawImageChunkWithIndexAndFileTypePOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RawImageChunkWithIndexAndFileTypeP,RawImageChunkWithIndexAndFileTypeP.Builder
public interface RawImageChunkWithIndexAndFileTypePOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFileType()string file_type = 3;com.google.protobuf.ByteStringgetFileTypeBytes()string file_type = 3;intgetImageIndex()int32 image_index = 1;com.google.protobuf.ByteStringgetRawImageChunk()bytes raw_image_chunk = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getImageIndex
int getImageIndex()
int32 image_index = 1;- Returns:
- The imageIndex.
-
getRawImageChunk
com.google.protobuf.ByteString getRawImageChunk()
bytes raw_image_chunk = 2;- Returns:
- The rawImageChunk.
-
getFileType
String getFileType()
string file_type = 3;- Returns:
- The fileType.
-
getFileTypeBytes
com.google.protobuf.ByteString getFileTypeBytes()
string file_type = 3;- Returns:
- The bytes for fileType.
-
-