public sealed class GetIamPolicyInstanceTemplateRequest : IMessage<GetIamPolicyInstanceTemplateRequest>, IEquatable<GetIamPolicyInstanceTemplateRequest>, IDeepCloneable<GetIamPolicyInstanceTemplateRequest>, IBufferMessage, IMessage
A request message for InstanceTemplates.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-24 UTC."],[[["The `GetIamPolicyInstanceTemplateRequest` class is used to request the IAM policy for an instance template and is part of the `Google.Cloud.Compute.V1` namespace."],["Version 3.6.0 is the latest version available, with the webpage showing versions down to 1.0.0 for `GetIamPolicyInstanceTemplateRequest`."],["The `GetIamPolicyInstanceTemplateRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all pertaining to different functions like message handling, equality and cloning."],["The class includes properties like `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, allowing for specification of the policy version, project ID, and resource name."],["The `GetIamPolicyInstanceTemplateRequest` class has two constructors, one empty and one with a `GetIamPolicyInstanceTemplateRequest` object as parameter, that can be used to initialize it."]]],[]]