public sealed class HierarchyControllerState : IMessage<HierarchyControllerState>, IEquatable<HierarchyControllerState>, IDeepCloneable<HierarchyControllerState>, IBufferMessage, IMessage
[[["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 webpage details the `HierarchyControllerState` class, which is part of the `Google.Cloud.GkeHub.V1.ConfigManagement` namespace within the Google.Cloud.GkeHub.V1 library for .NET."],["The `HierarchyControllerState` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors: a default constructor (`HierarchyControllerState()`) and a copy constructor (`HierarchyControllerState(HierarchyControllerState other)`), which accepts another instance of `HierarchyControllerState` as a parameter."],["`HierarchyControllerState` contains properties such as `State` and `Version`, which respectively represent the deployment state and version of the Hierarchy Controller."],["This resource provides a breakdown of different versions of the `HierarchyControllerState`, including the latest 2.5.0 version and down to 1.0.0."]]],[]]