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-21 UTC."],[[["This webpage details the `GetIamPolicyInstanceTemplateRequest` class within the `Google.Cloud.Compute.V1` namespace, presenting various versions of the API, from the latest 3.6.0 down to 1.0.0."],["The `GetIamPolicyInstanceTemplateRequest` class is used to create request messages for retrieving IAM policies for instance templates."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and comparison."],["The class contains properties like `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, which allow for the configuration of policy retrieval."],["It has two constructors, one that is empty and one that takes another GetIamPolicyInstanceTemplateRequest as a parameter."]]],[]]