build.bazel.remote.execution.v2.FindMissingBlobsResponseOrBuilder Maven / Gradle / Ivy
// 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);
}