// Generated by the protocol buffer compiler. DO NOT EDIT! // source: keyapis/telemetry_control/v1/keyapis_telemetry_control_device_v1.proto // Generated files should ignore deprecation warnings @file:Suppress("DEPRECATION") package ru.keyapis.telemetry_control.v1; @kotlin.jvm.JvmName("-initializeputDeviceGroupAttachResponse") public inline fun putDeviceGroupAttachResponse(block: ru.keyapis.telemetry_control.v1.PutDeviceGroupAttachResponseKt.Dsl.() -> kotlin.Unit): ru.keyapis.telemetry_control.v1.KeyapisTelemetryControlV1Proto.PutDeviceGroupAttachResponse = ru.keyapis.telemetry_control.v1.PutDeviceGroupAttachResponseKt.Dsl._create(ru.keyapis.telemetry_control.v1.KeyapisTelemetryControlV1Proto.PutDeviceGroupAttachResponse.newBuilder()).apply { block() }._build() /** * ``` * Ответ на запрос сохранения связи ПУ и группы пользователя * ``` * * Protobuf type `keyapis.telemetry_control.v1.PutDeviceGroupAttachResponse` */ public object PutDeviceGroupAttachResponseKt { @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) @com.google.protobuf.kotlin.ProtoDslMarker public class Dsl private constructor( private val _builder: ru.keyapis.telemetry_control.v1.KeyapisTelemetryControlV1Proto.PutDeviceGroupAttachResponse.Builder ) { public companion object { @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _create(builder: ru.keyapis.telemetry_control.v1.KeyapisTelemetryControlV1Proto.PutDeviceGroupAttachResponse.Builder): Dsl = Dsl(builder) } @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _build(): ru.keyapis.telemetry_control.v1.KeyapisTelemetryControlV1Proto.PutDeviceGroupAttachResponse = _builder.build() } } @kotlin.jvm.JvmSynthetic public inline fun ru.keyapis.telemetry_control.v1.KeyapisTelemetryControlV1Proto.PutDeviceGroupAttachResponse.copy(block: ru.keyapis.telemetry_control.v1.PutDeviceGroupAttachResponseKt.Dsl.() -> kotlin.Unit): ru.keyapis.telemetry_control.v1.KeyapisTelemetryControlV1Proto.PutDeviceGroupAttachResponse = ru.keyapis.telemetry_control.v1.PutDeviceGroupAttachResponseKt.Dsl._create(this.toBuilder()).apply { block() }._build()