A contact represents a person who is affiliated with a single company. A
contact can have a variety of contact information associated to it, and can
be invited to view their company's orders, line items, creatives, and
reports.
[[["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-15 UTC."],[[["The latest version of the Ad Manager Java library is 0.19.0, with the page detailing the `Contact.Builder` class across multiple versions, ranging from 0.1.0 to 0.19.0."],["`Contact.Builder` is a class used to build `Contact` objects within the `google.ads.admanager.v1` package, which represents a person affiliated with a company."],["A contact can have various pieces of contact information and can be granted access to view their company's orders, line items, creatives, and reports."],["`Contact.Builder` inherits from `GeneratedMessageV3.Builder` and implements `ContactOrBuilder`, offering various methods for building and manipulating `Contact` objects such as setting fields, merging, and clearing data."],["The unique ID of a contact, known as `contact_id`, is a read-only `int64` value assigned by Google and can be retrieved via the `getContactId()` method or set via `setContactId`."]]],[]]