public sealed class UpdateApplicationRequest : IMessage<UpdateApplicationRequest>, IEquatable<UpdateApplicationRequest>, IDeepCloneable<UpdateApplicationRequest>, IBufferMessage, IMessageRequest for updating a specified application.
Implements
IMessage<UpdateApplicationRequest>, IEquatable<UpdateApplicationRequest>, IDeepCloneable<UpdateApplicationRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
UpdateApplicationRequest()
public UpdateApplicationRequest()UpdateApplicationRequest(UpdateApplicationRequest)
public UpdateApplicationRequest(UpdateApplicationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateApplicationRequest |
Properties
Application
public Application Application { get; set; }Required. The application resource to replace the current resource in the system.
| Property Value | |
|---|---|
| Type | Description |
Application |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Strongly recommended for the best service experience.
If [update_mask][google.cloud.talent.v4beta1.UpdateApplicationRequest.update_mask] is provided, only the specified fields in [application][google.cloud.talent.v4beta1.UpdateApplicationRequest.application] are updated. Otherwise all the fields are updated.
A field mask to specify the application fields to be updated. Only top level fields of [Application][google.cloud.talent.v4beta1.Application] are supported.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|