public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
Request to update a Cloud Dataflow job.
Implements
IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
UpdateJobRequest()
public UpdateJobRequest()
UpdateJobRequest(UpdateJobRequest)
public UpdateJobRequest(UpdateJobRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateJobRequest |
Properties
Job
public Job Job { get; set; }
The updated job. Only the job state is updatable; other fields will be ignored.
Property Value | |
---|---|
Type | Description |
Job |
JobId
public string JobId { get; set; }
The job ID.
Property Value | |
---|---|
Type | Description |
String |
Location
public string Location { get; set; }
The regional endpoint that contains this job.
Property Value | |
---|---|
Type | Description |
String |
ProjectId
public string ProjectId { get; set; }
The ID of the Cloud Platform project that the job belongs to.
Property Value | |
---|---|
Type | Description |
String |