Dataflow v1beta3 API - Class GetJobExecutionDetailsRequest (2.0.0-beta07)

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

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

Request to get job execution details.

Inheritance

object > GetJobExecutionDetailsRequest

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

GetJobExecutionDetailsRequest()

public GetJobExecutionDetailsRequest()

GetJobExecutionDetailsRequest(GetJobExecutionDetailsRequest)

public GetJobExecutionDetailsRequest(GetJobExecutionDetailsRequest other)
Parameter
Name Description
other GetJobExecutionDetailsRequest

Properties

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 stages 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