A human-readable description of the event. Note that these strings can
change at any time without notice. Any application logic must use the
information in the details field.
[[["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\u003eEvent\u003c/code\u003e class in the Google Cloud Life Sciences v2beta API provides details about events that occur during pipeline execution.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for the \u003ccode\u003eEvent\u003c/code\u003e class is 2.0.0-beta06, with previous versions including 2.0.0-beta05 and 1.0.0-beta02.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, comparison, deep cloning, and buffered message operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEvent\u003c/code\u003e class contains properties such as \u003ccode\u003eContainerKilled\u003c/code\u003e, \u003ccode\u003eContainerStarted\u003c/code\u003e, \u003ccode\u003eContainerStopped\u003c/code\u003e, and \u003ccode\u003eFailed\u003c/code\u003e among others, which give specific details on several key occurrences that may happen during the pipeline execution.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDescription\u003c/code\u003e property allows for a human-readable description of the event, but it's noted that these strings are subject to change and application logic should rely on the \u003ccode\u003edetails\u003c/code\u003e field instead.\u003c/p\u003e\n"]]],[],null,["# Cloud Life Sciences v2beta API - Class Event (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.Event)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/2.0.0-beta05/Google.Cloud.LifeSciences.V2Beta.Event)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/1.0.0-beta02/Google.Cloud.LifeSciences.V2Beta.Event) \n\n public sealed class Event : IMessage\u003cEvent\u003e, IEquatable\u003cEvent\u003e, IDeepCloneable\u003cEvent\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Life Sciences v2beta API class Event.\n\nCarries information about events that occur during pipeline execution. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Event \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Event](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.Event), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Event](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.Event), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Event](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.Event), [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### Event()\n\n public Event()\n\n### Event(Event)\n\n public Event(Event other)\n\nProperties\n----------\n\n### ContainerKilled\n\n public ContainerKilledEvent ContainerKilled { get; set; }\n\nSee\n\\[google.cloud.lifesciences.v2beta.ContainerKilledEvent\\]\\[google.cloud.lifesciences.v2beta.ContainerKilledEvent\\].\n\n### ContainerStarted\n\n public ContainerStartedEvent ContainerStarted { get; set; }\n\nSee\n\\[google.cloud.lifesciences.v2beta.ContainerStartedEvent\\]\\[google.cloud.lifesciences.v2beta.ContainerStartedEvent\\].\n\n### ContainerStopped\n\n public ContainerStoppedEvent ContainerStopped { get; set; }\n\nSee\n\\[google.cloud.lifesciences.v2beta.ContainerStoppedEvent\\]\\[google.cloud.lifesciences.v2beta.ContainerStoppedEvent\\].\n\n### Delayed\n\n public DelayedEvent Delayed { get; set; }\n\nSee\n\\[google.cloud.lifesciences.v2beta.DelayedEvent\\]\\[google.cloud.lifesciences.v2beta.DelayedEvent\\].\n\n### Description\n\n public string Description { get; set; }\n\nA human-readable description of the event. Note that these strings can\nchange at any time without notice. Any application logic must use the\ninformation in the `details` field.\n\n### DetailsCase\n\n public Event.DetailsOneofCase DetailsCase { get; }\n\n### Failed\n\n public FailedEvent Failed { get; set; }\n\nSee\n\\[google.cloud.lifesciences.v2beta.FailedEvent\\]\\[google.cloud.lifesciences.v2beta.FailedEvent\\].\n\n### PullStarted\n\n public PullStartedEvent PullStarted { get; set; }\n\nSee\n\\[google.cloud.lifesciences.v2beta.PullStartedEvent\\]\\[google.cloud.lifesciences.v2beta.PullStartedEvent\\].\n\n### PullStopped\n\n public PullStoppedEvent PullStopped { get; set; }\n\nSee\n\\[google.cloud.lifesciences.v2beta.PullStoppedEvent\\]\\[google.cloud.lifesciences.v2beta.PullStoppedEvent\\].\n\n### Timestamp\n\n public Timestamp Timestamp { get; set; }\n\nThe time at which the event occurred.\n\n### UnexpectedExitStatus\n\n public UnexpectedExitStatusEvent UnexpectedExitStatus { get; set; }\n\nSee\n\\[google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent\\]\\[google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent\\].\n\n### WorkerAssigned\n\n public WorkerAssignedEvent WorkerAssigned { get; set; }\n\nSee\n\\[google.cloud.lifesciences.v2beta.WorkerAssignedEvent\\]\\[google.cloud.lifesciences.v2beta.WorkerAssignedEvent\\].\n\n### WorkerReleased\n\n public WorkerReleasedEvent WorkerReleased { get; set; }\n\nSee\n\\[google.cloud.lifesciences.v2beta.WorkerReleasedEvent\\]\\[google.cloud.lifesciences.v2beta.WorkerReleasedEvent\\]."]]