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