public class Dataflow.Projects.Jobs.Debug extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dataflow.Projects.Jobs.Debug.GetConfig |
class |
Dataflow.Projects.Jobs.Debug.GetWorkerStacktraces |
class |
Dataflow.Projects.Jobs.Debug.SendCapture |
| Constructor and Description |
|---|
Debug() |
| Modifier and Type | Method and Description |
|---|---|
Dataflow.Projects.Jobs.Debug.GetConfig |
getConfig(String projectId,
String jobId,
GetDebugConfigRequest content)
Get encoded debug configuration for component.
|
Dataflow.Projects.Jobs.Debug.GetWorkerStacktraces |
getWorkerStacktraces(String projectId,
String jobId,
GetWorkerStacktracesRequest content)
Get worker stacktraces from debug capture.
|
Dataflow.Projects.Jobs.Debug.SendCapture |
sendCapture(String projectId,
String jobId,
SendDebugCaptureRequest content)
Send encoded debug capture data for component.
|
public Dataflow.Projects.Jobs.Debug.GetConfig getConfig(String projectId, String jobId, GetDebugConfigRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The project id.jobId - The job id.content - the GetDebugConfigRequestIOExceptionpublic Dataflow.Projects.Jobs.Debug.GetWorkerStacktraces getWorkerStacktraces(String projectId, String jobId, GetWorkerStacktracesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.projectId - The project id.jobId - The job for which to get stacktraces.content - the GetWorkerStacktracesRequestIOExceptionpublic Dataflow.Projects.Jobs.Debug.SendCapture sendCapture(String projectId, String jobId, SendDebugCaptureRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The project id.jobId - The job id.content - the SendDebugCaptureRequestIOExceptionCopyright © 2011–2025 Google. All rights reserved.