Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.remotebuildexecution.operations

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

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

waitExecution$clj

(waitExecution$ auth parameters body)

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

Required parameters: name

Optional parameters: none

Body:

{}

Wait for an execution operation to complete. When the client initially makes the request, the server immediately responds with the current status of the execution. The server will leave the request stream open until the operation completes, and then respond with the completed operation. The server MAY choose to stream additional updates as execution progresses, such as to provide an update as to the state of the execution.

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

Required parameters: name

Optional parameters: none

Body: 

{}

Wait for an execution operation to complete. When the client initially makes the request, the server immediately responds with the current status of the execution. The server will leave the request stream open until the operation completes, and then respond with the completed operation. The server MAY choose to stream additional updates as execution progresses, such as to provide an update as to the state of the execution.
sourceraw docstring

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

× close