Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.remotebuildexecution.v2

Remote Build Execution API: v2. Supplies a Remote Execution API service for tools such as bazel. See: https://cloud.google.com/remote-build-execution/docs/api/reference/rest/v2/v2

Remote Build Execution API: v2.
Supplies a Remote Execution API service for tools such as bazel.
See: https://cloud.google.com/remote-build-execution/docs/api/reference/rest/v2/v2
raw docstring

$clj

($ auth parameters)

https://cloud.google.com/remote-build-execution/docs/api/reference/rest/v2/getCapabilities

Required parameters: instanceName

Optional parameters: none

GetCapabilities returns the server capabilities configuration of the remote endpoint. Only the capabilities of the services supported by the endpoint will be returned:

  • Execution + CAS + Action Cache endpoints should return both CacheCapabilities and ExecutionCapabilities.
  • Execution only endpoints should return ExecutionCapabilities.
  • CAS + Action Cache only endpoints should return CacheCapabilities.
https://cloud.google.com/remote-build-execution/docs/api/reference/rest/v2/getCapabilities

Required parameters: instanceName

Optional parameters: none

GetCapabilities returns the server capabilities configuration of the
remote endpoint.
Only the capabilities of the services supported by the endpoint will
be returned:
* Execution + CAS + Action Cache endpoints should return both
  CacheCapabilities and ExecutionCapabilities.
* Execution only endpoints should return ExecutionCapabilities.
* CAS + Action Cache only endpoints should return CacheCapabilities.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close