All Downloads are FREE. Search and download functionalities are using the official Maven repository.

build.bazel.remote.execution.v2.BatchUpdateBlobsResponseOrBuilder 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 BatchUpdateBlobsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.BatchUpdateBlobsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The responses to the requests.
   * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ java.util.List getResponsesList(); /** *
   * The responses to the requests.
   * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response getResponses(int index); /** *
   * The responses to the requests.
   * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ int getResponsesCount(); /** *
   * The responses to the requests.
   * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ java.util.List getResponsesOrBuilderList(); /** *
   * The responses to the requests.
   * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.ResponseOrBuilder getResponsesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy