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 latest version of the `GetIamPolicyInstanceRequest` class is 3.6.0, which can be found in the `Google.Cloud.Compute.V1` namespace and is part of the .NET reference documentation."],["This class is a request message for `Instances.GetIamPolicy` within the Compute Engine v1 API, designed to retrieve IAM policy information for a given resource."],["The `GetIamPolicyInstanceRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality checks, deep cloning, and buffer message handling."],["The class includes properties like `Project`, `Resource`, `Zone`, and `OptionsRequestedPolicyVersion` to specify request parameters and set the desired IAM Policy version."],["The documentation lists various versions of the class from 1.0.0 to the latest 3.6.0, showcasing the history and updates of the `GetIamPolicyInstanceRequest` class."]]],[]]