Google Cloud Life Sciences V2beta Client - Class WorkerReleasedEvent (0.5.4)

Reference documentation and code samples for the Google Cloud Life Sciences V2beta Client class WorkerReleasedEvent.

An event generated when the worker VM that was assigned to the pipeline has been released (deleted).

Generated from protobuf message google.cloud.lifesciences.v2beta.WorkerReleasedEvent

Namespace

Google \ Cloud \ LifeSciences \ V2beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ zone string

The zone the worker was running in.

↳ instance string

The worker's instance name.

getZone

The zone the worker was running in.

Returns
TypeDescription
string

setZone

The zone the worker was running in.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInstance

The worker's instance name.

Returns
TypeDescription
string

setInstance

The worker's instance name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this