public class Dataflow.Projects.Locations.Jobs.Debug
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Dataflow.Projects.Locations.Jobs.Debug.GetConfig |
class |
Dataflow.Projects.Locations.Jobs.Debug.SendCapture |
Constructor and Description |
---|
Debug() |
Modifier and Type | Method and Description |
---|---|
Dataflow.Projects.Locations.Jobs.Debug.GetConfig |
getConfig(java.lang.String projectId,
java.lang.String location,
java.lang.String jobId,
GetDebugConfigRequest content)
Get encoded debug configuration for component.
|
Dataflow.Projects.Locations.Jobs.Debug.SendCapture |
sendCapture(java.lang.String projectId,
java.lang.String location,
java.lang.String jobId,
SendDebugCaptureRequest content)
Send encoded debug capture data for component.
|
public Dataflow.Projects.Locations.Jobs.Debug.GetConfig getConfig(java.lang.String projectId, java.lang.String location, java.lang.String jobId, GetDebugConfigRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- The project id.location
- The [regional endpoint]
(https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
contains the job specified by job_id.jobId
- The job id.content
- the GetDebugConfigRequest
java.io.IOException
public Dataflow.Projects.Locations.Jobs.Debug.SendCapture sendCapture(java.lang.String projectId, java.lang.String location, java.lang.String jobId, SendDebugCaptureRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- The project id.location
- The [regional endpoint]
(https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
contains the job specified by job_id.jobId
- The job id.content
- the SendDebugCaptureRequest
java.io.IOException