Liking cljdoc? Tell your friends :D

happygapi.lifesciences.projects

Cloud Life Sciences API: projects. Cloud Life Sciences is a suite of services and tools for managing, processing, and transforming life sciences data. See: https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects

Cloud Life Sciences API: projects.
Cloud Life Sciences is a suite of services and tools for managing, processing, and transforming life sciences data.
See: https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects
raw docstring

locations-get$clj

(locations-get$ auth parameters)

https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects/locations/get

Required parameters: name

Optional parameters: none

Gets information about a location.

https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects/locations/get

Required parameters: name

Optional parameters: none

Gets information about a location.
sourceraw docstring

locations-list$clj

(locations-list$ auth parameters)

https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects/locations/list

Required parameters: name

Optional parameters: pageSize, filter, pageToken

Lists information about the supported locations for this service.

https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects/locations/list

Required parameters: name

Optional parameters: pageSize, filter, pageToken

Lists information about the supported locations for this service.
sourceraw docstring

locations-operations-cancel$clj

(locations-operations-cancel$ auth parameters body)

https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects/locations/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: * lifesciences.operations.cancel

https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects/locations/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: * `lifesciences.operations.cancel`
sourceraw docstring

locations-operations-get$clj

(locations-operations-get$ auth parameters)

https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects/locations/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: * lifesciences.operations.get

https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects/locations/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: * `lifesciences.operations.get`
sourceraw docstring

locations-operations-list$clj

(locations-operations-list$ auth parameters)

https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects/locations/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: * lifesciences.operations.list

https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects/locations/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: * `lifesciences.operations.list`
sourceraw docstring

locations-pipelines-run$clj

(locations-pipelines-run$ auth parameters body)

https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects/locations/pipelines/run

Required parameters: parent

Optional parameters: none

Body:

{:labels {}, :pubSubTopic string, :pipeline {:actions [Action], :resources Resources, :environment {}, :encryptedEnvironment Secret, :timeout string}}

Runs a pipeline. The returned Operation's metadata field will contain a google.cloud.lifesciences.v2beta.Metadata object describing the status of the pipeline execution. The response field will contain a google.cloud.lifesciences.v2beta.RunPipelineResponse object if the pipeline completes successfully. Note: Before you can use this method, the Life Sciences Service Agent must have access to your project. This is done automatically when the Cloud Life Sciences API is first enabled, but if you delete this permission you must disable and re-enable the API to grant the Life Sciences Service Agent the required permissions. Authorization requires the following Google IAM permission: * lifesciences.workflows.run

https://cloud.google.com/life-sciencesapi/reference/rest/v2beta/projects/locations/pipelines/run

Required parameters: parent

Optional parameters: none

Body: 

{:labels {},
 :pubSubTopic string,
 :pipeline {:actions [Action],
            :resources Resources,
            :environment {},
            :encryptedEnvironment Secret,
            :timeout string}}

Runs a pipeline. The returned Operation's metadata field will contain a google.cloud.lifesciences.v2beta.Metadata object describing the status of the pipeline execution. The response field will contain a google.cloud.lifesciences.v2beta.RunPipelineResponse object if the pipeline completes successfully. **Note:** Before you can use this method, the *Life Sciences Service Agent* must have access to your project. This is done automatically when the Cloud Life Sciences API is first enabled, but if you delete this permission you must disable and re-enable the API to grant the Life Sciences Service Agent the required permissions. Authorization requires the following [Google IAM](https://cloud.google.com/iam/) permission: * `lifesciences.workflows.run`
sourceraw docstring

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

× close