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.
Implements
IMessagePullStoppedEvent, IEquatablePullStoppedEvent, IDeepCloneablePullStoppedEvent, IBufferMessage, IMessageNamespace
Google.Cloud.LifeSciences.V2BetaAssembly
Google.Cloud.LifeSciences.V2Beta.dll
Constructors
PullStoppedEvent()
public PullStoppedEvent()
PullStoppedEvent(PullStoppedEvent)
public PullStoppedEvent(PullStoppedEvent other)
Parameter | |
---|---|
Name | Description |
other |
PullStoppedEvent |
Properties
ImageUri
public string ImageUri { get; set; }
The URI of the image that was pulled.
Property Value | |
---|---|
Type | Description |
string |