public sealed class HierarchyControllerDeploymentState : IMessage<HierarchyControllerDeploymentState>, IEquatable<HierarchyControllerDeploymentState>, IDeepCloneable<HierarchyControllerDeploymentState>, 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."],[[["The `HierarchyControllerDeploymentState` class represents the deployment state for the Hierarchy Controller within Google Cloud's GKE Hub, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is found within the `Google.Cloud.GkeHub.V1.ConfigManagement` namespace in the `Google.Cloud.GkeHub.V1.dll` assembly."],["There are two constructors available for the `HierarchyControllerDeploymentState` class: a default constructor and one that accepts another `HierarchyControllerDeploymentState` object as a parameter for copying."],["The `HierarchyControllerDeploymentState` class includes properties named `Extension` and `Hnc`, both of which are of type `DeploymentState` and describe the deployment status of the Hierarchy Controller extension and the open-source HNC respectively."],["The latest version available is 2.5.0, and there is a history of versions starting from 1.0.0 all the way up to the latest, including other versions like 1.1.0, 1.2.0, 2.0.0, 2.1.0, 2.2.0, 2.3.0, and 2.4.0."]]],[]]