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