set

@JvmName(name = "setIntegrity")
operator fun DslList<DataFingerprint, DataContainerKt.Dsl.IntegrityProxy>.set(index: Int, value: DataFingerprint)
Specifies an (optional) integrity fingerprint that may be used to verify the consistency of the underlying data
held by this data container.

repeated .elide.data.DataFingerprint integrity = 2;

Parameters

index

The index to set the value at.

value

The integrity to set.