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

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

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

An event generated when the worker stops pulling an image.

Inheritance

object > PullStoppedEvent

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

PullStoppedEvent()

public PullStoppedEvent()

PullStoppedEvent(PullStoppedEvent)

public PullStoppedEvent(PullStoppedEvent other)
Parameter
NameDescription
otherPullStoppedEvent

Properties

ImageUri

public string ImageUri { get; set; }

The URI of the image that was pulled.

Property Value
TypeDescription
string