public static final class Fileformat.Blob.Builder extends GeneratedMessageLite.Builder <Fileformat .Blob ,Fileformat .Blob .Builder > implements Fileformat .BlobOrBuilder
OSMPBF.Blob
getUnknownFields, parseUnknownField, setUnknownFieldsaddAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic Fileformat.Blob .Builder clear()
public Fileformat.Blob .Builder clone()
public Fileformat.Blob getDefaultInstanceForType()
public Fileformat.Blob build()
public Fileformat.Blob buildPartial()
public Fileformat.Blob .Builder mergeFrom(Fileformat .Blob other)
public final boolean isInitialized()
public Fileformat.Blob .Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface
MessageLite.Builder
mergeFrom in class
AbstractMessageLite.Builder <Fileformat.Blob.Builder >
IOException
public boolean hasRaw()
optional bytes raw = 1;
No compression
public ByteStringgetRaw()
optional bytes raw = 1;
No compression
public Fileformat.Blob .Builder setRaw(ByteString value)
optional bytes raw = 1;
No compression
public Fileformat.Blob .Builder clearRaw()
optional bytes raw = 1;
No compression
public boolean hasRawSize()
optional int32 raw_size = 2;
When compressed, the uncompressed size
public int getRawSize()
optional int32 raw_size = 2;
When compressed, the uncompressed size
public Fileformat.Blob .Builder setRawSize(int value)
optional int32 raw_size = 2;
When compressed, the uncompressed size
public Fileformat.Blob .Builder clearRawSize()
optional int32 raw_size = 2;
When compressed, the uncompressed size
public boolean hasZlibData()
optional bytes zlib_data = 3;
Possible compressed versions of the data.
public ByteStringgetZlibData()
optional bytes zlib_data = 3;
Possible compressed versions of the data.
public Fileformat.Blob .Builder setZlibData(ByteString value)
optional bytes zlib_data = 3;
Possible compressed versions of the data.
public Fileformat.Blob .Builder clearZlibData()
optional bytes zlib_data = 3;
Possible compressed versions of the data.
public boolean hasLzmaData()
optional bytes lzma_data = 4;
PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
public ByteStringgetLzmaData()
optional bytes lzma_data = 4;
PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
public Fileformat.Blob .Builder setLzmaData(ByteString value)
optional bytes lzma_data = 4;
PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
public Fileformat.Blob .Builder clearLzmaData()
optional bytes lzma_data = 4;
PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
@Deprecated public boolean hasOBSOLETEBzip2Data()
optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
Formerly used for bzip2 compressed data. Depreciated in 2010.
@Deprecated public ByteStringgetOBSOLETEBzip2Data()
optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
Formerly used for bzip2 compressed data. Depreciated in 2010.
@Deprecated public Fileformat.Blob .Builder setOBSOLETEBzip2Data(ByteString value)
optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
Formerly used for bzip2 compressed data. Depreciated in 2010.
@Deprecated public Fileformat.Blob .Builder clearOBSOLETEBzip2Data()
optional bytes OBSOLETE_bzip2_data = 5 [deprecated = true];
Formerly used for bzip2 compressed data. Depreciated in 2010.
public boolean hasLz4Data()
optional bytes lz4_data = 6;
lz4 compressed data. It optimized for performance, pretty fast while still offering useful compression ratios.
public ByteStringgetLz4Data()
optional bytes lz4_data = 6;
lz4 compressed data. It optimized for performance, pretty fast while still offering useful compression ratios.
public Fileformat.Blob .Builder setLz4Data(ByteString value)
optional bytes lz4_data = 6;
lz4 compressed data. It optimized for performance, pretty fast while still offering useful compression ratios.
public Fileformat.Blob .Builder clearLz4Data()
optional bytes lz4_data = 6;
lz4 compressed data. It optimized for performance, pretty fast while still offering useful compression ratios.