public sealed class ContainerKilledEvent : IMessage<ContainerKilledEvent>, IEquatable<ContainerKilledEvent>, IDeepCloneable<ContainerKilledEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Life Sciences v2beta API class ContainerKilledEvent.
An event generated when a container is forcibly terminated by the
worker. Currently, this only occurs when the container outlives the
timeout specified by the user.
[[["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-07-02 UTC."],[[["This documentation covers the `ContainerKilledEvent` class within the Google Cloud Life Sciences v2beta API, specifically version 2.0.0-beta05."],["The `ContainerKilledEvent` class represents an event triggered when a container is forcibly terminated by a worker, typically due to exceeding a user-defined timeout."],["This class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ContainerKilledEvent` class includes a constructor, `ContainerKilledEvent()`, and a copy constructor `ContainerKilledEvent(ContainerKilledEvent other)`."],["The class has one property `ActionId` which provides the numeric ID of the action that initiated the container, and is of type `int`."]]],[]]