public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class UpdateJobRequest.
Request to update a Cloud Dataflow job.
Implements
IMessageUpdateJobRequest, IEquatableUpdateJobRequest, IDeepCloneableUpdateJobRequest, 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 |
|
UpdateMask
public FieldMask UpdateMask { get; set; }The list of fields to update relative to Job. If empty, only RequestedJobState will be considered for update. If the FieldMask is not empty and RequestedJobState is none/empty, The fields specified in the update mask will be the only ones considered for update. If both RequestedJobState and update_mask are specified, an error will be returned as we cannot update both state and mask.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|