// Generated by the protocol buffer compiler. DO NOT EDIT! // source: deviceapis/device/v1/deviceapis_device_reader_v1.proto // Generated files should ignore deprecation warnings @file:Suppress("DEPRECATION") package ru.deviceapis.device.v1; @kotlin.jvm.JvmName("-initializereader") public inline fun reader(block: ru.deviceapis.device.v1.ReaderKt.Dsl.() -> kotlin.Unit): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader = ru.deviceapis.device.v1.ReaderKt.Dsl._create(ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.newBuilder()).apply { block() }._build() /** * ``` * Считыватель * ``` * * Protobuf type `deviceapis.device.v1.Reader` */ public object ReaderKt { @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) @com.google.protobuf.kotlin.ProtoDslMarker public class Dsl private constructor( private val _builder: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.Builder ) { public companion object { @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _create(builder: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.Builder): Dsl = Dsl(builder) } @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _build(): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader = _builder.build() /** * ``` * Идентификатор. * id=100 - Считыватель внутренний. * id=1 - Считыватель внешний №1. * id=2 - Считыватель внешний №2 и тд * ``` * * `int32 id = 1 [(.google.api.field_behavior) = REQUIRED];` */ public var id: kotlin.Int @JvmName("getId") get() = _builder.getId() @JvmName("setId") set(value) { _builder.setId(value) } /** * ``` * Идентификатор. * id=100 - Считыватель внутренний. * id=1 - Считыватель внешний №1. * id=2 - Считыватель внешний №2 и тд * ``` * * `int32 id = 1 [(.google.api.field_behavior) = REQUIRED];` */ public fun clearId() { _builder.clearId() } /** * An uninstantiable, behaviorless type to represent the field in * generics. */ @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) public class EncryptionProfileIdsProxy private constructor() : com.google.protobuf.kotlin.DslProxy() /** * ``` * Список идентификаторов профилей шифрования * ``` * * `repeated int32 encryption_profile_ids = 2 [(.google.api.field_behavior) = REQUIRED];` */ public val encryptionProfileIds: com.google.protobuf.kotlin.DslList @kotlin.jvm.JvmSynthetic get() = com.google.protobuf.kotlin.DslList( _builder.getEncryptionProfileIdsList() ) /** * ``` * Список идентификаторов профилей шифрования * ``` * * `repeated int32 encryption_profile_ids = 2 [(.google.api.field_behavior) = REQUIRED];` * @param value The encryptionProfileIds to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("addEncryptionProfileIds") public fun com.google.protobuf.kotlin.DslList.add(value: kotlin.Int) { _builder.addEncryptionProfileIds(value) }/** * ``` * Список идентификаторов профилей шифрования * ``` * * `repeated int32 encryption_profile_ids = 2 [(.google.api.field_behavior) = REQUIRED];` * @param value The encryptionProfileIds to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("plusAssignEncryptionProfileIds") @Suppress("NOTHING_TO_INLINE") public inline operator fun com.google.protobuf.kotlin.DslList.plusAssign(value: kotlin.Int) { add(value) }/** * ``` * Список идентификаторов профилей шифрования * ``` * * `repeated int32 encryption_profile_ids = 2 [(.google.api.field_behavior) = REQUIRED];` * @param values The encryptionProfileIds to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("addAllEncryptionProfileIds") public fun com.google.protobuf.kotlin.DslList.addAll(values: kotlin.collections.Iterable) { _builder.addAllEncryptionProfileIds(values) }/** * ``` * Список идентификаторов профилей шифрования * ``` * * `repeated int32 encryption_profile_ids = 2 [(.google.api.field_behavior) = REQUIRED];` * @param values The encryptionProfileIds to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("plusAssignAllEncryptionProfileIds") @Suppress("NOTHING_TO_INLINE") public inline operator fun com.google.protobuf.kotlin.DslList.plusAssign(values: kotlin.collections.Iterable) { addAll(values) }/** * ``` * Список идентификаторов профилей шифрования * ``` * * `repeated int32 encryption_profile_ids = 2 [(.google.api.field_behavior) = REQUIRED];` * @param index The index to set the value at. * @param value The encryptionProfileIds to set. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("setEncryptionProfileIds") public operator fun com.google.protobuf.kotlin.DslList.set(index: kotlin.Int, value: kotlin.Int) { _builder.setEncryptionProfileIds(index, value) }/** * ``` * Список идентификаторов профилей шифрования * ``` * * `repeated int32 encryption_profile_ids = 2 [(.google.api.field_behavior) = REQUIRED];` */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("clearEncryptionProfileIds") public fun com.google.protobuf.kotlin.DslList.clear() { _builder.clearEncryptionProfileIds() } /** * An uninstantiable, behaviorless type to represent the field in * generics. */ @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) public class RelayIndexesProxy private constructor() : com.google.protobuf.kotlin.DslProxy() /** * ``` * Список идентификаторов реле. * Диапазон: 1..64 * ``` * * `repeated int32 relay_indexes = 3 [(.google.api.field_behavior) = REQUIRED];` */ public val relayIndexes: com.google.protobuf.kotlin.DslList @kotlin.jvm.JvmSynthetic get() = com.google.protobuf.kotlin.DslList( _builder.getRelayIndexesList() ) /** * ``` * Список идентификаторов реле. * Диапазон: 1..64 * ``` * * `repeated int32 relay_indexes = 3 [(.google.api.field_behavior) = REQUIRED];` * @param value The relayIndexes to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("addRelayIndexes") public fun com.google.protobuf.kotlin.DslList.add(value: kotlin.Int) { _builder.addRelayIndexes(value) }/** * ``` * Список идентификаторов реле. * Диапазон: 1..64 * ``` * * `repeated int32 relay_indexes = 3 [(.google.api.field_behavior) = REQUIRED];` * @param value The relayIndexes to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("plusAssignRelayIndexes") @Suppress("NOTHING_TO_INLINE") public inline operator fun com.google.protobuf.kotlin.DslList.plusAssign(value: kotlin.Int) { add(value) }/** * ``` * Список идентификаторов реле. * Диапазон: 1..64 * ``` * * `repeated int32 relay_indexes = 3 [(.google.api.field_behavior) = REQUIRED];` * @param values The relayIndexes to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("addAllRelayIndexes") public fun com.google.protobuf.kotlin.DslList.addAll(values: kotlin.collections.Iterable) { _builder.addAllRelayIndexes(values) }/** * ``` * Список идентификаторов реле. * Диапазон: 1..64 * ``` * * `repeated int32 relay_indexes = 3 [(.google.api.field_behavior) = REQUIRED];` * @param values The relayIndexes to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("plusAssignAllRelayIndexes") @Suppress("NOTHING_TO_INLINE") public inline operator fun com.google.protobuf.kotlin.DslList.plusAssign(values: kotlin.collections.Iterable) { addAll(values) }/** * ``` * Список идентификаторов реле. * Диапазон: 1..64 * ``` * * `repeated int32 relay_indexes = 3 [(.google.api.field_behavior) = REQUIRED];` * @param index The index to set the value at. * @param value The relayIndexes to set. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("setRelayIndexes") public operator fun com.google.protobuf.kotlin.DslList.set(index: kotlin.Int, value: kotlin.Int) { _builder.setRelayIndexes(index, value) }/** * ``` * Список идентификаторов реле. * Диапазон: 1..64 * ``` * * `repeated int32 relay_indexes = 3 [(.google.api.field_behavior) = REQUIRED];` */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("clearRelayIndexes") public fun com.google.protobuf.kotlin.DslList.clear() { _builder.clearRelayIndexes() } /** * ``` * Считыватель работает не в безопасном режиме (по UID) * ``` * * `bool is_none_secure_mode = 4 [(.google.api.field_behavior) = REQUIRED];` */ public var isNoneSecureMode: kotlin.Boolean @JvmName("getIsNoneSecureMode") get() = _builder.getIsNoneSecureMode() @JvmName("setIsNoneSecureMode") set(value) { _builder.setIsNoneSecureMode(value) } /** * ``` * Считыватель работает не в безопасном режиме (по UID) * ``` * * `bool is_none_secure_mode = 4 [(.google.api.field_behavior) = REQUIRED];` */ public fun clearIsNoneSecureMode() { _builder.clearIsNoneSecureMode() } /** * ``` * Направление * ``` * * `.deviceapis.device.v1.Reader.DirectionType direction_type = 5;` */ public var directionType: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.DirectionType @JvmName("getDirectionType") get() = _builder.getDirectionType() @JvmName("setDirectionType") set(value) { _builder.setDirectionType(value) } public var directionTypeValue: kotlin.Int @JvmName("getDirectionTypeValue") get() = _builder.getDirectionTypeValue() @JvmName("setDirectionTypeValue") set(value) { _builder.setDirectionTypeValue(value) } /** * ``` * Направление * ``` * * `.deviceapis.device.v1.Reader.DirectionType direction_type = 5;` */ public fun clearDirectionType() { _builder.clearDirectionType() } } @kotlin.jvm.JvmName("-initializesavingError") public inline fun savingError(block: ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.Dsl.() -> kotlin.Unit): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError = ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.Dsl._create(ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.newBuilder()).apply { block() }._build() /** * ``` * Ошибки сохранения * ``` * * Protobuf type `deviceapis.device.v1.Reader.SavingError` */ public object SavingErrorKt { @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) @com.google.protobuf.kotlin.ProtoDslMarker public class Dsl private constructor( private val _builder: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.Builder ) { public companion object { @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _create(builder: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.Builder): Dsl = Dsl(builder) } @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _build(): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError = _builder.build() /** * ``` * Считыватель не найден * ``` * * `.deviceapis.device.v1.Reader.SavingError.ReaderNotFound reader_not_found = 1;` */ public var readerNotFound: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ReaderNotFound @JvmName("getReaderNotFound") get() = _builder.getReaderNotFound() @JvmName("setReaderNotFound") set(value) { _builder.setReaderNotFound(value) } /** * ``` * Считыватель не найден * ``` * * `.deviceapis.device.v1.Reader.SavingError.ReaderNotFound reader_not_found = 1;` */ public fun clearReaderNotFound() { _builder.clearReaderNotFound() } /** * ``` * Считыватель не найден * ``` * * `.deviceapis.device.v1.Reader.SavingError.ReaderNotFound reader_not_found = 1;` * @return Whether the readerNotFound field is set. */ public fun hasReaderNotFound(): kotlin.Boolean { return _builder.hasReaderNotFound() } /** * ``` * Профиль не поддерживается для этого считывателя * ``` * * `.deviceapis.device.v1.Reader.SavingError.ProfileIsNotSupported profile_is_not_supported = 2;` */ public var profileIsNotSupported: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileIsNotSupported @JvmName("getProfileIsNotSupported") get() = _builder.getProfileIsNotSupported() @JvmName("setProfileIsNotSupported") set(value) { _builder.setProfileIsNotSupported(value) } /** * ``` * Профиль не поддерживается для этого считывателя * ``` * * `.deviceapis.device.v1.Reader.SavingError.ProfileIsNotSupported profile_is_not_supported = 2;` */ public fun clearProfileIsNotSupported() { _builder.clearProfileIsNotSupported() } /** * ``` * Профиль не поддерживается для этого считывателя * ``` * * `.deviceapis.device.v1.Reader.SavingError.ProfileIsNotSupported profile_is_not_supported = 2;` * @return Whether the profileIsNotSupported field is set. */ public fun hasProfileIsNotSupported(): kotlin.Boolean { return _builder.hasProfileIsNotSupported() } /** * ``` * Выбранный профиль не найден * ``` * * `.deviceapis.device.v1.Reader.SavingError.ProfileNotFound profile_not_found = 3;` */ public var profileNotFound: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileNotFound @JvmName("getProfileNotFound") get() = _builder.getProfileNotFound() @JvmName("setProfileNotFound") set(value) { _builder.setProfileNotFound(value) } /** * ``` * Выбранный профиль не найден * ``` * * `.deviceapis.device.v1.Reader.SavingError.ProfileNotFound profile_not_found = 3;` */ public fun clearProfileNotFound() { _builder.clearProfileNotFound() } /** * ``` * Выбранный профиль не найден * ``` * * `.deviceapis.device.v1.Reader.SavingError.ProfileNotFound profile_not_found = 3;` * @return Whether the profileNotFound field is set. */ public fun hasProfileNotFound(): kotlin.Boolean { return _builder.hasProfileNotFound() } public val reasonCase: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ReasonCase @JvmName("getReasonCase") get() = _builder.getReasonCase() public fun clearReason() { _builder.clearReason() } } @kotlin.jvm.JvmName("-initializeprofileIsNotSupported") public inline fun profileIsNotSupported(block: ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.ProfileIsNotSupportedKt.Dsl.() -> kotlin.Unit): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileIsNotSupported = ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.ProfileIsNotSupportedKt.Dsl._create(ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileIsNotSupported.newBuilder()).apply { block() }._build() /** * ``` * Профиль не поддерживается для этого считывателя * ``` * * Protobuf type `deviceapis.device.v1.Reader.SavingError.ProfileIsNotSupported` */ public object ProfileIsNotSupportedKt { @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) @com.google.protobuf.kotlin.ProtoDslMarker public class Dsl private constructor( private val _builder: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileIsNotSupported.Builder ) { public companion object { @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _create(builder: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileIsNotSupported.Builder): Dsl = Dsl(builder) } @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _build(): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileIsNotSupported = _builder.build() /** * An uninstantiable, behaviorless type to represent the field in * generics. */ @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) public class ProfileIdsProxy private constructor() : com.google.protobuf.kotlin.DslProxy() /** * ``` * Список идентификаторов профилей, которые не поддерживаются на считывателе * ``` * * `repeated int32 profile_ids = 1;` */ public val profileIds: com.google.protobuf.kotlin.DslList @kotlin.jvm.JvmSynthetic get() = com.google.protobuf.kotlin.DslList( _builder.getProfileIdsList() ) /** * ``` * Список идентификаторов профилей, которые не поддерживаются на считывателе * ``` * * `repeated int32 profile_ids = 1;` * @param value The profileIds to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("addProfileIds") public fun com.google.protobuf.kotlin.DslList.add(value: kotlin.Int) { _builder.addProfileIds(value) }/** * ``` * Список идентификаторов профилей, которые не поддерживаются на считывателе * ``` * * `repeated int32 profile_ids = 1;` * @param value The profileIds to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("plusAssignProfileIds") @Suppress("NOTHING_TO_INLINE") public inline operator fun com.google.protobuf.kotlin.DslList.plusAssign(value: kotlin.Int) { add(value) }/** * ``` * Список идентификаторов профилей, которые не поддерживаются на считывателе * ``` * * `repeated int32 profile_ids = 1;` * @param values The profileIds to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("addAllProfileIds") public fun com.google.protobuf.kotlin.DslList.addAll(values: kotlin.collections.Iterable) { _builder.addAllProfileIds(values) }/** * ``` * Список идентификаторов профилей, которые не поддерживаются на считывателе * ``` * * `repeated int32 profile_ids = 1;` * @param values The profileIds to add. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("plusAssignAllProfileIds") @Suppress("NOTHING_TO_INLINE") public inline operator fun com.google.protobuf.kotlin.DslList.plusAssign(values: kotlin.collections.Iterable) { addAll(values) }/** * ``` * Список идентификаторов профилей, которые не поддерживаются на считывателе * ``` * * `repeated int32 profile_ids = 1;` * @param index The index to set the value at. * @param value The profileIds to set. */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("setProfileIds") public operator fun com.google.protobuf.kotlin.DslList.set(index: kotlin.Int, value: kotlin.Int) { _builder.setProfileIds(index, value) }/** * ``` * Список идентификаторов профилей, которые не поддерживаются на считывателе * ``` * * `repeated int32 profile_ids = 1;` */ @kotlin.jvm.JvmSynthetic @kotlin.jvm.JvmName("clearProfileIds") public fun com.google.protobuf.kotlin.DslList.clear() { _builder.clearProfileIds() }} } @kotlin.jvm.JvmName("-initializeprofileNotFound") public inline fun profileNotFound(block: ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.ProfileNotFoundKt.Dsl.() -> kotlin.Unit): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileNotFound = ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.ProfileNotFoundKt.Dsl._create(ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileNotFound.newBuilder()).apply { block() }._build() /** * ``` * Выбранный профиль не найден * ``` * * Protobuf type `deviceapis.device.v1.Reader.SavingError.ProfileNotFound` */ public object ProfileNotFoundKt { @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) @com.google.protobuf.kotlin.ProtoDslMarker public class Dsl private constructor( private val _builder: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileNotFound.Builder ) { public companion object { @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _create(builder: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileNotFound.Builder): Dsl = Dsl(builder) } @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _build(): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileNotFound = _builder.build() } } @kotlin.jvm.JvmName("-initializereaderNotFound") public inline fun readerNotFound(block: ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.ReaderNotFoundKt.Dsl.() -> kotlin.Unit): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ReaderNotFound = ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.ReaderNotFoundKt.Dsl._create(ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ReaderNotFound.newBuilder()).apply { block() }._build() /** * ``` * Считыватель не найден * ``` * * Protobuf type `deviceapis.device.v1.Reader.SavingError.ReaderNotFound` */ public object ReaderNotFoundKt { @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) @com.google.protobuf.kotlin.ProtoDslMarker public class Dsl private constructor( private val _builder: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ReaderNotFound.Builder ) { public companion object { @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _create(builder: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ReaderNotFound.Builder): Dsl = Dsl(builder) } @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _build(): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ReaderNotFound = _builder.build() } } } } @kotlin.jvm.JvmSynthetic public inline fun ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.copy(block: ru.deviceapis.device.v1.ReaderKt.Dsl.() -> kotlin.Unit): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader = ru.deviceapis.device.v1.ReaderKt.Dsl._create(this.toBuilder()).apply { block() }._build() @kotlin.jvm.JvmSynthetic public inline fun ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.copy(block: ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.Dsl.() -> kotlin.Unit): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError = ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.Dsl._create(this.toBuilder()).apply { block() }._build() @kotlin.jvm.JvmSynthetic public inline fun ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileIsNotSupported.copy(block: ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.ProfileIsNotSupportedKt.Dsl.() -> kotlin.Unit): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileIsNotSupported = ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.ProfileIsNotSupportedKt.Dsl._create(this.toBuilder()).apply { block() }._build() @kotlin.jvm.JvmSynthetic public inline fun ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileNotFound.copy(block: ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.ProfileNotFoundKt.Dsl.() -> kotlin.Unit): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileNotFound = ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.ProfileNotFoundKt.Dsl._create(this.toBuilder()).apply { block() }._build() @kotlin.jvm.JvmSynthetic public inline fun ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ReaderNotFound.copy(block: ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.ReaderNotFoundKt.Dsl.() -> kotlin.Unit): ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ReaderNotFound = ru.deviceapis.device.v1.ReaderKt.SavingErrorKt.ReaderNotFoundKt.Dsl._create(this.toBuilder()).apply { block() }._build() public val ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingErrorOrBuilder.readerNotFoundOrNull: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ReaderNotFound? get() = if (hasReaderNotFound()) getReaderNotFound() else null public val ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingErrorOrBuilder.profileIsNotSupportedOrNull: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileIsNotSupported? get() = if (hasProfileIsNotSupported()) getProfileIsNotSupported() else null public val ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingErrorOrBuilder.profileNotFoundOrNull: ru.deviceapis.device.v1.DeviceapisDeviceV1Proto.Reader.SavingError.ProfileNotFound? get() = if (hasProfileNotFound()) getProfileNotFound() else null