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

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

There is a newer version: 1.2.13
Show newest version
// 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("-initializedigestFunction")
public inline fun digestFunction(block: build.bazel.remote.execution.v2.DigestFunctionKt.Dsl.() -> kotlin.Unit): build.bazel.remote.execution.v2.DigestFunction =
  build.bazel.remote.execution.v2.DigestFunctionKt.Dsl._create(build.bazel.remote.execution.v2.DigestFunction.newBuilder()).apply { block() }._build()
/**
 * ```
 * The digest function used for converting values into keys for CAS and Action
 * Cache.
 * ```
 *
 * Protobuf type `build.bazel.remote.execution.v2.DigestFunction`
 */
public object DigestFunctionKt {
  @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.DigestFunction.Builder
  ) {
    public companion object {
      @kotlin.jvm.JvmSynthetic
      @kotlin.PublishedApi
      internal fun _create(builder: build.bazel.remote.execution.v2.DigestFunction.Builder): Dsl = Dsl(builder)
    }

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy