public sealed class GetIamPolicyImageRequest : IMessage<GetIamPolicyImageRequest>, IEquatable<GetIamPolicyImageRequest>, IDeepCloneable<GetIamPolicyImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyImageRequest.
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-24 UTC."],[[["This webpage provides documentation for the `GetIamPolicyImageRequest` class within the Google.Cloud.Compute.V1 namespace, specifically for the .NET environment, with the most recent version listed as 3.6.0."],["The `GetIamPolicyImageRequest` class is part of the Compute Engine v1 API and is used to request the IAM policy for images, with a list of versions going all the way back to 1.0.0, allowing for access to various builds."],["The documentation details the class's constructors, which allow for creating a new instance or copying an existing one, and its properties such as `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, `Project`, and `Resource`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffers and supporting operations like equality checks and deep cloning."],["The provided content covers inherited members of the `GetIamPolicyImageRequest` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which are inherited from the base `object` class."]]],[]]