Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.genomics.operations

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

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

cancel$clj

(cancel$ auth args body)

https://cloud.google.com/genomicsapi/reference/rest/v1/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/v1/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`
raw docstring

get$clj

(get$ auth args)

https://cloud.google.com/genomicsapi/reference/rest/v1/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/v1/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`
raw docstring

list$clj

(list$ auth args)

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

Required parameters: name

Optional parameters: filter, pageToken, pageSize 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/v1/operations/list

Required parameters: name

Optional parameters: filter, pageToken, pageSize
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`
raw docstring

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

× close