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 documentation page covers the `CreateJobRequest` class within the Google Cloud Video Transcoder v1 API, specifically version 2.7.0."],["The `CreateJobRequest` class is used as a request message for the `TranscoderService.CreateJob` method, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features properties such as `Job`, which requires parameters for creating a transcoding job, and `Parent`, which specifies the required location for job processing in the format `projects/{project}/locations/{location}`."],["The `CreateJobRequest` class also includes constructors for creating a new instance and cloning an existing one, and it inherits members from the base `object` class like `GetHashCode`, `GetType`, and `ToString`."],["The documentation page also provides links to previous versions, all the way down to version 1.0.0, and the latest version, 2.9.0, of the Google Cloud Video Transcoder v1 API."]]],[]]