Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::SubmitJobRequest.
A request to submit a job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job
def job() -> ::Google::Cloud::Dataproc::V1::Job
- (::Google::Cloud::Dataproc::V1::Job) — Required. The job resource.
#job=
def job=(value) -> ::Google::Cloud::Dataproc::V1::Job
- value (::Google::Cloud::Dataproc::V1::Job) — Required. The job resource.
- (::Google::Cloud::Dataproc::V1::Job) — Required. The job resource.
#project_id
def project_id() -> ::String
- (::String) — Required. The ID of the Google Cloud Platform project that the job belongs to.
#project_id=
def project_id=(value) -> ::String
- value (::String) — Required. The ID of the Google Cloud Platform project that the job belongs to.
- (::String) — Required. The ID of the Google Cloud Platform project that the job belongs to.
#region
def region() -> ::String
- (::String) — Required. The Dataproc region in which to handle the request.
#region=
def region=(value) -> ::String
- value (::String) — Required. The Dataproc region in which to handle the request.
- (::String) — Required. The Dataproc region in which to handle the request.
#request_id
def request_id() -> ::String
-
(::String) — 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 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.
#request_id=
def request_id=(value) -> ::String
-
value (::String) — 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 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.
-
(::String) — 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 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.