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-21 UTC."],[[["The `GetInstanceTemplateRequest` class is used to request details about an instance template within the Google Cloud Compute API, specifically for version 1.2.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["The latest documented version for the GetInstanceTemplateRequest is 3.6.0, but many prior versions, down to 1.0.0, are also documented."],["The `GetInstanceTemplateRequest` class has two constructors, a default one and another that accepts another `GetInstanceTemplateRequest` instance for cloning."],["It contains properties `InstanceTemplate` and `Project`, which are both strings representing the template name and project ID respectively, used in the request."]]],[]]