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."],[[["This webpage provides reference documentation for the `GetInstanceTemplateRequest` class within the Google Cloud Compute Engine v1 API, specifically detailing its usage within .NET environments."],["The `GetInstanceTemplateRequest` class is a request message used for retrieving details about an instance template, as part of the Google Cloud Compute Engine API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data and deep cloning."],["The page lists available versions for this class, from version 1.0.0 up to 3.6.0, with 3.6.0 being the latest version and each version is a direct link to the associated documentation."],["It defines two constructors for `GetInstanceTemplateRequest`, one default and one that accepts another `GetInstanceTemplateRequest` object, along with properties `InstanceTemplate` and `Project` for configuring the request."]]],[]]