public sealed class FeatureState : IMessage<FeatureState>, IEquatable<FeatureState>, IDeepCloneable<FeatureState>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class FeatureState.
FeatureState describes the high-level state of a Feature. It may be used to
describe a Feature's state at the environ-level, or per-membershop, depending
on the context.
[[["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 `FeatureState` class in the GKE Hub v1 API provides a way to describe the high-level state of a Feature, either at the environment or per-membership level."],["This class is the latest version 2.5.0, with 8 other version numbers available, each with its own link."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality."],["The `FeatureState` class has properties like `Code`, `Description`, and `UpdateTime` to describe the status of a Feature."],["This class has two constructors, the default `FeatureState()`, and one that takes in an other `FeatureState` as a parameter."]]],[]]