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 comparison, deep cloning, and buffer-based operations."],["The class allows you to set properties such as `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, which are necessary to properly configure the request to receive the correct policy."],["This documentation provides a reference for all versions of `GetIamPolicyInstanceRequest`, from the current `3.6.0` all the way to `1.0.0`."],["The `GetIamPolicyInstanceRequest` class offers two constructors: a default constructor and a constructor that accepts another `GetIamPolicyInstanceRequest` object for creating copies."]]],[]]