![JAR search and dependency download from the Maven repository](/logo.png)
build.bazel.remote.execution.v2.DigestOrBuilder 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 DigestOrBuilder extends
// @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.Digest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The hash. In the case of SHA-256, it will always be a lowercase hex string
* exactly 64 characters long.
*
*
* string hash = 1;
* @return The hash.
*/
java.lang.String getHash();
/**
*
* The hash. In the case of SHA-256, it will always be a lowercase hex string
* exactly 64 characters long.
*
*
* string hash = 1;
* @return The bytes for hash.
*/
com.google.protobuf.ByteString
getHashBytes();
/**
*
* The size of the blob, in bytes.
*
*
* int64 size_bytes = 2;
* @return The sizeBytes.
*/
long getSizeBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy