set

@JvmName(name = "setPrefix")
operator fun DslList<ByteString, DataFingerprintKt.Dsl.PrefixProxy>.set(index: Int, value: ByteString)
Prefix values used when fingerprinting the associated data, if applicable.

repeated bytes prefix = 3;

Parameters

index

The index to set the value at.

value

The prefix to set.


@JvmName(name = "setSuffix")
operator fun DslList<ByteString, DataFingerprintKt.Dsl.SuffixProxy>.set(index: Int, value: ByteString)
Suffix values used when fingerprinting the associated data, if applicable.

repeated bytes suffix = 4;

Parameters

index

The index to set the value at.

value

The suffix to set.