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 latest version of the `StatusCondition` documentation is 3.33.0, part of the Google Cloud Container V1."],["The `StatusCondition` class is used to describe the status of a cluster or node pool, such as ERROR or DEGRADED."],["This class implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage, offering a comprehensive set of functionalities."],["The `StatusCondition` class has properties such as `Code` and `Message`, providing both machine-friendly and human-readable descriptions of the condition."],["The documentation covers a wide range of versions, from 2.3.0 to 3.33.0, offering an extensive history of the `StatusCondition` component."]]],[]]