public sealed class GetJobTemplateRequest : IMessage<GetJobTemplateRequest>, IEquatable<GetJobTemplateRequest>, IDeepCloneable<GetJobTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class GetJobTemplateRequest.
Request message for TranscoderService.GetJobTemplate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `GetJobTemplateRequest` class within the Google Cloud Video Transcoder V1 API, specifically version 2.6.0."],["`GetJobTemplateRequest` is a request message used for the `TranscoderService.GetJobTemplate` function, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetJobTemplateRequest` class has two constructors, a default one and another that accepts another `GetJobTemplateRequest` object as a parameter for copying."],["It includes two primary properties: `JobTemplateName`, which provides a typed view of the resource name, and `Name`, which is a required string representing the job template's name in a specific format."],["The documentation offers links to various versions of the API, ranging from version 1.0.0 to the latest version 2.9.0, as well as links to specific properties and their documentation."]]],[]]