Show / Hide Table of Contents

Class GoogleCloudDatapipelinesV1DataflowJobDetails

Pipeline job details specific to the Dataflow API. This is encapsulated here to allow for more executors to store their specific details separately.

Inheritance
object
GoogleCloudDatapipelinesV1DataflowJobDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datapipelines.v1.Data
Assembly: Google.Apis.Datapipelines.v1.dll
Syntax
public class GoogleCloudDatapipelinesV1DataflowJobDetails : IDirectResponseSchema

Properties

CurrentWorkers

Output only. The current number of workers used to run the jobs. Only set to a value if the job is still running.

Declaration
[JsonProperty("currentWorkers")]
public virtual int? CurrentWorkers { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ResourceInfo

Cached version of all the metrics of interest for the job. This value gets stored here when the job is terminated. As long as the job is running, this field is populated from the Dataflow API.

Declaration
[JsonProperty("resourceInfo")]
public virtual IDictionary<string, double?> ResourceInfo { get; set; }
Property Value
Type Description
IDictionary<string, double?>

SdkVersion

Output only. The SDK version used to run the job.

Declaration
[JsonProperty("sdkVersion")]
public virtual GoogleCloudDatapipelinesV1SdkVersion SdkVersion { get; set; }
Property Value
Type Description
GoogleCloudDatapipelinesV1SdkVersion

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX