public sealed class GatekeeperDeploymentState : IMessage<GatekeeperDeploymentState>, IEquatable<GatekeeperDeploymentState>, IDeepCloneable<GatekeeperDeploymentState>, 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 `GatekeeperDeploymentState` class, which represents the state of Policy Controller installation and is part of the `Google.Cloud.GkeHub.V1.ConfigManagement` namespace."],["The `GatekeeperDeploymentState` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer manipulation."],["The class includes properties `GatekeeperAudit` and `GatekeeperControllerManagerState`, both of which are of type `DeploymentState` and represent the status of the gatekeeper-audit deployment and the gatekeeper-controller-manager pod, respectively."],["The current latest version documented is 2.5.0, but this specific page is documenting version 1.2.0, and various past versions can be found in the list provided."],["Two constructors are made available, with one taking no parameters, and the second taking an existing GatekeeperDeploymentState object as a parameter."]]],[]]