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."],[[["The `GetJobTemplateRequest` class is part of the Transcoder v1 API in the `Google.Cloud.Video.Transcoder.V1` namespace, designed for retrieving a specific job template."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, offering capabilities for message handling, equality checks, deep cloning, and buffer operations."],["The `GetJobTemplateRequest` class has properties like `JobTemplateName` and `Name`, where `Name` is a required string that specifies the job template to retrieve, formatted as `projects/{project}/locations/{location}/jobTemplates/{job_template}`."],["There are multiple available versions for this class ranging from version 1.0.0 to 2.9.0 with 2.9.0 being the latest."]]],[]]