Reference documentation and code samples for the Cloud Life Sciences V2beta API class Google::Cloud::LifeSciences::V2beta::WorkerAssignedEvent.
An event generated after a worker VM has been assigned to run the pipeline.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance
def instance() -> ::String
Returns
- (::String) — The worker's instance name.
#instance=
def instance=(value) -> ::String
Parameter
- value (::String) — The worker's instance name.
Returns
- (::String) — The worker's instance name.
#machine_type
def machine_type() -> ::String
Returns
- (::String) — The machine type that was assigned for the worker.
#machine_type=
def machine_type=(value) -> ::String
Parameter
- value (::String) — The machine type that was assigned for the worker.
Returns
- (::String) — The machine type that was assigned for the worker.
#zone
def zone() -> ::String
Returns
- (::String) — The zone the worker is running in.
#zone=
def zone=(value) -> ::String
Parameter
- value (::String) — The zone the worker is running in.
Returns
- (::String) — The zone the worker is running in.