public sealed class GetContactRequest : IMessage<GetContactRequest>, IEquatable<GetContactRequest>, IDeepCloneable<GetContactRequest>, IBufferMessage, IMessage
Required. The name of the contact to retrieve.
Format: organizations/{organization_id}/contacts/{contact_id},
folders/{folder_id}/contacts/{contact_id} or
projects/{project_id}/contacts/{contact_id}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetContactRequest\u003c/code\u003e class is used to request a specific contact and is the core of the GetContact method within the Google Cloud Essential Contacts API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for message handling, comparison, cloning, and buffered operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties \u003ccode\u003eContactName\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e, which are necessary to identify and specify which contact to retrieve, with \u003ccode\u003eName\u003c/code\u003e being a required field following a specific format.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of the \u003ccode\u003eGetContactRequest\u003c/code\u003e class available, ranging from version 1.0.0 to the latest version, 2.5.0, all accessible via distinct URLs.\u003c/p\u003e\n"]]],[],null,[]]