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