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 Compute Engine v1 API."],["The latest version of `GetInstanceTemplateRequest` is 3.6.0, with versions ranging down to 1.0.0 available for review."],["`GetInstanceTemplateRequest` is used as a request message for retrieving instance templates, implementing various interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties for `InstanceTemplate` and `Project`, both of which are string types and represent the name of the instance template and the project ID, respectively."],["The class inherits members from the 'object' class such as: `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]