Class: Google::Cloud::LifeSciences::V2beta::WorkerReleasedEvent
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::WorkerReleasedEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/lifesciences/v2beta/workflows.rb
Overview
An event generated when the worker VM that was assigned to the pipeline has been released (deleted).
Instance Attribute Summary collapse
-
#instance ⇒ ::String
The worker's instance name.
-
#zone ⇒ ::String
The zone the worker was running in.
Instance Attribute Details
#instance ⇒ ::String
Returns The worker's instance name.
776 777 778 779 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 776 class WorkerReleasedEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
Returns The zone the worker was running in.
776 777 778 779 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 776 class WorkerReleasedEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |