blob: 7ab8c0f38a13fec782e21f60c69efb9a609c4811 [file] [log] [blame]
//Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/map_lite_unittest.proto
package protobuf_unittest;
@kotlin.jvm.JvmSynthetic
inline fun foreignMessageArenaLite(block: protobuf_unittest.ForeignMessageArenaLiteKt.Dsl.() -> Unit): protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite =
protobuf_unittest.ForeignMessageArenaLiteKt.Dsl._create(protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite.newBuilder()).apply { block() }._build()
object ForeignMessageArenaLiteKt {
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
@com.google.protobuf.kotlin.ProtoDslMarker
class Dsl private constructor(
@kotlin.jvm.JvmField private val _builder: protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite.Builder
) {
companion object {
@kotlin.jvm.JvmSynthetic
@kotlin.PublishedApi
internal fun _create(builder: protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite.Builder): Dsl = Dsl(builder)
}
@kotlin.jvm.JvmSynthetic
@kotlin.PublishedApi
internal fun _build(): protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite = _builder.build()
/**
* <code>optional int32 c = 1;</code>
*/
var c: kotlin.Int
@JvmName("getC")
get() = _builder.getC()
@JvmName("setC")
set(value) {
_builder.setC(value)
}
/**
* <code>optional int32 c = 1;</code>
*/
fun clearC() {
_builder.clearC()
}
/**
* <code>optional int32 c = 1;</code>
* @return Whether the c field is set.
*/
fun hasC(): kotlin.Boolean {
return _builder.hasC()
}
}
}
inline fun protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite.copy(block: protobuf_unittest.ForeignMessageArenaLiteKt.Dsl.() -> Unit): protobuf_unittest.MapLiteUnittest.ForeignMessageArenaLite =
protobuf_unittest.ForeignMessageArenaLiteKt.Dsl._create(this.toBuilder()).apply { block() }._build()