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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePullStoppedEvent\u003c/code\u003e class in the Google Cloud Life Sciences v2beta API signifies an event generated when a worker stops pulling an image.\u003c/p\u003e\n"],["\u003cp\u003eThis class, part of the \u003ccode\u003eGoogle.Cloud.LifeSciences.V2Beta\u003c/code\u003e namespace, implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is \u003ccode\u003e2.0.0-beta06\u003c/code\u003e, with previous versions available including \u003ccode\u003e2.0.0-beta05\u003c/code\u003e and \u003ccode\u003e1.0.0-beta02\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePullStoppedEvent\u003c/code\u003e class has a constructor and also takes a parameter \u003ccode\u003eother\u003c/code\u003e to be able to perform the function of the constructor.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains the property \u003ccode\u003eImageUri\u003c/code\u003e of type string, which represents the URI of the image that was being pulled.\u003c/p\u003e\n"]]],[],null,["# Cloud Life Sciences v2beta API - Class PullStoppedEvent (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.PullStoppedEvent)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/2.0.0-beta05/Google.Cloud.LifeSciences.V2Beta.PullStoppedEvent)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/1.0.0-beta02/Google.Cloud.LifeSciences.V2Beta.PullStoppedEvent) \n\n public sealed class PullStoppedEvent : IMessage\u003cPullStoppedEvent\u003e, IEquatable\u003cPullStoppedEvent\u003e, IDeepCloneable\u003cPullStoppedEvent\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Life Sciences v2beta API class PullStoppedEvent.\n\nAn event generated when the worker stops pulling an image. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e PullStoppedEvent \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[PullStoppedEvent](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.PullStoppedEvent), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[PullStoppedEvent](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.PullStoppedEvent), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[PullStoppedEvent](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.PullStoppedEvent), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.LifeSciences.V2Beta](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.LifeSciences.V2Beta.dll\n\nConstructors\n------------\n\n### PullStoppedEvent()\n\n public PullStoppedEvent()\n\n### PullStoppedEvent(PullStoppedEvent)\n\n public PullStoppedEvent(PullStoppedEvent other)\n\nProperties\n----------\n\n### ImageUri\n\n public string ImageUri { get; set; }\n\nThe URI of the image that was pulled."]]