Cloud Life Sciences v2beta API - Class RunPipelineRequest (2.0.0-beta05)

public sealed class RunPipelineRequest : IMessage<RunPipelineRequest>, IEquatable<RunPipelineRequest>, IDeepCloneable<RunPipelineRequest>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > RunPipelineRequest

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

RunPipelineRequest()

public RunPipelineRequest()

RunPipelineRequest(RunPipelineRequest)

public RunPipelineRequest(RunPipelineRequest other)
Parameter
NameDescription
otherRunPipelineRequest

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
TypeDescription
MapFieldstringstring

Parent

public string Parent { get; set; }

The project and location that this request should be executed against.

Property Value
TypeDescription
string

Pipeline

public Pipeline Pipeline { get; set; }

Required. The description of the pipeline to run.

Property Value
TypeDescription
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
TypeDescription
string