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-03-21 UTC."],[[["This document provides reference documentation for the `SubmitJobRequest` class within the Google Cloud Dataproc v1 API, including its constructors, properties, and inherited members."],["The `SubmitJobRequest` class is used to submit a job to Google Cloud Dataproc, requiring specifications for the job resource, project ID, and the Dataproc region."],["The latest version available is 5.17.0, with previous versions down to 3.1.0 also being accessible from the document."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities such as message handling, equality comparison, deep cloning, and buffered operations."],["The `SubmitJobRequest` class includes properties such as `Job`, `ProjectId`, `Region`, and `RequestId`, each with specific requirements and descriptions for creating and identifying the request."]]],[]]