Class ProjectsResource.LocationsResource.JobsResource.DebugResource
The "debug" collection of methods.
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ProjectsResource.LocationsResource.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, string)
Get encoded debug configuration for component. Not cacheable.
Declaration
public virtual ProjectsResource.LocationsResource.JobsResource.DebugResource.GetConfigRequest GetConfig(GetDebugConfigRequest body, string projectId, string location, string jobId)
Parameters
Type | Name | Description |
---|---|---|
GetDebugConfigRequest | body | The body of the request. |
string | projectId | The project id. |
string | location | The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id. |
string | jobId | The job id. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.JobsResource.DebugResource.GetConfigRequest |
SendCapture(SendDebugCaptureRequest, string, string, string)
Send encoded debug capture data for component.
Declaration
public virtual ProjectsResource.LocationsResource.JobsResource.DebugResource.SendCaptureRequest SendCapture(SendDebugCaptureRequest body, string projectId, string location, string jobId)
Parameters
Type | Name | Description |
---|---|---|
SendDebugCaptureRequest | body | The body of the request. |
string | projectId | The project id. |
string | location | The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id. |
string | jobId | The job id. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.JobsResource.DebugResource.SendCaptureRequest |