public sealed class SetIamPolicyResourcePolicyRequest : IMessage<SetIamPolicyResourcePolicyRequest>, IEquatable<SetIamPolicyResourcePolicyRequest>, IDeepCloneable<SetIamPolicyResourcePolicyRequest>, IBufferMessage, IMessage
A request message for ResourcePolicies.SetIamPolicy. See the method description for details.
[[["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 details the `SetIamPolicyResourcePolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, used for managing resource policies."],["The latest version of the API documented is 3.6.0, with a history of versions available going back to 1.0.0."],["The `SetIamPolicyResourcePolicyRequest` class is designed for setting IAM policies on resources and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `Project`, `Region`, `RegionSetPolicyRequestResource`, and `Resource`, which are used to specify the project, region, policy details, and the target resource."],["The class includes constructors and inherits methods from the `Object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]