public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Scheduler v1 API class UpdateJobRequest.
Request message for [UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob].
Implements
IMessageUpdateJobRequest, IEquatableUpdateJobRequest, IDeepCloneableUpdateJobRequest, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.SchedulerV1Assembly
Google.Cloud.Scheduler.V1.dll
Constructors
UpdateJobRequest()
public UpdateJobRequest()
UpdateJobRequest(UpdateJobRequest)
public UpdateJobRequest(UpdateJobRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateJobRequest |
Properties
Job
public Job Job { get; set; }
Required. The new job properties. [name][google.cloud.scheduler.v1.Job.name] must be specified.
Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.
Property Value | |
---|---|
Type | Description |
Job |
UpdateMask
public FieldMask UpdateMask { get; set; }
A mask used to specify which fields of the job are being updated.
Property Value | |
---|---|
Type | Description |
FieldMask |