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 implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The `GetIamPolicyMachineImageRequest` class contains properties like `OptionsRequestedPolicyVersion`, `Project`, and `Resource` for configuring the IAM policy retrieval request."],["The latest version of this specific section of code is 3.6.0, though various versions are available ranging from version 1.0.0 up to the latest."],["This code can be found within the `Google.Cloud.Compute.V1` namespace and is part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]