public sealed class GetInstanceTemplateRequest : IMessage<GetInstanceTemplateRequest>, IEquatable<GetInstanceTemplateRequest>, IDeepCloneable<GetInstanceTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceTemplateRequest.
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 part of the Google Cloud Compute Engine v1 API, specifically for retrieving instance template details."],["This class is implemented in the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."],["The `GetInstanceTemplateRequest` class has two constructors, including one that accepts another `GetInstanceTemplateRequest` object for copying, and implements various interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["Key properties of `GetInstanceTemplateRequest` include `InstanceTemplate` (name of the instance template) and `Project` (Project ID for the request), both represented as strings."],["The latest version available for this class is 3.6.0 and it has had multiple versions released, going as low as 1.0.0."]]],[]]