Class: Google::Cloud::Dataproc::V1::SubmitJobRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb

Overview

A request to submit a job.

Instance Attribute Summary collapse

Instance Attribute Details

#jobGoogle::Cloud::Dataproc::V1::Job

Returns Required. The job resource.

Returns:



535
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 535

class SubmitJobRequest; end

#project_idString

Returns Required. The ID of the Google Cloud Platform project that the job belongs to.

Returns:

  • (String)

    Required. The ID of the Google Cloud Platform project that the job belongs to.



535
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 535

class SubmitJobRequest; end

#regionString

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

Returns:

  • (String)

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



535
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 535

class SubmitJobRequest; end