![JAR search and dependency download from the Maven repository](/logo.png)
build.bazel.remote.execution.v2.BatchReadBlobsResponseOrBuilder 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 BatchReadBlobsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.BatchReadBlobsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The responses to the requests.
*
*
* repeated .build.bazel.remote.execution.v2.BatchReadBlobsResponse.Response responses = 1;
*/
java.util.List
getResponsesList();
/**
*
* The responses to the requests.
*
*
* repeated .build.bazel.remote.execution.v2.BatchReadBlobsResponse.Response responses = 1;
*/
build.bazel.remote.execution.v2.BatchReadBlobsResponse.Response getResponses(int index);
/**
*
* The responses to the requests.
*
*
* repeated .build.bazel.remote.execution.v2.BatchReadBlobsResponse.Response responses = 1;
*/
int getResponsesCount();
/**
*
* The responses to the requests.
*
*
* repeated .build.bazel.remote.execution.v2.BatchReadBlobsResponse.Response responses = 1;
*/
java.util.List extends build.bazel.remote.execution.v2.BatchReadBlobsResponse.ResponseOrBuilder>
getResponsesOrBuilderList();
/**
*
* The responses to the requests.
*
*
* repeated .build.bazel.remote.execution.v2.BatchReadBlobsResponse.Response responses = 1;
*/
build.bazel.remote.execution.v2.BatchReadBlobsResponse.ResponseOrBuilder getResponsesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy