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 \ V1beta3Methods
__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
↳ view
int
The level of information requested in response.
↳ replace_job_id
string
Deprecated. This field is now in the Job message.
↳ 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
getJob
The job to create.
hasJob
clearJob
setJob
The job to create.
$this
getView
The level of information requested in response.
int
setView
The level of information requested in response.
var
int
$this
getReplaceJobId
Deprecated. This field is now in the Job message.
string
setReplaceJobId
Deprecated. This field is now in the Job message.
var
string
$this
getLocation
The regional endpoint that contains this job.
string
setLocation
The regional endpoint that contains this job.
var
string
$this