![JAR search and dependency download from the Maven repository](/logo.png)
build.bazel.remote.execution.v2.DigestFunctionKt.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remote-cache Show documentation
Show all versions of remote-cache Show documentation
Bitrise remote cache implementation for Gradle
// 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