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 of this request message available is 3.6.0, with older versions from 1.0.0 up to 3.5.0 also being accessible."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages, deep cloning, equality checks, and buffer interactions."],["`SetIamPolicyImageRequest` has two constructors and three properties: `GlobalSetPolicyRequestResource` which allows you to set the body of the request, `Project` which allows you to specify the project, and `Resource` which allows you to specify the resource name."],["The `SetIamPolicyImageRequest` class inherits base functionalities such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."]]],[]]