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 `GetInstanceTemplateRequest` class is part of the Google Cloud Compute Engine v1 API, as documented within the .NET reference."],["This class is used to create a request message for retrieving details about a specific instance template, which is defined by the `InstanceTemplate` property."],["The `Project` property is required to specify the project ID associated with the request, which will be necessary when sending the request."],["The `GetInstanceTemplateRequest` class has implemented multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` providing various functionalities for the object."],["The documentation lists multiple available versions of this class, ranging from the latest [3.6.0] down to version [1.0.0], with each version pointing to its own specific documentation page."]]],[]]