View Source GoogleApi.LifeSciences.V2beta.Model.RunPipelineRequest (google_api_life_sciences v0.13.1)

The arguments to the RunPipeline method. The requesting user must have the iam.serviceAccounts.actAs permission for the Cloud Life Sciences service account or the request will fail.

Attributes

  • labels (type: map(), default: nil) - User-defined labels to associate with the returned operation. These labels are not propagated to any Google Cloud Platform resources used by the operation, and can be modified at any time. To associate labels with resources created while executing the operation, see the appropriate resource message (for example, VirtualMachine).
  • pipeline (type: GoogleApi.LifeSciences.V2beta.Model.Pipeline.t, default: nil) - Required. The description of the pipeline to run.
  • pubSubTopic (type: String.t, default: nil) - The name of an existing Pub/Sub topic. The server will publish messages to this topic whenever the status of the operation changes. The Life Sciences Service Agent account must have publisher permissions to the specified topic or notifications will not be sent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.LifeSciences.V2beta.Model.RunPipelineRequest{
  labels: map() | nil,
  pipeline: GoogleApi.LifeSciences.V2beta.Model.Pipeline.t() | nil,
  pubSubTopic: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.