Interface RawImageChunkWithIndexAndFileTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RawImageChunkWithIndexAndFileType, RawImageChunkWithIndexAndFileType.Builder

public interface RawImageChunkWithIndexAndFileTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string file_type = 3;
    com.google.protobuf.ByteString
    string file_type = 3;
    int
    int32 image_index = 1;
    com.google.protobuf.ByteString
    bytes raw_image_chunk = 2;

    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

    • 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.