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."],[[["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`, to support various functionalities."],["It includes properties to specify the project ID, resource name/id, and the requested IAM policy version, allowing users to configure the specific details of their policy retrieval request."],["The documentation provides a list of available versions for `GetIamPolicyInstanceTemplateRequest`, ranging from version 1.0.0 up to the latest version 3.6.0."],["There are also public constructors for `GetIamPolicyInstanceTemplateRequest` to instanciate the object, one of which allows the clone of another `GetIamPolicyInstanceTemplateRequest` object."]]],[]]