![JAR search and dependency download from the Maven repository](/logo.png)
build.bazel.remote.execution.v2.FindMissingBlobsResponseOrBuilder 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 FindMissingBlobsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.FindMissingBlobsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* A list of the blobs requested *not* present in the storage.
*
*
* repeated .build.bazel.remote.execution.v2.Digest missing_blob_digests = 2;
*/
java.util.List
getMissingBlobDigestsList();
/**
*
* A list of the blobs requested *not* present in the storage.
*
*
* repeated .build.bazel.remote.execution.v2.Digest missing_blob_digests = 2;
*/
build.bazel.remote.execution.v2.Digest getMissingBlobDigests(int index);
/**
*
* A list of the blobs requested *not* present in the storage.
*
*
* repeated .build.bazel.remote.execution.v2.Digest missing_blob_digests = 2;
*/
int getMissingBlobDigestsCount();
/**
*
* A list of the blobs requested *not* present in the storage.
*
*
* repeated .build.bazel.remote.execution.v2.Digest missing_blob_digests = 2;
*/
java.util.List extends build.bazel.remote.execution.v2.DigestOrBuilder>
getMissingBlobDigestsOrBuilderList();
/**
*
* A list of the blobs requested *not* present in the storage.
*
*
* repeated .build.bazel.remote.execution.v2.Digest missing_blob_digests = 2;
*/
build.bazel.remote.execution.v2.DigestOrBuilder getMissingBlobDigestsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy