Skip to main content

debug

Creates, updates, deletes, gets or lists a debug resource.

Overview

Namedebug
TypeResource
Idgoogle.dataflow.debug

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
projects_jobs_debug_send_captureexecprojectId, jobIdSend encoded debug capture data for component.
projects_locations_jobs_debug_send_captureexecprojectId, location, jobIdSend encoded debug capture data for component.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
jobIdstring
locationstring
projectIdstring

Lifecycle Methods

Send encoded debug capture data for component.

EXEC google.dataflow.debug.projects_jobs_debug_send_capture 
@projectId='{{ projectId }}' --required,
@jobId='{{ jobId }}' --required
@@json=
'{
"workerId": "{{ workerId }}",
"componentId": "{{ componentId }}",
"data": "{{ data }}",
"dataFormat": "{{ dataFormat }}",
"location": "{{ location }}"
}';