public sealed class PolicyControllerState : IMessage<PolicyControllerState>, IEquatable<PolicyControllerState>, IDeepCloneable<PolicyControllerState>, 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 `PolicyControllerState` class, which is part of the `Google.Cloud.GkeHub.V1.ConfigManagement` namespace within the `Google.Cloud.GkeHub.V1.dll` assembly."],["The `PolicyControllerState` class is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `Object`."],["The class offers two constructors: a default one (`PolicyControllerState()`) and a copy constructor (`PolicyControllerState(PolicyControllerState other)`), allowing for object creation and cloning."],["It provides properties to check the state of a deployment with `DeploymentState` and the policy controller version with `Version` that allows you to check the `GatekeeperDeploymentState` and `PolicyControllerVersion`."],["The content provides a list of available versions for PolicyControllerState, the latest being version 2.5.0 and with versions going back as far as 1.0.0."]]],[]]