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-02 UTC."],[[["The `ZoneSetPolicyRequest` class is available in the `Google.Cloud.Compute.V1` namespace and is part of the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements interfaces such as `IMessage`, `IEquatable\u003cZoneSetPolicyRequest\u003e`, `IDeepCloneable\u003cZoneSetPolicyRequest\u003e`, and `IBufferMessage`."],["The class offers two constructors, `ZoneSetPolicyRequest()` for default initialization and `ZoneSetPolicyRequest(ZoneSetPolicyRequest other)` for creating a new instance based on an existing one."],["The `ZoneSetPolicyRequest` class includes properties like `Bindings` (a repeated field of `Binding` objects), `Etag` (a string), `HasEtag` (a boolean indicating if Etag is set), and `Policy` (a `Policy` object)."],["Multiple versions of `ZoneSetPolicyRequest` are available, ranging from the latest `3.6.0` down to `1.0.0`, each with its corresponding documentation link."]]],[]]