interface RawStringOrBuilder : MessageOrBuilder
string value = 1;
abstract fun getValue(): String!
abstract fun getValueBytes(): ByteString!