setCrc32
## Header: CRC32.
The CRC32 is a 32-bit unsigned integer which is used to verify the integrity of the decompressed tree metadata.
After (or during) decompression, a CRC32 checksum is calculated over the decompressed data, and compared against
this reference value to ensure data integrity remains intact.
Content copied to clipboard
uint32 crc32 = 4;
Return
This builder for chaining.
Parameters
value
The crc32 to set.