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 details the `ZoneSetPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.15.0 of the library, and all versions, ranging from 1.0.0 to 3.6.0, where 3.6.0 is the most current."],["The `ZoneSetPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class inherits members from `object`, offering standard methods like `GetHashCode`, `GetType`, and `ToString`, and offers two constructors, one default and one allowing the assignment of values from an existing `ZoneSetPolicyRequest` object."],["The `ZoneSetPolicyRequest` class includes properties such as `Bindings` (a `RepeatedField` of `Binding` objects), `Etag` (a string), `HasEtag` (a boolean), and `Policy` (a `Policy` object), which manage access bindings, etag values, and policy implementation."],["`ZoneSetPolicyRequest` is used to manage access control policies for resources by specifying bindings and etags, and has deprecated the older way to manage these, instead directing the user to use policy."]]],[]]