Class RunPipelineRequest
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.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Genomics.v2alpha1.Data
Assembly: Google.Apis.Genomics.v2alpha1.dll
Syntax
public class RunPipelineRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
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
).
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<TKey, TValue><string, string> |
Pipeline
Required. The description of the pipeline to run.
Declaration
[JsonProperty("pipeline")]
public virtual Pipeline Pipeline { get; set; }
Property Value
Type | Description |
---|---|
Pipeline |
PubSubTopic
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.
Declaration
[JsonProperty("pubSubTopic")]
public virtual string PubSubTopic { get; set; }
Property Value
Type | Description |
---|---|
string |