blob: 1804cbdfade8b0c4a41247b1aab9feb870fda58a [file] [log] [blame]
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070075<h1><a href="people_v1.html">People API</a> . <a href="people_v1.people.html">people</a></h1>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080076<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="people_v1.people.connections.html">connections()</a></code>
79</p>
80<p class="firstline">Returns the connections Resource.</p>
81
82<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070083 <code><a href="#createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070084<p class="firstline">Create a new contact and return the person resource for that contact.</p>
85<p class="toc_element">
86 <code><a href="#deleteContact">deleteContact(resourceName, x__xgafv=None)</a></code></p>
87<p class="firstline">Delete a contact person. Any non-contact data will not be deleted.</p>
88<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070089 <code><a href="#deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070090<p class="firstline">Delete a contact's photo.</p>
91<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070092 <code><a href="#get">get(resourceName, sources=None, personFields=None, requestMask_includeField=None, x__xgafv=None)</a></code></p>
93<p class="firstline">Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request throws a 400 error if 'personFields' is not specified.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080094<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070095 <code><a href="#getBatchGet">getBatchGet(sources=None, personFields=None, requestMask_includeField=None, resourceNames=None, x__xgafv=None)</a></code></p>
96<p class="firstline">Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request throws a 400 error if 'personFields' is not specified.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070097<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070098 <code><a href="#listDirectoryPeople">listDirectoryPeople(readMask=None, pageToken=None, syncToken=None, sources=None, pageSize=None, requestSyncToken=None, mergeSources=None, x__xgafv=None)</a></code></p>
99<p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory.</p>
100<p class="toc_element">
101 <code><a href="#listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</a></code></p>
102<p class="firstline">Retrieves the next page of results.</p>
103<p class="toc_element">
104 <code><a href="#searchDirectoryPeople">searchDirectoryPeople(query=None, readMask=None, pageSize=None, sources=None, mergeSources=None, pageToken=None, x__xgafv=None)</a></code></p>
105<p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query.</p>
106<p class="toc_element">
107 <code><a href="#searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</a></code></p>
108<p class="firstline">Retrieves the next page of results.</p>
109<p class="toc_element">
110 <code><a href="#updateContact">updateContact(resourceName, body=None, sources=None, updatePersonFields=None, personFields=None, x__xgafv=None)</a></code></p>
111<p class="firstline">Update contact data for an existing contact person. Any non-contact data will not be modified. The request throws a 400 error if `updatePersonFields` is not specified. The request throws a 400 error if `person.metadata.sources` is not specified for the contact to be updated. The request throws a 400 error with an error with reason `"failedPrecondition"` if `person.metadata.sources.etag` is different than the contact's etag, which indicates the contact has changed since its data was read. Clients should get the latest person and re-apply their updates to the latest person.</p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700112<p class="toc_element">
113 <code><a href="#updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</a></code></p>
114<p class="firstline">Update a contact's photo.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800115<h3>Method Details</h3>
116<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700117 <code class="details" id="createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700118 <pre>Create a new contact and return the person resource for that contact.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800119
120Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700121 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700122 The object takes the form of:
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400123
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700124{ # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
125 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
126 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700127 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700128 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700129 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
130 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
131 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700132 &quot;userTypes&quot;: [ # Output only. The user types.
133 &quot;A String&quot;,
134 ],
135 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
136 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700137 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700138 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700139 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700140 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
141 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700142 },
143 &quot;value&quot;: &quot;A String&quot;, # The tagline.
144 },
145 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700146 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
147 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
148 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700149 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700150 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
151 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
152 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700153 &quot;userTypes&quot;: [ # Output only. The user types.
154 &quot;A String&quot;,
155 ],
156 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
157 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700158 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700159 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700160 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700161 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
162 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700163 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700164 &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
165 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700166 },
167 ],
168 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
169 { # A person&#x27;s locale preference.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700170 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700171 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700172 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
173 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
174 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700175 &quot;userTypes&quot;: [ # Output only. The user types.
176 &quot;A String&quot;,
177 ],
178 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
179 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700180 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700181 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700182 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700183 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
184 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700185 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700186 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700187 },
188 ],
189 &quot;interests&quot;: [ # The person&#x27;s interests.
190 { # One of the person&#x27;s interests.
191 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700192 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700193 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
194 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
195 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700196 &quot;userTypes&quot;: [ # Output only. The user types.
197 &quot;A String&quot;,
198 ],
199 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
200 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700201 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700202 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700203 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700204 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
205 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700206 },
207 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
208 },
209 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700210 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
211 { # A person&#x27;s nickname.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700212 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700213 &quot;value&quot;: &quot;A String&quot;, # The nickname.
214 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700215 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700216 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
217 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
218 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700219 &quot;userTypes&quot;: [ # Output only. The user types.
220 &quot;A String&quot;,
221 ],
222 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
223 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700224 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700225 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700226 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700227 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
228 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700229 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700230 },
231 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700232 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
233 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
234 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700235 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700236 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
237 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
238 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700239 &quot;userTypes&quot;: [ # Output only. The user types.
240 &quot;A String&quot;,
241 ],
242 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
243 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700244 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700245 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700246 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700247 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
248 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700249 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700250 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
251 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
252 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
253 &quot;startDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
254 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
255 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
256 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
257 },
258 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
259 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
260 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
261 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
262 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
263 &quot;endDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
264 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
265 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
266 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
267 },
268 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
269 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
270 &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
271 },
272 ],
273 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
274 { # A person&#x27;s cover photo. A large image shown on the person&#x27;s profile page that represents who they are or what they care about.
275 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
276 &quot;source&quot;: { # The source of a field. # The source of the field.
277 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
278 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
279 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
280 &quot;userTypes&quot;: [ # Output only. The user types.
281 &quot;A String&quot;,
282 ],
283 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
284 },
285 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
286 &quot;type&quot;: &quot;A String&quot;, # The source type.
287 },
288 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
289 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
290 },
291 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
292 &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
293 },
294 ],
295 &quot;biographies&quot;: [ # The person&#x27;s biographies.
296 { # A person&#x27;s short biography.
297 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
298 &quot;value&quot;: &quot;A String&quot;, # The short biography.
299 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
300 &quot;source&quot;: { # The source of a field. # The source of the field.
301 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
302 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
303 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
304 &quot;userTypes&quot;: [ # Output only. The user types.
305 &quot;A String&quot;,
306 ],
307 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
308 },
309 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
310 &quot;type&quot;: &quot;A String&quot;, # The source type.
311 },
312 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
313 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
314 },
315 },
316 ],
317 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
318 { # A person&#x27;s phone number.
319 &quot;value&quot;: &quot;A String&quot;, # The phone number.
320 &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
321 &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
322 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
323 &quot;source&quot;: { # The source of a field. # The source of the field.
324 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
325 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
326 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
327 &quot;userTypes&quot;: [ # Output only. The user types.
328 &quot;A String&quot;,
329 ],
330 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
331 },
332 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
333 &quot;type&quot;: &quot;A String&quot;, # The source type.
334 },
335 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
336 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
337 },
338 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
339 },
340 ],
341 &quot;names&quot;: [ # The person&#x27;s names.
342 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
343 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
344 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
345 &quot;source&quot;: { # The source of a field. # The source of the field.
346 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
347 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
348 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
349 &quot;userTypes&quot;: [ # Output only. The user types.
350 &quot;A String&quot;,
351 ],
352 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
353 },
354 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
355 &quot;type&quot;: &quot;A String&quot;, # The source type.
356 },
357 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
358 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
359 },
360 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
361 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
362 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
363 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
364 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
365 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
366 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
367 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
368 &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
369 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
370 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
371 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
372 &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
373 },
374 ],
375 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
376 { # A person&#x27;s instant messaging client.
377 &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
378 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
379 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
380 &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
381 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
382 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
383 &quot;source&quot;: { # The source of a field. # The source of the field.
384 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
385 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
386 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
387 &quot;userTypes&quot;: [ # Output only. The user types.
388 &quot;A String&quot;,
389 ],
390 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
391 },
392 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
393 &quot;type&quot;: &quot;A String&quot;, # The source type.
394 },
395 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
396 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
397 },
398 },
399 ],
400 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
401 { # A person&#x27;s associated URLs.
402 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
403 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
404 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
405 &quot;source&quot;: { # The source of a field. # The source of the field.
406 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
407 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
408 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
409 &quot;userTypes&quot;: [ # Output only. The user types.
410 &quot;A String&quot;,
411 ],
412 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
413 },
414 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
415 &quot;type&quot;: &quot;A String&quot;, # The source type.
416 },
417 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
418 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
419 },
420 &quot;value&quot;: &quot;A String&quot;, # The URL.
421 },
422 ],
423 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
424 { # A person&#x27;s age range.
425 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
426 &quot;source&quot;: { # The source of a field. # The source of the field.
427 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
428 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
429 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
430 &quot;userTypes&quot;: [ # Output only. The user types.
431 &quot;A String&quot;,
432 ],
433 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
434 },
435 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
436 &quot;type&quot;: &quot;A String&quot;, # The source type.
437 },
438 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
439 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
440 },
441 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
442 },
443 ],
444 &quot;occupations&quot;: [ # The person&#x27;s occupations.
445 { # A person&#x27;s occupation.
446 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
447 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
448 &quot;source&quot;: { # The source of a field. # The source of the field.
449 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
450 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
451 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
452 &quot;userTypes&quot;: [ # Output only. The user types.
453 &quot;A String&quot;,
454 ],
455 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
456 },
457 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
458 &quot;type&quot;: &quot;A String&quot;, # The source type.
459 },
460 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
461 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
462 },
463 },
464 ],
465 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
466 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
467 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
468 &quot;source&quot;: { # The source of a field. # The source of the field.
469 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
470 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
471 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
472 &quot;userTypes&quot;: [ # Output only. The user types.
473 &quot;A String&quot;,
474 ],
475 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
476 },
477 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
478 &quot;type&quot;: &quot;A String&quot;, # The source type.
479 },
480 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
481 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
482 },
483 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
484 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
485 },
486 ],
487 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
488 { # Arbitrary user data that is populated by the end users.
489 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
490 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
491 &quot;source&quot;: { # The source of a field. # The source of the field.
492 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
493 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
494 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
495 &quot;userTypes&quot;: [ # Output only. The user types.
496 &quot;A String&quot;,
497 ],
498 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
499 },
500 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
501 &quot;type&quot;: &quot;A String&quot;, # The source type.
502 },
503 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
504 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
505 },
506 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
507 },
508 ],
509 &quot;relations&quot;: [ # The person&#x27;s relations.
510 { # A person&#x27;s relation to another person.
511 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
512 &quot;source&quot;: { # The source of a field. # The source of the field.
513 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
514 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
515 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
516 &quot;userTypes&quot;: [ # Output only. The user types.
517 &quot;A String&quot;,
518 ],
519 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
520 },
521 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
522 &quot;type&quot;: &quot;A String&quot;, # The source type.
523 },
524 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
525 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
526 },
527 &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
528 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
529 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
530 },
531 ],
532 &quot;events&quot;: [ # The person&#x27;s events.
533 { # An event related to the person.
534 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
535 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
536 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
537 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
538 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
539 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
540 },
541 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
542 &quot;source&quot;: { # The source of a field. # The source of the field.
543 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
544 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
545 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
546 &quot;userTypes&quot;: [ # Output only. The user types.
547 &quot;A String&quot;,
548 ],
549 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
550 },
551 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
552 &quot;type&quot;: &quot;A String&quot;, # The source type.
553 },
554 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
555 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
556 },
557 },
558 ],
559 &quot;birthdays&quot;: [ # The person&#x27;s birthdays.
560 { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
561 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
562 &quot;source&quot;: { # The source of a field. # The source of the field.
563 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
564 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
565 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
566 &quot;userTypes&quot;: [ # Output only. The user types.
567 &quot;A String&quot;,
568 ],
569 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
570 },
571 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
572 &quot;type&quot;: &quot;A String&quot;, # The source type.
573 },
574 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
575 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
576 },
577 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
578 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
579 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
580 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
581 },
582 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700583 },
584 ],
585 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700586 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
587 &quot;A String&quot;,
588 ],
589 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700590 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
591 &quot;A String&quot;,
592 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700593 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700594 &quot;sources&quot;: [ # The sources of data for the person.
595 { # The source of a field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700596 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
597 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
598 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700599 &quot;userTypes&quot;: [ # Output only. The user types.
600 &quot;A String&quot;,
601 ],
602 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
603 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700604 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700605 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim65020912020-05-20 12:08:20 -0700606 },
607 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700608 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700609 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
610 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
611 &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
612 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
613 &quot;source&quot;: { # The source of a field. # The source of the field.
614 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
615 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
616 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
617 &quot;userTypes&quot;: [ # Output only. The user types.
618 &quot;A String&quot;,
619 ],
620 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
621 },
622 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
623 &quot;type&quot;: &quot;A String&quot;, # The source type.
624 },
625 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
626 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
627 },
628 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
629 &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
630 },
631 ],
632 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
633 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
634 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
635 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
636 &quot;source&quot;: { # The source of a field. # The source of the field.
637 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
638 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
639 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
640 &quot;userTypes&quot;: [ # Output only. The user types.
641 &quot;A String&quot;,
642 ],
643 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
644 },
645 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
646 &quot;type&quot;: &quot;A String&quot;, # The source type.
647 },
648 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
649 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
650 },
651 },
652 ],
653 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
654 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
655 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
656 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
657 },
658 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
659 &quot;source&quot;: { # The source of a field. # The source of the field.
660 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
661 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
662 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
663 &quot;userTypes&quot;: [ # Output only. The user types.
664 &quot;A String&quot;,
665 ],
666 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
667 },
668 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
669 &quot;type&quot;: &quot;A String&quot;, # The source type.
670 },
671 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
672 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
673 },
674 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
675 &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A contact must always have at least one contact group membership.
676 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
677 },
678 },
679 ],
680 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
681 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
682 { # The name that should be used to sort the person in a list.
683 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
684 &quot;source&quot;: { # The source of a field. # The source of the field.
685 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
686 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
687 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
688 &quot;userTypes&quot;: [ # Output only. The user types.
689 &quot;A String&quot;,
690 ],
691 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
692 },
693 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
694 &quot;type&quot;: &quot;A String&quot;, # The source type.
695 },
696 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
697 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
698 },
699 &quot;value&quot;: &quot;A String&quot;, # The file-as value
700 },
701 ],
702 &quot;genders&quot;: [ # The person&#x27;s genders.
703 { # A person&#x27;s gender.
704 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
705 &quot;source&quot;: { # The source of a field. # The source of the field.
706 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
707 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
708 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
709 &quot;userTypes&quot;: [ # Output only. The user types.
710 &quot;A String&quot;,
711 ],
712 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
713 },
714 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
715 &quot;type&quot;: &quot;A String&quot;, # The source type.
716 },
717 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
718 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
719 },
720 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
721 &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
722 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
723 },
724 ],
725 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
726 { # A person&#x27;s email address.
727 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
728 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
729 &quot;value&quot;: &quot;A String&quot;, # The email address.
730 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
731 &quot;source&quot;: { # The source of a field. # The source of the field.
732 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
733 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
734 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
735 &quot;userTypes&quot;: [ # Output only. The user types.
736 &quot;A String&quot;,
737 ],
738 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
739 },
740 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
741 &quot;type&quot;: &quot;A String&quot;, # The source type.
742 },
743 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
744 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
745 },
746 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
747 },
748 ],
749 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
750 &quot;residences&quot;: [ # The person&#x27;s residences.
751 { # A person&#x27;s past or current residence.
752 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
753 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
754 &quot;source&quot;: { # The source of a field. # The source of the field.
755 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
756 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
757 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
758 &quot;userTypes&quot;: [ # Output only. The user types.
759 &quot;A String&quot;,
760 ],
761 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
762 },
763 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
764 &quot;type&quot;: &quot;A String&quot;, # The source type.
765 },
766 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
767 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
768 },
769 &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
770 },
771 ],
772 &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
773 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
774 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
775 &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
776 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
777 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
778 &quot;source&quot;: { # The source of a field. # The source of the field.
779 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
780 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
781 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
782 &quot;userTypes&quot;: [ # Output only. The user types.
783 &quot;A String&quot;,
784 ],
785 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
786 },
787 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
788 &quot;type&quot;: &quot;A String&quot;, # The source type.
789 },
790 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
791 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
792 },
793 },
794 ],
795 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
796 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
797 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
798 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
799 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
800 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
801 &quot;source&quot;: { # The source of a field. # The source of the field.
802 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
803 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
804 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
805 &quot;userTypes&quot;: [ # Output only. The user types.
806 &quot;A String&quot;,
807 ],
808 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
809 },
810 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
811 &quot;type&quot;: &quot;A String&quot;, # The source type.
812 },
813 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
814 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
815 },
816 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
817 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
818 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
819 &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
820 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
821 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
822 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
823 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
824 },
825 ],
826 &quot;skills&quot;: [ # The person&#x27;s skills.
827 { # A skill that the person has.
828 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
829 &quot;source&quot;: { # The source of a field. # The source of the field.
830 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
831 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
832 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
833 &quot;userTypes&quot;: [ # Output only. The user types.
834 &quot;A String&quot;,
835 ],
836 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
837 },
838 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
839 &quot;type&quot;: &quot;A String&quot;, # The source type.
840 },
841 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
842 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
843 },
844 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
845 },
846 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700847}
848
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700849 personFields: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * coverPhotos * emailAddresses * events * genders * imClients * interests * locales * memberships * metadata * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * residences * sipAddresses * skills * urls * userDefined
850 sources: string, Optional. A mask of what source types to return. Defaults to ReadSourceType.CONTACT and ReadSourceType.PROFILE if not set. (repeated)
851 Allowed values
852 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
853 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
854 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
855 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700856 x__xgafv: string, V1 error format.
857 Allowed values
858 1 - v1 error format
859 2 - v2 error format
860
861Returns:
862 An object of the form:
863
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700864 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
865 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
866 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700867 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700868 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700869 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
870 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
871 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700872 &quot;userTypes&quot;: [ # Output only. The user types.
873 &quot;A String&quot;,
874 ],
875 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
876 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700877 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700878 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700879 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700880 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
881 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700882 },
883 &quot;value&quot;: &quot;A String&quot;, # The tagline.
884 },
885 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700886 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
887 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
888 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700889 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700890 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
891 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
892 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700893 &quot;userTypes&quot;: [ # Output only. The user types.
894 &quot;A String&quot;,
895 ],
896 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
897 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700898 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700899 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700900 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700901 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
902 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700903 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700904 &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
905 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700906 },
907 ],
908 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
909 { # A person&#x27;s locale preference.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700910 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700911 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700912 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
913 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
914 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700915 &quot;userTypes&quot;: [ # Output only. The user types.
916 &quot;A String&quot;,
917 ],
918 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
919 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700920 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700921 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700922 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700923 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
924 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700925 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700926 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700927 },
928 ],
929 &quot;interests&quot;: [ # The person&#x27;s interests.
930 { # One of the person&#x27;s interests.
931 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700932 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700933 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
934 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
935 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700936 &quot;userTypes&quot;: [ # Output only. The user types.
937 &quot;A String&quot;,
938 ],
939 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
940 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700941 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700942 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700943 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700944 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
945 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700946 },
947 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
948 },
949 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700950 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
951 { # A person&#x27;s nickname.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700952 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700953 &quot;value&quot;: &quot;A String&quot;, # The nickname.
954 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700955 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700956 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
957 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
958 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700959 &quot;userTypes&quot;: [ # Output only. The user types.
960 &quot;A String&quot;,
961 ],
962 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
963 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700964 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700965 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700966 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700967 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
968 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700969 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700970 },
971 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700972 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
973 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
974 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700975 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700976 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
977 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
978 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700979 &quot;userTypes&quot;: [ # Output only. The user types.
980 &quot;A String&quot;,
981 ],
982 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
983 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700984 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700985 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700986 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700987 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
988 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700989 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700990 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
991 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
992 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
993 &quot;startDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
994 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
995 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
996 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
997 },
998 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
999 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1000 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1001 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1002 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
1003 &quot;endDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
1004 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
1005 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
1006 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
1007 },
1008 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1009 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1010 &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
1011 },
1012 ],
1013 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1014 { # A person&#x27;s cover photo. A large image shown on the person&#x27;s profile page that represents who they are or what they care about.
1015 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
1016 &quot;source&quot;: { # The source of a field. # The source of the field.
1017 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1018 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1019 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1020 &quot;userTypes&quot;: [ # Output only. The user types.
1021 &quot;A String&quot;,
1022 ],
1023 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1024 },
1025 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1026 &quot;type&quot;: &quot;A String&quot;, # The source type.
1027 },
1028 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1029 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1030 },
1031 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1032 &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
1033 },
1034 ],
1035 &quot;biographies&quot;: [ # The person&#x27;s biographies.
1036 { # A person&#x27;s short biography.
1037 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1038 &quot;value&quot;: &quot;A String&quot;, # The short biography.
1039 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
1040 &quot;source&quot;: { # The source of a field. # The source of the field.
1041 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1042 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1043 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1044 &quot;userTypes&quot;: [ # Output only. The user types.
1045 &quot;A String&quot;,
1046 ],
1047 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1048 },
1049 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1050 &quot;type&quot;: &quot;A String&quot;, # The source type.
1051 },
1052 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1053 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1054 },
1055 },
1056 ],
1057 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
1058 { # A person&#x27;s phone number.
1059 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1060 &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
1061 &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
1062 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
1063 &quot;source&quot;: { # The source of a field. # The source of the field.
1064 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1065 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1066 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1067 &quot;userTypes&quot;: [ # Output only. The user types.
1068 &quot;A String&quot;,
1069 ],
1070 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1071 },
1072 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1073 &quot;type&quot;: &quot;A String&quot;, # The source type.
1074 },
1075 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1076 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1077 },
1078 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1079 },
1080 ],
1081 &quot;names&quot;: [ # The person&#x27;s names.
1082 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1083 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1084 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
1085 &quot;source&quot;: { # The source of a field. # The source of the field.
1086 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1087 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1088 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1089 &quot;userTypes&quot;: [ # Output only. The user types.
1090 &quot;A String&quot;,
1091 ],
1092 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1093 },
1094 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1095 &quot;type&quot;: &quot;A String&quot;, # The source type.
1096 },
1097 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1098 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1099 },
1100 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1101 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1102 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1103 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1104 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1105 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1106 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1107 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1108 &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
1109 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1110 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1111 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1112 &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
1113 },
1114 ],
1115 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1116 { # A person&#x27;s instant messaging client.
1117 &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
1118 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1119 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1120 &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
1121 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
1122 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
1123 &quot;source&quot;: { # The source of a field. # The source of the field.
1124 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1125 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1126 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1127 &quot;userTypes&quot;: [ # Output only. The user types.
1128 &quot;A String&quot;,
1129 ],
1130 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1131 },
1132 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1133 &quot;type&quot;: &quot;A String&quot;, # The source type.
1134 },
1135 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1136 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1137 },
1138 },
1139 ],
1140 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1141 { # A person&#x27;s associated URLs.
1142 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1143 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
1144 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
1145 &quot;source&quot;: { # The source of a field. # The source of the field.
1146 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1147 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1148 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1149 &quot;userTypes&quot;: [ # Output only. The user types.
1150 &quot;A String&quot;,
1151 ],
1152 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1153 },
1154 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1155 &quot;type&quot;: &quot;A String&quot;, # The source type.
1156 },
1157 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1158 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1159 },
1160 &quot;value&quot;: &quot;A String&quot;, # The URL.
1161 },
1162 ],
1163 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1164 { # A person&#x27;s age range.
1165 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
1166 &quot;source&quot;: { # The source of a field. # The source of the field.
1167 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1168 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1169 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1170 &quot;userTypes&quot;: [ # Output only. The user types.
1171 &quot;A String&quot;,
1172 ],
1173 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1174 },
1175 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1176 &quot;type&quot;: &quot;A String&quot;, # The source type.
1177 },
1178 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1179 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1180 },
1181 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1182 },
1183 ],
1184 &quot;occupations&quot;: [ # The person&#x27;s occupations.
1185 { # A person&#x27;s occupation.
1186 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1187 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
1188 &quot;source&quot;: { # The source of a field. # The source of the field.
1189 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1190 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1191 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1192 &quot;userTypes&quot;: [ # Output only. The user types.
1193 &quot;A String&quot;,
1194 ],
1195 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1196 },
1197 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1198 &quot;type&quot;: &quot;A String&quot;, # The source type.
1199 },
1200 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1201 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1202 },
1203 },
1204 ],
1205 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1206 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1207 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
1208 &quot;source&quot;: { # The source of a field. # The source of the field.
1209 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1210 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1211 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1212 &quot;userTypes&quot;: [ # Output only. The user types.
1213 &quot;A String&quot;,
1214 ],
1215 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1216 },
1217 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1218 &quot;type&quot;: &quot;A String&quot;, # The source type.
1219 },
1220 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1221 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1222 },
1223 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1224 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
1225 },
1226 ],
1227 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1228 { # Arbitrary user data that is populated by the end users.
1229 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1230 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
1231 &quot;source&quot;: { # The source of a field. # The source of the field.
1232 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1233 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1234 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1235 &quot;userTypes&quot;: [ # Output only. The user types.
1236 &quot;A String&quot;,
1237 ],
1238 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1239 },
1240 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1241 &quot;type&quot;: &quot;A String&quot;, # The source type.
1242 },
1243 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1244 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1245 },
1246 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1247 },
1248 ],
1249 &quot;relations&quot;: [ # The person&#x27;s relations.
1250 { # A person&#x27;s relation to another person.
1251 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
1252 &quot;source&quot;: { # The source of a field. # The source of the field.
1253 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1254 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1255 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1256 &quot;userTypes&quot;: [ # Output only. The user types.
1257 &quot;A String&quot;,
1258 ],
1259 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1260 },
1261 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1262 &quot;type&quot;: &quot;A String&quot;, # The source type.
1263 },
1264 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1265 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1266 },
1267 &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
1268 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
1269 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
1270 },
1271 ],
1272 &quot;events&quot;: [ # The person&#x27;s events.
1273 { # An event related to the person.
1274 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
1275 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1276 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
1277 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
1278 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
1279 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
1280 },
1281 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
1282 &quot;source&quot;: { # The source of a field. # The source of the field.
1283 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1284 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1285 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1286 &quot;userTypes&quot;: [ # Output only. The user types.
1287 &quot;A String&quot;,
1288 ],
1289 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1290 },
1291 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1292 &quot;type&quot;: &quot;A String&quot;, # The source type.
1293 },
1294 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1295 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1296 },
1297 },
1298 ],
1299 &quot;birthdays&quot;: [ # The person&#x27;s birthdays.
1300 { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
1301 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
1302 &quot;source&quot;: { # The source of a field. # The source of the field.
1303 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1304 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1305 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1306 &quot;userTypes&quot;: [ # Output only. The user types.
1307 &quot;A String&quot;,
1308 ],
1309 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1310 },
1311 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1312 &quot;type&quot;: &quot;A String&quot;, # The source type.
1313 },
1314 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1315 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1316 },
1317 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
1318 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
1319 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
1320 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
1321 },
1322 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001323 },
1324 ],
1325 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001326 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
1327 &quot;A String&quot;,
1328 ],
1329 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001330 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1331 &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -07001332 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001333 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001334 &quot;sources&quot;: [ # The sources of data for the person.
1335 { # The source of a field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001336 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1337 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1338 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001339 &quot;userTypes&quot;: [ # Output only. The user types.
1340 &quot;A String&quot;,
1341 ],
1342 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1343 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001344 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001345 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim65020912020-05-20 12:08:20 -07001346 },
1347 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001348 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001349 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1350 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
1351 &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
1352 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
1353 &quot;source&quot;: { # The source of a field. # The source of the field.
1354 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1355 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1356 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1357 &quot;userTypes&quot;: [ # Output only. The user types.
1358 &quot;A String&quot;,
1359 ],
1360 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1361 },
1362 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1363 &quot;type&quot;: &quot;A String&quot;, # The source type.
1364 },
1365 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1366 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1367 },
1368 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1369 &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
1370 },
1371 ],
1372 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
1373 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
1374 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
1375 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
1376 &quot;source&quot;: { # The source of a field. # The source of the field.
1377 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1378 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1379 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1380 &quot;userTypes&quot;: [ # Output only. The user types.
1381 &quot;A String&quot;,
1382 ],
1383 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1384 },
1385 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1386 &quot;type&quot;: &quot;A String&quot;, # The source type.
1387 },
1388 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1389 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1390 },
1391 },
1392 ],
1393 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
1394 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
1395 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
1396 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
1397 },
1398 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
1399 &quot;source&quot;: { # The source of a field. # The source of the field.
1400 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1401 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1402 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1403 &quot;userTypes&quot;: [ # Output only. The user types.
1404 &quot;A String&quot;,
1405 ],
1406 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1407 },
1408 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1409 &quot;type&quot;: &quot;A String&quot;, # The source type.
1410 },
1411 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1412 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1413 },
1414 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
1415 &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A contact must always have at least one contact group membership.
1416 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
1417 },
1418 },
1419 ],
1420 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1421 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1422 { # The name that should be used to sort the person in a list.
1423 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
1424 &quot;source&quot;: { # The source of a field. # The source of the field.
1425 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1426 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1427 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1428 &quot;userTypes&quot;: [ # Output only. The user types.
1429 &quot;A String&quot;,
1430 ],
1431 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1432 },
1433 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1434 &quot;type&quot;: &quot;A String&quot;, # The source type.
1435 },
1436 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1437 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1438 },
1439 &quot;value&quot;: &quot;A String&quot;, # The file-as value
1440 },
1441 ],
1442 &quot;genders&quot;: [ # The person&#x27;s genders.
1443 { # A person&#x27;s gender.
1444 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
1445 &quot;source&quot;: { # The source of a field. # The source of the field.
1446 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1447 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1448 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1449 &quot;userTypes&quot;: [ # Output only. The user types.
1450 &quot;A String&quot;,
1451 ],
1452 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1453 },
1454 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1455 &quot;type&quot;: &quot;A String&quot;, # The source type.
1456 },
1457 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1458 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1459 },
1460 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
1461 &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
1462 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
1463 },
1464 ],
1465 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
1466 { # A person&#x27;s email address.
1467 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1468 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
1469 &quot;value&quot;: &quot;A String&quot;, # The email address.
1470 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
1471 &quot;source&quot;: { # The source of a field. # The source of the field.
1472 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1473 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1474 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1475 &quot;userTypes&quot;: [ # Output only. The user types.
1476 &quot;A String&quot;,
1477 ],
1478 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1479 },
1480 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1481 &quot;type&quot;: &quot;A String&quot;, # The source type.
1482 },
1483 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1484 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1485 },
1486 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1487 },
1488 ],
1489 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
1490 &quot;residences&quot;: [ # The person&#x27;s residences.
1491 { # A person&#x27;s past or current residence.
1492 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
1493 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
1494 &quot;source&quot;: { # The source of a field. # The source of the field.
1495 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1496 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1497 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1498 &quot;userTypes&quot;: [ # Output only. The user types.
1499 &quot;A String&quot;,
1500 ],
1501 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1502 },
1503 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1504 &quot;type&quot;: &quot;A String&quot;, # The source type.
1505 },
1506 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1507 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1508 },
1509 &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
1510 },
1511 ],
1512 &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
1513 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1514 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1515 &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
1516 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
1517 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
1518 &quot;source&quot;: { # The source of a field. # The source of the field.
1519 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1520 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1521 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1522 &quot;userTypes&quot;: [ # Output only. The user types.
1523 &quot;A String&quot;,
1524 ],
1525 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1526 },
1527 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1528 &quot;type&quot;: &quot;A String&quot;, # The source type.
1529 },
1530 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1531 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1532 },
1533 },
1534 ],
1535 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1536 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1537 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1538 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1539 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
1540 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
1541 &quot;source&quot;: { # The source of a field. # The source of the field.
1542 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1543 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1544 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1545 &quot;userTypes&quot;: [ # Output only. The user types.
1546 &quot;A String&quot;,
1547 ],
1548 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1549 },
1550 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1551 &quot;type&quot;: &quot;A String&quot;, # The source type.
1552 },
1553 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1554 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1555 },
1556 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1557 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
1558 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1559 &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
1560 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1561 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1562 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1563 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1564 },
1565 ],
1566 &quot;skills&quot;: [ # The person&#x27;s skills.
1567 { # A skill that the person has.
1568 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
1569 &quot;source&quot;: { # The source of a field. # The source of the field.
1570 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1571 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1572 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1573 &quot;userTypes&quot;: [ # Output only. The user types.
1574 &quot;A String&quot;,
1575 ],
1576 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1577 },
1578 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1579 &quot;type&quot;: &quot;A String&quot;, # The source type.
1580 },
1581 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1582 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1583 },
1584 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
1585 },
1586 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001587 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001588</div>
1589
1590<div class="method">
1591 <code class="details" id="deleteContact">deleteContact(resourceName, x__xgafv=None)</code>
1592 <pre>Delete a contact person. Any non-contact data will not be deleted.
1593
1594Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07001595 resourceName: string, Required. The resource name of the contact to delete. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001596 x__xgafv: string, V1 error format.
1597 Allowed values
1598 1 - v1 error format
1599 2 - v2 error format
1600
1601Returns:
1602 An object of the form:
1603
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001604 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001605 }</pre>
1606</div>
1607
1608<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001609 <code class="details" id="deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07001610 <pre>Delete a contact&#x27;s photo.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001611
1612Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07001613 resourceName: string, Required. The resource name of the contact whose photo will be deleted. (required)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001614 personFields: string, Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to empty if not set, which will skip the post mutate get. Valid values are: * addresses * ageRanges * biographies * birthdays * coverPhotos * emailAddresses * events * genders * imClients * interests * locales * memberships * metadata * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * residences * sipAddresses * skills * urls * userDefined
1615 sources: string, Optional. A mask of what source types to return. Defaults to ReadSourceType.CONTACT and ReadSourceType.PROFILE if not set. (repeated)
1616 Allowed values
1617 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
1618 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
1619 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
1620 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07001621 x__xgafv: string, V1 error format.
1622 Allowed values
1623 1 - v1 error format
1624 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001625
1626Returns:
1627 An object of the form:
1628
Bu Sun Kim65020912020-05-20 12:08:20 -07001629 { # The response for deleteing a contact&#x27;s photo.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001630 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The updated person, if person_fields is set in the DeleteContactPhotoRequest; otherwise this will be unset.
1631 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
1632 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001633 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001634 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001635 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1636 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1637 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001638 &quot;userTypes&quot;: [ # Output only. The user types.
1639 &quot;A String&quot;,
1640 ],
1641 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1642 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001643 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001644 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001645 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001646 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1647 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001648 },
1649 &quot;value&quot;: &quot;A String&quot;, # The tagline.
1650 },
1651 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001652 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
1653 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
1654 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001655 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001656 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1657 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1658 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001659 &quot;userTypes&quot;: [ # Output only. The user types.
1660 &quot;A String&quot;,
1661 ],
1662 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1663 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001664 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001665 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001666 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001667 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1668 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001669 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001670 &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
1671 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001672 },
1673 ],
1674 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1675 { # A person&#x27;s locale preference.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001676 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001677 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001678 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1679 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1680 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001681 &quot;userTypes&quot;: [ # Output only. The user types.
1682 &quot;A String&quot;,
1683 ],
1684 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1685 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001686 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001687 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001688 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001689 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1690 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001691 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001692 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001693 },
1694 ],
1695 &quot;interests&quot;: [ # The person&#x27;s interests.
1696 { # One of the person&#x27;s interests.
1697 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001698 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001699 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1700 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1701 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001702 &quot;userTypes&quot;: [ # Output only. The user types.
1703 &quot;A String&quot;,
1704 ],
1705 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1706 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001707 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001708 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001709 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001710 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1711 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001712 },
1713 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1714 },
1715 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001716 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1717 { # A person&#x27;s nickname.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001718 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001719 &quot;value&quot;: &quot;A String&quot;, # The nickname.
1720 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001721 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001722 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1723 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1724 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001725 &quot;userTypes&quot;: [ # Output only. The user types.
1726 &quot;A String&quot;,
1727 ],
1728 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1729 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001730 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001731 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001732 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001733 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1734 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001735 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001736 },
1737 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001738 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
1739 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
1740 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001741 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001742 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1743 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1744 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001745 &quot;userTypes&quot;: [ # Output only. The user types.
1746 &quot;A String&quot;,
1747 ],
1748 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1749 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001750 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001751 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001752 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001753 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1754 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001755 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001756 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
1757 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
1758 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
1759 &quot;startDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
1760 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
1761 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
1762 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
1763 },
1764 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
1765 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1766 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1767 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1768 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
1769 &quot;endDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
1770 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
1771 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
1772 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
1773 },
1774 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1775 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1776 &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
1777 },
1778 ],
1779 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1780 { # A person&#x27;s cover photo. A large image shown on the person&#x27;s profile page that represents who they are or what they care about.
1781 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
1782 &quot;source&quot;: { # The source of a field. # The source of the field.
1783 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1784 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1785 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1786 &quot;userTypes&quot;: [ # Output only. The user types.
1787 &quot;A String&quot;,
1788 ],
1789 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1790 },
1791 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1792 &quot;type&quot;: &quot;A String&quot;, # The source type.
1793 },
1794 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1795 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1796 },
1797 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1798 &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
1799 },
1800 ],
1801 &quot;biographies&quot;: [ # The person&#x27;s biographies.
1802 { # A person&#x27;s short biography.
1803 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1804 &quot;value&quot;: &quot;A String&quot;, # The short biography.
1805 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
1806 &quot;source&quot;: { # The source of a field. # The source of the field.
1807 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1808 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1809 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1810 &quot;userTypes&quot;: [ # Output only. The user types.
1811 &quot;A String&quot;,
1812 ],
1813 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1814 },
1815 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1816 &quot;type&quot;: &quot;A String&quot;, # The source type.
1817 },
1818 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1819 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1820 },
1821 },
1822 ],
1823 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
1824 { # A person&#x27;s phone number.
1825 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1826 &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
1827 &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
1828 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
1829 &quot;source&quot;: { # The source of a field. # The source of the field.
1830 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1831 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1832 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1833 &quot;userTypes&quot;: [ # Output only. The user types.
1834 &quot;A String&quot;,
1835 ],
1836 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1837 },
1838 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1839 &quot;type&quot;: &quot;A String&quot;, # The source type.
1840 },
1841 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1842 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1843 },
1844 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1845 },
1846 ],
1847 &quot;names&quot;: [ # The person&#x27;s names.
1848 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1849 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1850 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
1851 &quot;source&quot;: { # The source of a field. # The source of the field.
1852 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1853 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1854 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1855 &quot;userTypes&quot;: [ # Output only. The user types.
1856 &quot;A String&quot;,
1857 ],
1858 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1859 },
1860 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1861 &quot;type&quot;: &quot;A String&quot;, # The source type.
1862 },
1863 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1864 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1865 },
1866 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1867 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1868 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1869 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1870 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1871 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1872 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1873 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1874 &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
1875 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1876 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1877 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1878 &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
1879 },
1880 ],
1881 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1882 { # A person&#x27;s instant messaging client.
1883 &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
1884 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1885 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1886 &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
1887 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
1888 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
1889 &quot;source&quot;: { # The source of a field. # The source of the field.
1890 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1891 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1892 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1893 &quot;userTypes&quot;: [ # Output only. The user types.
1894 &quot;A String&quot;,
1895 ],
1896 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1897 },
1898 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1899 &quot;type&quot;: &quot;A String&quot;, # The source type.
1900 },
1901 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1902 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1903 },
1904 },
1905 ],
1906 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1907 { # A person&#x27;s associated URLs.
1908 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1909 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
1910 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
1911 &quot;source&quot;: { # The source of a field. # The source of the field.
1912 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1913 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1914 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1915 &quot;userTypes&quot;: [ # Output only. The user types.
1916 &quot;A String&quot;,
1917 ],
1918 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1919 },
1920 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1921 &quot;type&quot;: &quot;A String&quot;, # The source type.
1922 },
1923 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1924 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1925 },
1926 &quot;value&quot;: &quot;A String&quot;, # The URL.
1927 },
1928 ],
1929 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1930 { # A person&#x27;s age range.
1931 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
1932 &quot;source&quot;: { # The source of a field. # The source of the field.
1933 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1934 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1935 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1936 &quot;userTypes&quot;: [ # Output only. The user types.
1937 &quot;A String&quot;,
1938 ],
1939 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1940 },
1941 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1942 &quot;type&quot;: &quot;A String&quot;, # The source type.
1943 },
1944 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1945 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1946 },
1947 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1948 },
1949 ],
1950 &quot;occupations&quot;: [ # The person&#x27;s occupations.
1951 { # A person&#x27;s occupation.
1952 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1953 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
1954 &quot;source&quot;: { # The source of a field. # The source of the field.
1955 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1956 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1957 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1958 &quot;userTypes&quot;: [ # Output only. The user types.
1959 &quot;A String&quot;,
1960 ],
1961 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1962 },
1963 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1964 &quot;type&quot;: &quot;A String&quot;, # The source type.
1965 },
1966 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1967 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1968 },
1969 },
1970 ],
1971 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1972 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1973 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
1974 &quot;source&quot;: { # The source of a field. # The source of the field.
1975 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1976 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1977 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1978 &quot;userTypes&quot;: [ # Output only. The user types.
1979 &quot;A String&quot;,
1980 ],
1981 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1982 },
1983 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1984 &quot;type&quot;: &quot;A String&quot;, # The source type.
1985 },
1986 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1987 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1988 },
1989 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1990 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
1991 },
1992 ],
1993 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1994 { # Arbitrary user data that is populated by the end users.
1995 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1996 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
1997 &quot;source&quot;: { # The source of a field. # The source of the field.
1998 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1999 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2000 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2001 &quot;userTypes&quot;: [ # Output only. The user types.
2002 &quot;A String&quot;,
2003 ],
2004 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2005 },
2006 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2007 &quot;type&quot;: &quot;A String&quot;, # The source type.
2008 },
2009 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2010 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2011 },
2012 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
2013 },
2014 ],
2015 &quot;relations&quot;: [ # The person&#x27;s relations.
2016 { # A person&#x27;s relation to another person.
2017 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
2018 &quot;source&quot;: { # The source of a field. # The source of the field.
2019 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2020 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2021 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2022 &quot;userTypes&quot;: [ # Output only. The user types.
2023 &quot;A String&quot;,
2024 ],
2025 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2026 },
2027 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2028 &quot;type&quot;: &quot;A String&quot;, # The source type.
2029 },
2030 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2031 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2032 },
2033 &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
2034 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
2035 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
2036 },
2037 ],
2038 &quot;events&quot;: [ # The person&#x27;s events.
2039 { # An event related to the person.
2040 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
2041 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2042 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
2043 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
2044 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
2045 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
2046 },
2047 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
2048 &quot;source&quot;: { # The source of a field. # The source of the field.
2049 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2050 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2051 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2052 &quot;userTypes&quot;: [ # Output only. The user types.
2053 &quot;A String&quot;,
2054 ],
2055 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2056 },
2057 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2058 &quot;type&quot;: &quot;A String&quot;, # The source type.
2059 },
2060 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2061 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2062 },
2063 },
2064 ],
2065 &quot;birthdays&quot;: [ # The person&#x27;s birthdays.
2066 { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
2067 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
2068 &quot;source&quot;: { # The source of a field. # The source of the field.
2069 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2070 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2071 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2072 &quot;userTypes&quot;: [ # Output only. The user types.
2073 &quot;A String&quot;,
2074 ],
2075 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2076 },
2077 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2078 &quot;type&quot;: &quot;A String&quot;, # The source type.
2079 },
2080 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2081 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2082 },
2083 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
2084 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
2085 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
2086 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
2087 },
2088 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002089 },
2090 ],
2091 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002092 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
2093 &quot;A String&quot;,
2094 ],
2095 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002096 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
2097 &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -07002098 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002099 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002100 &quot;sources&quot;: [ # The sources of data for the person.
2101 { # The source of a field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002102 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2103 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2104 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002105 &quot;userTypes&quot;: [ # Output only. The user types.
2106 &quot;A String&quot;,
2107 ],
2108 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2109 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002110 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002111 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim65020912020-05-20 12:08:20 -07002112 },
2113 ],
2114 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002115 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
2116 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
2117 &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
2118 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
2119 &quot;source&quot;: { # The source of a field. # The source of the field.
2120 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2121 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2122 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2123 &quot;userTypes&quot;: [ # Output only. The user types.
2124 &quot;A String&quot;,
2125 ],
2126 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2127 },
2128 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2129 &quot;type&quot;: &quot;A String&quot;, # The source type.
2130 },
2131 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2132 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2133 },
2134 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2135 &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
2136 },
2137 ],
2138 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2139 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2140 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2141 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
2142 &quot;source&quot;: { # The source of a field. # The source of the field.
2143 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2144 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2145 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2146 &quot;userTypes&quot;: [ # Output only. The user types.
2147 &quot;A String&quot;,
2148 ],
2149 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2150 },
2151 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2152 &quot;type&quot;: &quot;A String&quot;, # The source type.
2153 },
2154 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2155 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2156 },
2157 },
2158 ],
2159 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
2160 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
2161 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
2162 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
2163 },
2164 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
2165 &quot;source&quot;: { # The source of a field. # The source of the field.
2166 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2167 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2168 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2169 &quot;userTypes&quot;: [ # Output only. The user types.
2170 &quot;A String&quot;,
2171 ],
2172 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2173 },
2174 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2175 &quot;type&quot;: &quot;A String&quot;, # The source type.
2176 },
2177 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2178 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2179 },
2180 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
2181 &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A contact must always have at least one contact group membership.
2182 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
2183 },
2184 },
2185 ],
2186 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
2187 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
2188 { # The name that should be used to sort the person in a list.
2189 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
2190 &quot;source&quot;: { # The source of a field. # The source of the field.
2191 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2192 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2193 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2194 &quot;userTypes&quot;: [ # Output only. The user types.
2195 &quot;A String&quot;,
2196 ],
2197 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2198 },
2199 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2200 &quot;type&quot;: &quot;A String&quot;, # The source type.
2201 },
2202 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2203 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2204 },
2205 &quot;value&quot;: &quot;A String&quot;, # The file-as value
2206 },
2207 ],
2208 &quot;genders&quot;: [ # The person&#x27;s genders.
2209 { # A person&#x27;s gender.
2210 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
2211 &quot;source&quot;: { # The source of a field. # The source of the field.
2212 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2213 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2214 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2215 &quot;userTypes&quot;: [ # Output only. The user types.
2216 &quot;A String&quot;,
2217 ],
2218 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2219 },
2220 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2221 &quot;type&quot;: &quot;A String&quot;, # The source type.
2222 },
2223 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2224 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2225 },
2226 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
2227 &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
2228 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
2229 },
2230 ],
2231 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
2232 { # A person&#x27;s email address.
2233 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2234 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
2235 &quot;value&quot;: &quot;A String&quot;, # The email address.
2236 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
2237 &quot;source&quot;: { # The source of a field. # The source of the field.
2238 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2239 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2240 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2241 &quot;userTypes&quot;: [ # Output only. The user types.
2242 &quot;A String&quot;,
2243 ],
2244 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2245 },
2246 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2247 &quot;type&quot;: &quot;A String&quot;, # The source type.
2248 },
2249 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2250 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2251 },
2252 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
2253 },
2254 ],
2255 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
2256 &quot;residences&quot;: [ # The person&#x27;s residences.
2257 { # A person&#x27;s past or current residence.
2258 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
2259 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
2260 &quot;source&quot;: { # The source of a field. # The source of the field.
2261 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2262 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2263 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2264 &quot;userTypes&quot;: [ # Output only. The user types.
2265 &quot;A String&quot;,
2266 ],
2267 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2268 },
2269 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2270 &quot;type&quot;: &quot;A String&quot;, # The source type.
2271 },
2272 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2273 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2274 },
2275 &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
2276 },
2277 ],
2278 &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
2279 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
2280 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
2281 &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
2282 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
2283 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
2284 &quot;source&quot;: { # The source of a field. # The source of the field.
2285 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2286 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2287 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2288 &quot;userTypes&quot;: [ # Output only. The user types.
2289 &quot;A String&quot;,
2290 ],
2291 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2292 },
2293 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2294 &quot;type&quot;: &quot;A String&quot;, # The source type.
2295 },
2296 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2297 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2298 },
2299 },
2300 ],
2301 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
2302 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
2303 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
2304 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
2305 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
2306 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
2307 &quot;source&quot;: { # The source of a field. # The source of the field.
2308 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2309 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2310 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2311 &quot;userTypes&quot;: [ # Output only. The user types.
2312 &quot;A String&quot;,
2313 ],
2314 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2315 },
2316 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2317 &quot;type&quot;: &quot;A String&quot;, # The source type.
2318 },
2319 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2320 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2321 },
2322 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
2323 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
2324 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
2325 &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
2326 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
2327 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
2328 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2329 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
2330 },
2331 ],
2332 &quot;skills&quot;: [ # The person&#x27;s skills.
2333 { # A skill that the person has.
2334 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
2335 &quot;source&quot;: { # The source of a field. # The source of the field.
2336 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2337 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2338 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2339 &quot;userTypes&quot;: [ # Output only. The user types.
2340 &quot;A String&quot;,
2341 ],
2342 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2343 },
2344 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2345 &quot;type&quot;: &quot;A String&quot;, # The source type.
2346 },
2347 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2348 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2349 },
2350 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
2351 },
2352 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002353 },
Dan O'Mearadd494642020-05-01 07:42:23 -07002354 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07002355</div>
2356
2357<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002358 <code class="details" id="get">get(resourceName, sources=None, personFields=None, requestMask_includeField=None, x__xgafv=None)</code>
2359 <pre>Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request throws a 400 error if &#x27;personFields&#x27; is not specified.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07002360
2361Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002362 resourceName: string, Required. The resource name of the person to provide information about. - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by [`people.connections.list`](/people/api/rest/v1/people.connections/list). (required)
2363 sources: string, Optional. A mask of what source types to return. Defaults to ReadSourceType.PROFILE and ReadSourceType.CONTACT if not set. (repeated)
2364 Allowed values
2365 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
2366 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
2367 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
2368 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
2369 personFields: string, Required. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * coverPhotos * emailAddresses * events * genders * imClients * interests * locales * memberships * metadata * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * residences * sipAddresses * skills * urls * userDefined
2370 requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`.
Bu Sun Kim65020912020-05-20 12:08:20 -07002371 x__xgafv: string, V1 error format.
2372 Allowed values
2373 1 - v1 error format
2374 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08002375
2376Returns:
2377 An object of the form:
2378
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002379 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
2380 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
2381 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002382 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002383 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002384 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2385 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2386 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002387 &quot;userTypes&quot;: [ # Output only. The user types.
2388 &quot;A String&quot;,
2389 ],
2390 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2391 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002392 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002393 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002394 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002395 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2396 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002397 },
2398 &quot;value&quot;: &quot;A String&quot;, # The tagline.
2399 },
2400 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002401 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
2402 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
2403 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002404 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002405 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2406 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2407 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002408 &quot;userTypes&quot;: [ # Output only. The user types.
2409 &quot;A String&quot;,
2410 ],
2411 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2412 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002413 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002414 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002415 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002416 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2417 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002418 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002419 &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
2420 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002421 },
2422 ],
2423 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
2424 { # A person&#x27;s locale preference.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002425 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002426 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002427 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2428 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2429 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002430 &quot;userTypes&quot;: [ # Output only. The user types.
2431 &quot;A String&quot;,
2432 ],
2433 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2434 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002435 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002436 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002437 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002438 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2439 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002440 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002441 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002442 },
2443 ],
2444 &quot;interests&quot;: [ # The person&#x27;s interests.
2445 { # One of the person&#x27;s interests.
2446 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002447 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002448 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2449 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2450 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002451 &quot;userTypes&quot;: [ # Output only. The user types.
2452 &quot;A String&quot;,
2453 ],
2454 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2455 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002456 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002457 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002458 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002459 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2460 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002461 },
2462 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
2463 },
2464 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002465 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
2466 { # A person&#x27;s nickname.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002467 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002468 &quot;value&quot;: &quot;A String&quot;, # The nickname.
2469 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002470 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002471 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2472 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2473 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002474 &quot;userTypes&quot;: [ # Output only. The user types.
2475 &quot;A String&quot;,
2476 ],
2477 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2478 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002479 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002480 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002481 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002482 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2483 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002484 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002485 },
2486 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002487 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
2488 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
2489 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002490 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002491 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2492 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2493 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002494 &quot;userTypes&quot;: [ # Output only. The user types.
2495 &quot;A String&quot;,
2496 ],
2497 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2498 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002499 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002500 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002501 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002502 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2503 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002504 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002505 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
2506 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
2507 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
2508 &quot;startDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
2509 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
2510 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
2511 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
2512 },
2513 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
2514 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
2515 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
2516 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
2517 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
2518 &quot;endDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
2519 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
2520 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
2521 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
2522 },
2523 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2524 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
2525 &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
2526 },
2527 ],
2528 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
2529 { # A person&#x27;s cover photo. A large image shown on the person&#x27;s profile page that represents who they are or what they care about.
2530 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
2531 &quot;source&quot;: { # The source of a field. # The source of the field.
2532 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2533 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2534 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2535 &quot;userTypes&quot;: [ # Output only. The user types.
2536 &quot;A String&quot;,
2537 ],
2538 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2539 },
2540 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2541 &quot;type&quot;: &quot;A String&quot;, # The source type.
2542 },
2543 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2544 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2545 },
2546 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
2547 &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
2548 },
2549 ],
2550 &quot;biographies&quot;: [ # The person&#x27;s biographies.
2551 { # A person&#x27;s short biography.
2552 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
2553 &quot;value&quot;: &quot;A String&quot;, # The short biography.
2554 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
2555 &quot;source&quot;: { # The source of a field. # The source of the field.
2556 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2557 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2558 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2559 &quot;userTypes&quot;: [ # Output only. The user types.
2560 &quot;A String&quot;,
2561 ],
2562 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2563 },
2564 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2565 &quot;type&quot;: &quot;A String&quot;, # The source type.
2566 },
2567 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2568 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2569 },
2570 },
2571 ],
2572 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
2573 { # A person&#x27;s phone number.
2574 &quot;value&quot;: &quot;A String&quot;, # The phone number.
2575 &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
2576 &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
2577 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
2578 &quot;source&quot;: { # The source of a field. # The source of the field.
2579 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2580 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2581 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2582 &quot;userTypes&quot;: [ # Output only. The user types.
2583 &quot;A String&quot;,
2584 ],
2585 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2586 },
2587 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2588 &quot;type&quot;: &quot;A String&quot;, # The source type.
2589 },
2590 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2591 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2592 },
2593 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2594 },
2595 ],
2596 &quot;names&quot;: [ # The person&#x27;s names.
2597 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
2598 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
2599 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
2600 &quot;source&quot;: { # The source of a field. # The source of the field.
2601 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2602 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2603 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2604 &quot;userTypes&quot;: [ # Output only. The user types.
2605 &quot;A String&quot;,
2606 ],
2607 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2608 },
2609 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2610 &quot;type&quot;: &quot;A String&quot;, # The source type.
2611 },
2612 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2613 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2614 },
2615 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
2616 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
2617 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
2618 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
2619 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
2620 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
2621 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
2622 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
2623 &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
2624 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
2625 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
2626 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
2627 &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
2628 },
2629 ],
2630 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
2631 { # A person&#x27;s instant messaging client.
2632 &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
2633 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2634 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2635 &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
2636 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
2637 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
2638 &quot;source&quot;: { # The source of a field. # The source of the field.
2639 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2640 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2641 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2642 &quot;userTypes&quot;: [ # Output only. The user types.
2643 &quot;A String&quot;,
2644 ],
2645 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2646 },
2647 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2648 &quot;type&quot;: &quot;A String&quot;, # The source type.
2649 },
2650 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2651 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2652 },
2653 },
2654 ],
2655 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
2656 { # A person&#x27;s associated URLs.
2657 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2658 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
2659 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
2660 &quot;source&quot;: { # The source of a field. # The source of the field.
2661 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2662 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2663 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2664 &quot;userTypes&quot;: [ # Output only. The user types.
2665 &quot;A String&quot;,
2666 ],
2667 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2668 },
2669 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2670 &quot;type&quot;: &quot;A String&quot;, # The source type.
2671 },
2672 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2673 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2674 },
2675 &quot;value&quot;: &quot;A String&quot;, # The URL.
2676 },
2677 ],
2678 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
2679 { # A person&#x27;s age range.
2680 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
2681 &quot;source&quot;: { # The source of a field. # The source of the field.
2682 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2683 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2684 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2685 &quot;userTypes&quot;: [ # Output only. The user types.
2686 &quot;A String&quot;,
2687 ],
2688 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2689 },
2690 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2691 &quot;type&quot;: &quot;A String&quot;, # The source type.
2692 },
2693 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2694 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2695 },
2696 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
2697 },
2698 ],
2699 &quot;occupations&quot;: [ # The person&#x27;s occupations.
2700 { # A person&#x27;s occupation.
2701 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
2702 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
2703 &quot;source&quot;: { # The source of a field. # The source of the field.
2704 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2705 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2706 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2707 &quot;userTypes&quot;: [ # Output only. The user types.
2708 &quot;A String&quot;,
2709 ],
2710 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2711 },
2712 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2713 &quot;type&quot;: &quot;A String&quot;, # The source type.
2714 },
2715 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2716 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2717 },
2718 },
2719 ],
2720 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
2721 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
2722 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
2723 &quot;source&quot;: { # The source of a field. # The source of the field.
2724 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2725 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2726 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2727 &quot;userTypes&quot;: [ # Output only. The user types.
2728 &quot;A String&quot;,
2729 ],
2730 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2731 },
2732 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2733 &quot;type&quot;: &quot;A String&quot;, # The source type.
2734 },
2735 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2736 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2737 },
2738 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
2739 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
2740 },
2741 ],
2742 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
2743 { # Arbitrary user data that is populated by the end users.
2744 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
2745 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
2746 &quot;source&quot;: { # The source of a field. # The source of the field.
2747 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2748 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2749 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2750 &quot;userTypes&quot;: [ # Output only. The user types.
2751 &quot;A String&quot;,
2752 ],
2753 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2754 },
2755 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2756 &quot;type&quot;: &quot;A String&quot;, # The source type.
2757 },
2758 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2759 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2760 },
2761 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
2762 },
2763 ],
2764 &quot;relations&quot;: [ # The person&#x27;s relations.
2765 { # A person&#x27;s relation to another person.
2766 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
2767 &quot;source&quot;: { # The source of a field. # The source of the field.
2768 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2769 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2770 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2771 &quot;userTypes&quot;: [ # Output only. The user types.
2772 &quot;A String&quot;,
2773 ],
2774 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2775 },
2776 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2777 &quot;type&quot;: &quot;A String&quot;, # The source type.
2778 },
2779 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2780 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2781 },
2782 &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
2783 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
2784 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
2785 },
2786 ],
2787 &quot;events&quot;: [ # The person&#x27;s events.
2788 { # An event related to the person.
2789 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
2790 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2791 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
2792 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
2793 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
2794 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
2795 },
2796 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
2797 &quot;source&quot;: { # The source of a field. # The source of the field.
2798 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2799 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2800 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2801 &quot;userTypes&quot;: [ # Output only. The user types.
2802 &quot;A String&quot;,
2803 ],
2804 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2805 },
2806 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2807 &quot;type&quot;: &quot;A String&quot;, # The source type.
2808 },
2809 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2810 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2811 },
2812 },
2813 ],
2814 &quot;birthdays&quot;: [ # The person&#x27;s birthdays.
2815 { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
2816 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
2817 &quot;source&quot;: { # The source of a field. # The source of the field.
2818 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2819 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2820 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2821 &quot;userTypes&quot;: [ # Output only. The user types.
2822 &quot;A String&quot;,
2823 ],
2824 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2825 },
2826 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2827 &quot;type&quot;: &quot;A String&quot;, # The source type.
2828 },
2829 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2830 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2831 },
2832 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
2833 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
2834 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
2835 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
2836 },
2837 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002838 },
2839 ],
2840 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002841 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
2842 &quot;A String&quot;,
2843 ],
2844 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002845 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
2846 &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -07002847 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002848 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002849 &quot;sources&quot;: [ # The sources of data for the person.
2850 { # The source of a field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002851 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2852 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2853 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002854 &quot;userTypes&quot;: [ # Output only. The user types.
2855 &quot;A String&quot;,
2856 ],
2857 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2858 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002859 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002860 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim65020912020-05-20 12:08:20 -07002861 },
2862 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002863 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002864 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
2865 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
2866 &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
2867 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
2868 &quot;source&quot;: { # The source of a field. # The source of the field.
2869 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2870 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2871 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2872 &quot;userTypes&quot;: [ # Output only. The user types.
2873 &quot;A String&quot;,
2874 ],
2875 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2876 },
2877 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2878 &quot;type&quot;: &quot;A String&quot;, # The source type.
2879 },
2880 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2881 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2882 },
2883 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2884 &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
2885 },
2886 ],
2887 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2888 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2889 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2890 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
2891 &quot;source&quot;: { # The source of a field. # The source of the field.
2892 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2893 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2894 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2895 &quot;userTypes&quot;: [ # Output only. The user types.
2896 &quot;A String&quot;,
2897 ],
2898 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2899 },
2900 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2901 &quot;type&quot;: &quot;A String&quot;, # The source type.
2902 },
2903 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2904 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2905 },
2906 },
2907 ],
2908 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
2909 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
2910 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
2911 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
2912 },
2913 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
2914 &quot;source&quot;: { # The source of a field. # The source of the field.
2915 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2916 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2917 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2918 &quot;userTypes&quot;: [ # Output only. The user types.
2919 &quot;A String&quot;,
2920 ],
2921 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2922 },
2923 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2924 &quot;type&quot;: &quot;A String&quot;, # The source type.
2925 },
2926 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2927 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2928 },
2929 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
2930 &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A contact must always have at least one contact group membership.
2931 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
2932 },
2933 },
2934 ],
2935 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
2936 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
2937 { # The name that should be used to sort the person in a list.
2938 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
2939 &quot;source&quot;: { # The source of a field. # The source of the field.
2940 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2941 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2942 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2943 &quot;userTypes&quot;: [ # Output only. The user types.
2944 &quot;A String&quot;,
2945 ],
2946 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2947 },
2948 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2949 &quot;type&quot;: &quot;A String&quot;, # The source type.
2950 },
2951 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2952 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2953 },
2954 &quot;value&quot;: &quot;A String&quot;, # The file-as value
2955 },
2956 ],
2957 &quot;genders&quot;: [ # The person&#x27;s genders.
2958 { # A person&#x27;s gender.
2959 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
2960 &quot;source&quot;: { # The source of a field. # The source of the field.
2961 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2962 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2963 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2964 &quot;userTypes&quot;: [ # Output only. The user types.
2965 &quot;A String&quot;,
2966 ],
2967 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2968 },
2969 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2970 &quot;type&quot;: &quot;A String&quot;, # The source type.
2971 },
2972 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2973 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2974 },
2975 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
2976 &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
2977 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
2978 },
2979 ],
2980 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
2981 { # A person&#x27;s email address.
2982 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
2983 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
2984 &quot;value&quot;: &quot;A String&quot;, # The email address.
2985 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
2986 &quot;source&quot;: { # The source of a field. # The source of the field.
2987 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2988 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2989 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2990 &quot;userTypes&quot;: [ # Output only. The user types.
2991 &quot;A String&quot;,
2992 ],
2993 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2994 },
2995 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2996 &quot;type&quot;: &quot;A String&quot;, # The source type.
2997 },
2998 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2999 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3000 },
3001 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3002 },
3003 ],
3004 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
3005 &quot;residences&quot;: [ # The person&#x27;s residences.
3006 { # A person&#x27;s past or current residence.
3007 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
3008 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
3009 &quot;source&quot;: { # The source of a field. # The source of the field.
3010 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3011 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3012 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3013 &quot;userTypes&quot;: [ # Output only. The user types.
3014 &quot;A String&quot;,
3015 ],
3016 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3017 },
3018 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3019 &quot;type&quot;: &quot;A String&quot;, # The source type.
3020 },
3021 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3022 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3023 },
3024 &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
3025 },
3026 ],
3027 &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
3028 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
3029 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
3030 &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
3031 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
3032 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
3033 &quot;source&quot;: { # The source of a field. # The source of the field.
3034 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3035 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3036 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3037 &quot;userTypes&quot;: [ # Output only. The user types.
3038 &quot;A String&quot;,
3039 ],
3040 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3041 },
3042 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3043 &quot;type&quot;: &quot;A String&quot;, # The source type.
3044 },
3045 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3046 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3047 },
3048 },
3049 ],
3050 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
3051 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
3052 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
3053 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
3054 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
3055 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
3056 &quot;source&quot;: { # The source of a field. # The source of the field.
3057 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3058 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3059 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3060 &quot;userTypes&quot;: [ # Output only. The user types.
3061 &quot;A String&quot;,
3062 ],
3063 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3064 },
3065 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3066 &quot;type&quot;: &quot;A String&quot;, # The source type.
3067 },
3068 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3069 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3070 },
3071 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
3072 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
3073 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
3074 &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
3075 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
3076 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
3077 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
3078 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
3079 },
3080 ],
3081 &quot;skills&quot;: [ # The person&#x27;s skills.
3082 { # A skill that the person has.
3083 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
3084 &quot;source&quot;: { # The source of a field. # The source of the field.
3085 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3086 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3087 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3088 &quot;userTypes&quot;: [ # Output only. The user types.
3089 &quot;A String&quot;,
3090 ],
3091 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3092 },
3093 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3094 &quot;type&quot;: &quot;A String&quot;, # The source type.
3095 },
3096 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3097 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3098 },
3099 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
3100 },
3101 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07003102 }</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -07003103</div>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07003104
Dan O'Mearadd494642020-05-01 07:42:23 -07003105<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003106 <code class="details" id="getBatchGet">getBatchGet(sources=None, personFields=None, requestMask_includeField=None, resourceNames=None, x__xgafv=None)</code>
3107 <pre>Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request throws a 400 error if &#x27;personFields&#x27; is not specified.
Dan O'Mearadd494642020-05-01 07:42:23 -07003108
3109Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003110 sources: string, Optional. A mask of what source types to return. Defaults to ReadSourceType.CONTACT and ReadSourceType.PROFILE if not set. (repeated)
3111 Allowed values
3112 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
3113 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
3114 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
3115 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
3116 personFields: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * coverPhotos * emailAddresses * events * genders * imClients * interests * locales * memberships * metadata * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * residences * sipAddresses * skills * urls * userDefined
3117 requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`.
3118 resourceNames: string, Required. The resource names of the people to provide information about. - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by [`people.connections.list`](/people/api/rest/v1/people.connections/list). You can include up to 50 resource names in one request. (repeated)
Bu Sun Kim65020912020-05-20 12:08:20 -07003119 x__xgafv: string, V1 error format.
3120 Allowed values
3121 1 - v1 error format
3122 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -07003123
3124Returns:
3125 An object of the form:
3126
3127 { # The response to a get request for a list of people by resource name.
Bu Sun Kim65020912020-05-20 12:08:20 -07003128 &quot;responses&quot;: [ # The response for each requested resource name.
Dan O'Mearadd494642020-05-01 07:42:23 -07003129 { # The response for a single person
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003130 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
3131 &quot;requestedResourceName&quot;: &quot;A String&quot;, # The original requested resource name. May be different than the resource name on the returned person. The resource name can change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or a profile URL.
3132 &quot;status&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The status of the response.
3133 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
Dan O'Mearadd494642020-05-01 07:42:23 -07003134 {
Bu Sun Kim65020912020-05-20 12:08:20 -07003135 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
Dan O'Mearadd494642020-05-01 07:42:23 -07003136 },
3137 ],
Bu Sun Kim65020912020-05-20 12:08:20 -07003138 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003139 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
Dan O'Mearadd494642020-05-01 07:42:23 -07003140 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003141 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The person.
3142 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
3143 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
3144 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
3145 &quot;source&quot;: { # The source of a field. # The source of the field.
3146 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3147 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3148 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3149 &quot;userTypes&quot;: [ # Output only. The user types.
3150 &quot;A String&quot;,
3151 ],
3152 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3153 },
3154 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3155 &quot;type&quot;: &quot;A String&quot;, # The source type.
3156 },
3157 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3158 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3159 },
3160 &quot;value&quot;: &quot;A String&quot;, # The tagline.
3161 },
3162 ],
3163 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
3164 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
3165 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
3166 &quot;source&quot;: { # The source of a field. # The source of the field.
3167 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3168 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3169 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3170 &quot;userTypes&quot;: [ # Output only. The user types.
3171 &quot;A String&quot;,
3172 ],
3173 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3174 },
3175 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3176 &quot;type&quot;: &quot;A String&quot;, # The source type.
3177 },
3178 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3179 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3180 },
3181 &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
3182 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
3183 },
3184 ],
3185 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
3186 { # A person&#x27;s locale preference.
3187 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
3188 &quot;source&quot;: { # The source of a field. # The source of the field.
3189 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3190 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3191 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3192 &quot;userTypes&quot;: [ # Output only. The user types.
3193 &quot;A String&quot;,
3194 ],
3195 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3196 },
3197 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3198 &quot;type&quot;: &quot;A String&quot;, # The source type.
3199 },
3200 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3201 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3202 },
3203 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
3204 },
3205 ],
3206 &quot;interests&quot;: [ # The person&#x27;s interests.
3207 { # One of the person&#x27;s interests.
3208 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
3209 &quot;source&quot;: { # The source of a field. # The source of the field.
3210 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3211 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3212 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3213 &quot;userTypes&quot;: [ # Output only. The user types.
3214 &quot;A String&quot;,
3215 ],
3216 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3217 },
3218 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3219 &quot;type&quot;: &quot;A String&quot;, # The source type.
3220 },
3221 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3222 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3223 },
3224 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
3225 },
3226 ],
3227 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
3228 { # A person&#x27;s nickname.
3229 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
3230 &quot;value&quot;: &quot;A String&quot;, # The nickname.
3231 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
3232 &quot;source&quot;: { # The source of a field. # The source of the field.
3233 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3234 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3235 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3236 &quot;userTypes&quot;: [ # Output only. The user types.
3237 &quot;A String&quot;,
3238 ],
3239 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3240 },
3241 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3242 &quot;type&quot;: &quot;A String&quot;, # The source type.
3243 },
3244 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3245 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3246 },
3247 },
3248 ],
3249 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
3250 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
3251 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
3252 &quot;source&quot;: { # The source of a field. # The source of the field.
3253 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3254 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3255 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3256 &quot;userTypes&quot;: [ # Output only. The user types.
3257 &quot;A String&quot;,
3258 ],
3259 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3260 },
3261 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3262 &quot;type&quot;: &quot;A String&quot;, # The source type.
3263 },
3264 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3265 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3266 },
3267 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
3268 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
3269 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
3270 &quot;startDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
3271 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
3272 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
3273 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
3274 },
3275 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
3276 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
3277 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
3278 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
3279 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
3280 &quot;endDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
3281 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
3282 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
3283 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
3284 },
3285 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
3286 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
3287 &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
3288 },
3289 ],
3290 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3291 { # A person&#x27;s cover photo. A large image shown on the person&#x27;s profile page that represents who they are or what they care about.
3292 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
3293 &quot;source&quot;: { # The source of a field. # The source of the field.
3294 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3295 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3296 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3297 &quot;userTypes&quot;: [ # Output only. The user types.
3298 &quot;A String&quot;,
3299 ],
3300 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3301 },
3302 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3303 &quot;type&quot;: &quot;A String&quot;, # The source type.
3304 },
3305 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3306 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3307 },
3308 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3309 &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
3310 },
3311 ],
3312 &quot;biographies&quot;: [ # The person&#x27;s biographies.
3313 { # A person&#x27;s short biography.
3314 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
3315 &quot;value&quot;: &quot;A String&quot;, # The short biography.
3316 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
3317 &quot;source&quot;: { # The source of a field. # The source of the field.
3318 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3319 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3320 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3321 &quot;userTypes&quot;: [ # Output only. The user types.
3322 &quot;A String&quot;,
3323 ],
3324 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3325 },
3326 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3327 &quot;type&quot;: &quot;A String&quot;, # The source type.
3328 },
3329 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3330 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3331 },
3332 },
3333 ],
3334 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
3335 { # A person&#x27;s phone number.
3336 &quot;value&quot;: &quot;A String&quot;, # The phone number.
3337 &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
3338 &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
3339 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
3340 &quot;source&quot;: { # The source of a field. # The source of the field.
3341 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3342 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3343 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3344 &quot;userTypes&quot;: [ # Output only. The user types.
3345 &quot;A String&quot;,
3346 ],
3347 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3348 },
3349 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3350 &quot;type&quot;: &quot;A String&quot;, # The source type.
3351 },
3352 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3353 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3354 },
3355 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
3356 },
3357 ],
3358 &quot;names&quot;: [ # The person&#x27;s names.
3359 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
3360 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
3361 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
3362 &quot;source&quot;: { # The source of a field. # The source of the field.
3363 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3364 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3365 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3366 &quot;userTypes&quot;: [ # Output only. The user types.
3367 &quot;A String&quot;,
3368 ],
3369 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3370 },
3371 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3372 &quot;type&quot;: &quot;A String&quot;, # The source type.
3373 },
3374 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3375 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3376 },
3377 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
3378 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
3379 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
3380 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
3381 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
3382 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
3383 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
3384 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
3385 &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
3386 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
3387 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
3388 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
3389 &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
3390 },
3391 ],
3392 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
3393 { # A person&#x27;s instant messaging client.
3394 &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
3395 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
3396 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
3397 &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
3398 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
3399 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
3400 &quot;source&quot;: { # The source of a field. # The source of the field.
3401 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3402 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3403 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3404 &quot;userTypes&quot;: [ # Output only. The user types.
3405 &quot;A String&quot;,
3406 ],
3407 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3408 },
3409 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3410 &quot;type&quot;: &quot;A String&quot;, # The source type.
3411 },
3412 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3413 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3414 },
3415 },
3416 ],
3417 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
3418 { # A person&#x27;s associated URLs.
3419 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
3420 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
3421 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
3422 &quot;source&quot;: { # The source of a field. # The source of the field.
3423 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3424 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3425 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3426 &quot;userTypes&quot;: [ # Output only. The user types.
3427 &quot;A String&quot;,
3428 ],
3429 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3430 },
3431 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3432 &quot;type&quot;: &quot;A String&quot;, # The source type.
3433 },
3434 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3435 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3436 },
3437 &quot;value&quot;: &quot;A String&quot;, # The URL.
3438 },
3439 ],
3440 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
3441 { # A person&#x27;s age range.
3442 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
3443 &quot;source&quot;: { # The source of a field. # The source of the field.
3444 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3445 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3446 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3447 &quot;userTypes&quot;: [ # Output only. The user types.
3448 &quot;A String&quot;,
3449 ],
3450 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3451 },
3452 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3453 &quot;type&quot;: &quot;A String&quot;, # The source type.
3454 },
3455 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3456 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3457 },
3458 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
3459 },
3460 ],
3461 &quot;occupations&quot;: [ # The person&#x27;s occupations.
3462 { # A person&#x27;s occupation.
3463 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
3464 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
3465 &quot;source&quot;: { # The source of a field. # The source of the field.
3466 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3467 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3468 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3469 &quot;userTypes&quot;: [ # Output only. The user types.
3470 &quot;A String&quot;,
3471 ],
3472 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3473 },
3474 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3475 &quot;type&quot;: &quot;A String&quot;, # The source type.
3476 },
3477 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3478 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3479 },
3480 },
3481 ],
3482 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
3483 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
3484 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
3485 &quot;source&quot;: { # The source of a field. # The source of the field.
3486 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3487 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3488 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3489 &quot;userTypes&quot;: [ # Output only. The user types.
3490 &quot;A String&quot;,
3491 ],
3492 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3493 },
3494 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3495 &quot;type&quot;: &quot;A String&quot;, # The source type.
3496 },
3497 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3498 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3499 },
3500 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
3501 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
3502 },
3503 ],
3504 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
3505 { # Arbitrary user data that is populated by the end users.
3506 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
3507 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
3508 &quot;source&quot;: { # The source of a field. # The source of the field.
3509 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3510 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3511 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3512 &quot;userTypes&quot;: [ # Output only. The user types.
3513 &quot;A String&quot;,
3514 ],
3515 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3516 },
3517 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3518 &quot;type&quot;: &quot;A String&quot;, # The source type.
3519 },
3520 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3521 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3522 },
3523 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
3524 },
3525 ],
3526 &quot;relations&quot;: [ # The person&#x27;s relations.
3527 { # A person&#x27;s relation to another person.
3528 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
3529 &quot;source&quot;: { # The source of a field. # The source of the field.
3530 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3531 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3532 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3533 &quot;userTypes&quot;: [ # Output only. The user types.
3534 &quot;A String&quot;,
3535 ],
3536 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3537 },
3538 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3539 &quot;type&quot;: &quot;A String&quot;, # The source type.
3540 },
3541 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3542 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3543 },
3544 &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
3545 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
3546 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
3547 },
3548 ],
3549 &quot;events&quot;: [ # The person&#x27;s events.
3550 { # An event related to the person.
3551 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
3552 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
3553 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
3554 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
3555 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
3556 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
3557 },
3558 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
3559 &quot;source&quot;: { # The source of a field. # The source of the field.
3560 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3561 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3562 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3563 &quot;userTypes&quot;: [ # Output only. The user types.
3564 &quot;A String&quot;,
3565 ],
3566 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3567 },
3568 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3569 &quot;type&quot;: &quot;A String&quot;, # The source type.
3570 },
3571 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3572 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3573 },
3574 },
3575 ],
3576 &quot;birthdays&quot;: [ # The person&#x27;s birthdays.
3577 { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
3578 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
3579 &quot;source&quot;: { # The source of a field. # The source of the field.
3580 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3581 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3582 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3583 &quot;userTypes&quot;: [ # Output only. The user types.
3584 &quot;A String&quot;,
3585 ],
3586 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3587 },
3588 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3589 &quot;type&quot;: &quot;A String&quot;, # The source type.
3590 },
3591 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3592 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3593 },
3594 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
3595 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
3596 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
3597 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
3598 },
3599 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
3600 },
3601 ],
3602 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
3603 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
3604 &quot;A String&quot;,
3605 ],
3606 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
3607 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
3608 &quot;A String&quot;,
3609 ],
3610 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
3611 &quot;sources&quot;: [ # The sources of data for the person.
3612 { # The source of a field.
3613 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3614 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3615 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3616 &quot;userTypes&quot;: [ # Output only. The user types.
3617 &quot;A String&quot;,
3618 ],
3619 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3620 },
3621 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3622 &quot;type&quot;: &quot;A String&quot;, # The source type.
3623 },
3624 ],
3625 },
3626 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
3627 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
3628 &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
3629 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
3630 &quot;source&quot;: { # The source of a field. # The source of the field.
3631 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3632 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3633 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3634 &quot;userTypes&quot;: [ # Output only. The user types.
3635 &quot;A String&quot;,
3636 ],
3637 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3638 },
3639 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3640 &quot;type&quot;: &quot;A String&quot;, # The source type.
3641 },
3642 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3643 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3644 },
3645 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
3646 &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
3647 },
3648 ],
3649 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
3650 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
3651 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
3652 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
3653 &quot;source&quot;: { # The source of a field. # The source of the field.
3654 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3655 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3656 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3657 &quot;userTypes&quot;: [ # Output only. The user types.
3658 &quot;A String&quot;,
3659 ],
3660 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3661 },
3662 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3663 &quot;type&quot;: &quot;A String&quot;, # The source type.
3664 },
3665 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3666 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3667 },
3668 },
3669 ],
3670 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
3671 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
3672 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
3673 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
3674 },
3675 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
3676 &quot;source&quot;: { # The source of a field. # The source of the field.
3677 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3678 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3679 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3680 &quot;userTypes&quot;: [ # Output only. The user types.
3681 &quot;A String&quot;,
3682 ],
3683 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3684 },
3685 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3686 &quot;type&quot;: &quot;A String&quot;, # The source type.
3687 },
3688 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3689 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3690 },
3691 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
3692 &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A contact must always have at least one contact group membership.
3693 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
3694 },
3695 },
3696 ],
3697 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
3698 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
3699 { # The name that should be used to sort the person in a list.
3700 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
3701 &quot;source&quot;: { # The source of a field. # The source of the field.
3702 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3703 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3704 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3705 &quot;userTypes&quot;: [ # Output only. The user types.
3706 &quot;A String&quot;,
3707 ],
3708 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3709 },
3710 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3711 &quot;type&quot;: &quot;A String&quot;, # The source type.
3712 },
3713 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3714 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3715 },
3716 &quot;value&quot;: &quot;A String&quot;, # The file-as value
3717 },
3718 ],
3719 &quot;genders&quot;: [ # The person&#x27;s genders.
3720 { # A person&#x27;s gender.
3721 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
3722 &quot;source&quot;: { # The source of a field. # The source of the field.
3723 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3724 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3725 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3726 &quot;userTypes&quot;: [ # Output only. The user types.
3727 &quot;A String&quot;,
3728 ],
3729 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3730 },
3731 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3732 &quot;type&quot;: &quot;A String&quot;, # The source type.
3733 },
3734 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3735 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3736 },
3737 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
3738 &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
3739 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
3740 },
3741 ],
3742 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
3743 { # A person&#x27;s email address.
3744 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
3745 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
3746 &quot;value&quot;: &quot;A String&quot;, # The email address.
3747 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
3748 &quot;source&quot;: { # The source of a field. # The source of the field.
3749 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3750 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3751 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3752 &quot;userTypes&quot;: [ # Output only. The user types.
3753 &quot;A String&quot;,
3754 ],
3755 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3756 },
3757 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3758 &quot;type&quot;: &quot;A String&quot;, # The source type.
3759 },
3760 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3761 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3762 },
3763 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3764 },
3765 ],
3766 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
3767 &quot;residences&quot;: [ # The person&#x27;s residences.
3768 { # A person&#x27;s past or current residence.
3769 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
3770 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
3771 &quot;source&quot;: { # The source of a field. # The source of the field.
3772 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3773 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3774 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3775 &quot;userTypes&quot;: [ # Output only. The user types.
3776 &quot;A String&quot;,
3777 ],
3778 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3779 },
3780 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3781 &quot;type&quot;: &quot;A String&quot;, # The source type.
3782 },
3783 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3784 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3785 },
3786 &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
3787 },
3788 ],
3789 &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
3790 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
3791 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
3792 &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
3793 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
3794 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
3795 &quot;source&quot;: { # The source of a field. # The source of the field.
3796 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3797 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3798 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3799 &quot;userTypes&quot;: [ # Output only. The user types.
3800 &quot;A String&quot;,
3801 ],
3802 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3803 },
3804 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3805 &quot;type&quot;: &quot;A String&quot;, # The source type.
3806 },
3807 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3808 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3809 },
3810 },
3811 ],
3812 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
3813 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
3814 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
3815 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
3816 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
3817 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
3818 &quot;source&quot;: { # The source of a field. # The source of the field.
3819 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3820 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3821 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3822 &quot;userTypes&quot;: [ # Output only. The user types.
3823 &quot;A String&quot;,
3824 ],
3825 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3826 },
3827 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3828 &quot;type&quot;: &quot;A String&quot;, # The source type.
3829 },
3830 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3831 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3832 },
3833 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
3834 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
3835 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
3836 &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
3837 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
3838 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
3839 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
3840 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
3841 },
3842 ],
3843 &quot;skills&quot;: [ # The person&#x27;s skills.
3844 { # A skill that the person has.
3845 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
3846 &quot;source&quot;: { # The source of a field. # The source of the field.
3847 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3848 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3849 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3850 &quot;userTypes&quot;: [ # Output only. The user types.
3851 &quot;A String&quot;,
3852 ],
3853 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3854 },
3855 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3856 &quot;type&quot;: &quot;A String&quot;, # The source type.
3857 },
3858 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3859 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3860 },
3861 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
3862 },
3863 ],
3864 },
Dan O'Mearadd494642020-05-01 07:42:23 -07003865 },
3866 ],
3867 }</pre>
3868</div>
3869
3870<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003871 <code class="details" id="listDirectoryPeople">listDirectoryPeople(readMask=None, pageToken=None, syncToken=None, sources=None, pageSize=None, requestSyncToken=None, mergeSources=None, x__xgafv=None)</code>
3872 <pre>Provides a list of domain profiles and domain contacts in the authenticated user&#x27;s domain directory.
Dan O'Mearadd494642020-05-01 07:42:23 -07003873
3874Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003875 readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * coverPhotos * emailAddresses * events * genders * imClients * interests * locales * memberships * metadata * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * residences * sipAddresses * skills * urls * userDefined
3876 pageToken: string, Optional. A page token, received from a previous `ListDirectoryPeople` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDirectoryPeople` must match the call that provided the page token.
3877 syncToken: string, Optional. A sync token, received from a previous `ListDirectoryPeople` call. Provide this to retrieve only the resources changed since the last request. When syncing, all other parameters provided to `ListDirectoryPeople` must match the call that provided the sync token.
3878 sources: string, Required. Directory sources to return. (repeated)
3879 Allowed values
3880 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
3881 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact.
3882 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile.
3883 pageSize: integer, Optional. The number of people to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
3884 requestSyncToken: boolean, Optional. Whether the response should include `next_sync_token`, which can be used to get all changes since the last request. For subsequent sync requests use the `sync_token` param instead.
3885 mergeSources: string, Optional. Additional data to merge into the directory sources if they are connected through verified join keys such as email addresses or phone numbers. (repeated)
3886 Allowed values
3887 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
3888 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
Bu Sun Kim65020912020-05-20 12:08:20 -07003889 x__xgafv: string, V1 error format.
3890 Allowed values
3891 1 - v1 error format
3892 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -07003893
3894Returns:
3895 An object of the form:
3896
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003897 { # The response to a request for the authenticated user&#x27;s domain directory.
3898 &quot;nextSyncToken&quot;: &quot;A String&quot;, # A token, which can be sent as `sync_token` to retrieve changes since the last request. Request must set `request_sync_token` to return the sync token.
3899 &quot;people&quot;: [ # The list of people in the domain directory.
3900 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
3901 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
3902 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
3903 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
3904 &quot;source&quot;: { # The source of a field. # The source of the field.
3905 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3906 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3907 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3908 &quot;userTypes&quot;: [ # Output only. The user types.
3909 &quot;A String&quot;,
3910 ],
3911 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3912 },
3913 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3914 &quot;type&quot;: &quot;A String&quot;, # The source type.
3915 },
3916 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3917 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim65020912020-05-20 12:08:20 -07003918 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003919 &quot;value&quot;: &quot;A String&quot;, # The tagline.
Dan O'Mearadd494642020-05-01 07:42:23 -07003920 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003921 ],
3922 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
3923 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
3924 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
3925 &quot;source&quot;: { # The source of a field. # The source of the field.
3926 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3927 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3928 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3929 &quot;userTypes&quot;: [ # Output only. The user types.
3930 &quot;A String&quot;,
3931 ],
3932 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3933 },
3934 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3935 &quot;type&quot;: &quot;A String&quot;, # The source type.
3936 },
3937 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3938 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3939 },
3940 &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
3941 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
3942 },
3943 ],
3944 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
3945 { # A person&#x27;s locale preference.
3946 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
3947 &quot;source&quot;: { # The source of a field. # The source of the field.
3948 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3949 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3950 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3951 &quot;userTypes&quot;: [ # Output only. The user types.
3952 &quot;A String&quot;,
3953 ],
3954 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3955 },
3956 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3957 &quot;type&quot;: &quot;A String&quot;, # The source type.
3958 },
3959 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3960 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3961 },
3962 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
3963 },
3964 ],
3965 &quot;interests&quot;: [ # The person&#x27;s interests.
3966 { # One of the person&#x27;s interests.
3967 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
3968 &quot;source&quot;: { # The source of a field. # The source of the field.
3969 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3970 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3971 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3972 &quot;userTypes&quot;: [ # Output only. The user types.
3973 &quot;A String&quot;,
3974 ],
3975 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3976 },
3977 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3978 &quot;type&quot;: &quot;A String&quot;, # The source type.
3979 },
3980 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3981 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3982 },
3983 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
3984 },
3985 ],
3986 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
3987 { # A person&#x27;s nickname.
3988 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
3989 &quot;value&quot;: &quot;A String&quot;, # The nickname.
3990 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
3991 &quot;source&quot;: { # The source of a field. # The source of the field.
3992 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3993 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3994 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3995 &quot;userTypes&quot;: [ # Output only. The user types.
3996 &quot;A String&quot;,
3997 ],
3998 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3999 },
4000 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4001 &quot;type&quot;: &quot;A String&quot;, # The source type.
4002 },
4003 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4004 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4005 },
4006 },
4007 ],
4008 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
4009 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
4010 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
4011 &quot;source&quot;: { # The source of a field. # The source of the field.
4012 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4013 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4014 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4015 &quot;userTypes&quot;: [ # Output only. The user types.
4016 &quot;A String&quot;,
4017 ],
4018 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4019 },
4020 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4021 &quot;type&quot;: &quot;A String&quot;, # The source type.
4022 },
4023 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4024 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4025 },
4026 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
4027 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
4028 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
4029 &quot;startDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
4030 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
4031 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
4032 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
4033 },
4034 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
4035 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
4036 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
4037 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
4038 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
4039 &quot;endDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
4040 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
4041 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
4042 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
4043 },
4044 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4045 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
4046 &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
4047 },
4048 ],
4049 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
4050 { # A person&#x27;s cover photo. A large image shown on the person&#x27;s profile page that represents who they are or what they care about.
4051 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
4052 &quot;source&quot;: { # The source of a field. # The source of the field.
4053 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4054 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4055 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4056 &quot;userTypes&quot;: [ # Output only. The user types.
4057 &quot;A String&quot;,
4058 ],
4059 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4060 },
4061 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4062 &quot;type&quot;: &quot;A String&quot;, # The source type.
4063 },
4064 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4065 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4066 },
4067 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
4068 &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
4069 },
4070 ],
4071 &quot;biographies&quot;: [ # The person&#x27;s biographies.
4072 { # A person&#x27;s short biography.
4073 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
4074 &quot;value&quot;: &quot;A String&quot;, # The short biography.
4075 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
4076 &quot;source&quot;: { # The source of a field. # The source of the field.
4077 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4078 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4079 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4080 &quot;userTypes&quot;: [ # Output only. The user types.
4081 &quot;A String&quot;,
4082 ],
4083 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4084 },
4085 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4086 &quot;type&quot;: &quot;A String&quot;, # The source type.
4087 },
4088 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4089 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4090 },
4091 },
4092 ],
4093 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
4094 { # A person&#x27;s phone number.
4095 &quot;value&quot;: &quot;A String&quot;, # The phone number.
4096 &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
4097 &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
4098 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
4099 &quot;source&quot;: { # The source of a field. # The source of the field.
4100 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4101 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4102 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4103 &quot;userTypes&quot;: [ # Output only. The user types.
4104 &quot;A String&quot;,
4105 ],
4106 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4107 },
4108 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4109 &quot;type&quot;: &quot;A String&quot;, # The source type.
4110 },
4111 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4112 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4113 },
4114 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4115 },
4116 ],
4117 &quot;names&quot;: [ # The person&#x27;s names.
4118 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
4119 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
4120 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
4121 &quot;source&quot;: { # The source of a field. # The source of the field.
4122 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4123 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4124 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4125 &quot;userTypes&quot;: [ # Output only. The user types.
4126 &quot;A String&quot;,
4127 ],
4128 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4129 },
4130 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4131 &quot;type&quot;: &quot;A String&quot;, # The source type.
4132 },
4133 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4134 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4135 },
4136 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
4137 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
4138 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
4139 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
4140 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
4141 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
4142 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
4143 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
4144 &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
4145 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
4146 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
4147 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
4148 &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
4149 },
4150 ],
4151 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
4152 { # A person&#x27;s instant messaging client.
4153 &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
4154 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4155 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4156 &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
4157 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
4158 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
4159 &quot;source&quot;: { # The source of a field. # The source of the field.
4160 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4161 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4162 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4163 &quot;userTypes&quot;: [ # Output only. The user types.
4164 &quot;A String&quot;,
4165 ],
4166 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4167 },
4168 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4169 &quot;type&quot;: &quot;A String&quot;, # The source type.
4170 },
4171 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4172 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4173 },
4174 },
4175 ],
4176 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
4177 { # A person&#x27;s associated URLs.
4178 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4179 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
4180 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
4181 &quot;source&quot;: { # The source of a field. # The source of the field.
4182 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4183 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4184 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4185 &quot;userTypes&quot;: [ # Output only. The user types.
4186 &quot;A String&quot;,
4187 ],
4188 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4189 },
4190 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4191 &quot;type&quot;: &quot;A String&quot;, # The source type.
4192 },
4193 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4194 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4195 },
4196 &quot;value&quot;: &quot;A String&quot;, # The URL.
4197 },
4198 ],
4199 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
4200 { # A person&#x27;s age range.
4201 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
4202 &quot;source&quot;: { # The source of a field. # The source of the field.
4203 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4204 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4205 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4206 &quot;userTypes&quot;: [ # Output only. The user types.
4207 &quot;A String&quot;,
4208 ],
4209 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4210 },
4211 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4212 &quot;type&quot;: &quot;A String&quot;, # The source type.
4213 },
4214 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4215 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4216 },
4217 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
4218 },
4219 ],
4220 &quot;occupations&quot;: [ # The person&#x27;s occupations.
4221 { # A person&#x27;s occupation.
4222 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
4223 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
4224 &quot;source&quot;: { # The source of a field. # The source of the field.
4225 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4226 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4227 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4228 &quot;userTypes&quot;: [ # Output only. The user types.
4229 &quot;A String&quot;,
4230 ],
4231 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4232 },
4233 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4234 &quot;type&quot;: &quot;A String&quot;, # The source type.
4235 },
4236 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4237 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4238 },
4239 },
4240 ],
4241 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
4242 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
4243 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
4244 &quot;source&quot;: { # The source of a field. # The source of the field.
4245 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4246 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4247 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4248 &quot;userTypes&quot;: [ # Output only. The user types.
4249 &quot;A String&quot;,
4250 ],
4251 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4252 },
4253 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4254 &quot;type&quot;: &quot;A String&quot;, # The source type.
4255 },
4256 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4257 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4258 },
4259 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
4260 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
4261 },
4262 ],
4263 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
4264 { # Arbitrary user data that is populated by the end users.
4265 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
4266 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
4267 &quot;source&quot;: { # The source of a field. # The source of the field.
4268 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4269 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4270 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4271 &quot;userTypes&quot;: [ # Output only. The user types.
4272 &quot;A String&quot;,
4273 ],
4274 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4275 },
4276 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4277 &quot;type&quot;: &quot;A String&quot;, # The source type.
4278 },
4279 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4280 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4281 },
4282 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
4283 },
4284 ],
4285 &quot;relations&quot;: [ # The person&#x27;s relations.
4286 { # A person&#x27;s relation to another person.
4287 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
4288 &quot;source&quot;: { # The source of a field. # The source of the field.
4289 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4290 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4291 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4292 &quot;userTypes&quot;: [ # Output only. The user types.
4293 &quot;A String&quot;,
4294 ],
4295 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4296 },
4297 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4298 &quot;type&quot;: &quot;A String&quot;, # The source type.
4299 },
4300 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4301 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4302 },
4303 &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
4304 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
4305 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
4306 },
4307 ],
4308 &quot;events&quot;: [ # The person&#x27;s events.
4309 { # An event related to the person.
4310 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
4311 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4312 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
4313 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
4314 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
4315 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
4316 },
4317 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
4318 &quot;source&quot;: { # The source of a field. # The source of the field.
4319 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4320 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4321 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4322 &quot;userTypes&quot;: [ # Output only. The user types.
4323 &quot;A String&quot;,
4324 ],
4325 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4326 },
4327 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4328 &quot;type&quot;: &quot;A String&quot;, # The source type.
4329 },
4330 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4331 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4332 },
4333 },
4334 ],
4335 &quot;birthdays&quot;: [ # The person&#x27;s birthdays.
4336 { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
4337 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
4338 &quot;source&quot;: { # The source of a field. # The source of the field.
4339 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4340 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4341 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4342 &quot;userTypes&quot;: [ # Output only. The user types.
4343 &quot;A String&quot;,
4344 ],
4345 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4346 },
4347 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4348 &quot;type&quot;: &quot;A String&quot;, # The source type.
4349 },
4350 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4351 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4352 },
4353 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
4354 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
4355 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
4356 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
4357 },
4358 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
4359 },
4360 ],
4361 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
4362 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
4363 &quot;A String&quot;,
4364 ],
4365 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
4366 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
4367 &quot;A String&quot;,
4368 ],
4369 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
4370 &quot;sources&quot;: [ # The sources of data for the person.
4371 { # The source of a field.
4372 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4373 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4374 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4375 &quot;userTypes&quot;: [ # Output only. The user types.
4376 &quot;A String&quot;,
4377 ],
4378 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4379 },
4380 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4381 &quot;type&quot;: &quot;A String&quot;, # The source type.
4382 },
4383 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07004384 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004385 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
4386 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
4387 &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
4388 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
4389 &quot;source&quot;: { # The source of a field. # The source of the field.
4390 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4391 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4392 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4393 &quot;userTypes&quot;: [ # Output only. The user types.
4394 &quot;A String&quot;,
4395 ],
4396 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4397 },
4398 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4399 &quot;type&quot;: &quot;A String&quot;, # The source type.
4400 },
4401 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4402 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4403 },
4404 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4405 &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
4406 },
4407 ],
4408 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
4409 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
4410 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
4411 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
4412 &quot;source&quot;: { # The source of a field. # The source of the field.
4413 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4414 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4415 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4416 &quot;userTypes&quot;: [ # Output only. The user types.
4417 &quot;A String&quot;,
4418 ],
4419 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4420 },
4421 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4422 &quot;type&quot;: &quot;A String&quot;, # The source type.
4423 },
4424 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4425 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4426 },
4427 },
4428 ],
4429 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
4430 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
4431 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
4432 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
4433 },
4434 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
4435 &quot;source&quot;: { # The source of a field. # The source of the field.
4436 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4437 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4438 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4439 &quot;userTypes&quot;: [ # Output only. The user types.
4440 &quot;A String&quot;,
4441 ],
4442 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4443 },
4444 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4445 &quot;type&quot;: &quot;A String&quot;, # The source type.
4446 },
4447 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4448 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4449 },
4450 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
4451 &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A contact must always have at least one contact group membership.
4452 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
4453 },
4454 },
4455 ],
4456 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
4457 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
4458 { # The name that should be used to sort the person in a list.
4459 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
4460 &quot;source&quot;: { # The source of a field. # The source of the field.
4461 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4462 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4463 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4464 &quot;userTypes&quot;: [ # Output only. The user types.
4465 &quot;A String&quot;,
4466 ],
4467 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4468 },
4469 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4470 &quot;type&quot;: &quot;A String&quot;, # The source type.
4471 },
4472 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4473 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4474 },
4475 &quot;value&quot;: &quot;A String&quot;, # The file-as value
4476 },
4477 ],
4478 &quot;genders&quot;: [ # The person&#x27;s genders.
4479 { # A person&#x27;s gender.
4480 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
4481 &quot;source&quot;: { # The source of a field. # The source of the field.
4482 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4483 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4484 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4485 &quot;userTypes&quot;: [ # Output only. The user types.
4486 &quot;A String&quot;,
4487 ],
4488 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4489 },
4490 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4491 &quot;type&quot;: &quot;A String&quot;, # The source type.
4492 },
4493 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4494 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4495 },
4496 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
4497 &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
4498 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
4499 },
4500 ],
4501 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
4502 { # A person&#x27;s email address.
4503 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4504 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
4505 &quot;value&quot;: &quot;A String&quot;, # The email address.
4506 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
4507 &quot;source&quot;: { # The source of a field. # The source of the field.
4508 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4509 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4510 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4511 &quot;userTypes&quot;: [ # Output only. The user types.
4512 &quot;A String&quot;,
4513 ],
4514 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4515 },
4516 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4517 &quot;type&quot;: &quot;A String&quot;, # The source type.
4518 },
4519 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4520 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4521 },
4522 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
4523 },
4524 ],
4525 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
4526 &quot;residences&quot;: [ # The person&#x27;s residences.
4527 { # A person&#x27;s past or current residence.
4528 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
4529 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
4530 &quot;source&quot;: { # The source of a field. # The source of the field.
4531 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4532 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4533 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4534 &quot;userTypes&quot;: [ # Output only. The user types.
4535 &quot;A String&quot;,
4536 ],
4537 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4538 },
4539 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4540 &quot;type&quot;: &quot;A String&quot;, # The source type.
4541 },
4542 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4543 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4544 },
4545 &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
4546 },
4547 ],
4548 &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
4549 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
4550 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
4551 &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
4552 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
4553 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
4554 &quot;source&quot;: { # The source of a field. # The source of the field.
4555 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4556 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4557 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4558 &quot;userTypes&quot;: [ # Output only. The user types.
4559 &quot;A String&quot;,
4560 ],
4561 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4562 },
4563 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4564 &quot;type&quot;: &quot;A String&quot;, # The source type.
4565 },
4566 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4567 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4568 },
4569 },
4570 ],
4571 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
4572 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
4573 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
4574 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
4575 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
4576 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
4577 &quot;source&quot;: { # The source of a field. # The source of the field.
4578 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4579 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4580 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4581 &quot;userTypes&quot;: [ # Output only. The user types.
4582 &quot;A String&quot;,
4583 ],
4584 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4585 },
4586 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4587 &quot;type&quot;: &quot;A String&quot;, # The source type.
4588 },
4589 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4590 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4591 },
4592 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
4593 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
4594 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
4595 &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
4596 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
4597 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
4598 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4599 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
4600 },
4601 ],
4602 &quot;skills&quot;: [ # The person&#x27;s skills.
4603 { # A skill that the person has.
4604 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
4605 &quot;source&quot;: { # The source of a field. # The source of the field.
4606 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4607 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4608 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4609 &quot;userTypes&quot;: [ # Output only. The user types.
4610 &quot;A String&quot;,
4611 ],
4612 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4613 },
4614 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4615 &quot;type&quot;: &quot;A String&quot;, # The source type.
4616 },
4617 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4618 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4619 },
4620 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
4621 },
4622 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07004623 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07004624 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004625 &quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
4626 }</pre>
4627</div>
4628
4629<div class="method">
4630 <code class="details" id="listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</code>
4631 <pre>Retrieves the next page of results.
4632
4633Args:
4634 previous_request: The request for the previous page. (required)
4635 previous_response: The response from the request for the previous page. (required)
4636
4637Returns:
4638 A request object that you can call &#x27;execute()&#x27; on to request the next
4639 page. Returns None if there are no more items in the collection.
4640 </pre>
4641</div>
4642
4643<div class="method">
4644 <code class="details" id="searchDirectoryPeople">searchDirectoryPeople(query=None, readMask=None, pageSize=None, sources=None, mergeSources=None, pageToken=None, x__xgafv=None)</code>
4645 <pre>Provides a list of domain profiles and domain contacts in the authenticated user&#x27;s domain directory that match the search query.
4646
4647Args:
4648 query: string, Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match.
4649 readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * coverPhotos * emailAddresses * events * genders * imClients * interests * locales * memberships * metadata * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * residences * sipAddresses * skills * urls * userDefined
4650 pageSize: integer, Optional. The number of people to include in the response. Valid values are between 1 and 500, inclusive. Defaults to 100 if not set or set to 0.
4651 sources: string, Required. Directory sources to return. (repeated)
4652 Allowed values
4653 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
4654 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact.
4655 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile.
4656 mergeSources: string, Optional. Additional data to merge into the directory sources if they are connected through verified join keys such as email addresses or phone numbers. (repeated)
4657 Allowed values
4658 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
4659 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
4660 pageToken: string, Optional. A page token, received from a previous `SearchDirectoryPeople` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchDirectoryPeople` must match the call that provided the page token.
4661 x__xgafv: string, V1 error format.
4662 Allowed values
4663 1 - v1 error format
4664 2 - v2 error format
4665
4666Returns:
4667 An object of the form:
4668
4669 { # The response to a request for people in the authenticated user&#x27;s domain directory that match the specified query.
4670 &quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
4671 &quot;totalSize&quot;: 42, # The total number of items in the list without pagination.
4672 &quot;people&quot;: [ # The list of people in the domain directory that match the query.
4673 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
4674 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
4675 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
4676 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
4677 &quot;source&quot;: { # The source of a field. # The source of the field.
4678 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4679 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4680 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4681 &quot;userTypes&quot;: [ # Output only. The user types.
4682 &quot;A String&quot;,
4683 ],
4684 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4685 },
4686 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4687 &quot;type&quot;: &quot;A String&quot;, # The source type.
4688 },
4689 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4690 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim65020912020-05-20 12:08:20 -07004691 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004692 &quot;value&quot;: &quot;A String&quot;, # The tagline.
Bu Sun Kim65020912020-05-20 12:08:20 -07004693 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004694 ],
4695 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
4696 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
4697 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
4698 &quot;source&quot;: { # The source of a field. # The source of the field.
4699 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4700 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4701 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4702 &quot;userTypes&quot;: [ # Output only. The user types.
4703 &quot;A String&quot;,
4704 ],
4705 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4706 },
4707 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4708 &quot;type&quot;: &quot;A String&quot;, # The source type.
4709 },
4710 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4711 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4712 },
4713 &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
4714 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4715 },
4716 ],
4717 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
4718 { # A person&#x27;s locale preference.
4719 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
4720 &quot;source&quot;: { # The source of a field. # The source of the field.
4721 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4722 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4723 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4724 &quot;userTypes&quot;: [ # Output only. The user types.
4725 &quot;A String&quot;,
4726 ],
4727 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4728 },
4729 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4730 &quot;type&quot;: &quot;A String&quot;, # The source type.
4731 },
4732 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4733 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4734 },
4735 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
4736 },
4737 ],
4738 &quot;interests&quot;: [ # The person&#x27;s interests.
4739 { # One of the person&#x27;s interests.
4740 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
4741 &quot;source&quot;: { # The source of a field. # The source of the field.
4742 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4743 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4744 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4745 &quot;userTypes&quot;: [ # Output only. The user types.
4746 &quot;A String&quot;,
4747 ],
4748 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4749 },
4750 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4751 &quot;type&quot;: &quot;A String&quot;, # The source type.
4752 },
4753 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4754 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4755 },
4756 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
4757 },
4758 ],
4759 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
4760 { # A person&#x27;s nickname.
4761 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
4762 &quot;value&quot;: &quot;A String&quot;, # The nickname.
4763 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
4764 &quot;source&quot;: { # The source of a field. # The source of the field.
4765 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4766 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4767 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4768 &quot;userTypes&quot;: [ # Output only. The user types.
4769 &quot;A String&quot;,
4770 ],
4771 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4772 },
4773 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4774 &quot;type&quot;: &quot;A String&quot;, # The source type.
4775 },
4776 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4777 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4778 },
4779 },
4780 ],
4781 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
4782 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
4783 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
4784 &quot;source&quot;: { # The source of a field. # The source of the field.
4785 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4786 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4787 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4788 &quot;userTypes&quot;: [ # Output only. The user types.
4789 &quot;A String&quot;,
4790 ],
4791 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4792 },
4793 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4794 &quot;type&quot;: &quot;A String&quot;, # The source type.
4795 },
4796 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4797 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4798 },
4799 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
4800 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
4801 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
4802 &quot;startDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
4803 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
4804 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
4805 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
4806 },
4807 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
4808 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
4809 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
4810 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
4811 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
4812 &quot;endDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
4813 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
4814 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
4815 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
4816 },
4817 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4818 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
4819 &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
4820 },
4821 ],
4822 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
4823 { # A person&#x27;s cover photo. A large image shown on the person&#x27;s profile page that represents who they are or what they care about.
4824 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
4825 &quot;source&quot;: { # The source of a field. # The source of the field.
4826 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4827 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4828 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4829 &quot;userTypes&quot;: [ # Output only. The user types.
4830 &quot;A String&quot;,
4831 ],
4832 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4833 },
4834 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4835 &quot;type&quot;: &quot;A String&quot;, # The source type.
4836 },
4837 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4838 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4839 },
4840 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
4841 &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
4842 },
4843 ],
4844 &quot;biographies&quot;: [ # The person&#x27;s biographies.
4845 { # A person&#x27;s short biography.
4846 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
4847 &quot;value&quot;: &quot;A String&quot;, # The short biography.
4848 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
4849 &quot;source&quot;: { # The source of a field. # The source of the field.
4850 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4851 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4852 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4853 &quot;userTypes&quot;: [ # Output only. The user types.
4854 &quot;A String&quot;,
4855 ],
4856 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4857 },
4858 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4859 &quot;type&quot;: &quot;A String&quot;, # The source type.
4860 },
4861 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4862 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4863 },
4864 },
4865 ],
4866 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
4867 { # A person&#x27;s phone number.
4868 &quot;value&quot;: &quot;A String&quot;, # The phone number.
4869 &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
4870 &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
4871 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
4872 &quot;source&quot;: { # The source of a field. # The source of the field.
4873 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4874 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4875 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4876 &quot;userTypes&quot;: [ # Output only. The user types.
4877 &quot;A String&quot;,
4878 ],
4879 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4880 },
4881 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4882 &quot;type&quot;: &quot;A String&quot;, # The source type.
4883 },
4884 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4885 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4886 },
4887 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4888 },
4889 ],
4890 &quot;names&quot;: [ # The person&#x27;s names.
4891 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
4892 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
4893 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
4894 &quot;source&quot;: { # The source of a field. # The source of the field.
4895 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4896 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4897 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4898 &quot;userTypes&quot;: [ # Output only. The user types.
4899 &quot;A String&quot;,
4900 ],
4901 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4902 },
4903 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4904 &quot;type&quot;: &quot;A String&quot;, # The source type.
4905 },
4906 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4907 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4908 },
4909 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
4910 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
4911 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
4912 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
4913 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
4914 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
4915 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
4916 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
4917 &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
4918 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
4919 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
4920 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
4921 &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
4922 },
4923 ],
4924 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
4925 { # A person&#x27;s instant messaging client.
4926 &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
4927 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4928 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4929 &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
4930 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
4931 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
4932 &quot;source&quot;: { # The source of a field. # The source of the field.
4933 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4934 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4935 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4936 &quot;userTypes&quot;: [ # Output only. The user types.
4937 &quot;A String&quot;,
4938 ],
4939 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4940 },
4941 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4942 &quot;type&quot;: &quot;A String&quot;, # The source type.
4943 },
4944 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4945 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4946 },
4947 },
4948 ],
4949 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
4950 { # A person&#x27;s associated URLs.
4951 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
4952 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
4953 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
4954 &quot;source&quot;: { # The source of a field. # The source of the field.
4955 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4956 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4957 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4958 &quot;userTypes&quot;: [ # Output only. The user types.
4959 &quot;A String&quot;,
4960 ],
4961 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4962 },
4963 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4964 &quot;type&quot;: &quot;A String&quot;, # The source type.
4965 },
4966 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4967 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4968 },
4969 &quot;value&quot;: &quot;A String&quot;, # The URL.
4970 },
4971 ],
4972 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
4973 { # A person&#x27;s age range.
4974 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
4975 &quot;source&quot;: { # The source of a field. # The source of the field.
4976 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4977 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4978 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4979 &quot;userTypes&quot;: [ # Output only. The user types.
4980 &quot;A String&quot;,
4981 ],
4982 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4983 },
4984 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4985 &quot;type&quot;: &quot;A String&quot;, # The source type.
4986 },
4987 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4988 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4989 },
4990 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
4991 },
4992 ],
4993 &quot;occupations&quot;: [ # The person&#x27;s occupations.
4994 { # A person&#x27;s occupation.
4995 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
4996 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
4997 &quot;source&quot;: { # The source of a field. # The source of the field.
4998 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4999 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5000 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5001 &quot;userTypes&quot;: [ # Output only. The user types.
5002 &quot;A String&quot;,
5003 ],
5004 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5005 },
5006 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5007 &quot;type&quot;: &quot;A String&quot;, # The source type.
5008 },
5009 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5010 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5011 },
5012 },
5013 ],
5014 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
5015 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
5016 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
5017 &quot;source&quot;: { # The source of a field. # The source of the field.
5018 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5019 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5020 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5021 &quot;userTypes&quot;: [ # Output only. The user types.
5022 &quot;A String&quot;,
5023 ],
5024 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5025 },
5026 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5027 &quot;type&quot;: &quot;A String&quot;, # The source type.
5028 },
5029 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5030 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5031 },
5032 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
5033 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
5034 },
5035 ],
5036 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
5037 { # Arbitrary user data that is populated by the end users.
5038 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
5039 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
5040 &quot;source&quot;: { # The source of a field. # The source of the field.
5041 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5042 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5043 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5044 &quot;userTypes&quot;: [ # Output only. The user types.
5045 &quot;A String&quot;,
5046 ],
5047 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5048 },
5049 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5050 &quot;type&quot;: &quot;A String&quot;, # The source type.
5051 },
5052 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5053 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5054 },
5055 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
5056 },
5057 ],
5058 &quot;relations&quot;: [ # The person&#x27;s relations.
5059 { # A person&#x27;s relation to another person.
5060 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
5061 &quot;source&quot;: { # The source of a field. # The source of the field.
5062 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5063 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5064 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5065 &quot;userTypes&quot;: [ # Output only. The user types.
5066 &quot;A String&quot;,
5067 ],
5068 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5069 },
5070 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5071 &quot;type&quot;: &quot;A String&quot;, # The source type.
5072 },
5073 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5074 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5075 },
5076 &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
5077 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
5078 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
5079 },
5080 ],
5081 &quot;events&quot;: [ # The person&#x27;s events.
5082 { # An event related to the person.
5083 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
5084 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5085 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
5086 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
5087 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
5088 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
5089 },
5090 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
5091 &quot;source&quot;: { # The source of a field. # The source of the field.
5092 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5093 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5094 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5095 &quot;userTypes&quot;: [ # Output only. The user types.
5096 &quot;A String&quot;,
5097 ],
5098 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5099 },
5100 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5101 &quot;type&quot;: &quot;A String&quot;, # The source type.
5102 },
5103 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5104 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5105 },
5106 },
5107 ],
5108 &quot;birthdays&quot;: [ # The person&#x27;s birthdays.
5109 { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
5110 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
5111 &quot;source&quot;: { # The source of a field. # The source of the field.
5112 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5113 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5114 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5115 &quot;userTypes&quot;: [ # Output only. The user types.
5116 &quot;A String&quot;,
5117 ],
5118 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5119 },
5120 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5121 &quot;type&quot;: &quot;A String&quot;, # The source type.
5122 },
5123 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5124 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5125 },
5126 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
5127 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
5128 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
5129 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
5130 },
5131 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
5132 },
5133 ],
5134 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
5135 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
5136 &quot;A String&quot;,
5137 ],
5138 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
5139 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
5140 &quot;A String&quot;,
5141 ],
5142 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
5143 &quot;sources&quot;: [ # The sources of data for the person.
5144 { # The source of a field.
5145 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5146 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5147 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5148 &quot;userTypes&quot;: [ # Output only. The user types.
5149 &quot;A String&quot;,
5150 ],
5151 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5152 },
5153 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5154 &quot;type&quot;: &quot;A String&quot;, # The source type.
5155 },
5156 ],
Bu Sun Kim65020912020-05-20 12:08:20 -07005157 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005158 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
5159 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
5160 &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
5161 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
5162 &quot;source&quot;: { # The source of a field. # The source of the field.
5163 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5164 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5165 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5166 &quot;userTypes&quot;: [ # Output only. The user types.
5167 &quot;A String&quot;,
5168 ],
5169 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5170 },
5171 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5172 &quot;type&quot;: &quot;A String&quot;, # The source type.
5173 },
5174 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5175 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5176 },
5177 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5178 &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
5179 },
5180 ],
5181 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
5182 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
5183 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
5184 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
5185 &quot;source&quot;: { # The source of a field. # The source of the field.
5186 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5187 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5188 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5189 &quot;userTypes&quot;: [ # Output only. The user types.
5190 &quot;A String&quot;,
5191 ],
5192 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5193 },
5194 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5195 &quot;type&quot;: &quot;A String&quot;, # The source type.
5196 },
5197 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5198 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5199 },
5200 },
5201 ],
5202 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
5203 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
5204 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
5205 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
5206 },
5207 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
5208 &quot;source&quot;: { # The source of a field. # The source of the field.
5209 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5210 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5211 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5212 &quot;userTypes&quot;: [ # Output only. The user types.
5213 &quot;A String&quot;,
5214 ],
5215 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5216 },
5217 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5218 &quot;type&quot;: &quot;A String&quot;, # The source type.
5219 },
5220 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5221 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5222 },
5223 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
5224 &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A contact must always have at least one contact group membership.
5225 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
5226 },
5227 },
5228 ],
5229 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
5230 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
5231 { # The name that should be used to sort the person in a list.
5232 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
5233 &quot;source&quot;: { # The source of a field. # The source of the field.
5234 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5235 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5236 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5237 &quot;userTypes&quot;: [ # Output only. The user types.
5238 &quot;A String&quot;,
5239 ],
5240 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5241 },
5242 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5243 &quot;type&quot;: &quot;A String&quot;, # The source type.
5244 },
5245 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5246 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5247 },
5248 &quot;value&quot;: &quot;A String&quot;, # The file-as value
5249 },
5250 ],
5251 &quot;genders&quot;: [ # The person&#x27;s genders.
5252 { # A person&#x27;s gender.
5253 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
5254 &quot;source&quot;: { # The source of a field. # The source of the field.
5255 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5256 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5257 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5258 &quot;userTypes&quot;: [ # Output only. The user types.
5259 &quot;A String&quot;,
5260 ],
5261 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5262 },
5263 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5264 &quot;type&quot;: &quot;A String&quot;, # The source type.
5265 },
5266 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5267 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5268 },
5269 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
5270 &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
5271 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
5272 },
5273 ],
5274 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
5275 { # A person&#x27;s email address.
5276 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5277 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
5278 &quot;value&quot;: &quot;A String&quot;, # The email address.
5279 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
5280 &quot;source&quot;: { # The source of a field. # The source of the field.
5281 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5282 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5283 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5284 &quot;userTypes&quot;: [ # Output only. The user types.
5285 &quot;A String&quot;,
5286 ],
5287 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5288 },
5289 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5290 &quot;type&quot;: &quot;A String&quot;, # The source type.
5291 },
5292 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5293 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5294 },
5295 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
5296 },
5297 ],
5298 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
5299 &quot;residences&quot;: [ # The person&#x27;s residences.
5300 { # A person&#x27;s past or current residence.
5301 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
5302 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
5303 &quot;source&quot;: { # The source of a field. # The source of the field.
5304 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5305 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5306 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5307 &quot;userTypes&quot;: [ # Output only. The user types.
5308 &quot;A String&quot;,
5309 ],
5310 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5311 },
5312 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5313 &quot;type&quot;: &quot;A String&quot;, # The source type.
5314 },
5315 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5316 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5317 },
5318 &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
5319 },
5320 ],
5321 &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
5322 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
5323 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
5324 &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
5325 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
5326 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
5327 &quot;source&quot;: { # The source of a field. # The source of the field.
5328 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5329 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5330 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5331 &quot;userTypes&quot;: [ # Output only. The user types.
5332 &quot;A String&quot;,
5333 ],
5334 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5335 },
5336 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5337 &quot;type&quot;: &quot;A String&quot;, # The source type.
5338 },
5339 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5340 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5341 },
5342 },
5343 ],
5344 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
5345 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
5346 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
5347 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
5348 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
5349 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
5350 &quot;source&quot;: { # The source of a field. # The source of the field.
5351 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5352 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5353 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5354 &quot;userTypes&quot;: [ # Output only. The user types.
5355 &quot;A String&quot;,
5356 ],
5357 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5358 },
5359 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5360 &quot;type&quot;: &quot;A String&quot;, # The source type.
5361 },
5362 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5363 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5364 },
5365 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
5366 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
5367 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
5368 &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
5369 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
5370 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
5371 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5372 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
5373 },
5374 ],
5375 &quot;skills&quot;: [ # The person&#x27;s skills.
5376 { # A skill that the person has.
5377 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
5378 &quot;source&quot;: { # The source of a field. # The source of the field.
5379 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5380 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5381 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5382 &quot;userTypes&quot;: [ # Output only. The user types.
5383 &quot;A String&quot;,
5384 ],
5385 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5386 },
5387 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5388 &quot;type&quot;: &quot;A String&quot;, # The source type.
5389 },
5390 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5391 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5392 },
5393 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
5394 },
5395 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07005396 },
5397 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005398 }</pre>
5399</div>
5400
5401<div class="method">
5402 <code class="details" id="searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</code>
5403 <pre>Retrieves the next page of results.
5404
5405Args:
5406 previous_request: The request for the previous page. (required)
5407 previous_response: The response from the request for the previous page. (required)
5408
5409Returns:
5410 A request object that you can call &#x27;execute()&#x27; on to request the next
5411 page. Returns None if there are no more items in the collection.
5412 </pre>
5413</div>
5414
5415<div class="method">
5416 <code class="details" id="updateContact">updateContact(resourceName, body=None, sources=None, updatePersonFields=None, personFields=None, x__xgafv=None)</code>
5417 <pre>Update contact data for an existing contact person. Any non-contact data will not be modified. The request throws a 400 error if `updatePersonFields` is not specified. The request throws a 400 error if `person.metadata.sources` is not specified for the contact to be updated. The request throws a 400 error with an error with reason `&quot;failedPrecondition&quot;` if `person.metadata.sources.etag` is different than the contact&#x27;s etag, which indicates the contact has changed since its data was read. Clients should get the latest person and re-apply their updates to the latest person.
5418
5419Args:
5420 resourceName: string, The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`. (required)
5421 body: object, The request body.
5422 The object takes the form of:
5423
5424{ # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
5425 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
5426 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
5427 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
5428 &quot;source&quot;: { # The source of a field. # The source of the field.
5429 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5430 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5431 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07005432 &quot;userTypes&quot;: [ # Output only. The user types.
5433 &quot;A String&quot;,
5434 ],
5435 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5436 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005437 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07005438 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005439 },
5440 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5441 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5442 },
5443 &quot;value&quot;: &quot;A String&quot;, # The tagline.
5444 },
5445 ],
5446 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
5447 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
5448 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
5449 &quot;source&quot;: { # The source of a field. # The source of the field.
5450 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07005451 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005452 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5453 &quot;userTypes&quot;: [ # Output only. The user types.
5454 &quot;A String&quot;,
5455 ],
5456 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5457 },
5458 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5459 &quot;type&quot;: &quot;A String&quot;, # The source type.
5460 },
5461 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5462 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5463 },
5464 &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
5465 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5466 },
5467 ],
5468 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
5469 { # A person&#x27;s locale preference.
5470 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
5471 &quot;source&quot;: { # The source of a field. # The source of the field.
5472 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5473 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5474 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5475 &quot;userTypes&quot;: [ # Output only. The user types.
5476 &quot;A String&quot;,
5477 ],
5478 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5479 },
5480 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5481 &quot;type&quot;: &quot;A String&quot;, # The source type.
5482 },
5483 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5484 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5485 },
5486 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
5487 },
5488 ],
5489 &quot;interests&quot;: [ # The person&#x27;s interests.
5490 { # One of the person&#x27;s interests.
5491 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
5492 &quot;source&quot;: { # The source of a field. # The source of the field.
5493 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5494 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5495 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5496 &quot;userTypes&quot;: [ # Output only. The user types.
5497 &quot;A String&quot;,
5498 ],
5499 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5500 },
5501 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5502 &quot;type&quot;: &quot;A String&quot;, # The source type.
5503 },
5504 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5505 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5506 },
5507 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
5508 },
5509 ],
5510 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
5511 { # A person&#x27;s nickname.
5512 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
5513 &quot;value&quot;: &quot;A String&quot;, # The nickname.
5514 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
5515 &quot;source&quot;: { # The source of a field. # The source of the field.
5516 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5517 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5518 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5519 &quot;userTypes&quot;: [ # Output only. The user types.
5520 &quot;A String&quot;,
5521 ],
5522 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5523 },
5524 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5525 &quot;type&quot;: &quot;A String&quot;, # The source type.
5526 },
5527 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5528 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5529 },
5530 },
5531 ],
5532 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
5533 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
5534 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
5535 &quot;source&quot;: { # The source of a field. # The source of the field.
5536 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5537 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5538 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5539 &quot;userTypes&quot;: [ # Output only. The user types.
5540 &quot;A String&quot;,
5541 ],
5542 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5543 },
5544 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5545 &quot;type&quot;: &quot;A String&quot;, # The source type.
5546 },
5547 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5548 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5549 },
5550 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
5551 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
5552 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
5553 &quot;startDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
5554 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
5555 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
5556 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
5557 },
5558 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
5559 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
5560 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
5561 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
5562 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
5563 &quot;endDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
5564 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
5565 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
5566 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
5567 },
5568 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5569 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
5570 &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
5571 },
5572 ],
5573 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
5574 { # A person&#x27;s cover photo. A large image shown on the person&#x27;s profile page that represents who they are or what they care about.
5575 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
5576 &quot;source&quot;: { # The source of a field. # The source of the field.
5577 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5578 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5579 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5580 &quot;userTypes&quot;: [ # Output only. The user types.
5581 &quot;A String&quot;,
5582 ],
5583 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5584 },
5585 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5586 &quot;type&quot;: &quot;A String&quot;, # The source type.
5587 },
5588 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5589 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5590 },
5591 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
5592 &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
5593 },
5594 ],
5595 &quot;biographies&quot;: [ # The person&#x27;s biographies.
5596 { # A person&#x27;s short biography.
5597 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
5598 &quot;value&quot;: &quot;A String&quot;, # The short biography.
5599 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
5600 &quot;source&quot;: { # The source of a field. # The source of the field.
5601 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5602 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5603 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5604 &quot;userTypes&quot;: [ # Output only. The user types.
5605 &quot;A String&quot;,
5606 ],
5607 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5608 },
5609 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5610 &quot;type&quot;: &quot;A String&quot;, # The source type.
5611 },
5612 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5613 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5614 },
5615 },
5616 ],
5617 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
5618 { # A person&#x27;s phone number.
5619 &quot;value&quot;: &quot;A String&quot;, # The phone number.
5620 &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
5621 &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
5622 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
5623 &quot;source&quot;: { # The source of a field. # The source of the field.
5624 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5625 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5626 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5627 &quot;userTypes&quot;: [ # Output only. The user types.
5628 &quot;A String&quot;,
5629 ],
5630 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5631 },
5632 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5633 &quot;type&quot;: &quot;A String&quot;, # The source type.
5634 },
5635 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5636 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5637 },
5638 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5639 },
5640 ],
5641 &quot;names&quot;: [ # The person&#x27;s names.
5642 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
5643 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
5644 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
5645 &quot;source&quot;: { # The source of a field. # The source of the field.
5646 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5647 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5648 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5649 &quot;userTypes&quot;: [ # Output only. The user types.
5650 &quot;A String&quot;,
5651 ],
5652 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5653 },
5654 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5655 &quot;type&quot;: &quot;A String&quot;, # The source type.
5656 },
5657 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5658 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5659 },
5660 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
5661 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
5662 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
5663 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
5664 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
5665 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
5666 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
5667 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
5668 &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
5669 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
5670 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
5671 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
5672 &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
5673 },
5674 ],
5675 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
5676 { # A person&#x27;s instant messaging client.
5677 &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
5678 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5679 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5680 &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
5681 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
5682 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
5683 &quot;source&quot;: { # The source of a field. # The source of the field.
5684 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5685 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5686 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5687 &quot;userTypes&quot;: [ # Output only. The user types.
5688 &quot;A String&quot;,
5689 ],
5690 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5691 },
5692 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5693 &quot;type&quot;: &quot;A String&quot;, # The source type.
5694 },
5695 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5696 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5697 },
5698 },
5699 ],
5700 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
5701 { # A person&#x27;s associated URLs.
5702 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5703 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
5704 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
5705 &quot;source&quot;: { # The source of a field. # The source of the field.
5706 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5707 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5708 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5709 &quot;userTypes&quot;: [ # Output only. The user types.
5710 &quot;A String&quot;,
5711 ],
5712 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5713 },
5714 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5715 &quot;type&quot;: &quot;A String&quot;, # The source type.
5716 },
5717 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5718 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5719 },
5720 &quot;value&quot;: &quot;A String&quot;, # The URL.
5721 },
5722 ],
5723 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
5724 { # A person&#x27;s age range.
5725 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
5726 &quot;source&quot;: { # The source of a field. # The source of the field.
5727 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5728 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5729 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5730 &quot;userTypes&quot;: [ # Output only. The user types.
5731 &quot;A String&quot;,
5732 ],
5733 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5734 },
5735 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5736 &quot;type&quot;: &quot;A String&quot;, # The source type.
5737 },
5738 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5739 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5740 },
5741 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
5742 },
5743 ],
5744 &quot;occupations&quot;: [ # The person&#x27;s occupations.
5745 { # A person&#x27;s occupation.
5746 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
5747 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
5748 &quot;source&quot;: { # The source of a field. # The source of the field.
5749 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5750 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5751 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5752 &quot;userTypes&quot;: [ # Output only. The user types.
5753 &quot;A String&quot;,
5754 ],
5755 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5756 },
5757 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5758 &quot;type&quot;: &quot;A String&quot;, # The source type.
5759 },
5760 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5761 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5762 },
5763 },
5764 ],
5765 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
5766 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
5767 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
5768 &quot;source&quot;: { # The source of a field. # The source of the field.
5769 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5770 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5771 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5772 &quot;userTypes&quot;: [ # Output only. The user types.
5773 &quot;A String&quot;,
5774 ],
5775 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5776 },
5777 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5778 &quot;type&quot;: &quot;A String&quot;, # The source type.
5779 },
5780 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5781 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5782 },
5783 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
5784 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
5785 },
5786 ],
5787 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
5788 { # Arbitrary user data that is populated by the end users.
5789 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
5790 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
5791 &quot;source&quot;: { # The source of a field. # The source of the field.
5792 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5793 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5794 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5795 &quot;userTypes&quot;: [ # Output only. The user types.
5796 &quot;A String&quot;,
5797 ],
5798 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5799 },
5800 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5801 &quot;type&quot;: &quot;A String&quot;, # The source type.
5802 },
5803 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5804 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5805 },
5806 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
5807 },
5808 ],
5809 &quot;relations&quot;: [ # The person&#x27;s relations.
5810 { # A person&#x27;s relation to another person.
5811 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
5812 &quot;source&quot;: { # The source of a field. # The source of the field.
5813 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5814 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5815 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5816 &quot;userTypes&quot;: [ # Output only. The user types.
5817 &quot;A String&quot;,
5818 ],
5819 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5820 },
5821 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5822 &quot;type&quot;: &quot;A String&quot;, # The source type.
5823 },
5824 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5825 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5826 },
5827 &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
5828 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
5829 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
5830 },
5831 ],
5832 &quot;events&quot;: [ # The person&#x27;s events.
5833 { # An event related to the person.
5834 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
5835 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5836 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
5837 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
5838 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
5839 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
5840 },
5841 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
5842 &quot;source&quot;: { # The source of a field. # The source of the field.
5843 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5844 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5845 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5846 &quot;userTypes&quot;: [ # Output only. The user types.
5847 &quot;A String&quot;,
5848 ],
5849 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5850 },
5851 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5852 &quot;type&quot;: &quot;A String&quot;, # The source type.
5853 },
5854 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5855 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5856 },
5857 },
5858 ],
5859 &quot;birthdays&quot;: [ # The person&#x27;s birthdays.
5860 { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
5861 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
5862 &quot;source&quot;: { # The source of a field. # The source of the field.
5863 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5864 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5865 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5866 &quot;userTypes&quot;: [ # Output only. The user types.
5867 &quot;A String&quot;,
5868 ],
5869 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5870 },
5871 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5872 &quot;type&quot;: &quot;A String&quot;, # The source type.
5873 },
5874 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5875 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5876 },
5877 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
5878 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
5879 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
5880 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
5881 },
5882 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
5883 },
5884 ],
5885 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
5886 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
5887 &quot;A String&quot;,
5888 ],
5889 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
5890 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
5891 &quot;A String&quot;,
5892 ],
5893 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
5894 &quot;sources&quot;: [ # The sources of data for the person.
5895 { # The source of a field.
5896 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5897 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5898 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5899 &quot;userTypes&quot;: [ # Output only. The user types.
5900 &quot;A String&quot;,
5901 ],
5902 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5903 },
5904 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5905 &quot;type&quot;: &quot;A String&quot;, # The source type.
5906 },
5907 ],
5908 },
5909 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
5910 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
5911 &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
5912 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
5913 &quot;source&quot;: { # The source of a field. # The source of the field.
5914 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5915 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5916 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5917 &quot;userTypes&quot;: [ # Output only. The user types.
5918 &quot;A String&quot;,
5919 ],
5920 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5921 },
5922 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5923 &quot;type&quot;: &quot;A String&quot;, # The source type.
5924 },
5925 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5926 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5927 },
5928 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
5929 &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
5930 },
5931 ],
5932 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
5933 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
5934 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
5935 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
5936 &quot;source&quot;: { # The source of a field. # The source of the field.
5937 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5938 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5939 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5940 &quot;userTypes&quot;: [ # Output only. The user types.
5941 &quot;A String&quot;,
5942 ],
5943 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5944 },
5945 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5946 &quot;type&quot;: &quot;A String&quot;, # The source type.
5947 },
5948 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5949 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5950 },
5951 },
5952 ],
5953 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
5954 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
5955 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
5956 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
5957 },
5958 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
5959 &quot;source&quot;: { # The source of a field. # The source of the field.
5960 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5961 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5962 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5963 &quot;userTypes&quot;: [ # Output only. The user types.
5964 &quot;A String&quot;,
5965 ],
5966 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5967 },
5968 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5969 &quot;type&quot;: &quot;A String&quot;, # The source type.
5970 },
5971 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5972 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5973 },
5974 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
5975 &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A contact must always have at least one contact group membership.
5976 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
5977 },
5978 },
5979 ],
5980 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
5981 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
5982 { # The name that should be used to sort the person in a list.
5983 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
5984 &quot;source&quot;: { # The source of a field. # The source of the field.
5985 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5986 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5987 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5988 &quot;userTypes&quot;: [ # Output only. The user types.
5989 &quot;A String&quot;,
5990 ],
5991 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5992 },
5993 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5994 &quot;type&quot;: &quot;A String&quot;, # The source type.
5995 },
5996 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5997 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5998 },
5999 &quot;value&quot;: &quot;A String&quot;, # The file-as value
6000 },
6001 ],
6002 &quot;genders&quot;: [ # The person&#x27;s genders.
6003 { # A person&#x27;s gender.
6004 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
6005 &quot;source&quot;: { # The source of a field. # The source of the field.
6006 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6007 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6008 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6009 &quot;userTypes&quot;: [ # Output only. The user types.
6010 &quot;A String&quot;,
6011 ],
6012 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6013 },
6014 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6015 &quot;type&quot;: &quot;A String&quot;, # The source type.
6016 },
6017 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6018 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6019 },
6020 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
6021 &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
6022 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
6023 },
6024 ],
6025 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
6026 { # A person&#x27;s email address.
6027 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6028 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
6029 &quot;value&quot;: &quot;A String&quot;, # The email address.
6030 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
6031 &quot;source&quot;: { # The source of a field. # The source of the field.
6032 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6033 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6034 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6035 &quot;userTypes&quot;: [ # Output only. The user types.
6036 &quot;A String&quot;,
6037 ],
6038 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6039 },
6040 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6041 &quot;type&quot;: &quot;A String&quot;, # The source type.
6042 },
6043 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6044 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6045 },
6046 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
6047 },
6048 ],
6049 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
6050 &quot;residences&quot;: [ # The person&#x27;s residences.
6051 { # A person&#x27;s past or current residence.
6052 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
6053 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
6054 &quot;source&quot;: { # The source of a field. # The source of the field.
6055 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6056 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6057 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6058 &quot;userTypes&quot;: [ # Output only. The user types.
6059 &quot;A String&quot;,
6060 ],
6061 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6062 },
6063 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6064 &quot;type&quot;: &quot;A String&quot;, # The source type.
6065 },
6066 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6067 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6068 },
6069 &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
6070 },
6071 ],
6072 &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
6073 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
6074 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
6075 &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
6076 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
6077 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
6078 &quot;source&quot;: { # The source of a field. # The source of the field.
6079 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6080 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6081 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6082 &quot;userTypes&quot;: [ # Output only. The user types.
6083 &quot;A String&quot;,
6084 ],
6085 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6086 },
6087 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6088 &quot;type&quot;: &quot;A String&quot;, # The source type.
6089 },
6090 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6091 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6092 },
6093 },
6094 ],
6095 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
6096 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
6097 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
6098 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
6099 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
6100 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
6101 &quot;source&quot;: { # The source of a field. # The source of the field.
6102 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6103 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6104 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6105 &quot;userTypes&quot;: [ # Output only. The user types.
6106 &quot;A String&quot;,
6107 ],
6108 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6109 },
6110 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6111 &quot;type&quot;: &quot;A String&quot;, # The source type.
6112 },
6113 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6114 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6115 },
6116 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
6117 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
6118 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
6119 &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
6120 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
6121 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
6122 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6123 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
6124 },
6125 ],
6126 &quot;skills&quot;: [ # The person&#x27;s skills.
6127 { # A skill that the person has.
6128 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
6129 &quot;source&quot;: { # The source of a field. # The source of the field.
6130 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6131 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6132 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6133 &quot;userTypes&quot;: [ # Output only. The user types.
6134 &quot;A String&quot;,
6135 ],
6136 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6137 },
6138 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6139 &quot;type&quot;: &quot;A String&quot;, # The source type.
6140 },
6141 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6142 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6143 },
6144 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
6145 },
6146 ],
6147}
6148
6149 sources: string, Optional. A mask of what source types to return. Defaults to ReadSourceType.CONTACT and ReadSourceType.PROFILE if not set. (repeated)
6150 Allowed values
6151 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
6152 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
6153 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
6154 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
6155 updatePersonFields: string, Required. A field mask to restrict which fields on the person are updated. Multiple fields can be specified by separating them with commas. All updated fields will be replaced. Valid values are: * addresses * biographies * birthdays * emailAddresses * events * genders * imClients * interests * locales * memberships * names * nicknames * occupations * organizations * phoneNumbers * relations * residences * sipAddresses * urls * userDefined
6156 personFields: string, Optional. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * coverPhotos * emailAddresses * events * genders * imClients * interests * locales * memberships * metadata * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * residences * sipAddresses * skills * urls * userDefined
6157 x__xgafv: string, V1 error format.
6158 Allowed values
6159 1 - v1 error format
6160 2 - v2 error format
6161
6162Returns:
6163 An object of the form:
6164
6165 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
6166 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
6167 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
6168 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
6169 &quot;source&quot;: { # The source of a field. # The source of the field.
6170 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6171 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6172 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6173 &quot;userTypes&quot;: [ # Output only. The user types.
6174 &quot;A String&quot;,
6175 ],
6176 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6177 },
6178 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6179 &quot;type&quot;: &quot;A String&quot;, # The source type.
6180 },
6181 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6182 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6183 },
6184 &quot;value&quot;: &quot;A String&quot;, # The tagline.
6185 },
6186 ],
6187 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
6188 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
6189 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
6190 &quot;source&quot;: { # The source of a field. # The source of the field.
6191 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6192 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6193 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6194 &quot;userTypes&quot;: [ # Output only. The user types.
6195 &quot;A String&quot;,
6196 ],
6197 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6198 },
6199 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6200 &quot;type&quot;: &quot;A String&quot;, # The source type.
6201 },
6202 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6203 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6204 },
6205 &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
6206 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6207 },
6208 ],
6209 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
6210 { # A person&#x27;s locale preference.
6211 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
6212 &quot;source&quot;: { # The source of a field. # The source of the field.
6213 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6214 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6215 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6216 &quot;userTypes&quot;: [ # Output only. The user types.
6217 &quot;A String&quot;,
6218 ],
6219 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6220 },
6221 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6222 &quot;type&quot;: &quot;A String&quot;, # The source type.
6223 },
6224 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6225 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6226 },
6227 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
6228 },
6229 ],
6230 &quot;interests&quot;: [ # The person&#x27;s interests.
6231 { # One of the person&#x27;s interests.
6232 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
6233 &quot;source&quot;: { # The source of a field. # The source of the field.
6234 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6235 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6236 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6237 &quot;userTypes&quot;: [ # Output only. The user types.
6238 &quot;A String&quot;,
6239 ],
6240 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6241 },
6242 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6243 &quot;type&quot;: &quot;A String&quot;, # The source type.
6244 },
6245 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6246 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6247 },
6248 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
6249 },
6250 ],
6251 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
6252 { # A person&#x27;s nickname.
6253 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
6254 &quot;value&quot;: &quot;A String&quot;, # The nickname.
6255 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
6256 &quot;source&quot;: { # The source of a field. # The source of the field.
6257 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6258 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6259 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6260 &quot;userTypes&quot;: [ # Output only. The user types.
6261 &quot;A String&quot;,
6262 ],
6263 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6264 },
6265 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6266 &quot;type&quot;: &quot;A String&quot;, # The source type.
6267 },
6268 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6269 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6270 },
6271 },
6272 ],
6273 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
6274 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
6275 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
6276 &quot;source&quot;: { # The source of a field. # The source of the field.
6277 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6278 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6279 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6280 &quot;userTypes&quot;: [ # Output only. The user types.
6281 &quot;A String&quot;,
6282 ],
6283 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6284 },
6285 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6286 &quot;type&quot;: &quot;A String&quot;, # The source type.
6287 },
6288 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6289 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6290 },
6291 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
6292 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
6293 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
6294 &quot;startDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
6295 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
6296 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
6297 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
6298 },
6299 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
6300 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
6301 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
6302 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
6303 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
6304 &quot;endDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
6305 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
6306 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
6307 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
6308 },
6309 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6310 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
6311 &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
6312 },
6313 ],
6314 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
6315 { # A person&#x27;s cover photo. A large image shown on the person&#x27;s profile page that represents who they are or what they care about.
6316 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
6317 &quot;source&quot;: { # The source of a field. # The source of the field.
6318 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6319 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6320 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6321 &quot;userTypes&quot;: [ # Output only. The user types.
6322 &quot;A String&quot;,
6323 ],
6324 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6325 },
6326 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6327 &quot;type&quot;: &quot;A String&quot;, # The source type.
6328 },
6329 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6330 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6331 },
6332 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
6333 &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
6334 },
6335 ],
6336 &quot;biographies&quot;: [ # The person&#x27;s biographies.
6337 { # A person&#x27;s short biography.
6338 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
6339 &quot;value&quot;: &quot;A String&quot;, # The short biography.
6340 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
6341 &quot;source&quot;: { # The source of a field. # The source of the field.
6342 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6343 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6344 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6345 &quot;userTypes&quot;: [ # Output only. The user types.
6346 &quot;A String&quot;,
6347 ],
6348 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6349 },
6350 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6351 &quot;type&quot;: &quot;A String&quot;, # The source type.
6352 },
6353 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6354 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6355 },
6356 },
6357 ],
6358 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
6359 { # A person&#x27;s phone number.
6360 &quot;value&quot;: &quot;A String&quot;, # The phone number.
6361 &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
6362 &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
6363 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
6364 &quot;source&quot;: { # The source of a field. # The source of the field.
6365 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6366 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6367 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6368 &quot;userTypes&quot;: [ # Output only. The user types.
6369 &quot;A String&quot;,
6370 ],
6371 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6372 },
6373 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6374 &quot;type&quot;: &quot;A String&quot;, # The source type.
6375 },
6376 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6377 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6378 },
6379 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6380 },
6381 ],
6382 &quot;names&quot;: [ # The person&#x27;s names.
6383 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
6384 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
6385 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
6386 &quot;source&quot;: { # The source of a field. # The source of the field.
6387 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6388 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6389 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6390 &quot;userTypes&quot;: [ # Output only. The user types.
6391 &quot;A String&quot;,
6392 ],
6393 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6394 },
6395 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6396 &quot;type&quot;: &quot;A String&quot;, # The source type.
6397 },
6398 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6399 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6400 },
6401 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
6402 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
6403 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
6404 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
6405 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
6406 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
6407 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
6408 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
6409 &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
6410 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
6411 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
6412 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
6413 &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
6414 },
6415 ],
6416 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
6417 { # A person&#x27;s instant messaging client.
6418 &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
6419 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6420 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6421 &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
6422 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
6423 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
6424 &quot;source&quot;: { # The source of a field. # The source of the field.
6425 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6426 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6427 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6428 &quot;userTypes&quot;: [ # Output only. The user types.
6429 &quot;A String&quot;,
6430 ],
6431 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6432 },
6433 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6434 &quot;type&quot;: &quot;A String&quot;, # The source type.
6435 },
6436 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6437 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6438 },
6439 },
6440 ],
6441 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
6442 { # A person&#x27;s associated URLs.
6443 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6444 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
6445 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
6446 &quot;source&quot;: { # The source of a field. # The source of the field.
6447 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6448 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6449 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6450 &quot;userTypes&quot;: [ # Output only. The user types.
6451 &quot;A String&quot;,
6452 ],
6453 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6454 },
6455 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6456 &quot;type&quot;: &quot;A String&quot;, # The source type.
6457 },
6458 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6459 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6460 },
6461 &quot;value&quot;: &quot;A String&quot;, # The URL.
6462 },
6463 ],
6464 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
6465 { # A person&#x27;s age range.
6466 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
6467 &quot;source&quot;: { # The source of a field. # The source of the field.
6468 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6469 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6470 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6471 &quot;userTypes&quot;: [ # Output only. The user types.
6472 &quot;A String&quot;,
6473 ],
6474 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6475 },
6476 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6477 &quot;type&quot;: &quot;A String&quot;, # The source type.
6478 },
6479 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6480 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6481 },
6482 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
6483 },
6484 ],
6485 &quot;occupations&quot;: [ # The person&#x27;s occupations.
6486 { # A person&#x27;s occupation.
6487 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
6488 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
6489 &quot;source&quot;: { # The source of a field. # The source of the field.
6490 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6491 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6492 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6493 &quot;userTypes&quot;: [ # Output only. The user types.
6494 &quot;A String&quot;,
6495 ],
6496 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6497 },
6498 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6499 &quot;type&quot;: &quot;A String&quot;, # The source type.
6500 },
6501 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6502 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6503 },
6504 },
6505 ],
6506 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
6507 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
6508 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
6509 &quot;source&quot;: { # The source of a field. # The source of the field.
6510 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6511 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6512 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6513 &quot;userTypes&quot;: [ # Output only. The user types.
6514 &quot;A String&quot;,
6515 ],
6516 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6517 },
6518 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6519 &quot;type&quot;: &quot;A String&quot;, # The source type.
6520 },
6521 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6522 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6523 },
6524 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
6525 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
6526 },
6527 ],
6528 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
6529 { # Arbitrary user data that is populated by the end users.
6530 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
6531 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
6532 &quot;source&quot;: { # The source of a field. # The source of the field.
6533 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6534 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6535 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6536 &quot;userTypes&quot;: [ # Output only. The user types.
6537 &quot;A String&quot;,
6538 ],
6539 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6540 },
6541 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6542 &quot;type&quot;: &quot;A String&quot;, # The source type.
6543 },
6544 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6545 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6546 },
6547 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
6548 },
6549 ],
6550 &quot;relations&quot;: [ # The person&#x27;s relations.
6551 { # A person&#x27;s relation to another person.
6552 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
6553 &quot;source&quot;: { # The source of a field. # The source of the field.
6554 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6555 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6556 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6557 &quot;userTypes&quot;: [ # Output only. The user types.
6558 &quot;A String&quot;,
6559 ],
6560 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6561 },
6562 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6563 &quot;type&quot;: &quot;A String&quot;, # The source type.
6564 },
6565 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6566 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6567 },
6568 &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
6569 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
6570 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
6571 },
6572 ],
6573 &quot;events&quot;: [ # The person&#x27;s events.
6574 { # An event related to the person.
6575 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
6576 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6577 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
6578 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
6579 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
6580 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
6581 },
6582 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
6583 &quot;source&quot;: { # The source of a field. # The source of the field.
6584 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6585 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6586 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6587 &quot;userTypes&quot;: [ # Output only. The user types.
6588 &quot;A String&quot;,
6589 ],
6590 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6591 },
6592 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6593 &quot;type&quot;: &quot;A String&quot;, # The source type.
6594 },
6595 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6596 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6597 },
6598 },
6599 ],
6600 &quot;birthdays&quot;: [ # The person&#x27;s birthdays.
6601 { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
6602 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
6603 &quot;source&quot;: { # The source of a field. # The source of the field.
6604 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6605 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6606 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6607 &quot;userTypes&quot;: [ # Output only. The user types.
6608 &quot;A String&quot;,
6609 ],
6610 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6611 },
6612 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6613 &quot;type&quot;: &quot;A String&quot;, # The source type.
6614 },
6615 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6616 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6617 },
6618 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
6619 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
6620 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
6621 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
6622 },
6623 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
6624 },
6625 ],
6626 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
6627 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
6628 &quot;A String&quot;,
6629 ],
6630 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
6631 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
6632 &quot;A String&quot;,
6633 ],
6634 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
6635 &quot;sources&quot;: [ # The sources of data for the person.
6636 { # The source of a field.
6637 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6638 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6639 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6640 &quot;userTypes&quot;: [ # Output only. The user types.
6641 &quot;A String&quot;,
6642 ],
6643 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6644 },
6645 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6646 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim65020912020-05-20 12:08:20 -07006647 },
6648 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006649 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006650 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
6651 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
6652 &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
6653 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
6654 &quot;source&quot;: { # The source of a field. # The source of the field.
6655 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6656 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6657 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6658 &quot;userTypes&quot;: [ # Output only. The user types.
6659 &quot;A String&quot;,
6660 ],
6661 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6662 },
6663 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6664 &quot;type&quot;: &quot;A String&quot;, # The source type.
6665 },
6666 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6667 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6668 },
6669 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6670 &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
6671 },
6672 ],
6673 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
6674 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
6675 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
6676 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
6677 &quot;source&quot;: { # The source of a field. # The source of the field.
6678 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6679 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6680 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6681 &quot;userTypes&quot;: [ # Output only. The user types.
6682 &quot;A String&quot;,
6683 ],
6684 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6685 },
6686 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6687 &quot;type&quot;: &quot;A String&quot;, # The source type.
6688 },
6689 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6690 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6691 },
6692 },
6693 ],
6694 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
6695 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
6696 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
6697 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
6698 },
6699 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
6700 &quot;source&quot;: { # The source of a field. # The source of the field.
6701 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6702 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6703 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6704 &quot;userTypes&quot;: [ # Output only. The user types.
6705 &quot;A String&quot;,
6706 ],
6707 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6708 },
6709 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6710 &quot;type&quot;: &quot;A String&quot;, # The source type.
6711 },
6712 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6713 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6714 },
6715 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
6716 &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A contact must always have at least one contact group membership.
6717 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
6718 },
6719 },
6720 ],
6721 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
6722 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
6723 { # The name that should be used to sort the person in a list.
6724 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
6725 &quot;source&quot;: { # The source of a field. # The source of the field.
6726 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6727 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6728 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6729 &quot;userTypes&quot;: [ # Output only. The user types.
6730 &quot;A String&quot;,
6731 ],
6732 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6733 },
6734 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6735 &quot;type&quot;: &quot;A String&quot;, # The source type.
6736 },
6737 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6738 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6739 },
6740 &quot;value&quot;: &quot;A String&quot;, # The file-as value
6741 },
6742 ],
6743 &quot;genders&quot;: [ # The person&#x27;s genders.
6744 { # A person&#x27;s gender.
6745 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
6746 &quot;source&quot;: { # The source of a field. # The source of the field.
6747 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6748 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6749 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6750 &quot;userTypes&quot;: [ # Output only. The user types.
6751 &quot;A String&quot;,
6752 ],
6753 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6754 },
6755 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6756 &quot;type&quot;: &quot;A String&quot;, # The source type.
6757 },
6758 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6759 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6760 },
6761 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
6762 &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
6763 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
6764 },
6765 ],
6766 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
6767 { # A person&#x27;s email address.
6768 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6769 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
6770 &quot;value&quot;: &quot;A String&quot;, # The email address.
6771 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
6772 &quot;source&quot;: { # The source of a field. # The source of the field.
6773 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6774 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6775 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6776 &quot;userTypes&quot;: [ # Output only. The user types.
6777 &quot;A String&quot;,
6778 ],
6779 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6780 },
6781 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6782 &quot;type&quot;: &quot;A String&quot;, # The source type.
6783 },
6784 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6785 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6786 },
6787 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
6788 },
6789 ],
6790 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
6791 &quot;residences&quot;: [ # The person&#x27;s residences.
6792 { # A person&#x27;s past or current residence.
6793 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
6794 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
6795 &quot;source&quot;: { # The source of a field. # The source of the field.
6796 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6797 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6798 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6799 &quot;userTypes&quot;: [ # Output only. The user types.
6800 &quot;A String&quot;,
6801 ],
6802 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6803 },
6804 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6805 &quot;type&quot;: &quot;A String&quot;, # The source type.
6806 },
6807 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6808 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6809 },
6810 &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
6811 },
6812 ],
6813 &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
6814 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
6815 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
6816 &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
6817 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
6818 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
6819 &quot;source&quot;: { # The source of a field. # The source of the field.
6820 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6821 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6822 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6823 &quot;userTypes&quot;: [ # Output only. The user types.
6824 &quot;A String&quot;,
6825 ],
6826 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6827 },
6828 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6829 &quot;type&quot;: &quot;A String&quot;, # The source type.
6830 },
6831 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6832 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6833 },
6834 },
6835 ],
6836 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
6837 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
6838 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
6839 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
6840 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
6841 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
6842 &quot;source&quot;: { # The source of a field. # The source of the field.
6843 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6844 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6845 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6846 &quot;userTypes&quot;: [ # Output only. The user types.
6847 &quot;A String&quot;,
6848 ],
6849 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6850 },
6851 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6852 &quot;type&quot;: &quot;A String&quot;, # The source type.
6853 },
6854 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6855 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6856 },
6857 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
6858 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
6859 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
6860 &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
6861 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
6862 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
6863 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
6864 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
6865 },
6866 ],
6867 &quot;skills&quot;: [ # The person&#x27;s skills.
6868 { # A skill that the person has.
6869 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
6870 &quot;source&quot;: { # The source of a field. # The source of the field.
6871 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6872 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6873 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6874 &quot;userTypes&quot;: [ # Output only. The user types.
6875 &quot;A String&quot;,
6876 ],
6877 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6878 },
6879 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6880 &quot;type&quot;: &quot;A String&quot;, # The source type.
6881 },
6882 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6883 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6884 },
6885 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
6886 },
6887 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006888 }</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -07006889</div>
6890
6891<div class="method">
6892 <code class="details" id="updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07006893 <pre>Update a contact&#x27;s photo.
Dan O'Mearadd494642020-05-01 07:42:23 -07006894
6895Args:
6896 resourceName: string, Required. Person resource name (required)
6897 body: object, The request body.
6898 The object takes the form of:
6899
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006900{ # A request to update an existing contact&#x27;s photo. All requests must have a valid photo format: JPEG or PNG.
Bu Sun Kim65020912020-05-20 12:08:20 -07006901 &quot;photoBytes&quot;: &quot;A String&quot;, # Required. Raw photo bytes
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006902 &quot;personFields&quot;: &quot;A String&quot;, # Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to empty if not set, which will skip the post mutate get. Valid values are: * addresses * ageRanges * biographies * birthdays * coverPhotos * emailAddresses * events * genders * imClients * interests * locales * memberships * metadata * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * residences * sipAddresses * skills * urls * userDefined
6903 &quot;sources&quot;: [ # Optional. A mask of what source types to return. Defaults to ReadSourceType.CONTACT and ReadSourceType.PROFILE if not set.
6904 &quot;A String&quot;,
6905 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07006906 }
6907
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07006908 x__xgafv: string, V1 error format.
6909 Allowed values
6910 1 - v1 error format
6911 2 - v2 error format
6912
6913Returns:
6914 An object of the form:
6915
Bu Sun Kim65020912020-05-20 12:08:20 -07006916 { # The response for updating a contact&#x27;s photo.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006917 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The updated person, if person_fields is set in the UpdateContactPhotoRequest; otherwise this will be unset.
6918 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
6919 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006920 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006921 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006922 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6923 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6924 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006925 &quot;userTypes&quot;: [ # Output only. The user types.
6926 &quot;A String&quot;,
6927 ],
6928 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6929 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006930 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006931 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006932 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006933 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6934 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006935 },
6936 &quot;value&quot;: &quot;A String&quot;, # The tagline.
6937 },
6938 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006939 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
6940 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
6941 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006942 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006943 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6944 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6945 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006946 &quot;userTypes&quot;: [ # Output only. The user types.
6947 &quot;A String&quot;,
6948 ],
6949 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6950 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006951 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006952 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006953 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006954 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6955 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006956 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006957 &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
6958 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006959 },
6960 ],
6961 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
6962 { # A person&#x27;s locale preference.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006963 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006964 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006965 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6966 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6967 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006968 &quot;userTypes&quot;: [ # Output only. The user types.
6969 &quot;A String&quot;,
6970 ],
6971 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6972 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006973 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006974 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006975 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006976 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6977 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006978 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006979 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006980 },
6981 ],
6982 &quot;interests&quot;: [ # The person&#x27;s interests.
6983 { # One of the person&#x27;s interests.
6984 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006985 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006986 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6987 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6988 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006989 &quot;userTypes&quot;: [ # Output only. The user types.
6990 &quot;A String&quot;,
6991 ],
6992 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6993 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006994 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006995 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006996 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006997 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6998 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006999 },
7000 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
7001 },
7002 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007003 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
7004 { # A person&#x27;s nickname.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007005 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007006 &quot;value&quot;: &quot;A String&quot;, # The nickname.
7007 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007008 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007009 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7010 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7011 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007012 &quot;userTypes&quot;: [ # Output only. The user types.
7013 &quot;A String&quot;,
7014 ],
7015 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7016 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007017 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007018 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007019 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007020 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7021 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007022 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007023 },
7024 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007025 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
7026 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
7027 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007028 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007029 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7030 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7031 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007032 &quot;userTypes&quot;: [ # Output only. The user types.
7033 &quot;A String&quot;,
7034 ],
7035 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7036 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007037 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007038 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007039 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007040 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7041 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007042 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007043 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
7044 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
7045 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
7046 &quot;startDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
7047 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
7048 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
7049 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
7050 },
7051 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
7052 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
7053 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
7054 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
7055 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
7056 &quot;endDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
7057 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
7058 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
7059 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
7060 },
7061 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
7062 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
7063 &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization; false if the organization is a past organization.
7064 },
7065 ],
7066 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
7067 { # A person&#x27;s cover photo. A large image shown on the person&#x27;s profile page that represents who they are or what they care about.
7068 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
7069 &quot;source&quot;: { # The source of a field. # The source of the field.
7070 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7071 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7072 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7073 &quot;userTypes&quot;: [ # Output only. The user types.
7074 &quot;A String&quot;,
7075 ],
7076 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7077 },
7078 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7079 &quot;type&quot;: &quot;A String&quot;, # The source type.
7080 },
7081 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7082 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7083 },
7084 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
7085 &quot;default&quot;: True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
7086 },
7087 ],
7088 &quot;biographies&quot;: [ # The person&#x27;s biographies.
7089 { # A person&#x27;s short biography.
7090 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
7091 &quot;value&quot;: &quot;A String&quot;, # The short biography.
7092 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
7093 &quot;source&quot;: { # The source of a field. # The source of the field.
7094 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7095 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7096 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7097 &quot;userTypes&quot;: [ # Output only. The user types.
7098 &quot;A String&quot;,
7099 ],
7100 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7101 },
7102 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7103 &quot;type&quot;: &quot;A String&quot;, # The source type.
7104 },
7105 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7106 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7107 },
7108 },
7109 ],
7110 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
7111 { # A person&#x27;s phone number.
7112 &quot;value&quot;: &quot;A String&quot;, # The phone number.
7113 &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
7114 &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
7115 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
7116 &quot;source&quot;: { # The source of a field. # The source of the field.
7117 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7118 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7119 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7120 &quot;userTypes&quot;: [ # Output only. The user types.
7121 &quot;A String&quot;,
7122 ],
7123 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7124 },
7125 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7126 &quot;type&quot;: &quot;A String&quot;, # The source type.
7127 },
7128 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7129 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7130 },
7131 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
7132 },
7133 ],
7134 &quot;names&quot;: [ # The person&#x27;s names.
7135 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
7136 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
7137 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
7138 &quot;source&quot;: { # The source of a field. # The source of the field.
7139 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7140 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7141 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7142 &quot;userTypes&quot;: [ # Output only. The user types.
7143 &quot;A String&quot;,
7144 ],
7145 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7146 },
7147 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7148 &quot;type&quot;: &quot;A String&quot;, # The source type.
7149 },
7150 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7151 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7152 },
7153 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
7154 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
7155 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
7156 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
7157 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
7158 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
7159 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
7160 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
7161 &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
7162 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
7163 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
7164 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
7165 &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to the locale specified by the viewer&#x27;s account or the `Accept-Language` HTTP header.
7166 },
7167 ],
7168 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
7169 { # A person&#x27;s instant messaging client.
7170 &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
7171 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
7172 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
7173 &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
7174 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
7175 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
7176 &quot;source&quot;: { # The source of a field. # The source of the field.
7177 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7178 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7179 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7180 &quot;userTypes&quot;: [ # Output only. The user types.
7181 &quot;A String&quot;,
7182 ],
7183 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7184 },
7185 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7186 &quot;type&quot;: &quot;A String&quot;, # The source type.
7187 },
7188 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7189 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7190 },
7191 },
7192 ],
7193 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
7194 { # A person&#x27;s associated URLs.
7195 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
7196 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
7197 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
7198 &quot;source&quot;: { # The source of a field. # The source of the field.
7199 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7200 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7201 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7202 &quot;userTypes&quot;: [ # Output only. The user types.
7203 &quot;A String&quot;,
7204 ],
7205 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7206 },
7207 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7208 &quot;type&quot;: &quot;A String&quot;, # The source type.
7209 },
7210 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7211 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7212 },
7213 &quot;value&quot;: &quot;A String&quot;, # The URL.
7214 },
7215 ],
7216 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
7217 { # A person&#x27;s age range.
7218 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
7219 &quot;source&quot;: { # The source of a field. # The source of the field.
7220 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7221 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7222 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7223 &quot;userTypes&quot;: [ # Output only. The user types.
7224 &quot;A String&quot;,
7225 ],
7226 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7227 },
7228 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7229 &quot;type&quot;: &quot;A String&quot;, # The source type.
7230 },
7231 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7232 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7233 },
7234 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
7235 },
7236 ],
7237 &quot;occupations&quot;: [ # The person&#x27;s occupations.
7238 { # A person&#x27;s occupation.
7239 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
7240 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
7241 &quot;source&quot;: { # The source of a field. # The source of the field.
7242 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7243 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7244 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7245 &quot;userTypes&quot;: [ # Output only. The user types.
7246 &quot;A String&quot;,
7247 ],
7248 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7249 },
7250 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7251 &quot;type&quot;: &quot;A String&quot;, # The source type.
7252 },
7253 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7254 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7255 },
7256 },
7257 ],
7258 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
7259 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
7260 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
7261 &quot;source&quot;: { # The source of a field. # The source of the field.
7262 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7263 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7264 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7265 &quot;userTypes&quot;: [ # Output only. The user types.
7266 &quot;A String&quot;,
7267 ],
7268 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7269 },
7270 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7271 &quot;type&quot;: &quot;A String&quot;, # The source type.
7272 },
7273 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7274 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7275 },
7276 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
7277 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
7278 },
7279 ],
7280 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
7281 { # Arbitrary user data that is populated by the end users.
7282 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
7283 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
7284 &quot;source&quot;: { # The source of a field. # The source of the field.
7285 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7286 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7287 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7288 &quot;userTypes&quot;: [ # Output only. The user types.
7289 &quot;A String&quot;,
7290 ],
7291 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7292 },
7293 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7294 &quot;type&quot;: &quot;A String&quot;, # The source type.
7295 },
7296 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7297 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7298 },
7299 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
7300 },
7301 ],
7302 &quot;relations&quot;: [ # The person&#x27;s relations.
7303 { # A person&#x27;s relation to another person.
7304 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
7305 &quot;source&quot;: { # The source of a field. # The source of the field.
7306 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7307 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7308 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7309 &quot;userTypes&quot;: [ # Output only. The user types.
7310 &quot;A String&quot;,
7311 ],
7312 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7313 },
7314 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7315 &quot;type&quot;: &quot;A String&quot;, # The source type.
7316 },
7317 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7318 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7319 },
7320 &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
7321 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
7322 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
7323 },
7324 ],
7325 &quot;events&quot;: [ # The person&#x27;s events.
7326 { # An event related to the person.
7327 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
7328 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
7329 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
7330 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
7331 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
7332 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
7333 },
7334 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
7335 &quot;source&quot;: { # The source of a field. # The source of the field.
7336 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7337 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7338 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7339 &quot;userTypes&quot;: [ # Output only. The user types.
7340 &quot;A String&quot;,
7341 ],
7342 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7343 },
7344 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7345 &quot;type&quot;: &quot;A String&quot;, # The source type.
7346 },
7347 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7348 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7349 },
7350 },
7351 ],
7352 &quot;birthdays&quot;: [ # The person&#x27;s birthdays.
7353 { # A person&#x27;s birthday. At least one of the `date` and `text` fields are specified. The `date` and `text` fields typically represent the same date, but are not guaranteed to.
7354 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
7355 &quot;source&quot;: { # The source of a field. # The source of the field.
7356 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7357 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7358 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7359 &quot;userTypes&quot;: [ # Output only. The user types.
7360 &quot;A String&quot;,
7361 ],
7362 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7363 },
7364 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7365 &quot;type&quot;: &quot;A String&quot;, # The source type.
7366 },
7367 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7368 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7369 },
7370 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
7371 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
7372 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
7373 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
7374 },
7375 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007376 },
7377 ],
7378 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007379 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
7380 &quot;A String&quot;,
7381 ],
7382 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007383 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
7384 &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -07007385 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007386 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007387 &quot;sources&quot;: [ # The sources of data for the person.
7388 { # The source of a field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007389 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7390 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7391 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007392 &quot;userTypes&quot;: [ # Output only. The user types.
7393 &quot;A String&quot;,
7394 ],
7395 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7396 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007397 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007398 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim65020912020-05-20 12:08:20 -07007399 },
7400 ],
7401 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007402 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
7403 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
7404 &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
7405 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
7406 &quot;source&quot;: { # The source of a field. # The source of the field.
7407 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7408 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7409 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7410 &quot;userTypes&quot;: [ # Output only. The user types.
7411 &quot;A String&quot;,
7412 ],
7413 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7414 },
7415 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7416 &quot;type&quot;: &quot;A String&quot;, # The source type.
7417 },
7418 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7419 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7420 },
7421 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
7422 &quot;value&quot;: &quot;A String&quot;, # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
7423 },
7424 ],
7425 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
7426 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
7427 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
7428 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
7429 &quot;source&quot;: { # The source of a field. # The source of the field.
7430 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7431 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7432 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7433 &quot;userTypes&quot;: [ # Output only. The user types.
7434 &quot;A String&quot;,
7435 ],
7436 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7437 },
7438 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7439 &quot;type&quot;: &quot;A String&quot;, # The source type.
7440 },
7441 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7442 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7443 },
7444 },
7445 ],
7446 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
7447 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
7448 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
7449 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
7450 },
7451 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
7452 &quot;source&quot;: { # The source of a field. # The source of the field.
7453 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7454 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7455 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7456 &quot;userTypes&quot;: [ # Output only. The user types.
7457 &quot;A String&quot;,
7458 ],
7459 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7460 },
7461 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7462 &quot;type&quot;: &quot;A String&quot;, # The source type.
7463 },
7464 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7465 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7466 },
7467 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
7468 &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A contact must always have at least one contact group membership.
7469 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
7470 },
7471 },
7472 ],
7473 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
7474 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
7475 { # The name that should be used to sort the person in a list.
7476 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
7477 &quot;source&quot;: { # The source of a field. # The source of the field.
7478 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7479 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7480 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7481 &quot;userTypes&quot;: [ # Output only. The user types.
7482 &quot;A String&quot;,
7483 ],
7484 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7485 },
7486 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7487 &quot;type&quot;: &quot;A String&quot;, # The source type.
7488 },
7489 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7490 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7491 },
7492 &quot;value&quot;: &quot;A String&quot;, # The file-as value
7493 },
7494 ],
7495 &quot;genders&quot;: [ # The person&#x27;s genders.
7496 { # A person&#x27;s gender.
7497 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
7498 &quot;source&quot;: { # The source of a field. # The source of the field.
7499 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7500 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7501 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7502 &quot;userTypes&quot;: [ # Output only. The user types.
7503 &quot;A String&quot;,
7504 ],
7505 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7506 },
7507 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7508 &quot;type&quot;: &quot;A String&quot;, # The source type.
7509 },
7510 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7511 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7512 },
7513 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
7514 &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
7515 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
7516 },
7517 ],
7518 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
7519 { # A person&#x27;s email address.
7520 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
7521 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
7522 &quot;value&quot;: &quot;A String&quot;, # The email address.
7523 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
7524 &quot;source&quot;: { # The source of a field. # The source of the field.
7525 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7526 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7527 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7528 &quot;userTypes&quot;: [ # Output only. The user types.
7529 &quot;A String&quot;,
7530 ],
7531 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7532 },
7533 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7534 &quot;type&quot;: &quot;A String&quot;, # The source type.
7535 },
7536 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7537 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7538 },
7539 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
7540 },
7541 ],
7542 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
7543 &quot;residences&quot;: [ # The person&#x27;s residences.
7544 { # A person&#x27;s past or current residence.
7545 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
7546 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
7547 &quot;source&quot;: { # The source of a field. # The source of the field.
7548 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7549 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7550 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7551 &quot;userTypes&quot;: [ # Output only. The user types.
7552 &quot;A String&quot;,
7553 ],
7554 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7555 },
7556 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7557 &quot;type&quot;: &quot;A String&quot;, # The source type.
7558 },
7559 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7560 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7561 },
7562 &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence; false if the residence is a past residence.
7563 },
7564 ],
7565 &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
7566 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
7567 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
7568 &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
7569 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted in the viewer&#x27;s account locale or the locale specified in the Accept-Language HTTP header.
7570 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
7571 &quot;source&quot;: { # The source of a field. # The source of the field.
7572 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7573 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7574 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7575 &quot;userTypes&quot;: [ # Output only. The user types.
7576 &quot;A String&quot;,
7577 ],
7578 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7579 },
7580 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7581 &quot;type&quot;: &quot;A String&quot;, # The source type.
7582 },
7583 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7584 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7585 },
7586 },
7587 ],
7588 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
7589 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
7590 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
7591 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
7592 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
7593 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
7594 &quot;source&quot;: { # The source of a field. # The source of the field.
7595 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7596 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7597 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7598 &quot;userTypes&quot;: [ # Output only. The user types.
7599 &quot;A String&quot;,
7600 ],
7601 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7602 },
7603 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7604 &quot;type&quot;: &quot;A String&quot;, # The source type.
7605 },
7606 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7607 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7608 },
7609 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
7610 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
7611 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
7612 &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
7613 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
7614 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
7615 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
7616 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
7617 },
7618 ],
7619 &quot;skills&quot;: [ # The person&#x27;s skills.
7620 { # A skill that the person has.
7621 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
7622 &quot;source&quot;: { # The source of a field. # The source of the field.
7623 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7624 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7625 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7626 &quot;userTypes&quot;: [ # Output only. The user types.
7627 &quot;A String&quot;,
7628 ],
7629 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7630 },
7631 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7632 &quot;type&quot;: &quot;A String&quot;, # The source type.
7633 },
7634 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7635 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7636 },
7637 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
7638 },
7639 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007640 },
Dan O'Mearadd494642020-05-01 07:42:23 -07007641 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07007642</div>
7643
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08007644</body></html>