Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class CheckActiveJobsResponse.
Response for CheckActiveJobsRequest.
Generated from protobuf message google.dataflow.v1beta3.CheckActiveJobsResponse
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ active_jobs_exist |
bool
If True, active jobs exists for project. False otherwise. |
getActiveJobsExist
If True, active jobs exists for project. False otherwise.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setActiveJobsExist
If True, active jobs exists for project. False otherwise.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|