Interface Fileformat.BlobOrBuilder

All Superinterfaces:
proto4.MessageLiteOrBuilder, proto4.MessageOrBuilder
All Known Implementing Classes:
Fileformat.Blob, Fileformat.Blob.Builder
Enclosing class:
Fileformat

public static interface Fileformat.BlobOrBuilder extends proto4.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    proto4.ByteString
    PROPOSED feature for LZMA compressed data.
    proto4.ByteString
    Deprecated.
    Blob.OBSOLETE_bzip2_data is deprecated.
    proto4.ByteString
    No compression
    int
    When compressed, the uncompressed size
    proto4.ByteString
    Possible compressed versions of the data.
    boolean
    PROPOSED feature for LZMA compressed data.
    boolean
    Deprecated.
    Blob.OBSOLETE_bzip2_data is deprecated.
    boolean
    No compression
    boolean
    When compressed, the uncompressed size
    boolean
    Possible compressed versions of the data.

    Methods inherited from interface proto4.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface proto4.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRaw

      boolean hasRaw()
       No compression
       
      optional bytes raw = 1;
      Returns:
      Whether the raw field is set.
    • getRaw

      proto4.ByteString getRaw()
       No compression
       
      optional bytes raw = 1;
      Returns:
      The raw.
    • hasRawSize

      boolean hasRawSize()
       When compressed, the uncompressed size
       
      optional int32 raw_size = 2;
      Returns:
      Whether the rawSize field is set.
    • getRawSize

      int getRawSize()
       When compressed, the uncompressed size
       
      optional int32 raw_size = 2;
      Returns:
      The rawSize.
    • hasZlibData

      boolean hasZlibData()
       Possible compressed versions of the data.
       
      optional bytes zlib_data = 3;
      Returns:
      Whether the zlibData field is set.
    • getZlibData

      proto4.ByteString getZlibData()
       Possible compressed versions of the data.
       
      optional bytes zlib_data = 3;
      Returns:
      The zlibData.
    • hasLzmaData

      boolean hasLzmaData()
       PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
       
      optional bytes lzma_data = 4;
      Returns:
      Whether the lzmaData field is set.
    • getLzmaData

      proto4.ByteString getLzmaData()
       PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
       
      optional bytes lzma_data = 4;
      Returns:
      The lzmaData.
    • hasOBSOLETEBzip2Data

      @Deprecated boolean hasOBSOLETEBzip2Data()
      Deprecated.
      Blob.OBSOLETE_bzip2_data is deprecated. See main/java/org/apache/sedona/proto/fileformat.proto;l=32
       Formerly used for bzip2 compressed data. Depreciated in 2010.
       
      optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
      Returns:
      Whether the oBSOLETEBzip2Data field is set.
    • getOBSOLETEBzip2Data

      @Deprecated proto4.ByteString getOBSOLETEBzip2Data()
      Deprecated.
      Blob.OBSOLETE_bzip2_data is deprecated. See main/java/org/apache/sedona/proto/fileformat.proto;l=32
       Formerly used for bzip2 compressed data. Depreciated in 2010.
       
      optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
      Returns:
      The oBSOLETEBzip2Data.