Google Cloud Dataflow V1beta3 Client - Class CreateJobRequest (0.5.1)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class CreateJobRequest.

Request to create a Cloud Dataflow job.

Generated from protobuf message google.dataflow.v1beta3.CreateJobRequest

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 Google\Cloud\Dataflow\V1beta3\Job

The job to create.

↳ view int

The level of information requested in response.

↳ replace_job_id string

Deprecated. This field is now in the Job message.

↳ 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

getJob

The job to create.

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

hasJob

clearJob

setJob

The job to create.

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

getView

The level of information requested in response.

Returns
TypeDescription
int

setView

The level of information requested in response.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getReplaceJobId

Deprecated. This field is now in the Job message.

Returns
TypeDescription
string

setReplaceJobId

Deprecated. This field is now in the Job message.

Parameter
NameDescription
var string
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