public sealed class GetJobTemplateRequest : IMessage<GetJobTemplateRequest>, IEquatable<GetJobTemplateRequest>, IDeepCloneable<GetJobTemplateRequest>, IBufferMessage, IMessage
Request message for TranscoderService.GetJobTemplate.
[[["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 `GetJobTemplateRequest` class, which is used to request a job template from the `TranscoderService`."],["The latest version of `GetJobTemplateRequest` is 2.9.0, but versions as old as 1.0.0 are also documented and accessible."],["`GetJobTemplateRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetJobTemplateRequest` class has two constructors and two properties, `JobTemplateName` which is of type `JobTemplateName`, and `Name` which is a string representing the resource name of the job template."],["The primary purpose of the GetJobTemplateRequest is for retrieving a specified job template, identified by its resource name, from a project and location."]]],[]]