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

build.bazel.remote.execution.v2.SymlinkAbsolutePathStrategyKt.kt Maven / Gradle / Ivy

// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: build/bazel/remote/execution/v2/remote_execution.proto

// Generated files should ignore deprecation warnings
@file:Suppress("DEPRECATION")
package build.bazel.remote.execution.v2;

@kotlin.jvm.JvmName("-initializesymlinkAbsolutePathStrategy")
public inline fun symlinkAbsolutePathStrategy(block: build.bazel.remote.execution.v2.SymlinkAbsolutePathStrategyKt.Dsl.() -> kotlin.Unit): build.bazel.remote.execution.v2.SymlinkAbsolutePathStrategy =
  build.bazel.remote.execution.v2.SymlinkAbsolutePathStrategyKt.Dsl._create(build.bazel.remote.execution.v2.SymlinkAbsolutePathStrategy.newBuilder()).apply { block() }._build()
/**
 * ```
 * Describes how the server treats absolute symlink targets.
 * ```
 *
 * Protobuf type `build.bazel.remote.execution.v2.SymlinkAbsolutePathStrategy`
 */
public object SymlinkAbsolutePathStrategyKt {
  @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class)
  @com.google.protobuf.kotlin.ProtoDslMarker
  public class Dsl private constructor(
    private val _builder: build.bazel.remote.execution.v2.SymlinkAbsolutePathStrategy.Builder
  ) {
    public companion object {
      @kotlin.jvm.JvmSynthetic
      @kotlin.PublishedApi
      internal fun _create(builder: build.bazel.remote.execution.v2.SymlinkAbsolutePathStrategy.Builder): Dsl = Dsl(builder)
    }

    @kotlin.jvm.JvmSynthetic
    @kotlin.PublishedApi
    internal fun _build(): build.bazel.remote.execution.v2.SymlinkAbsolutePathStrategy = _builder.build()
  }
}
@kotlin.jvm.JvmSynthetic
public inline fun build.bazel.remote.execution.v2.SymlinkAbsolutePathStrategy.copy(block: `build.bazel.remote.execution.v2`.SymlinkAbsolutePathStrategyKt.Dsl.() -> kotlin.Unit): build.bazel.remote.execution.v2.SymlinkAbsolutePathStrategy =
  `build.bazel.remote.execution.v2`.SymlinkAbsolutePathStrategyKt.Dsl._create(this.toBuilder()).apply { block() }._build()





© 2015 - 2024 Weber Informatics LLC | Privacy Policy