Cloud Life Sciences v2beta API - Class RunPipelineRequest (2.0.0-beta07)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class RunPipelineRequest : IMessage<RunPipelineRequest>, IEquatable<RunPipelineRequest>, IDeepCloneable<RunPipelineRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Life Sciences v2beta API class RunPipelineRequest.
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.
Implements
IMessage RunPipelineRequest, IEquatable RunPipelineRequest, IDeepCloneable RunPipelineRequest, IBufferMessage, IMessageNamespace
Google.Cloud.LifeSciences.V2BetaAssembly
Google.Cloud.LifeSciences.V2Beta.dll
Constructors
RunPipelineRequest()
public RunPipelineRequest()RunPipelineRequest(RunPipelineRequest)
public RunPipelineRequest(RunPipelineRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RunPipelineRequest |
Properties
Labels
public MapField<string, string> Labels { get; }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).
| Property Value | |
|---|---|
| Type | Description |
MapField string string |
|
Parent
public string Parent { get; set; }The project and location that this request should be executed against.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Pipeline
public Pipeline Pipeline { get; set; }Required. The description of the pipeline to run.
| Property Value | |
|---|---|
| Type | Description |
Pipeline |
|
PubSubTopic
public string PubSubTopic { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|