Class: Google::Cloud::LifeSciences::V2beta::WorkerAssignedEvent
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::WorkerAssignedEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/lifesciences/v2beta/workflows.rb
Overview
An event generated after a worker VM has been assigned to run the pipeline.
Instance Attribute Summary collapse
-
#instance ⇒ ::String
The worker's instance name.
-
#machine_type ⇒ ::String
The machine type that was assigned for the worker.
-
#zone ⇒ ::String
The zone the worker is running in.
Instance Attribute Details
#instance ⇒ ::String
Returns The worker's instance name.
763 764 765 766 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 763 class WorkerAssignedEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#machine_type ⇒ ::String
Returns The machine type that was assigned for the worker.
763 764 765 766 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 763 class WorkerAssignedEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
Returns The zone the worker is running in.
763 764 765 766 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 763 class WorkerAssignedEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |