replication-protobuf / io.floodplain.protobuf.generated / Replication / ValueProtobufOrBuilder

ValueProtobufOrBuilder

interface ValueProtobufOrBuilder : MessageOrBuilder

Functions

getByteData

bytes byteData = 4;

abstract fun getByteData(): ByteString!

getIsNull

bool isNull = 3;

abstract fun getIsNull(): Boolean

getType

.io.floodplain.protobuf.generated.ValueProtobuf.ValueType type = 2;

abstract fun getType(): ValueType!

getTypeValue

.io.floodplain.protobuf.generated.ValueProtobuf.ValueType type = 2;

abstract fun getTypeValue(): Int

getValue

string value = 1;

abstract fun getValue(): String!

getValueBytes

string value = 1;

abstract fun getValueBytes(): ByteString!