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.
Implements
IMessagePullStartedEvent, IEquatablePullStartedEvent, IDeepCloneablePullStartedEvent, 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 |