Cloud Life Sciences v2beta API - Class WorkerAssignedEvent (2.0.0-beta07)

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.

Inheritance

object > WorkerAssignedEvent

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

WorkerAssignedEvent()

public WorkerAssignedEvent()

WorkerAssignedEvent(WorkerAssignedEvent)

public WorkerAssignedEvent(WorkerAssignedEvent other)
Parameter
Name Description
other WorkerAssignedEvent

Properties

Instance

public string Instance { get; set; }

The worker's instance name.

Property Value
Type Description
string

MachineType

public string MachineType { get; set; }

The machine type that was assigned for the worker.

Property Value
Type Description
string

Zone

public string Zone { get; set; }

The zone the worker is running in.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.