public sealed class CommonFeatureState : IMessage<CommonFeatureState>, IEquatable<CommonFeatureState>, IDeepCloneable<CommonFeatureState>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class CommonFeatureState.
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."],[[["The latest version of the `CommonFeatureState` class in the GKE Hub v1 API is 2.5.0, and this class contains information about the Feature status across the Hub."],["`CommonFeatureState` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in the Protobuf ecosystem and the .NET framework."],["This class inherits from `object`, and has 2 constructors, a default constructor `CommonFeatureState()`, and a second one that takes a `CommonFeatureState` parameter in order to create a new instance."],["The `CommonFeatureState` class has one property `State` that provides the running state of the Feature within the Hub, of type `FeatureState`."],["There are multiple versions of the `CommonFeatureState` class available in the documentation, ranging from 1.0.0 up to the latest version 2.5.0."]]],[]]