public sealed class GetIamPolicyInstanceRequest : IMessage<GetIamPolicyInstanceRequest>, IEquatable<GetIamPolicyInstanceRequest>, IDeepCloneable<GetIamPolicyInstanceRequest>, IBufferMessage, IMessage
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 to request the IAM policy for a Compute Engine instance in the Google Cloud platform, with version 3.6.0 being the latest release."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various message operations and comparisons."],["The class has properties such as `OptionsRequestedPolicyVersion`, `Project`, `Resource`, and `Zone`, which are used to specify the details of the policy request, including versioning, project, resource name, and zone."],["There are two constructors available to create a `GetIamPolicyInstanceRequest` object, either a blank object, or by using another `GetIamPolicyInstanceRequest` object."],["The `Google.Cloud.Compute.V1` namespace, with the code residing within the `Google.Cloud.Compute.V1.dll` assembly, contains the `GetIamPolicyInstanceRequest` class, which is part of the Google Cloud Compute API."]]],[]]