Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class CheckActiveJobsRequest.
Request to check is active jobs exists for a project
Generated from protobuf message google.dataflow.v1beta3.CheckActiveJobsRequest
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_id |
string
The project which owns the jobs. |
getProjectId
The project which owns the jobs.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProjectId
The project which owns the jobs.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|