GoogleApi.Genomics.V2alpha1.Model.RunPipelineRequest (google_api_genomics v0.18.0) View Source

The arguments to the RunPipeline method. The requesting user must have the iam.serviceAccounts.actAs permission for the Cloud Genomics 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.Genomics.V2alpha1.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 Genomics Service Agent account must have publisher permissions to the specified topic or notifications will not be sent.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Genomics.V2alpha1.Model.RunPipelineRequest{
  labels: map() | nil,
  pipeline: GoogleApi.Genomics.V2alpha1.Model.Pipeline.t() | nil,
  pubSubTopic: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.