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-03-21 UTC."],[[["The `GetIamPolicyImageRequest` class is used to request the IAM policy for an image in the Google Cloud Compute API, specifically within the `Google.Cloud.Compute.V1` namespace."],["The latest version available for this request is 3.6.0, although versions are available all the way back to version 1.0.0."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `OptionsRequestedPolicyVersion`, `Project`, and `Resource` for specifying request details."],["There are two constructors available, a default one, and another one for copying another `GetIamPolicyImageRequest` instance."]]],[]]