Cloud Life Sciences V2beta API - Class Google::Cloud::LifeSciences::V2beta::RunPipelineRequest (v0.8.0)

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}
Returns
  • (::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}
Parameter
  • 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).

Returns
  • (::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
Returns
  • (::String) — The project and location that this request should be executed against.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — The project and location that this request should be executed against.
Returns
  • (::String) — The project and location that this request should be executed against.

#pipeline

def pipeline() -> ::Google::Cloud::LifeSciences::V2beta::Pipeline
Returns

#pipeline=

def pipeline=(value) -> ::Google::Cloud::LifeSciences::V2beta::Pipeline
Parameter
Returns

#pub_sub_topic

def pub_sub_topic() -> ::String
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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.