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 \ V2betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setZone
The zone the worker was running in.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInstance
The worker's instance name.
Returns | |
---|---|
Type | Description |
string |
setInstance
The worker's instance name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |