plusAssign

@JvmName(name = "plusAssignIntegrity")
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.

repeated .elide.data.DataFingerprint integrity = 3;

Parameters

value

The integrity to add.


@JvmName(name = "plusAssignAllIntegrity")
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.

repeated .elide.data.DataFingerprint integrity = 3;

Parameters

values

The integrity to add.