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 page details the `StatusCondition` class within the `Google.Cloud.Container.V1` namespace, which is used to describe the status of clusters or node pools."],["The latest version documented for `StatusCondition` is 3.33.0, and a historical list of versions from 3.32.0 back to 2.3.0 is provided."],["`StatusCondition` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StatusCondition` class has properties like `Code` (a machine-friendly representation) and `Message` (a human-friendly representation) to describe the condition."],["Two constructors for `StatusCondition` are provided: a default constructor and one that takes another `StatusCondition` object as a parameter for creating a new object."]]],[]]