plusAssign

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

repeated bytes prefix = 3;

Parameters

value

The prefix to add.


@JvmName(name = "plusAssignAllPrefix")
inline operator fun DslList<ByteString, DataFingerprintKt.Dsl.PrefixProxy>.plusAssign(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 = "plusAssignSuffix")
inline operator fun DslList<ByteString, DataFingerprintKt.Dsl.SuffixProxy>.plusAssign(value: ByteString)
Suffix values used when fingerprinting the associated data, if applicable.

repeated bytes suffix = 4;

Parameters

value

The suffix to add.


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

repeated bytes suffix = 4;

Parameters

values

The suffix to add.