public sealed class GetInstanceTemplateRequest : IMessage<GetInstanceTemplateRequest>, IEquatable<GetInstanceTemplateRequest>, IDeepCloneable<GetInstanceTemplateRequest>, IBufferMessage, IMessage
A request message for InstanceTemplates.Get. 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 `GetInstanceTemplateRequest` class is used to request information about an instance template within the Google Cloud Compute API, specifically for version 1."],["This class has been implemented through multiple versions, ranging from 1.0.0 up to the latest version, 3.6.0, offering a wide range of historical versions for reference."],["The `GetInstanceTemplateRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two properties, `InstanceTemplate` and `Project`, which are strings and represent the name of the instance template and the project ID, respectively."]]],[]]