games.mythical.saga.sdk.proto.api.nftbridge.GetNftBridgeRequestKt.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of saga-sdk-proto Show documentation
Show all versions of saga-sdk-proto Show documentation
Saga SDK for Java game servers
//Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/nftbridge/definition.proto
package games.mythical.saga.sdk.proto.api.nftbridge;
@kotlin.jvm.JvmName("-initializegetNftBridgeRequest")
inline fun getNftBridgeRequest(block: games.mythical.saga.sdk.proto.api.nftbridge.GetNftBridgeRequestKt.Dsl.() -> kotlin.Unit): games.mythical.saga.sdk.proto.api.nftbridge.GetNftBridgeRequest =
games.mythical.saga.sdk.proto.api.nftbridge.GetNftBridgeRequestKt.Dsl._create(games.mythical.saga.sdk.proto.api.nftbridge.GetNftBridgeRequest.newBuilder()).apply { block() }._build()
object GetNftBridgeRequestKt {
@kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
@com.google.protobuf.kotlin.ProtoDslMarker
class Dsl private constructor(
private val _builder: games.mythical.saga.sdk.proto.api.nftbridge.GetNftBridgeRequest.Builder
) {
companion object {
@kotlin.jvm.JvmSynthetic
@kotlin.PublishedApi
internal fun _create(builder: games.mythical.saga.sdk.proto.api.nftbridge.GetNftBridgeRequest.Builder): Dsl = Dsl(builder)
}
@kotlin.jvm.JvmSynthetic
@kotlin.PublishedApi
internal fun _build(): games.mythical.saga.sdk.proto.api.nftbridge.GetNftBridgeRequest = _builder.build()
}
}
@kotlin.jvm.JvmSynthetic
inline fun games.mythical.saga.sdk.proto.api.nftbridge.GetNftBridgeRequest.copy(block: games.mythical.saga.sdk.proto.api.nftbridge.GetNftBridgeRequestKt.Dsl.() -> kotlin.Unit): games.mythical.saga.sdk.proto.api.nftbridge.GetNftBridgeRequest =
games.mythical.saga.sdk.proto.api.nftbridge.GetNftBridgeRequestKt.Dsl._create(this.toBuilder()).apply { block() }._build()