Class UpdateApplicationRequest

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

Request for updating a specified application.

Inheritance

Object > UpdateApplicationRequest

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

UpdateApplicationRequest()

public UpdateApplicationRequest()

UpdateApplicationRequest(UpdateApplicationRequest)

public UpdateApplicationRequest(UpdateApplicationRequest other)
Parameter
NameDescription
otherUpdateApplicationRequest

Properties

Application

public Application Application { get; set; }

Required. The application resource to replace the current resource in the system.

Property Value
TypeDescription
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
TypeDescription
FieldMask