public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Scheduler v1 API class CreateJobRequest.
Request message for [CreateJob][google.cloud.scheduler.v1.CloudScheduler.CreateJob].
Required. The job to add. The user can optionally specify a name for the
job in [name][google.cloud.scheduler.v1.Job.name]. [name][google.cloud.scheduler.v1.Job.name] cannot be the same as an
existing job. If a name is not specified then the system will
generate a random unique name that will be returned
([name][google.cloud.scheduler.v1.Job.name]) in the response.
[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eCreateJobRequest\u003c/code\u003e class is part of the Google Cloud Scheduler v1 API and is used to send requests for creating a new job.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, ensuring it can be used in various contexts and operations within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eTo create a new job, users must specify the job details via the \u003ccode\u003eJob\u003c/code\u003e property, which is a required field, and can optionally provide a name for it.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property is also required and should specify the location where the job is to be created, formatted as \u003ccode\u003eprojects/PROJECT_ID/locations/LOCATION_ID\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateJobRequest\u003c/code\u003e class has multiple versions, with the most recent being 3.5.0, along with various versions that can be selected from the documented navigation list.\u003c/p\u003e\n"]]],[],null,[]]