public sealed class WorkerAssignedEvent : IMessage<WorkerAssignedEvent>, IEquatable<WorkerAssignedEvent>, IDeepCloneable<WorkerAssignedEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Life Sciences v2beta API class WorkerAssignedEvent.
An event generated after a worker VM has been assigned to run the
pipeline.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `WorkerAssignedEvent` class in the Google Cloud Life Sciences v2beta API represents an event that occurs when a worker VM is assigned to a pipeline."],["This class is part of the `Google.Cloud.LifeSciences.V2Beta` namespace and is available in the `Google.Cloud.LifeSciences.V2Beta.dll` assembly."],["It inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its features within the structure."],["The `WorkerAssignedEvent` class provides properties such as `Instance`, `MachineType`, and `Zone`, which provide details about the worker VM's configuration and location."],["There are two different constructors for this class: `WorkerAssignedEvent()` and `WorkerAssignedEvent(WorkerAssignedEvent other)`."]]],[]]