public sealed class UpdateContactRequest : IMessage<UpdateContactRequest>, IEquatable<UpdateContactRequest>, IDeepCloneable<UpdateContactRequest>, IBufferMessage, IMessageRequest message for the UpdateContact method.
Implements
IMessage<UpdateContactRequest>, IEquatable<UpdateContactRequest>, IDeepCloneable<UpdateContactRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.EssentialContacts.V1Assembly
Google.Cloud.EssentialContacts.V1.dll
Constructors
UpdateContactRequest()
public UpdateContactRequest()UpdateContactRequest(UpdateContactRequest)
public UpdateContactRequest(UpdateContactRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateContactRequest |
Properties
Contact
public Contact Contact { get; set; }Required. The contact resource to replace the existing saved contact. Note: the email address of the contact cannot be modified.
| Property Value | |
|---|---|
| Type | Description |
Contact |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. The update mask applied to the resource. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|