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-04-09 UTC."],[[["The webpage provides documentation for the `ZoneSetPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to 3.6.0."],["`ZoneSetPolicyRequest` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class contains properties like `Bindings`, `Etag`, `HasEtag`, and `Policy`, all related to managing policy settings, with `Bindings` and `Etag` being marked as deprecated and suggest using `policy` instead."],["There are two constructors for `ZoneSetPolicyRequest`: a default constructor and one that accepts another `ZoneSetPolicyRequest` object as a parameter."],["The latest version available is 3.6.0 and is accessible through the provided link, while there are also many previous versions from 3.5.0 down to 1.0.0 listed for reference."]]],[]]