public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class CreateJobRequest.
[[["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 `CreateJobRequest` class within the Google Cloud Video Transcoder V1 API, specifically version 2.6.0."],["The `CreateJobRequest` class is used to send requests to the `TranscoderService.CreateJob` method, allowing users to create new transcoding jobs."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has a constructor and properties such as `Job`, `Parent`, and `ParentAsLocationName`, with `Job` defining the transcoding job parameters, and `Parent` defining the location where the job will be processed."],["The page also provides links to older versions of the `CreateJobRequest` class documentation, ranging from version 1.0.0 up to the latest version, 2.9.0."]]],[]]