Class UpdateProfileRequest

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

Update profile request

Inheritance

Object > UpdateProfileRequest

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

UpdateProfileRequest()

public UpdateProfileRequest()

UpdateProfileRequest(UpdateProfileRequest)

public UpdateProfileRequest(UpdateProfileRequest other)
Parameter
NameDescription
otherUpdateProfileRequest

Properties

Profile

public Profile Profile { get; set; }

Required. Profile to be updated.

Property Value
TypeDescription
Profile

UpdateMask

public FieldMask UpdateMask { get; set; }

A field mask to specify the profile fields to update.

A full update is performed if it is unset.

Property Value
TypeDescription
FieldMask