public sealed class GetRegionInstanceTemplateRequest : IMessage<GetRegionInstanceTemplateRequest>, IEquatable<GetRegionInstanceTemplateRequest>, IDeepCloneable<GetRegionInstanceTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionInstanceTemplateRequest.
A request message for RegionInstanceTemplates.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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetRegionInstanceTemplateRequest` class within the Compute Engine v1 API, specifically for version 3.2.0."],["The latest version available for this class is 3.6.0, and the page details links to various prior versions, ranging from 3.5.0 down to 1.0.0."],["`GetRegionInstanceTemplateRequest` is used as a request message for retrieving region instance templates and it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetRegionInstanceTemplateRequest` class contains three properties: `InstanceTemplate`, `Project`, and `Region`, all of which are of type string."],["The `GetRegionInstanceTemplateRequest` class has two constructors, one being an empty constructor and the second being a copy constructor that accepts another instance of the same class as a parameter."]]],[]]