riceIndices property
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding.
Used for sending compressed removal indices. The removal indices (uint32) are sorted in ascending order, then delta encoded and stored as encoded_data.
Implementation
GoogleSecuritySafebrowsingV4RiceDeltaEncoding? riceIndices;