set

@JvmName(name = "setIntegrity")
operator fun DslList<DataFingerprint, CompressedDataKt.Dsl.IntegrityProxy>.set(index: Int, 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

index

The index to set the value at.

value

The integrity to set.