// Generated by the protocol buffer compiler. DO NOT EDIT! // source: keyapis/dial/v1/keyapis_dial_call_v1.proto // Generated files should ignore deprecation warnings @file:Suppress("DEPRECATION") package ru.keyapis.dial.v1; @kotlin.jvm.JvmName("-initializepostCallCancelResponse") public inline fun postCallCancelResponse(block: ru.keyapis.dial.v1.PostCallCancelResponseKt.Dsl.() -> kotlin.Unit): ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelResponse = ru.keyapis.dial.v1.PostCallCancelResponseKt.Dsl._create(ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelResponse.newBuilder()).apply { block() }._build() /** * ``` * Ответ на запрос на передачу события об окончании группового звонка с домофона * ``` * * Protobuf type `keyapis.dial.v1.PostCallCancelResponse` */ public object PostCallCancelResponseKt { @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) @com.google.protobuf.kotlin.ProtoDslMarker public class Dsl private constructor( private val _builder: ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelResponse.Builder ) { public companion object { @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _create(builder: ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelResponse.Builder): Dsl = Dsl(builder) } @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _build(): ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelResponse = _builder.build() } } @kotlin.jvm.JvmSynthetic public inline fun ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelResponse.copy(block: ru.keyapis.dial.v1.PostCallCancelResponseKt.Dsl.() -> kotlin.Unit): ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelResponse = ru.keyapis.dial.v1.PostCallCancelResponseKt.Dsl._create(this.toBuilder()).apply { block() }._build()