Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::UpdateJobRequest (v0.3.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::UpdateJobRequest.

Request to update a Cloud Dataflow job.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#job

def job() -> ::Google::Cloud::Dataflow::V1beta3::Job
Returns

#job=

def job=(value) -> ::Google::Cloud::Dataflow::V1beta3::Job
Parameter
Returns

#job_id

def job_id() -> ::String
Returns
  • (::String) — The job ID.

#job_id=

def job_id=(value) -> ::String
Parameter
  • value (::String) — The job ID.
Returns
  • (::String) — The job ID.

#location

def location() -> ::String
Returns

#location=

def location=(value) -> ::String
Parameter
Returns

#project_id

def project_id() -> ::String
Returns
  • (::String) — The ID of the Cloud Platform project that the job belongs to.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — The ID of the Cloud Platform project that the job belongs to.
Returns
  • (::String) — The ID of the Cloud Platform project that the job belongs to.