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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetIamPolicyInstanceRequest` class within the Google.Cloud.Compute.V1 namespace, specifically version 2.6.0 of the .NET library."],["`GetIamPolicyInstanceRequest` is a request message used for the `Instances.GetIamPolicy` method in the Compute Engine v1 API, designed to retrieve IAM policies for instances."],["The page lists various versions of the Google.Cloud.Compute.V1 library, ranging from version 1.0.0 to 3.6.0 (latest), with links to the documentation for `GetIamPolicyInstanceRequest` within each version."],["The `GetIamPolicyInstanceRequest` class includes properties like `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone` to specify details for the request, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class can be constructed with a default constructor or with a constructor that takes another `GetIamPolicyInstanceRequest` object for cloning purposes."]]],[]]