Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.JobsResource.StagesResource

The "stages" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.JobsResource.StagesResource
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.StagesResource

Constructors

StagesResource(IClientService)

Constructs a new resource.

Declaration
public StagesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

GetExecutionDetails(string, string, string, string)

Request detailed information about the execution status of a stage of the job. EXPERIMENTAL. This API is subject to change or removal without notice.

Declaration
public virtual ProjectsResource.LocationsResource.JobsResource.StagesResource.GetExecutionDetailsRequest GetExecutionDetails(string projectId, string location, string jobId, string stageId)
Parameters
Type Name Description
string projectId

A 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 to get execution details for.

string stageId

The stage for which to fetch information.

Returns
Type Description
ProjectsResource.LocationsResource.JobsResource.StagesResource.GetExecutionDetailsRequest
In this article
Back to top Generated by DocFX