public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class CreateJobRequest.
Required. The location and project in which this Job should be created.
Format: projects/{project}/locations/{location}, where {project} can be
project id or number.
[[["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 Run Admin v2 API, specifically for the .NET environment."],["The `CreateJobRequest` class is used to create a job and is found in the `Google.Cloud.Run.V2` namespace, within the `Google.Cloud.Run.V2.dll` assembly, with versioning that spans from 1.0.0-beta02 up to the latest version, 2.13.0."],["`CreateJobRequest` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateJobRequest` class include `Job` (the Job instance to create), `JobId` (a unique identifier for the job), `Parent` (location and project), and `ValidateOnly` (validation without creating resources), alongside a `ParentAsLocationName` property for a typed view of the parent location."],["You can create a new `CreateJobRequest` using an existing `CreateJobRequest` object as a parameter."]]],[]]