public sealed class SubmitJobRequest : IMessage<SubmitJobRequest>, IEquatable<SubmitJobRequest>, IDeepCloneable<SubmitJobRequest>, IBufferMessage, IMessage
Optional. A unique id used to identify the request. If the server
receives two
SubmitJobRequests
with the same id, then the second request will be ignored and the
first [Job][google.cloud.dataproc.v1.Job] created and stored in the backend
is returned.
It is recommended to always set this value to a
UUID.
The id must contain only letters (a-z, A-Z), numbers (0-9),
underscores (_), and hyphens (-). The maximum length is 40 characters.
[[["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 page details the `SubmitJobRequest` class within the `Google.Cloud.Dataproc.V1` namespace, specifically version 3.3.0."],["The `SubmitJobRequest` class is used to define and submit a job request to Google Cloud Dataproc, with its latest version being 5.17.0."],["The `SubmitJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it integrates with core .NET functionalities."],["Key properties of `SubmitJobRequest` include `Job`, `ProjectId`, `Region`, and `RequestId`, which are used to specify the job details, project, region, and request identification, respectively."],["The documentation provides a comprehensive list of available versions for `SubmitJobRequest`, ranging from version 3.1.0 up to the latest version, 5.17.0, including links to access the documentation for each specific version."]]],[]]