| //Generated by the protocol buffer compiler. DO NOT EDIT! |
| // source: google/protobuf/unittest_proto3.proto |
| inline fun testMessageWithDummy(block: proto3_unittest.TestMessageWithDummyKt.Dsl.() -> Unit): proto3_unittest.UnittestProto3.TestMessageWithDummy = |
| proto3_unittest.TestMessageWithDummyKt.Dsl._create(proto3_unittest.UnittestProto3.TestMessageWithDummy.newBuilder()).apply { block() }._build() |
| object TestMessageWithDummyKt { |
| @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) |
| @com.google.protobuf.kotlin.ProtoDslMarker |
| class Dsl private constructor( |
| @kotlin.jvm.JvmField private val _builder: proto3_unittest.UnittestProto3.TestMessageWithDummy.Builder |
| internal fun _create(builder: proto3_unittest.UnittestProto3.TestMessageWithDummy.Builder): Dsl = Dsl(builder) |
| internal fun _build(): proto3_unittest.UnittestProto3.TestMessageWithDummy = _builder.build() |
| * This field is only here for triggering copy-on-write; it's not intended to |
| * <code>bool dummy = 536870911;</code> |
| var dummy: kotlin.Boolean |
| get() = _builder.getDummy() |
| * This field is only here for triggering copy-on-write; it's not intended to |
| * <code>bool dummy = 536870911;</code> |
| inline fun proto3_unittest.UnittestProto3.TestMessageWithDummy.copy(block: proto3_unittest.TestMessageWithDummyKt.Dsl.() -> Unit): proto3_unittest.UnittestProto3.TestMessageWithDummy = |
| proto3_unittest.TestMessageWithDummyKt.Dsl._create(this.toBuilder()).apply { block() }._build() |