public sealed class SetIamPolicyImageRequest : IMessage<SetIamPolicyImageRequest>, IEquatable<SetIamPolicyImageRequest>, IDeepCloneable<SetIamPolicyImageRequest>, IBufferMessage, IMessage
A request message for Images.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-21 UTC."],[[["This webpage details the `SetIamPolicyImageRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for setting IAM policies on Compute Engine images."],["The latest version documented is 3.6.0, with a range of previous versions from 1.0.0 to 3.5.0 also accessible."],["`SetIamPolicyImageRequest` is a request message that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `GlobalSetPolicyRequestResource`, `Project`, and `Resource`, all of which are necessary for defining the request to set an image's IAM policy."],["The request message also includes inheritances such as Object, and has inherited members including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` which can be viewed in the dotnet documentation."]]],[]]