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 page provides reference documentation for the `CreateJobRequest` class within the Google Cloud Video Transcoder v1 API, specifically for version 2.8.0."],["`CreateJobRequest` is used to request the creation of a transcoding job, as indicated by its description, \"Request message for `TranscoderService.CreateJob`\"."],["The page also includes information about the various versions of the API, ranging from the latest 2.9.0 down to 1.0.0."],["The class `CreateJobRequest` inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties for `CreateJobRequest` include `Job` (for defining job parameters) and `Parent` (for specifying the location where the job will be created)."]]],[]]