Reference documentation and code samples for the Google Cloud Life Sciences V2beta Client 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.
Generated from protobuf message google.cloud.lifesciences.v2beta.RunPipelineRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
The project and location that this request should be executed against.
↳ pipeline
↳ labels
array| Google\Protobuf\Internal\MapField
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.
string
setParent
The project and location that this request should be executed against.
var
string
$this
getPipeline
Required. The description of the pipeline to run.
hasPipeline
clearPipeline
setPipeline
Required. The description of the pipeline to run.
$this
getLabels
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
).
setLabels
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
).
$this
getPubSubTopic
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.
string
setPubSubTopic
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.
var
string
$this