Reference documentation and code samples for the Google Cloud Life Sciences V2beta Client class PullStartedEvent.
An event generated when the worker starts pulling an image.
Generated from protobuf message google.cloud.lifesciences.v2beta.PullStartedEvent
Namespace
Google \ Cloud \ LifeSciences \ V2betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ image_uri |
string
The URI of the image that was pulled. |
getImageUri
The URI of the image that was pulled.
| Returns | |
|---|---|
| Type | Description |
string |
|
setImageUri
The URI of the image that was pulled.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|