public sealed class GlobalSetPolicyRequest : IMessage<GlobalSetPolicyRequest>, IEquatable<GlobalSetPolicyRequest>, IDeepCloneable<GlobalSetPolicyRequest>, 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-24 UTC."],[[["This document outlines the `GlobalSetPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and usage across multiple versions, ranging from 1.0.0 to 3.6.0."],["The `GlobalSetPolicyRequest` class is designed for managing policies, as it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to having inheritance from the object class."],["It includes constructors for creating instances, namely a default constructor and another that accepts a `GlobalSetPolicyRequest` instance for cloning."],["The class contains properties such as `Bindings`, `Etag`, `HasEtag`, and `Policy`, which are used to handle policy-related data and backward compatibility with older wire-formats."],["The documentation specifies the `GlobalSetPolicyRequest` assembly as Google.Cloud.Compute.V1.dll and lists inherited members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]