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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eFeatureState\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThis class is the latest version 2.5.0, with 8 other version numbers available, each with its own link.\u003c/p\u003e\n"],["\u003cp\u003eIt implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e for enhanced functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFeatureState\u003c/code\u003e class has properties like \u003ccode\u003eCode\u003c/code\u003e, \u003ccode\u003eDescription\u003c/code\u003e, and \u003ccode\u003eUpdateTime\u003c/code\u003e to describe the status of a Feature.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors, the default \u003ccode\u003eFeatureState()\u003c/code\u003e, and one that takes in an other \u003ccode\u003eFeatureState\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# GKE Hub v1 API - Class FeatureState (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.FeatureState)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.4.0/Google.Cloud.GkeHub.V1.FeatureState)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.3.0/Google.Cloud.GkeHub.V1.FeatureState)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.2.0/Google.Cloud.GkeHub.V1.FeatureState)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.1.0/Google.Cloud.GkeHub.V1.FeatureState)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.0.0/Google.Cloud.GkeHub.V1.FeatureState)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.2.0/Google.Cloud.GkeHub.V1.FeatureState)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.1.0/Google.Cloud.GkeHub.V1.FeatureState)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.0.0/Google.Cloud.GkeHub.V1.FeatureState) \n\n public sealed class FeatureState : IMessage\u003cFeatureState\u003e, IEquatable\u003cFeatureState\u003e, IDeepCloneable\u003cFeatureState\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the GKE Hub v1 API class FeatureState.\n\nFeatureState describes the high-level state of a Feature. It may be used to\ndescribe a Feature's state at the environ-level, or per-membershop, depending\non the context. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e FeatureState \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[FeatureState](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.FeatureState), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[FeatureState](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.FeatureState), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[FeatureState](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.FeatureState), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GkeHub.V1](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeHub.V1.dll\n\nConstructors\n------------\n\n### FeatureState()\n\n public FeatureState()\n\n### FeatureState(FeatureState)\n\n public FeatureState(FeatureState other)\n\nProperties\n----------\n\n### Code\n\n public FeatureState.Types.Code Code { get; set; }\n\nThe high-level, machine-readable status of this Feature.\n\n### Description\n\n public string Description { get; set; }\n\nA human-readable description of the current status.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nThe time this status and any related Feature-specific details were updated."]]