Class UpdateJobRequest (3.0.0)

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

Request message for [UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob].

Inheritance

Object > UpdateJobRequest

Namespace

Google.Cloud.Scheduler.V1

Assembly

Google.Cloud.Scheduler.V1.dll

Constructors

UpdateJobRequest()

public UpdateJobRequest()

UpdateJobRequest(UpdateJobRequest)

public UpdateJobRequest(UpdateJobRequest other)
Parameter
NameDescription
otherUpdateJobRequest

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
TypeDescription
Job

UpdateMask

public FieldMask UpdateMask { get; set; }

A mask used to specify which fields of the job are being updated.

Property Value
TypeDescription
FieldMask