public sealed class ZoneSetPolicyRequest : IMessage<ZoneSetPolicyRequest>, IEquatable<ZoneSetPolicyRequest>, IDeepCloneable<ZoneSetPolicyRequest>, IBufferMessage, IMessage
REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
[[["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-24 UTC."],[[["The `ZoneSetPolicyRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used to set policies for Google Cloud Compute zones."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["The `ZoneSetPolicyRequest` class includes properties like `Bindings`, `Etag`, `HasEtag`, and `Policy`, allowing for the management of policy settings and their associated metadata."],["The latest version available is 3.6.0, while the current page's version is 3.4.0 and the list includes historical versions down to 1.0.0 for the ZoneSetPolicyRequest."],["The class has two constructors, a default one, and another one that takes another `ZoneSetPolicyRequest` as a parameter."]]],[]]