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 content covers multiple versions of the class, ranging from version 1.0.0 up to the latest version, 3.6.0, allowing developers to access specific version details."],["`GetInstanceTemplateRequest` class is a request message for `InstanceTemplates.Get` method and inherits from `Object` while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that accepts an existing `GetInstanceTemplateRequest` object for creating a new instance, and the properties 'InstanceTemplate' and 'Project'."],["The documentation provides links to the .NET API, enabling developers to find more information about classes and methods such as `Object.GetHashCode()` and `Object.ToString()` that are being used."]]],[]]