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 a request message used for retrieving the IAM policy of an Instance Template in Google Cloud Compute V1."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The latest version for `GetIamPolicyInstanceTemplateRequest` is 3.6.0, while older versions from 1.0.0 to 3.5.0 are also available for reference and usage."],["Key properties of the `GetIamPolicyInstanceTemplateRequest` class include `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, which are used to define and scope the IAM policy retrieval request."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]