public sealed class RegionSetPolicyRequest : IMessage<RegionSetPolicyRequest>, IEquatable<RegionSetPolicyRequest>, IDeepCloneable<RegionSetPolicyRequest>, 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 latest version of the `RegionSetPolicyRequest` is 3.6.0, part of the Google Cloud Compute V1 API."],["This page details the `RegionSetPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically within version 2.12.0, which is a sealed class that implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RegionSetPolicyRequest` class includes constructors and properties, including `Bindings` (a `RepeatedField` of `Binding`), `Etag` (a string), `HasEtag` (a boolean), and `Policy` (a `Policy` object)."],["There are numerous versions of `RegionSetPolicyRequest` available, ranging from 1.0.0 up to the latest 3.6.0, with links to documentation for each version."],["The class inherits members from the `object` class, providing methods like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]