public sealed class MembershipFeatureState : IMessage<MembershipFeatureState>, IEquatable<MembershipFeatureState>, IDeepCloneable<MembershipFeatureState>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class MembershipFeatureState.
MembershipFeatureState contains Feature status information for a single
Membership.
[[["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 document provides reference documentation for the `MembershipFeatureState` class within the Google Cloud GKE Hub v1 API, specifically version 2.2.0."],["The `MembershipFeatureState` class is used to represent the status information of a Feature for a single Membership in the GKE Hub."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, cloning, and buffer operations."],["Key properties of `MembershipFeatureState` include `Configmanagement` (for config management-specific state), `FeatureStateCase` (for determining which feature state is active), and `State` (for the high-level state of the Feature)."],["There are available constructors for creating a new `MembershipFeatureState` object, or cloning an existing one, as well as available member functions that were inherited from `object`."]]],[]]