Class PullStartedEvent (1.0.0-beta02)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class PullStartedEvent : IMessage<PullStartedEvent>, IEquatable<PullStartedEvent>, IDeepCloneable<PullStartedEvent>, IBufferMessage, IMessageAn event generated when the worker starts pulling an image.
Implements
IMessage<PullStartedEvent>, IEquatable<PullStartedEvent>, IDeepCloneable<PullStartedEvent>, IBufferMessage, IMessageNamespace
Google.Cloud.LifeSciences.V2BetaAssembly
Google.Cloud.LifeSciences.V2Beta.dll
Constructors
PullStartedEvent()
public PullStartedEvent()PullStartedEvent(PullStartedEvent)
public PullStartedEvent(PullStartedEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
PullStartedEvent |
Properties
ImageUri
public string ImageUri { get; set; }The URI of the image that was pulled.
| Property Value | |
|---|---|
| Type | Description |
String |
|