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)

Parameters

string $projectId

A project id.

string $location

The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.

string $jobId

The job to get execution details for.

string $stageId

The stage for which to fetch information.

array $optParams

Optional parameters.

Return Value

StageExecutionDetails

Exceptions

Exception