public sealed class SubmitJobRequest : IMessage<SubmitJobRequest>, IEquatable<SubmitJobRequest>, IDeepCloneable<SubmitJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class SubmitJobRequest.
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-04-09 UTC."],[[["This page provides documentation for the `SubmitJobRequest` class within the Google Cloud Dataproc v1 API, specifically in the .NET environment."],["The `SubmitJobRequest` class is used to send a request to submit a job, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are many previous versions of the `SubmitJobRequest` class API, ranging from 3.1.0 to the current latest version 5.17.0, all accessible via different links."],["The `SubmitJobRequest` class requires properties such as `Job`, `ProjectId`, and `Region` and also supports the optional `RequestId` property for handling duplicate requests."],["The documentation details the constructors for `SubmitJobRequest`, including a default constructor and one that takes another `SubmitJobRequest` as a parameter, as well as the inherited members from the base `Object` class."]]],[]]