public sealed class StatusCondition : IMessage<StatusCondition>, IEquatable<StatusCondition>, IDeepCloneable<StatusCondition>, IBufferMessage, IMessage
StatusCondition describes why a cluster or a node pool has a certain status
(e.g., ERROR or DEGRADED).
[[["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-03-21 UTC."],[[["The content provides a comprehensive list of versions for the `StatusCondition` class within the `Google.Cloud.Container.V1` library, ranging from the latest version 3.33.0 down to 2.3.0."],["`StatusCondition` is a class that describes the status of a cluster or node pool, indicating conditions such as ERROR or DEGRADED, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `StatusCondition` has two constructors and two properties: one for a machine-friendly representation of the condition called `Code`, and another for a human-friendly message called `Message`."],["`StatusCondition` inherits from `Object` and it's properties and methods include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` as inherited members."]]],[]]