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-21 UTC."],[[["This webpage provides documentation for the `ZoneSetPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and usage across multiple versions."],["The latest version documented for `ZoneSetPolicyRequest` is 3.6.0, with the content including the definition and properties from versions ranging from 1.0.0 all the way up until the latest 3.6.0."],["`ZoneSetPolicyRequest` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used for setting policies, as indicated by the properties Bindings, Etag, HasEtag, and Policy."],["The class contains two constructors, `ZoneSetPolicyRequest()`, and `ZoneSetPolicyRequest(ZoneSetPolicyRequest other)`, to allow for the creation of a default or copy-based instance."],["The class inherits members from `Object`, with properties such as `Bindings`, `Etag`, `HasEtag`, and `Policy`, which allow for the management of policy bindings and Etag values."]]],[]]