Cloud Life Sciences v2beta API - Class PullStartedEvent (2.0.0-beta07)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class PullStartedEvent : IMessage<PullStartedEvent>, IEquatable<PullStartedEvent>, IDeepCloneable<PullStartedEvent>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Life Sciences v2beta API class PullStartedEvent.
An 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 |
|