public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
Update job request.
Implements
IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.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.v4beta1.UpdateJobRequest.update_mask] is provided, only the specified fields in [job][google.cloud.talent.v4beta1.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.v4beta1.Job] are supported.
Property Value | |
---|---|
Type | Description |
FieldMask |