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-21 UTC."],[[["The `GlobalSetPolicyRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used to manage resource policies within Google Cloud Compute and is currently documented up to version 3.6.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The `GlobalSetPolicyRequest` class offers two constructors, a default one and another that accepts another instance of `GlobalSetPolicyRequest` for copying, and has properties for handling `Bindings`, `Etag`, `HasEtag`, and the main `Policy`."],["The `Bindings` property is used to manage a collection of policy bindings, while the `Etag` and `HasEtag` properties are used for managing policy versions, with the policy itself being defined by the `Policy` property."],["The latest version of this doc is 3.6.0, and it is showing the information for the 2.13.0 version, with a list of all versions up to 1.0.0."]]],[]]