The "workItems" collection of methods.
More...
|
| convertToArrayAndStripNulls ($o) |
|
The "workItems" collection of methods.
Typical usage is: $dataflowService = new Google_Service_Dataflow(...); $workItems = $dataflowService->workItems;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ lease()
Leases a dataflow WorkItem to run.
(workItems.lease)
- Parameters
-
string | $projectId | Identifies the project this worker belongs to. |
string | $jobId | Identifies the workflow job this worker belongs to. |
Google_LeaseWorkItemRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ reportStatus()
Reports the status of dataflow WorkItems leased by a worker.
(workItems.reportStatus)
- Parameters
-
string | $projectId | The project which owns the WorkItem's job. |
string | $jobId | The job which the WorkItem is part of. |
Google_ReportWorkItemStatusRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Dataflow.php