Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class GetJobRequest.
Request to get the state of a Cloud Dataflow job.
Generated from protobuf message google.dataflow.v1beta3.GetJobRequest
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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. |
↳ view |
int
The level of information requested in response. |
↳ location |
string
The regional endpoint that contains this job. |
getProjectId
The ID of the Cloud Platform project that the job belongs to.
Returns | |
---|---|
Type | Description |
string |
setProjectId
The ID of the Cloud Platform project that the job belongs to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getJobId
The job ID.
Returns | |
---|---|
Type | Description |
string |
setJobId
The job ID.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getView
The level of information requested in response.
Returns | |
---|---|
Type | Description |
int |
setView
The level of information requested in response.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getLocation
The regional endpoint that contains this job.
Returns | |
---|---|
Type | Description |
string |
setLocation
The regional endpoint that contains this job.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |