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-03-24 UTC."],[[["This webpage provides documentation for the `GlobalOrganizationSetPolicyRequest` class within the Google.Cloud.Compute.V1 namespace, detailing various versions of the API, ranging from version 1.0.0 to 3.6.0."],["The `GlobalOrganizationSetPolicyRequest` class is a part of the `Google.Cloud.Compute.V1.dll` assembly, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and has constructors for creating new instances, either empty or based on another `GlobalOrganizationSetPolicyRequest` object."],["Key properties of the class include `Bindings` (a `RepeatedField` of `Binding` objects), `Etag` (a string), `HasEtag` (a boolean indicating if etag is set), and `Policy` (a `Policy` object), used for setting global organization policies."],["The latest version documented is 3.6.0, and the class contains methods that are inherited from the base class `Object` like `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."]]],[]]