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-04-17 UTC."],[[["This webpage provides documentation for the `CreateJobRequest` class within the Google Cloud Run Admin v2 API for .NET, with the current version being 2.6.0."],["The `CreateJobRequest` class is used to send a request to create a new job, which is defined by the properties `Job`, `JobId`, and `Parent`."],["The documentation lists different versions of the `CreateJobRequest` class, ranging from the latest version 2.13.0 down to 1.0.0-beta02, allowing users to access the correct documentation for their specific needs."],["The `CreateJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `object` class, and the code can be found in the `Google.Cloud.Run.V2.dll` assembly."],["The webpage defines the required components to create a `CreateJobRequest` which are the following properties: `Job`, `JobId` and `Parent`; it also gives additional information on the `ParentAsLocationName` and `ValidateOnly` properties."]]],[]]