Reference documentation and code samples for the Google Cloud Life Sciences V2beta Client class RunPipelineRequest.
The arguments to theRunPipelinemethod. The requesting user must have
theiam.serviceAccounts.actAspermission for the Cloud Life Sciences
service account or the request will fail.
Generated from protobuf messagegoogle.cloud.lifesciences.v2beta.RunPipelineRequest
Namespace
Google \ Cloud \ LifeSciences \ V2beta
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
The project and location that this request should be executed against.
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).
↳ pub_sub_topic
string
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.
getParent
The project and location that this request should be executed against.
Returns
Type
Description
string
setParent
The project and location that this request should be executed against.
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).
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Life Sciences V2beta Client - Class RunPipelineRequest (0.7.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.7.3 (latest)](/php/docs/reference/cloud-life-sciences/latest/V2beta.RunPipelineRequest)\n- [0.7.2](/php/docs/reference/cloud-life-sciences/0.7.2/V2beta.RunPipelineRequest)\n- [0.6.8](/php/docs/reference/cloud-life-sciences/0.6.8/V2beta.RunPipelineRequest)\n- [0.5.4](/php/docs/reference/cloud-life-sciences/0.5.4/V2beta.RunPipelineRequest)\n- [0.4.0](/php/docs/reference/cloud-life-sciences/0.4.0/V2beta.RunPipelineRequest)\n- [0.3.5](/php/docs/reference/cloud-life-sciences/0.3.5/V2beta.RunPipelineRequest) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Life Sciences V2beta Client class RunPipelineRequest.\n\nThe arguments to the `RunPipeline` method. The requesting user must have\nthe `iam.serviceAccounts.actAs` permission for the Cloud Life Sciences\nservice account or the request will fail.\n\nGenerated from protobuf message `google.cloud.lifesciences.v2beta.RunPipelineRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ LifeSciences \\\\ V2beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nThe project and location that this request should be executed against.\n\n### setParent\n\nThe project and location that this request should be executed against.\n\n### getPipeline\n\nRequired. The description of the pipeline to run.\n\n### hasPipeline\n\n### clearPipeline\n\n### setPipeline\n\nRequired. The description of the pipeline to run.\n\n### getLabels\n\nUser-defined labels to associate with the returned operation. These\nlabels are not propagated to any Google Cloud Platform resources used by\nthe operation, and can be modified at any time.\n\nTo associate labels with resources created while executing the operation,\nsee the appropriate resource message (for example, `VirtualMachine`).\n\n### setLabels\n\nUser-defined labels to associate with the returned operation. These\nlabels are not propagated to any Google Cloud Platform resources used by\nthe operation, and can be modified at any time.\n\nTo associate labels with resources created while executing the operation,\nsee the appropriate resource message (for example, `VirtualMachine`).\n\n### getPubSubTopic\n\nThe name of an existing Pub/Sub topic. The server will publish\nmessages to this topic whenever the status of the operation changes.\n\nThe Life Sciences Service Agent account must have publisher permissions to\nthe specified topic or notifications will not be sent.\n\n### setPubSubTopic\n\nThe name of an existing Pub/Sub topic. The server will publish\nmessages to this topic whenever the status of the operation changes.\n\nThe Life Sciences Service Agent account must have publisher permissions to\nthe specified topic or notifications will not be sent."]]