Google Cloud Life Sciences V2beta Client - Class PullStartedEvent (0.4.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setImageUri

The URI of the image that was pulled.

Parameter
NameDescription
var string
Returns
TypeDescription
$this