offset property
Offset is the bucket index of the first entry in the bucket_counts array.
Note: This uses a varint encoding as a simple form of compression.
Implementation
@$pb.TagNumber(1)
$core.int get offset => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set offset($core.int value) => $_setSignedInt32(0, value);