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, as part of the Google Cloud GKE Hub V1 Config Management."],["This class is sealed and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality checks, deep cloning, and buffered message operations."],["The class provides two constructors: a default one (`HierarchyControllerDeploymentState()`) and one that allows creating a copy of an existing `HierarchyControllerDeploymentState` object (`HierarchyControllerDeploymentState(HierarchyControllerDeploymentState other)`)."],["It has two key properties, `Extension` and `Hnc`, which indicate the deployment state for the Hierarchy Controller extension and open-source HNC respectively, both of which are of type `DeploymentState`."],["There are multiple versions of this component, with the latest version being 2.5.0 and older versions all the way down to 1.0.0 accessible from the provided links."]]],[]]