Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class UpdateJobRequest.
Request to update a Cloud Dataflow job.
Generated from protobuf message google.dataflow.v1beta3.UpdateJobRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
The ID of the Cloud Platform project that the job belongs to.
↳ job_id
string
The job ID.
↳ job
Google\Cloud\Dataflow\V1beta3\Job
The updated job. Only the job state is updatable; other fields will be ignored.
↳ location
getProjectId
The ID of the Cloud Platform project that the job belongs to.
string
setProjectId
The ID of the Cloud Platform project that the job belongs to.
var
string
$this
getJobId
The job ID.
string
setJobId
The job ID.
var
string
$this
getJob
The updated job.
Only the job state is updatable; other fields will be ignored.
hasJob
clearJob
setJob
The updated job.
Only the job state is updatable; other fields will be ignored.
$this
getLocation
The regional endpoint that contains this job.
string
setLocation
The regional endpoint that contains this job.
var
string
$this