public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
Update job request.
Inheritance
System.Object > UpdateJobRequestImplements
Google.Protobuf.IMessage<UpdateJobRequest>, System.IEquatable<UpdateJobRequest>, Google.Protobuf.IDeepCloneable<UpdateJobRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Talent.V4Assembly
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 |
Google.Protobuf.WellKnownTypes.FieldMask |