RunPipelineRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes | |
---|---|
Name | Description |
parent |
str
The project and location that this request should be executed against. |
pipeline |
google.cloud.lifesciences_v2beta.types.Pipeline
Required. The description of the pipeline to run. |
labels |
Sequence[google.cloud.lifesciences_v2beta.types.RunPipelineRequest.LabelsEntry]
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 |
str
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. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |