// 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("-initializepostCallCancelRequest") public inline fun postCallCancelRequest(block: ru.keyapis.dial.v1.PostCallCancelRequestKt.Dsl.() -> kotlin.Unit): ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelRequest = ru.keyapis.dial.v1.PostCallCancelRequestKt.Dsl._create(ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelRequest.newBuilder()).apply { block() }._build() /** * ``` * Запрос на передачу события об окончании группового звонка с домофона * ``` * * Protobuf type `keyapis.dial.v1.PostCallCancelRequest` */ public object PostCallCancelRequestKt { @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.PostCallCancelRequest.Builder ) { public companion object { @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _create(builder: ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelRequest.Builder): Dsl = Dsl(builder) } @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _build(): ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelRequest = _builder.build() /** * ``` * СИП-аккаунт устройства * ``` * * `string sip_account = 1 [(.google.api.field_behavior) = REQUIRED];` */ public var sipAccount: kotlin.String @JvmName("getSipAccount") get() = _builder.getSipAccount() @JvmName("setSipAccount") set(value) { _builder.setSipAccount(value) } /** * ``` * СИП-аккаунт устройства * ``` * * `string sip_account = 1 [(.google.api.field_behavior) = REQUIRED];` */ public fun clearSipAccount() { _builder.clearSipAccount() } } } @kotlin.jvm.JvmSynthetic public inline fun ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelRequest.copy(block: ru.keyapis.dial.v1.PostCallCancelRequestKt.Dsl.() -> kotlin.Unit): ru.keyapis.dial.v1.KeyapisDialV1Proto.PostCallCancelRequest = ru.keyapis.dial.v1.PostCallCancelRequestKt.Dsl._create(this.toBuilder()).apply { block() }._build()