ProjectsLocationsJobsStages
class ProjectsLocationsJobsStages extends Resource (View source)
The "stages" collection of methods.
Typical usage is:
$dataflowService = new Google\Service\Dataflow(...);
$stages = $dataflowService->projects_locations_jobs_stages;
Methods
getExecutionDetails(string $projectId, string $location, string $jobId, string $stageId, array $optParams = [])
Request detailed information about the execution status of a stage of the job. EXPERIMENTAL. This API is subject to change or removal without notice.
Details
StageExecutionDetails
getExecutionDetails(string $projectId, string $location, string $jobId, string $stageId, array $optParams = [])
Request detailed information about the execution status of a stage of the job. EXPERIMENTAL. This API is subject to change or removal without notice.
(stages.getExecutionDetails)