Dataflow v1beta3 API - Class UpdateJobRequest (2.0.0-beta06)

public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage

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

Request to update a Cloud Dataflow job.

Inheritance

object > UpdateJobRequest

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

UpdateJobRequest()

public UpdateJobRequest()

UpdateJobRequest(UpdateJobRequest)

public UpdateJobRequest(UpdateJobRequest other)
Parameter
NameDescription
otherUpdateJobRequest

Properties

Job

public Job Job { get; set; }

The updated job. Only the job state is updatable; other fields will be ignored.

Property Value
TypeDescription
Job

JobId

public string JobId { get; set; }

The job ID.

Property Value
TypeDescription
string

Location

public string Location { get; set; }

The regional endpoint that contains this job.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

The ID of the Cloud Platform project that the job belongs to.

Property Value
TypeDescription
string