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, showcasing various versions from 1.0.0 to 3.6.0."],["The `SetIamPolicyResourcePolicyRequest` class is a request message used for setting IAM policies on resource policies and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and accepting other `SetIamPolicyResourcePolicyRequest` instances, and also the object class inherited members."],["The `SetIamPolicyResourcePolicyRequest` class has properties to define the project, region, a request body called `RegionSetPolicyRequestResource`, and the name or ID of the target resource, all of which are strings except for the request body type."],["The latest version of the class is 3.6.0, and there are numerous older versions available, indicating an evolutionary history of the `SetIamPolicyResourcePolicyRequest` class."]]],[]]