ProjectsLocationsJobsDebug
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)
SendDebugCaptureResponse
sendCapture(string $projectId, string $location, string $jobId, SendDebugCaptureRequest $postBody, array $optParams = [])
Send encoded debug capture data for component. (debug.sendCapture)