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 webpage provides reference documentation for the `CreateJobRequest` class within the Google Cloud Transcoder v1 API, specifically for version 2.3.0."],["`CreateJobRequest` is a class used as a request message for the `TranscoderService.CreateJob` method, and it inherits from `Object` while implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties like `Job`, `Parent`, and `ParentAsLocationName`, which are essential for defining parameters when creating a new transcoding job, including the location and the job's configuration."],["The documentation also lists various historical versions of the API, including version 2.9.0 as the latest, along with multiple older versions going back to version 1.0.0."],["Constructors are available to instantiate a new `CreateJobRequest` or create one based off of another instance of `CreateJobRequest`, and there is also a list of inherited members from the parent `Object` class."]]],[]]