Class PullStartedEvent (1.0.0-beta02)

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

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