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."],[[["This webpage provides reference documentation for the `GetInstanceTemplateRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The latest version documented is 3.6.0, and a history of versions dating back to 1.0.0 are linked on the page."],["`GetInstanceTemplateRequest` class is used to request information about a specific instance template, inheriting from `Object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default and one that takes an existing `GetInstanceTemplateRequest` object, along with properties for `InstanceTemplate` and `Project`, both of which are strings."],["The request also includes inherited methods such as GetHashCode(), GetType(), MemberwiseClone(), and ToString() from the base `Object` class."]]],[]]