All Downloads are FREE. Search and download functionalities are using the official Maven repository.

games.mythical.saga.sdk.proto.api.currency.GetBalanceOfPlayerRequestKt.kt Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
//Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/currency/definition.proto

package games.mythical.saga.sdk.proto.api.currency;

@kotlin.jvm.JvmName("-initializegetBalanceOfPlayerRequest")
inline fun getBalanceOfPlayerRequest(block: games.mythical.saga.sdk.proto.api.currency.GetBalanceOfPlayerRequestKt.Dsl.() -> kotlin.Unit): games.mythical.saga.sdk.proto.api.currency.GetBalanceOfPlayerRequest =
  games.mythical.saga.sdk.proto.api.currency.GetBalanceOfPlayerRequestKt.Dsl._create(games.mythical.saga.sdk.proto.api.currency.GetBalanceOfPlayerRequest.newBuilder()).apply { block() }._build()
object GetBalanceOfPlayerRequestKt {
  @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.currency.GetBalanceOfPlayerRequest.Builder
  ) {
    companion object {
      @kotlin.jvm.JvmSynthetic
      @kotlin.PublishedApi
      internal fun _create(builder: games.mythical.saga.sdk.proto.api.currency.GetBalanceOfPlayerRequest.Builder): Dsl = Dsl(builder)
    }

    @kotlin.jvm.JvmSynthetic
    @kotlin.PublishedApi
    internal fun _build(): games.mythical.saga.sdk.proto.api.currency.GetBalanceOfPlayerRequest = _builder.build()

    /**
     * string currency_type_id = 1;
     */
    var currencyTypeId: kotlin.String
      @JvmName("getCurrencyTypeId")
      get() = _builder.getCurrencyTypeId()
      @JvmName("setCurrencyTypeId")
      set(value) {
        _builder.setCurrencyTypeId(value)
      }
    /**
     * string currency_type_id = 1;
     */
    fun clearCurrencyTypeId() {
      _builder.clearCurrencyTypeId()
    }

    /**
     * 
     * User to get balance for 
     * 
* * string oauth_id = 2; */ var oauthId: kotlin.String @JvmName("getOauthId") get() = _builder.getOauthId() @JvmName("setOauthId") set(value) { _builder.setOauthId(value) } /** *
     * User to get balance for 
     * 
* * string oauth_id = 2; */ fun clearOauthId() { _builder.clearOauthId() } } } @kotlin.jvm.JvmSynthetic inline fun games.mythical.saga.sdk.proto.api.currency.GetBalanceOfPlayerRequest.copy(block: games.mythical.saga.sdk.proto.api.currency.GetBalanceOfPlayerRequestKt.Dsl.() -> kotlin.Unit): games.mythical.saga.sdk.proto.api.currency.GetBalanceOfPlayerRequest = games.mythical.saga.sdk.proto.api.currency.GetBalanceOfPlayerRequestKt.Dsl._create(this.toBuilder()).apply { block() }._build()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy