public sealed class GetIamPolicyInstanceRequest : IMessage<GetIamPolicyInstanceRequest>, IEquatable<GetIamPolicyInstanceRequest>, IDeepCloneable<GetIamPolicyInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyInstanceRequest.
A request message for Instances.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."],[[["This webpage provides reference documentation for the `GetIamPolicyInstanceRequest` class within the Compute Engine v1 API for .NET, specifically within the `Google.Cloud.Compute.V1` namespace."],["The `GetIamPolicyInstanceRequest` class is used to request the IAM policy for an instance and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the `GetIamPolicyInstanceRequest` class, ranging from version 1.0.0 to the latest version, 3.6.0, allowing users to access the documentation for each specific version."],["The class includes properties like `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, enabling users to specify details in their request, and also includes constructors for creating new instances."],["This document details the inheritance of `GetIamPolicyInstanceRequest` from `object` and lists inherited methods such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]