Class: Google::Cloud::Dataproc::V1::DeleteJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/jobs.rb

Overview

A request to delete a job.

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns Required. The job ID.

Returns:

  • (::String)

    Required. The job ID.



1066
1067
1068
1069
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 1066

class DeleteJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_id::String

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.



1066
1067
1068
1069
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 1066

class DeleteJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#region::String

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

Returns:

  • (::String)

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



1066
1067
1068
1069
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 1066

class DeleteJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end