addAll

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

repeated bytes prefix = 3;

Parameters

values

The prefix to add.


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

repeated bytes suffix = 4;

Parameters

values

The suffix to add.