public sealed class GetIamPolicyImageRequest : IMessage<GetIamPolicyImageRequest>, IEquatable<GetIamPolicyImageRequest>, IDeepCloneable<GetIamPolicyImageRequest>, IBufferMessage, IMessage
A request message for Images.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-04-09 UTC."],[[["The `GetIamPolicyImageRequest` class is used to request the IAM policy for an image in Google Cloud Compute."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is 3.6.0, with versions dating back to 1.0.0 also being available."],["The class includes properties such as `OptionsRequestedPolicyVersion`, `Project`, and `Resource` which are used to define the specifics of the policy request."],["`GetIamPolicyImageRequest` has two constructors, a default one and one that takes in another object of the same type as a parameter, and several inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]