![JAR search and dependency download from the Maven repository](/logo.png)
build.bazel.remote.execution.v2.ActionCacheUpdateCapabilitiesOrBuilder 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
// Protobuf Java Version: 3.25.3
package build.bazel.remote.execution.v2;
public interface ActionCacheUpdateCapabilitiesOrBuilder extends
// @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.ActionCacheUpdateCapabilities)
com.google.protobuf.MessageOrBuilder {
/**
* bool update_enabled = 1;
* @return The updateEnabled.
*/
boolean getUpdateEnabled();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy