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, found in the `Google.Cloud.Compute.V1` namespace, is used to set policies and is implemented with multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is `3.6.0`, while the current version documented on the webpage is `2.4.0`, and it supports versions ranging from `1.0.0` to `3.6.0` of the API."],["The class has two constructors: a default constructor `ZoneSetPolicyRequest()` and one that takes another `ZoneSetPolicyRequest` object as a parameter, allowing for the creation of new instances either from scratch or by copying."],["The class has properties like `Bindings`, `Etag`, `HasEtag`, and `Policy`, which manage the policy settings and versioning of the request, with `Bindings` and `Etag` being deprecated in favor of `Policy`."],["`ZoneSetPolicyRequest` inherits members from `Object`, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]