public sealed class GetIamPolicyInstanceTemplateRequest : IMessage<GetIamPolicyInstanceTemplateRequest>, IEquatable<GetIamPolicyInstanceTemplateRequest>, IDeepCloneable<GetIamPolicyInstanceTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyInstanceTemplateRequest.
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."],[[["The `GetIamPolicyInstanceTemplateRequest` class in the Google.Cloud.Compute.V1 API is designed to request the IAM policy for an instance template, as indicated by its role in the `InstanceTemplates.GetIamPolicy` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the Google Protobuf framework and its capabilities for message handling and comparison."],["The latest version of this class is version 3.6.0, but is available from versions 1.0.0 to 3.6.0, providing a range of options for compatibility and use, with the webpage containing the information regarding all these versions."],["It contains properties such as `Project`, `Resource`, and `OptionsRequestedPolicyVersion`, which allow customization of the policy retrieval process, including specifying the project ID, the resource name, and the desired policy version."]]],[]]