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."],[[["This document provides reference documentation for the `CreateJobRequest` class within the Google Cloud Scheduler v1 API, specifically version 3.3.0."],["`CreateJobRequest` is a request message used for creating a job through the `CreateJob` method in the Google Cloud Scheduler API."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered messages."],["Key properties of the `CreateJobRequest` class include `Job` (the job to be added) and `Parent` (the location name where the job is to be created), both of which are required fields."],["There are several versions of this documentation available, with the latest being 3.5.0 and all versions listed from 2.2.0 and newer."]]],[]]