Class SubmitJobRequest (1.0.1)

A request to submit a job.

Required. The Dataproc region in which to handle the request.

Optional. A unique id used to identify the request. If the server receives two [SubmitJobRequest][google.cloud.dataproc.v 1beta2.SubmitJobRequest] requests with the same id, then the second request will be ignored and the first Job created and stored in the backend is returned. It is recommended to always set this value to a UUID <https://en.wikipedia.org/wiki/Universally_un ique_identifier>_. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (), and hyphens (-). The maximum length is 40 characters.