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