Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.JobsResource.DebugResource

The "debug" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.JobsResource.DebugResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX