Reference documentation and code samples for the Cloud Life Sciences V2beta API class Google::Cloud::LifeSciences::V2beta::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — 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
).
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::String}) — 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
).
-
(::Google::Protobuf::Map{::String => ::String}) — 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
).
#parent
def parent() -> ::String
- (::String) — The project and location that this request should be executed against.
#parent=
def parent=(value) -> ::String
- value (::String) — The project and location that this request should be executed against.
- (::String) — The project and location that this request should be executed against.
#pipeline
def pipeline() -> ::Google::Cloud::LifeSciences::V2beta::Pipeline
- (::Google::Cloud::LifeSciences::V2beta::Pipeline) — Required. The description of the pipeline to run.
#pipeline=
def pipeline=(value) -> ::Google::Cloud::LifeSciences::V2beta::Pipeline
- value (::Google::Cloud::LifeSciences::V2beta::Pipeline) — Required. The description of the pipeline to run.
- (::Google::Cloud::LifeSciences::V2beta::Pipeline) — Required. The description of the pipeline to run.
#pub_sub_topic
def pub_sub_topic() -> ::String
- (::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.
#pub_sub_topic=
def pub_sub_topic=(value) -> ::String
- value (::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.
- (::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.