Cloud Life Sciences v2beta API - Class PullStartedEvent (2.0.0-beta05)

public sealed class PullStartedEvent : IMessage<PullStartedEvent>, IEquatable<PullStartedEvent>, IDeepCloneable<PullStartedEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Life Sciences v2beta API class PullStartedEvent.

An event generated when the worker starts pulling an image.

Inheritance

object > PullStartedEvent

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

PullStartedEvent()

public PullStartedEvent()

PullStartedEvent(PullStartedEvent)

public PullStartedEvent(PullStartedEvent other)
Parameter
NameDescription
otherPullStartedEvent

Properties

ImageUri

public string ImageUri { get; set; }

The URI of the image that was pulled.

Property Value
TypeDescription
string