public sealed class GetInstanceTemplateRequest : IMessage<GetInstanceTemplateRequest>, IEquatable<GetInstanceTemplateRequest>, IDeepCloneable<GetInstanceTemplateRequest>, IBufferMessage, IMessage
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 a request message used for retrieving instance template information, as seen with its use in the `InstanceTemplates.Get` method."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is available in versions ranging from 1.0.0 to the latest 3.6.0, including intermediate releases, all within the same assembly, `Google.Cloud.Compute.V1.dll`."],["The `GetInstanceTemplateRequest` class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides properties to define the `InstanceTemplate` and `Project`, both of which are of type `string` and used to specify the instance template name and project ID, respectively, in the request."],["The class offers two constructors: a default constructor, and one that accepts another instance of `GetInstanceTemplateRequest` to populate its values."]]],[]]