public sealed class GetJobExecutionDetailsRequest : IMessage<GetJobExecutionDetailsRequest>, IEquatable<GetJobExecutionDetailsRequest>, IDeepCloneable<GetJobExecutionDetailsRequest>, IBufferMessage, IMessage, IPageRequestRequest to get job execution details.
Implements
IMessage<GetJobExecutionDetailsRequest>, IEquatable<GetJobExecutionDetailsRequest>, IDeepCloneable<GetJobExecutionDetailsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |
Int32 |
|
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 |
|