public sealed class HierarchyControllerConfig : IMessage<HierarchyControllerConfig>, IEquatable<HierarchyControllerConfig>, IDeepCloneable<HierarchyControllerConfig>, 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 `HierarchyControllerConfig` class within the `Google.Cloud.GkeHub.V1.ConfigManagement` namespace, which is part of the Google.Cloud.GkeHub.V1 library and is used for configuring the Hierarchy Controller."],["The `HierarchyControllerConfig` class is available in multiple versions, ranging from 1.0.0 to the latest version 2.5.0, and is inherited from the .NET Object class, while also implementing several interfaces."],["The `HierarchyControllerConfig` class includes properties such as `Enabled`, `EnableHierarchicalResourceQuota`, and `EnablePodTreeLabels`, which are all boolean values that control specific features of the Hierarchy Controller."],["There are two constructors for `HierarchyControllerConfig`, a default constructor, and one that takes another `HierarchyControllerConfig` object as a parameter for creating a new instance based on the other object."]]],[]]