Dataflow v1beta3 API - Class GetStageExecutionDetailsRequest (2.0.0-beta07)

public sealed class GetStageExecutionDetailsRequest : IMessage<GetStageExecutionDetailsRequest>, IEquatable<GetStageExecutionDetailsRequest>, IDeepCloneable<GetStageExecutionDetailsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Dataflow v1beta3 API class GetStageExecutionDetailsRequest.

Request to get information about a particular execution stage of a job. Currently only tracked for Batch jobs.

Inheritance

object > GetStageExecutionDetailsRequest

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

GetStageExecutionDetailsRequest()

public GetStageExecutionDetailsRequest()

GetStageExecutionDetailsRequest(GetStageExecutionDetailsRequest)

public GetStageExecutionDetailsRequest(GetStageExecutionDetailsRequest other)
Parameter
Name Description
other GetStageExecutionDetailsRequest

Properties

EndTime

public Timestamp EndTime { get; set; }

Upper time bound of work items to include, by start time.

Property Value
Type Description
Timestamp

JobId

public string JobId { get; set; }

The job to get execution details for.

Property Value
Type Description
string

Location

public string Location { get; set; }

The regional endpoint that contains the job specified by job_id.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

If specified, determines the maximum number of work items to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

A project id.

Property Value
Type Description
string

StageId

public string StageId { get; set; }

The stage for which to fetch information.

Property Value
Type Description
string

StartTime

public Timestamp StartTime { get; set; }

Lower time bound of work items to include, by start time.

Property Value
Type Description
Timestamp