public sealed class PolicyControllerVersion : IMessage<PolicyControllerVersion>, IEquatable<PolicyControllerVersion>, IDeepCloneable<PolicyControllerVersion>, IBufferMessage, IMessage
The build version of Gatekeeper Policy Controller is using.
[[["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 page documents the `PolicyControllerVersion` class within the `Google.Cloud.GkeHub.V1.ConfigManagement` namespace, which represents the build version of the Gatekeeper Policy Controller."],["Version 2.5.0 is the latest version, and there are other available versions starting from 1.0.0 up to 2.4.0."],["The `PolicyControllerVersion` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PolicyControllerVersion` class contains a `Version` property, which is a string representing the Gatekeeper image tag, composed of ACM version, git tag, and build number."],["There are two constructors provided for `PolicyControllerVersion`, one is a default constructor and the other is copy constructor."]]],[]]