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."],[[["This document provides reference documentation for the `FeatureState` class within the Google Cloud GKE Hub v1 API, specifically version 2.2.0."],["`FeatureState` is a class that represents the high-level state of a Feature, which can be described at the environment or per-membership level."],["The `FeatureState` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `object` class."],["Key properties of the `FeatureState` class include `Code` (the machine-readable status), `Description` (a human-readable status), and `UpdateTime` (when the status was updated)."],["There are multiple versions of the GKE Hub v1 API documented, including the latest version 2.5.0 and going as far back as version 1.0.0."]]],[]]