Liking cljdoc? Tell your friends :D

happygapi.genomics.projects

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

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

operations-cancel$clj

(operations-cancel$ auth parameters body)

https://cloud.google.com/genomicsapi/reference/rest/v2alpha1/projects/operations/cancel

Required parameters: name

Optional parameters: none

Body:

{}

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. Clients may use Operations.GetOperation or Operations.ListOperations to check whether the cancellation succeeded or the operation completed despite cancellation. Authorization requires the following Google IAM permission: * genomics.operations.cancel

https://cloud.google.com/genomicsapi/reference/rest/v2alpha1/projects/operations/cancel

Required parameters: name

Optional parameters: none

Body: 

{}

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. Clients may use Operations.GetOperation or Operations.ListOperations to check whether the cancellation succeeded or the operation completed despite cancellation. Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission: * `genomics.operations.cancel`
sourceraw docstring

operations-get$clj

(operations-get$ auth parameters)

https://cloud.google.com/genomicsapi/reference/rest/v2alpha1/projects/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. Authorization requires the following Google IAM permission: * genomics.operations.get

https://cloud.google.com/genomicsapi/reference/rest/v2alpha1/projects/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission: * `genomics.operations.get`
sourceraw docstring

operations-list$clj

(operations-list$ auth parameters)

https://cloud.google.com/genomicsapi/reference/rest/v2alpha1/projects/operations/list

Required parameters: name

Optional parameters: pageSize, pageToken, filter

Lists operations that match the specified filter in the request. Authorization requires the following Google IAM permission: * genomics.operations.list

https://cloud.google.com/genomicsapi/reference/rest/v2alpha1/projects/operations/list

Required parameters: name

Optional parameters: pageSize, pageToken, filter

Lists operations that match the specified filter in the request. Authorization requires the following [Google IAM](https://cloud.google.com/iam) permission: * `genomics.operations.list`
sourceraw docstring

workers-checkIn$clj

(workers-checkIn$ auth parameters body)

https://cloud.google.com/genomicsapi/reference/rest/v2alpha1/projects/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/projects/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