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 webpage provides documentation for the `CreateJobRequest` class within the Google Cloud Video Transcoder V1 API, specifically in the .NET environment."],["The `CreateJobRequest` class is used to define the structure for requesting the creation of a transcoding job."],["The latest version of the API is 2.9.0, and the page also contains a history of previous versions going all the way back to 1.0.0 with the version 2.4.0 being the current focus."],["The class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide capabilities for message handling, equality checks, deep cloning, and buffering."],["Key properties of the `CreateJobRequest` class include `Job` which defines parameters for the transcoding job and `Parent`, which specifies the project and location where the job will be created."]]],[]]