public sealed class GetIamPolicyMachineImageRequest : IMessage<GetIamPolicyMachineImageRequest>, IEquatable<GetIamPolicyMachineImageRequest>, IDeepCloneable<GetIamPolicyMachineImageRequest>, IBufferMessage, IMessage
A request message for MachineImages.GetIamPolicy. 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 `GetIamPolicyMachineImageRequest` class is a request message for retrieving IAM policies for machine images."],["This class is available in multiple versions of the Google.Cloud.Compute.V1 package, with version 3.6.0 being the latest and down to 1.0.0."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["Key properties of this class include `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, which are used to specify the policy version, the project, and the resource for the request, respectively."],["The `GetIamPolicyMachineImageRequest` class contains two constructors for creating new instances, one empty and the other taking an existing instance to copy."]]],[]]