setCompressed

open fun setCompressed(value: Long): File.Builder
Compressed size of the file, in bytes. If `size` and `compressed` are equal, the file is not compressed.
uint64 compressed = 3;

Return

This builder for chaining.

Parameters

value

The compressed to set.