public sealed class UpdateContactRequest : IMessage<UpdateContactRequest>, IEquatable<UpdateContactRequest>, IDeepCloneable<UpdateContactRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Essential Contacts v1 API class UpdateContactRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `UpdateContactRequest` class is 2.5.0, as found within the Essential Contacts v1 API."],["This class is a request message for the `UpdateContact` method and is part of the `Google.Cloud.EssentialContacts.V1` namespace."],["`UpdateContactRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class includes properties for `Contact`, which is the resource to replace the existing contact, and `UpdateMask`, an optional field for specifying which parts of the contact resource to update."],["The class contains two constructors, `UpdateContactRequest()` which is a standard constructor, and `UpdateContactRequest(UpdateContactRequest other)`, which is a copy constructor that takes in an existing `UpdateContactRequest` object."]]],[]]