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.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.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.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–2024 Google. All rights reserved.