plusAssign
inline operator fun DslList<DataFingerprint, CompressedDataKt.Dsl.IntegrityProxy>.plusAssign(value: DataFingerprint)
Holds an (optional) integrity fingerprint, calculated from the held data *before* compression, which maybe used to
verify the consistency of the data held by this container after de-compression.
Content copied to clipboard
repeated .elide.data.DataFingerprint integrity = 3;
Parameters
value
The integrity to add.
inline operator fun DslList<DataFingerprint, CompressedDataKt.Dsl.IntegrityProxy>.plusAssign(values: Iterable<DataFingerprint>)
Holds an (optional) integrity fingerprint, calculated from the held data *before* compression, which maybe used to
verify the consistency of the data held by this container after de-compression.
Content copied to clipboard
repeated .elide.data.DataFingerprint integrity = 3;
Parameters
values
The integrity to add.