plusAssign
inline operator fun DslList<ByteString, DataFingerprintKt.Dsl.PrefixProxy>.plusAssign(value: ByteString)
Prefix values used when fingerprinting the associated data, if applicable.
Content copied to clipboard
repeated bytes prefix = 3;
Parameters
value
The prefix to add.
inline operator fun DslList<ByteString, DataFingerprintKt.Dsl.PrefixProxy>.plusAssign(values: Iterable<ByteString>)
Prefix values used when fingerprinting the associated data, if applicable.
Content copied to clipboard
repeated bytes prefix = 3;
Parameters
values
The prefix to add.
inline operator fun DslList<ByteString, DataFingerprintKt.Dsl.SuffixProxy>.plusAssign(value: ByteString)
Suffix values used when fingerprinting the associated data, if applicable.
Content copied to clipboard
repeated bytes suffix = 4;
Parameters
value
The suffix to add.
inline operator fun DslList<ByteString, DataFingerprintKt.Dsl.SuffixProxy>.plusAssign(values: Iterable<ByteString>)
Suffix values used when fingerprinting the associated data, if applicable.
Content copied to clipboard
repeated bytes suffix = 4;
Parameters
values
The suffix to add.