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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The `PullStartedEvent` class in the Cloud Life Sciences v2beta API signifies an event generated when a worker begins pulling an image."],["This class is part of the `Google.Cloud.LifeSciences.V2Beta` namespace and is documented in the `Google.Cloud.LifeSciences.V2Beta.dll` assembly."],["The `PullStartedEvent` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides a constructor to instantiate the class and another to clone an existing `PullStartedEvent` object."],["The `ImageUri` property, a string type, is accessible within the `PullStartedEvent` class, representing the URI of the image being pulled."]]],[]]