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

com.authzed.api.v1.ReadSchemaRequestKt.kt Maven / Gradle / Ivy

The newest version!
//Generated by the protocol buffer compiler. DO NOT EDIT!
// source: authzed/api/v1/schema_service.proto

package com.authzed.api.v1;

@kotlin.jvm.JvmName("-initializereadSchemaRequest")
public inline fun readSchemaRequest(block: com.authzed.api.v1.ReadSchemaRequestKt.Dsl.() -> kotlin.Unit): com.authzed.api.v1.SchemaServiceOuterClass.ReadSchemaRequest =
  com.authzed.api.v1.ReadSchemaRequestKt.Dsl._create(com.authzed.api.v1.SchemaServiceOuterClass.ReadSchemaRequest.newBuilder()).apply { block() }._build()
public object ReadSchemaRequestKt {
  @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
  @com.google.protobuf.kotlin.ProtoDslMarker
  public class Dsl private constructor(
    private val _builder: com.authzed.api.v1.SchemaServiceOuterClass.ReadSchemaRequest.Builder
  ) {
    public companion object {
      @kotlin.jvm.JvmSynthetic
      @kotlin.PublishedApi
      internal fun _create(builder: com.authzed.api.v1.SchemaServiceOuterClass.ReadSchemaRequest.Builder): Dsl = Dsl(builder)
    }

    @kotlin.jvm.JvmSynthetic
    @kotlin.PublishedApi
    internal fun _build(): com.authzed.api.v1.SchemaServiceOuterClass.ReadSchemaRequest = _builder.build()
  }
}
@kotlin.jvm.JvmSynthetic
public inline fun com.authzed.api.v1.SchemaServiceOuterClass.ReadSchemaRequest.copy(block: com.authzed.api.v1.ReadSchemaRequestKt.Dsl.() -> kotlin.Unit): com.authzed.api.v1.SchemaServiceOuterClass.ReadSchemaRequest =
  com.authzed.api.v1.ReadSchemaRequestKt.Dsl._create(this.toBuilder()).apply { block() }._build()





© 2015 - 2025 Weber Informatics LLC | Privacy Policy