-
public final class BytesValueKt.Dsl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBytesValueKt.Dsl.Companion
-
Field Summary
Fields Modifier and Type Field Description private ByteStringvalue
-
Method Summary
Modifier and Type Method Description final ByteStringgetValue()final UnitsetValue(ByteString value)final UnitclearValue()<pre> The bytes value. -
-
Method Detail
-
getValue
final ByteString getValue()
-
clearValue
final Unit clearValue()
<pre> The bytes value. </pre><code>bytes value = 1;</code>
-
-
-
-