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"]],[["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 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."]]],[]]