public sealed class GlobalOrganizationSetPolicyRequest : IMessage<GlobalOrganizationSetPolicyRequest>, IEquatable<GlobalOrganizationSetPolicyRequest>, IDeepCloneable<GlobalOrganizationSetPolicyRequest>, 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-09 UTC."],[[["The `GlobalOrganizationSetPolicyRequest` class in the `Google.Cloud.Compute.V1` namespace is used to set policies for Google Cloud resources and is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides specific functionalities like serialization, equality comparison, and cloning."],["The `GlobalOrganizationSetPolicyRequest` class includes properties like `Bindings`, `Etag`, `HasEtag`, and `Policy` to define the policy's structure and versioning."],["The class offers two constructors: a default one (`GlobalOrganizationSetPolicyRequest()`) and one to create an instance by cloning another (`GlobalOrganizationSetPolicyRequest(GlobalOrganizationSetPolicyRequest other)`)."],["The class offers a way to create a backward compatible wire-format using the properties Bindings and Etag, but it is now deprecated in favor of specifying the policy in the property Policy."]]],[]]