Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.genomics.workers

Genomics API: workers. Uploads, processes, queries, and searches Genomics data in the cloud. See: https://cloud.google.com/genomicsapi/reference/rest/v2alpha1/workers

Genomics API: workers.
Uploads, processes, queries, and searches Genomics data in the cloud.
See: https://cloud.google.com/genomicsapi/reference/rest/v2alpha1/workers
raw docstring

checkIn$clj

(checkIn$ auth parameters body)

https://cloud.google.com/genomicsapi/reference/rest/v2alpha1/workers/checkIn

Required parameters: id

Optional parameters: none

Body:

{:event {}, :workerStatus {:attachedDisks {}, :uptimeSeconds string, :freeRamBytes string, :totalRamBytes string, :bootDisk DiskStatus}, :result {:code integer, :message string, :details [{}]}, :deadlineExpired {}, :events [{:timestamp string, :data {}}], :sosReport string}

The worker uses this method to retrieve the assigned operation and provide periodic status updates.

https://cloud.google.com/genomicsapi/reference/rest/v2alpha1/workers/checkIn

Required parameters: id

Optional parameters: none

Body: 

{:event {},
 :workerStatus {:attachedDisks {},
                :uptimeSeconds string,
                :freeRamBytes string,
                :totalRamBytes string,
                :bootDisk DiskStatus},
 :result {:code integer, :message string, :details [{}]},
 :deadlineExpired {},
 :events [{:timestamp string, :data {}}],
 :sosReport string}

The worker uses this method to retrieve the assigned operation and provide periodic status updates.
sourceraw docstring

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

× close