class ProjectsLocationsJobsDebug extends Resource (View source)

The "debug" collection of methods.

Typical usage is:

 $dataflowService = new Google\Service\Dataflow(...);
 $debug = $dataflowService->projects_locations_jobs_debug;

Methods

getConfig(string $projectId, string $location, string $jobId, GetDebugConfigRequest $postBody, array $optParams = [])

Get encoded debug configuration for component. Not cacheable.

sendCapture(string $projectId, string $location, string $jobId, SendDebugCaptureRequest $postBody, array $optParams = [])

Send encoded debug capture data for component. (debug.sendCapture)

Details

GetDebugConfigResponse getConfig(string $projectId, string $location, string $jobId, GetDebugConfigRequest $postBody, array $optParams = [])

Get encoded debug configuration for component. Not cacheable.

(debug.getConfig)

Parameters

string $projectId

The 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 id.

GetDebugConfigRequest $postBody
array $optParams

Optional parameters.

Return Value

GetDebugConfigResponse

Exceptions

Exception

SendDebugCaptureResponse sendCapture(string $projectId, string $location, string $jobId, SendDebugCaptureRequest $postBody, array $optParams = [])

Send encoded debug capture data for component. (debug.sendCapture)

Parameters

string $projectId

The 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 id.

SendDebugCaptureRequest $postBody
array $optParams

Optional parameters.

Return Value

SendDebugCaptureResponse

Exceptions

Exception