add

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

repeated bytes prefix = 3;

Parameters

value

The prefix to add.


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

repeated bytes suffix = 4;

Parameters

value

The suffix to add.