public sealed class GetIamPolicyMachineImageRequest : IMessage<GetIamPolicyMachineImageRequest>, IEquatable<GetIamPolicyMachineImageRequest>, IDeepCloneable<GetIamPolicyMachineImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyMachineImageRequest.
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 in the Google.Cloud.Compute.V1 API is used to request the IAM policy for a machine image, as detailed in the method description."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support its functionality and integration within the .NET framework."],["The `GetIamPolicyMachineImageRequest` class contains properties like `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, allowing for the specification of policy versions and the identification of the project and resource for which the policy is being retrieved."],["The latest version of this reference documentation is 3.6.0, and this webpage provides access to documentation for multiple previous versions down to version 1.0.0."],["The class can be constructed with either a default constructor or a copy constructor, enabling flexibility in creating instances."]]],[]]