Class RiceDeltaEncoding (0.3.2)

The Rice-Golomb encoded data. Used for sending compressed 4-byte hashes or compressed removal indices.

The Golomb-Rice parameter, which is a number between 2 and 28. This field is missing (that is, zero) if num_entries is zero.

The encoded deltas that are encoded using the Golomb-Rice coder.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > RiceDeltaEncoding