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."],[[["The `GetIamPolicyInstanceRequest` class is used for requesting IAM policies for Compute Engine instances in the Google Cloud Compute Engine v1 API, with the latest available version being 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer message operations."],["The `GetIamPolicyInstanceRequest` class includes properties like `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, allowing for the specification of the policy version, project ID, resource name/ID, and zone for the request."],["The class offers two constructors: a default one (`GetIamPolicyInstanceRequest()`) and another that allows the cloning of an already existing `GetIamPolicyInstanceRequest` object (`GetIamPolicyInstanceRequest(GetIamPolicyInstanceRequest other)`)."],["This document displays the available versions of `GetIamPolicyInstanceRequest` from 1.0.0 up to the latest 3.6.0, with links to the respective documentation pages for each version."]]],[]]