Google Cloud Talent Solution v4 API - Class UpdateJobRequest (2.6.0)

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

Reference documentation and code samples for the Google Cloud Talent Solution v4 API class UpdateJobRequest.

Update job request.

Inheritance

object > UpdateJobRequest

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.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 Job to be updated.

Property Value
Type Description
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
Type Description
FieldMask