Class ProjectsResource.JobsResource.DebugResource
The "debug" collection of methods.
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ProjectsResource.JobsResource.DebugResource
Constructors
DebugResource(IClientService)
Constructs a new resource.
Declaration
public DebugResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
GetConfig(GetDebugConfigRequest, string, string)
Get encoded debug configuration for component. Not cacheable.
Declaration
public virtual ProjectsResource.JobsResource.DebugResource.GetConfigRequest GetConfig(GetDebugConfigRequest body, string projectId, string jobId)
Parameters
Type | Name | Description |
---|---|---|
GetDebugConfigRequest | body | The body of the request. |
string | projectId | The project id. |
string | jobId | The job id. |
Returns
Type | Description |
---|---|
ProjectsResource.JobsResource.DebugResource.GetConfigRequest |
SendCapture(SendDebugCaptureRequest, string, string)
Send encoded debug capture data for component.
Declaration
public virtual ProjectsResource.JobsResource.DebugResource.SendCaptureRequest SendCapture(SendDebugCaptureRequest body, string projectId, string jobId)
Parameters
Type | Name | Description |
---|---|---|
SendDebugCaptureRequest | body | The body of the request. |
string | projectId | The project id. |
string | jobId | The job id. |
Returns
Type | Description |
---|---|
ProjectsResource.JobsResource.DebugResource.SendCaptureRequest |