public sealed class CommonFeatureState : IMessage<CommonFeatureState>, IEquatable<CommonFeatureState>, IDeepCloneable<CommonFeatureState>, IBufferMessage, IMessage
CommonFeatureState contains Hub-wide Feature status information.
[[["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."],[[["This webpage details the `CommonFeatureState` class within the `Google.Cloud.GkeHub.V1` namespace, which provides information about the Hub-wide feature status."],["The latest version available for this class is 2.5.0, while the earliest one shown is 1.0.0."],["`CommonFeatureState` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `State` property, representing the running state of the Feature in the Hub."],["There are two constructors available: a default constructor and a copy constructor that accepts another `CommonFeatureState` object."]]],[]]