public sealed class SetIamPolicyMachineImageRequest : IMessage<SetIamPolicyMachineImageRequest>, IEquatable<SetIamPolicyMachineImageRequest>, IDeepCloneable<SetIamPolicyMachineImageRequest>, IBufferMessage, IMessage
A request message for MachineImages.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."],[[["The `SetIamPolicyMachineImageRequest` class is a request message used for setting the IAM policy for MachineImages, as part of the `Google.Cloud.Compute.V1` namespace."],["This class, part of the .NET library, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality checks, and deep cloning."],["It includes properties like `GlobalSetPolicyRequestResource`, `Project`, and `Resource` to manage the request body and identify the project and resource targetted by the policy."],["The latest version of this class is part of version 3.6.0 of the API, with a variety of earlier versions spanning from 1.0.0 to 3.5.0 also available for specific use cases."]]],[]]