debug_config
Creates, updates, deletes, gets or lists a debug_config
resource.
Overview
Name | debug_config |
Type | Resource |
Id | google.dataflow.debug_config |
Fields
Name | Datatype | Description |
---|---|---|
config | string | The encoded debug configuration for the requested component. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_jobs_debug_get_config | SELECT | jobId, projectId | Get encoded debug configuration for component. Not cacheable. |
projects_locations_jobs_debug_get_config | SELECT | jobId, location, projectId | Get encoded debug configuration for component. Not cacheable. |
SELECT
examples
Get encoded debug configuration for component. Not cacheable.
SELECT
config
FROM google.dataflow.debug_config
WHERE jobId = '{{ jobId }}'
AND projectId = '{{ projectId }}';