public sealed class UpdateProfileRequest : IMessage<UpdateProfileRequest>, IEquatable<UpdateProfileRequest>, IDeepCloneable<UpdateProfileRequest>, IBufferMessage, IMessage
Update profile request
Implements
IMessage<UpdateProfileRequest>, IEquatable<UpdateProfileRequest>, IDeepCloneable<UpdateProfileRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
UpdateProfileRequest()
public UpdateProfileRequest()
UpdateProfileRequest(UpdateProfileRequest)
public UpdateProfileRequest(UpdateProfileRequest other)
Name | Description |
other | UpdateProfileRequest |
Properties
Profile
public Profile Profile { get; set; }
Required. Profile to be updated.
Type | Description |
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.
Type | Description |
FieldMask |