Google Cloud Dataflow V1beta3 Client - Class UpdateJobRequest (0.5.1)

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

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
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 string

The regional endpoint that contains this job.

getProjectId

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

Returns
TypeDescription
string

setProjectId

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getJobId

The job ID.

Returns
TypeDescription
string

setJobId

The job ID.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getJob

The updated job.

Only the job state is updatable; other fields will be ignored.

Returns
TypeDescription
Google\Cloud\Dataflow\V1beta3\Job|null

hasJob

clearJob

setJob

The updated job.

Only the job state is updatable; other fields will be ignored.

Parameter
NameDescription
var Google\Cloud\Dataflow\V1beta3\Job
Returns
TypeDescription
$this

getLocation

The regional endpoint that contains this job.

Returns
TypeDescription
string

setLocation

The regional endpoint that contains this job.

Parameter
NameDescription
var string
Returns
TypeDescription
$this