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-04-09 UTC."],[[["The latest version of the `GetInstanceTemplateRequest` class is 3.6.0, part of the Google.Cloud.Compute.V1 API for .NET."],["This page provides documentation for version 3.5.0 of the `GetInstanceTemplateRequest` class, but also provides links to previous versions dating all the way back to version 1.0.0."],["`GetInstanceTemplateRequest` is used for requesting a specific instance template from the Compute Engine v1 API, as detailed in the method description."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors to create an empty request or a copy of an existing request."],["The key properties for `GetInstanceTemplateRequest` are `InstanceTemplate` and `Project`, which allow specification of the name of the instance template and the Project ID for the request, respectively."]]],[]]