Class UpdateJobRequest (1.0.0)

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

Update job request.

Inheritance

System.Object > UpdateJobRequest

Implements

Google.Protobuf.IMessage<UpdateJobRequest>, System.IEquatable<UpdateJobRequest>, Google.Protobuf.IDeepCloneable<UpdateJobRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

UpdateJobRequest()

public UpdateJobRequest()

UpdateJobRequest(UpdateJobRequest)

public UpdateJobRequest(UpdateJobRequest other)
Parameter
NameDescription
otherUpdateJobRequest

Properties

Job

public Job Job { get; set; }

Required. The Job to be updated.

Property Value
TypeDescription
Job

UpdateMask

public FieldMask UpdateMask { get; set; }

Strongly recommended for the best service experience.

If [update_mask][google.cloud.talent.v4.UpdateJobRequest.update_mask] is provided, only the specified fields in [job][google.cloud.talent.v4.UpdateJobRequest.job] are updated. Otherwise all the fields are updated.

A field mask to restrict the fields that are updated. Only top level fields of [Job][google.cloud.talent.v4.Job] are supported.

Property Value
TypeDescription
Google.Protobuf.WellKnownTypes.FieldMask