Google Cloud Dataflow V1beta3 Client - Class CheckActiveJobsResponse (0.6.0)

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 \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
bool

setActiveJobsExist

If True, active jobs exists for project. False otherwise.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this