// Generated by the protocol buffer compiler. DO NOT EDIT! // source: keyapis/device/v1/keyapis_device_cms_phone_v1.proto // Generated files should ignore deprecation warnings @file:Suppress("DEPRECATION") package ru.keyapis.device.v1; @kotlin.jvm.JvmName("-initializepostCmsPhoneRefreshRequest") public inline fun postCmsPhoneRefreshRequest(block: ru.keyapis.device.v1.PostCmsPhoneRefreshRequestKt.Dsl.() -> kotlin.Unit): ru.keyapis.device.v1.KeyapisDeviceV1Proto.PostCmsPhoneRefreshRequest = ru.keyapis.device.v1.PostCmsPhoneRefreshRequestKt.Dsl._create(ru.keyapis.device.v1.KeyapisDeviceV1Proto.PostCmsPhoneRefreshRequest.newBuilder()).apply { block() }._build() /** * ``` * Запрос на принудительное обновление статуса аналоговой трубки * ``` * * Protobuf type `keyapis.device.v1.PostCmsPhoneRefreshRequest` */ public object PostCmsPhoneRefreshRequestKt { @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) @com.google.protobuf.kotlin.ProtoDslMarker public class Dsl private constructor( private val _builder: ru.keyapis.device.v1.KeyapisDeviceV1Proto.PostCmsPhoneRefreshRequest.Builder ) { public companion object { @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _create(builder: ru.keyapis.device.v1.KeyapisDeviceV1Proto.PostCmsPhoneRefreshRequest.Builder): Dsl = Dsl(builder) } @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _build(): ru.keyapis.device.v1.KeyapisDeviceV1Proto.PostCmsPhoneRefreshRequest = _builder.build() /** * An uninstantiable, behaviorless type to represent the field in * generics. */ @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) public class IdsProxy private constructor() : com.google.protobuf.kotlin.DslProxy() /** * ``` * Идентификатор * ``` * * `repeated int32 ids = 1 [(.google.api.field_behavior) = REQUIRED];` */ public val ids: com.google.protobuf.kotlin.DslList @kotlin.jvm.JvmSynthetic get() = com.google.protobuf.kotlin.DslList( _builder.getIdsList() ) /** * ``` * Идентификатор * ``` * * `repeated int32 ids = 1 [(.google.api.field_behavior) = REQUIRED];` * @param value The ids to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("addIds") public fun com.google.protobuf.kotlin.DslList.add(value: kotlin.Int) { _builder.addIds(value) }/** * ``` * Идентификатор * ``` * * `repeated int32 ids = 1 [(.google.api.field_behavior) = REQUIRED];` * @param value The ids to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("plusAssignIds") @Suppress("NOTHING_TO_INLINE") public inline operator fun com.google.protobuf.kotlin.DslList.plusAssign(value: kotlin.Int) { add(value) }/** * ``` * Идентификатор * ``` * * `repeated int32 ids = 1 [(.google.api.field_behavior) = REQUIRED];` * @param values The ids to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("addAllIds") public fun com.google.protobuf.kotlin.DslList.addAll(values: kotlin.collections.Iterable) { _builder.addAllIds(values) }/** * ``` * Идентификатор * ``` * * `repeated int32 ids = 1 [(.google.api.field_behavior) = REQUIRED];` * @param values The ids to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("plusAssignAllIds") @Suppress("NOTHING_TO_INLINE") public inline operator fun com.google.protobuf.kotlin.DslList.plusAssign(values: kotlin.collections.Iterable) { addAll(values) }/** * ``` * Идентификатор * ``` * * `repeated int32 ids = 1 [(.google.api.field_behavior) = REQUIRED];` * @param index The index to set the value at. * @param value The ids to set. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("setIds") public operator fun com.google.protobuf.kotlin.DslList.set(index: kotlin.Int, value: kotlin.Int) { _builder.setIds(index, value) }/** * ``` * Идентификатор * ``` * * `repeated int32 ids = 1 [(.google.api.field_behavior) = REQUIRED];` */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("clearIds") public fun com.google.protobuf.kotlin.DslList.clear() { _builder.clearIds() }} } @kotlin.jvm.JvmSynthetic public inline fun ru.keyapis.device.v1.KeyapisDeviceV1Proto.PostCmsPhoneRefreshRequest.copy(block: ru.keyapis.device.v1.PostCmsPhoneRefreshRequestKt.Dsl.() -> kotlin.Unit): ru.keyapis.device.v1.KeyapisDeviceV1Proto.PostCmsPhoneRefreshRequest = ru.keyapis.device.v1.PostCmsPhoneRefreshRequestKt.Dsl._create(this.toBuilder()).apply { block() }._build()