public class Dataflow.Projects.Locations.Jobs.Debug extends 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(String projectId,
String location,
String jobId,
GetDebugConfigRequest content)
Get encoded debug configuration for component.
|
Dataflow.Projects.Locations.Jobs.Debug.SendCapture |
sendCapture(String projectId,
String location,
String jobId,
SendDebugCaptureRequest content)
Send encoded debug capture data for component.
|
public Dataflow.Projects.Locations.Jobs.Debug.GetConfig getConfig(String projectId, String location, String jobId, GetDebugConfigRequest content) throws 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 GetDebugConfigRequestIOExceptionpublic Dataflow.Projects.Locations.Jobs.Debug.SendCapture sendCapture(String projectId, String location, String jobId, SendDebugCaptureRequest content) throws 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 SendDebugCaptureRequestIOExceptionCopyright © 2011–2024 Google. All rights reserved.