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 Machine Images in the Google Cloud Compute V1 API."],["The latest version available for `SetIamPolicyMachineImageRequest` is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0 also accessible."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for robust message handling."],["Key properties of `SetIamPolicyMachineImageRequest` include `GlobalSetPolicyRequestResource`, `Project`, and `Resource`, used to define the policy, project ID, and resource name or ID, respectively."],["The class offers a default constructor and a copy constructor to enable efficient object creation and duplication."]]],[]]