public class Dataflow.Projects.Jobs.Debug
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dataflow.Projects.Jobs.Debug.GetConfig |
class |
Dataflow.Projects.Jobs.Debug.SendCapture |
| Constructor and Description |
|---|
Dataflow.Projects.Jobs.Debug() |
| Modifier and Type | Method and Description |
|---|---|
Dataflow.Projects.Jobs.Debug.GetConfig |
getConfig(java.lang.String projectId,
java.lang.String jobId,
GetDebugConfigRequest content)
Get encoded debug configuration for component.
|
Dataflow.Projects.Jobs.Debug.SendCapture |
sendCapture(java.lang.String projectId,
java.lang.String jobId,
SendDebugCaptureRequest content)
Send encoded debug capture data for component.
|
public Dataflow.Projects.Jobs.Debug.GetConfig getConfig(java.lang.String projectId, java.lang.String jobId, GetDebugConfigRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The project id.jobId - The job id.content - the GetDebugConfigRequestjava.io.IOExceptionpublic Dataflow.Projects.Jobs.Debug.SendCapture sendCapture(java.lang.String projectId, java.lang.String jobId, SendDebugCaptureRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The project id.jobId - The job id.content - the SendDebugCaptureRequestjava.io.IOException