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."],[[["This webpage details the `GetInstanceTemplateRequest` class within the `Google.Cloud.Compute.V1` namespace, providing documentation for its usage in .NET."],["The `GetInstanceTemplateRequest` class, designed to retrieve instance template information, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class offers two constructors, a default constructor and one that accepts another `GetInstanceTemplateRequest` object for initialization."],["The class has two properties, `InstanceTemplate` to set the name of the instance template, and `Project` to set the project ID for the request, both are of type `String`."],["Multiple versions of the documentation for this class are available, from version `1.0.0` all the way to `3.6.0` which is the latest."]]],[]]