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 page provides reference documentation for the `GetInstanceTemplateRequest` class within the Google Cloud Compute Engine v1 API."],["The `GetInstanceTemplateRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is implemented in the `Google.Cloud.Compute.V1.dll` assembly."],["The page lists multiple versions of the API documentation, from version 1.0.0 up to the latest version 3.6.0, where the current page is version 2.16.0."],["`GetInstanceTemplateRequest` inherits from the base `object` class, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor, and two main properties: `InstanceTemplate` and `Project` allowing users to define the instance template name and project ID for requests."]]],[]]