blob: e1e68967ac4dfb99028a2cac9b1c1292396d3ea2 [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> . <a href="people_v1.people.connections.html">connections</a></h1>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080076<h2>Instance Methods</h2>
77<p class="toc_element">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070078 <code><a href="#list">list(resourceName, pageToken=None, sortOrder=None, personFields=None, syncToken=None, pageSize=None, requestMask_includeField=None, requestSyncToken=None, x__xgafv=None)</a></code></p>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040079<p class="firstline">Provides a list of the authenticated user's contacts merged with any</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080080<p class="toc_element">
81 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
82<p class="firstline">Retrieves the next page of results.</p>
83<h3>Method Details</h3>
84<div class="method">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070085 <code class="details" id="list">list(resourceName, pageToken=None, sortOrder=None, personFields=None, syncToken=None, pageSize=None, requestMask_includeField=None, requestSyncToken=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -070086 <pre>Provides a list of the authenticated user&#x27;s contacts merged with any
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070087connected profiles.
Dan O'Mearadd494642020-05-01 07:42:23 -070088
Bu Sun Kim65020912020-05-20 12:08:20 -070089The request throws a 400 error if &#x27;personFields&#x27; is not specified.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080090
91Args:
Dan O'Mearadd494642020-05-01 07:42:23 -070092 resourceName: string, Required. The resource name to return connections for. Only `people/me` is valid. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -070093 pageToken: string, Optional. A page token, received from a previous `ListConnections` call.
94Provide this to retrieve the subsequent page.
95
96When paginating, all other parameters provided to `ListConnections`
97must match the call that provided the page token.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070098 sortOrder: string, Optional. The order in which the connections should be sorted. Defaults to
99`LAST_MODIFIED_ASCENDING`.
Dan O'Mearadd494642020-05-01 07:42:23 -0700100 personFields: string, Required. A field mask to restrict which fields on each person are returned. Multiple
101fields can be specified by separating them with commas. Valid values are:
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700102
103* addresses
104* ageRanges
105* biographies
106* birthdays
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700107* coverPhotos
108* emailAddresses
109* events
110* genders
111* imClients
112* interests
113* locales
114* memberships
115* metadata
116* names
117* nicknames
118* occupations
119* organizations
120* phoneNumbers
121* photos
122* relations
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700123* residences
124* sipAddresses
125* skills
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700126* urls
127* userDefined
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700128 syncToken: string, Optional. A sync token, received from a previous `ListConnections` call.
129Provide this to retrieve only the resources changed since the last request.
130Sync requests that specify `sync_token` have an additional rate limit.
131
132When syncing, all other parameters provided to `ListConnections`
133must match the call that provided the sync token.
Bu Sun Kim65020912020-05-20 12:08:20 -0700134 pageSize: integer, Optional. The number of connections to include in the response. Valid values are
135between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
136 requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each
137path should start with `person.`: for example, `person.names` or
138`person.photos`.
Dan O'Mearadd494642020-05-01 07:42:23 -0700139 requestSyncToken: boolean, Optional. Whether the response should include `next_sync_token`, which can be used to
140get all changes since the last request. For subsequent sync requests use
141the `sync_token` param instead. Initial sync requests that specify
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700142`request_sync_token` have an additional rate limit.
Bu Sun Kim65020912020-05-20 12:08:20 -0700143 x__xgafv: string, V1 error format.
144 Allowed values
145 1 - v1 error format
146 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800147
148Returns:
149 An object of the form:
150
Bu Sun Kim65020912020-05-20 12:08:20 -0700151 { # The response to a request for the authenticated user&#x27;s connections.
Bu Sun Kim65020912020-05-20 12:08:20 -0700152 &quot;totalPeople&quot;: 42, # **DEPRECATED** (Please use totalItems)
153 # The total number of people in the list without pagination.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700154 &quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page.
155 # If this field is omitted, there are no subsequent pages.
Bu Sun Kim65020912020-05-20 12:08:20 -0700156 &quot;connections&quot;: [ # The list of people that the requestor is connected to.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400157 { # Information about a person merged from various data sources such as the
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700158 # authenticated user&#x27;s contacts and profile data.
159 #
160 # Most fields can have multiple items. The items in a field have no guaranteed
161 # order, but each non-empty field is guaranteed to have exactly one field with
162 # `metadata.primary` set to true.
163 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
164 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields
165 # are optional.
166 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
167 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
168 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
169 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
170 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the address translated and formatted in the viewer&#x27;s
171 # account locale or the `Accept-Language` HTTP header locale.
172 &quot;countryCode&quot;: &quot;A String&quot;, # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country
173 # code of the address.
174 &quot;type&quot;: &quot;A String&quot;, # The type of the address. The type can be custom or one of these predefined
175 # values:
Dan O'Mearadd494642020-05-01 07:42:23 -0700176 #
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700177 # * `home`
178 # * `work`
179 # * `other`
180 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
181 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
182 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
183 # verified field is typically a name, email address, phone number, or
184 # website that has been confirmed to be owned by the person.
185 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
186 # field.
187 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim65020912020-05-20 12:08:20 -0700188 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
189 #
190 # Metadata about a source of type PROFILE.
191 &quot;userTypes&quot;: [ # Output only. The user types.
192 &quot;A String&quot;,
193 ],
194 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
195 },
196 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700197 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
198 #
199 # Last update timestamp of this source.
Bu Sun Kim65020912020-05-20 12:08:20 -0700200 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
Dan O'Mearadd494642020-05-01 07:42:23 -0700201 #
202 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
203 # source. Used for web cache validation.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700204 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Dan O'Mearadd494642020-05-01 07:42:23 -0700205 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700206 },
207 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
208 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
209 &quot;formattedValue&quot;: &quot;A String&quot;, # The unstructured value of the address. If this is not set by the user it
210 # will be automatically constructed from structured values.
Dan O'Mearadd494642020-05-01 07:42:23 -0700211 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700212 ],
213 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead)
214 #
215 # The person&#x27;s age range.
216 &quot;relations&quot;: [ # The person&#x27;s relations.
217 { # A person&#x27;s relation to another person.
218 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
219 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the relation translated and formatted in the viewer&#x27;s
220 # account locale or the locale specified in the Accept-Language HTTP header.
221 &quot;type&quot;: &quot;A String&quot;, # The person&#x27;s relation to the other person. The type can be custom or one of
222 # these predefined values:
223 #
224 # * `spouse`
225 # * `child`
226 # * `mother`
227 # * `father`
228 # * `parent`
229 # * `brother`
230 # * `sister`
231 # * `friend`
232 # * `relative`
233 # * `domesticPartner`
234 # * `manager`
235 # * `assistant`
236 # * `referredBy`
237 # * `partner`
238 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
239 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
240 # verified field is typically a name, email address, phone number, or
241 # website that has been confirmed to be owned by the person.
242 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
243 # field.
244 &quot;source&quot;: { # The source of a field. # The source of the field.
245 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
246 #
247 # Metadata about a source of type PROFILE.
248 &quot;userTypes&quot;: [ # Output only. The user types.
249 &quot;A String&quot;,
250 ],
251 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim65020912020-05-20 12:08:20 -0700252 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700253 &quot;type&quot;: &quot;A String&quot;, # The source type.
254 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
255 #
256 # Last update timestamp of this source.
257 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
258 #
259 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
260 # source. Used for web cache validation.
261 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim65020912020-05-20 12:08:20 -0700262 },
263 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700264 },
265 ],
266 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
267 { # A person&#x27;s past or current organization. Overlapping date ranges are
268 # permitted.
269 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the organization translated and formatted in the
270 # viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
271 &quot;current&quot;: True or False, # True if the organization is the person&#x27;s current organization;
272 # false if the organization is a past organization.
273 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker
274 # symbol, abbreviation, or acronym.
275 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
276 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
277 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
278 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
279 # verified field is typically a name, email address, phone number, or
280 # website that has been confirmed to be owned by the person.
281 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
282 # field.
283 &quot;source&quot;: { # The source of a field. # The source of the field.
284 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
285 #
286 # Metadata about a source of type PROFILE.
287 &quot;userTypes&quot;: [ # Output only. The user types.
288 &quot;A String&quot;,
289 ],
290 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
291 },
292 &quot;type&quot;: &quot;A String&quot;, # The source type.
293 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
294 #
295 # Last update timestamp of this source.
296 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
297 #
298 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
299 # source. Used for web cache validation.
300 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
301 },
302 },
303 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these
304 # predefined values:
305 #
306 # * `work`
307 # * `school`
308 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
309 &quot;endDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day # The end date when the person left the organization.
310 # and time zone are either specified elsewhere or are not significant. The date
311 # is relative to the Proleptic Gregorian Calendar. This can represent:
312 #
313 # * A full date, with non-zero year, month and day values
314 # * A month and day value, with a zero year, e.g. an anniversary
315 # * A year on its own, with zero month and day values
316 # * A year and month value, with a zero day, e.g. a credit card expiration date
317 #
318 # Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`.
319 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0
320 # if specifying a year by itself or a year and month where the day is not
321 # significant.
322 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a
323 # month and day.
324 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without
325 # a year.
326 },
327 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
328 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
329 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example,
330 # `google.com`.
331 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
332 &quot;startDate&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day # The start date when the person joined the organization.
333 # and time zone are either specified elsewhere or are not significant. The date
334 # is relative to the Proleptic Gregorian Calendar. This can represent:
335 #
336 # * A full date, with non-zero year, month and day values
337 # * A month and day value, with a zero year, e.g. an anniversary
338 # * A year on its own, with zero month and day values
339 # * A year and month value, with a zero day, e.g. a credit card expiration date
340 #
341 # Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`.
342 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0
343 # if specifying a year by itself or a year and month where the day is not
344 # significant.
345 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a
346 # month and day.
347 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without
348 # a year.
349 },
350 },
351 ],
352 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
353 { # A person&#x27;s cover photo. A large image shown on the person&#x27;s
354 # profile page that represents who they are or what they care about.
355 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
356 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
357 # verified field is typically a name, email address, phone number, or
358 # website that has been confirmed to be owned by the person.
359 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
360 # field.
361 &quot;source&quot;: { # The source of a field. # The source of the field.
362 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
363 #
364 # Metadata about a source of type PROFILE.
365 &quot;userTypes&quot;: [ # Output only. The user types.
366 &quot;A String&quot;,
367 ],
368 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
369 },
370 &quot;type&quot;: &quot;A String&quot;, # The source type.
371 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
372 #
373 # Last update timestamp of this source.
374 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
375 #
376 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
377 # source. Used for web cache validation.
378 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
379 },
380 },
381 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
382 &quot;default&quot;: True or False, # True if the cover photo is the default cover photo;
383 # false if the cover photo is a user-provided cover photo.
384 },
385 ],
386 &quot;residences&quot;: [ # The person&#x27;s residences.
387 { # A person&#x27;s past or current residence.
388 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
389 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
390 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
391 # verified field is typically a name, email address, phone number, or
392 # website that has been confirmed to be owned by the person.
393 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
394 # field.
395 &quot;source&quot;: { # The source of a field. # The source of the field.
396 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
397 #
398 # Metadata about a source of type PROFILE.
399 &quot;userTypes&quot;: [ # Output only. The user types.
400 &quot;A String&quot;,
401 ],
402 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
403 },
404 &quot;type&quot;: &quot;A String&quot;, # The source type.
405 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
406 #
407 # Last update timestamp of this source.
408 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
409 #
410 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
411 # source. Used for web cache validation.
412 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
413 },
414 },
415 &quot;current&quot;: True or False, # True if the residence is the person&#x27;s current residence;
416 # false if the residence is a past residence.
417 },
418 ],
419 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
420 { # A person&#x27;s instant messaging client.
421 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
422 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
423 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
424 # verified field is typically a name, email address, phone number, or
425 # website that has been confirmed to be owned by the person.
426 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
427 # field.
428 &quot;source&quot;: { # The source of a field. # The source of the field.
429 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
430 #
431 # Metadata about a source of type PROFILE.
432 &quot;userTypes&quot;: [ # Output only. The user types.
433 &quot;A String&quot;,
434 ],
435 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
436 },
437 &quot;type&quot;: &quot;A String&quot;, # The source type.
438 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
439 #
440 # Last update timestamp of this source.
441 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
442 #
443 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
444 # source. Used for web cache validation.
445 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
446 },
447 },
448 &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these
449 # predefined values:
450 #
451 # * `home`
452 # * `work`
453 # * `other`
454 &quot;protocol&quot;: &quot;A String&quot;, # The protocol of the IM client. The protocol can be custom or one of these
455 # predefined values:
456 #
457 # * `aim`
458 # * `msn`
459 # * `yahoo`
460 # * `skype`
461 # * `qq`
462 # * `googleTalk`
463 # * `icq`
464 # * `jabber`
465 # * `netMeeting`
466 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account
467 # locale or the `Accept-Language` HTTP header locale.
468 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the
469 # viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
470 },
471 ],
472 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
473 { # Arbitrary user data that is populated by the end users.
474 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
475 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
476 # verified field is typically a name, email address, phone number, or
477 # website that has been confirmed to be owned by the person.
478 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
479 # field.
480 &quot;source&quot;: { # The source of a field. # The source of the field.
481 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
482 #
483 # Metadata about a source of type PROFILE.
484 &quot;userTypes&quot;: [ # Output only. The user types.
485 &quot;A String&quot;,
486 ],
487 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
488 },
489 &quot;type&quot;: &quot;A String&quot;, # The source type.
490 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
491 #
492 # Last update timestamp of this source.
493 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
494 #
495 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
496 # source. Used for web cache validation.
497 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
498 },
499 },
500 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
501 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
502 },
503 ],
504 &quot;etag&quot;: &quot;A String&quot;, # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
505 # resource. Used for web cache validation.
506 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned
507 # The person&#x27;s bragging rights.
508 { # **DEPRECATED**: No data will be returned
509 # A person&#x27;s bragging rights.
510 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
511 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
512 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
513 # verified field is typically a name, email address, phone number, or
514 # website that has been confirmed to be owned by the person.
515 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
516 # field.
517 &quot;source&quot;: { # The source of a field. # The source of the field.
518 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
519 #
520 # Metadata about a source of type PROFILE.
521 &quot;userTypes&quot;: [ # Output only. The user types.
522 &quot;A String&quot;,
523 ],
524 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
525 },
526 &quot;type&quot;: &quot;A String&quot;, # The source type.
527 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
528 #
529 # Last update timestamp of this source.
530 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
531 #
532 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
533 # source. Used for web cache validation.
534 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
535 },
536 },
537 },
538 ],
539 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned
540 # The person&#x27;s relationship interests.
541 { # **DEPRECATED**: No data will be returned
542 # A person&#x27;s relationship interest .
543 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
544 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
545 # verified field is typically a name, email address, phone number, or
546 # website that has been confirmed to be owned by the person.
547 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
548 # field.
549 &quot;source&quot;: { # The source of a field. # The source of the field.
550 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
551 #
552 # Metadata about a source of type PROFILE.
553 &quot;userTypes&quot;: [ # Output only. The user types.
554 &quot;A String&quot;,
555 ],
556 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
557 },
558 &quot;type&quot;: &quot;A String&quot;, # The source type.
559 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
560 #
561 # Last update timestamp of this source.
562 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
563 #
564 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
565 # source. Used for web cache validation.
566 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
567 },
568 },
569 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship interest translated and formatted
570 # in the viewer&#x27;s account locale or the locale specified in the
571 # Accept-Language HTTP header.
572 &quot;value&quot;: &quot;A String&quot;, # The kind of relationship the person is looking for. The value can be custom
573 # or one of these predefined values:
574 #
575 # * `friend`
576 # * `date`
577 # * `relationship`
578 # * `networking`
579 },
580 ],
581 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
582 { # A person&#x27;s age range.
583 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
584 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
585 # verified field is typically a name, email address, phone number, or
586 # website that has been confirmed to be owned by the person.
587 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
588 # field.
589 &quot;source&quot;: { # The source of a field. # The source of the field.
590 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
591 #
592 # Metadata about a source of type PROFILE.
593 &quot;userTypes&quot;: [ # Output only. The user types.
594 &quot;A String&quot;,
595 ],
596 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
597 },
598 &quot;type&quot;: &quot;A String&quot;, # The source type.
599 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
600 #
601 # Last update timestamp of this source.
602 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
603 #
604 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
605 # source. Used for web cache validation.
606 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
607 },
608 },
609 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
610 },
611 ],
612 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
613 { # A person&#x27;s membership in a group. Only contact group memberships can be
614 # modified.
615 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
616 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
617 # verified field is typically a name, email address, phone number, or
618 # website that has been confirmed to be owned by the person.
619 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
620 # field.
621 &quot;source&quot;: { # The source of a field. # The source of the field.
622 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
623 #
624 # Metadata about a source of type PROFILE.
625 &quot;userTypes&quot;: [ # Output only. The user types.
626 &quot;A String&quot;,
627 ],
628 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
629 },
630 &quot;type&quot;: &quot;A String&quot;, # The source type.
631 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
632 #
633 # Last update timestamp of this source.
634 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
635 #
636 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
637 # 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 },
640 },
641 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
642 &quot;contactGroupResourceName&quot;: &quot;A String&quot;, # The resource name for the contact group, assigned by the server. An ASCII
643 # string, in the form of `contactGroups/{contact_group_id}`.
644 # Only contact_group_resource_name can be used for modifying memberships.
645 # Any contact group membership can be removed, but only user group or
646 # &quot;myContacts&quot; or &quot;starred&quot; system groups memberships can be added. A
647 # contact must always have at least one contact group membership.
648 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
649 },
650 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
651 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
652 },
653 },
654 ],
655 &quot;occupations&quot;: [ # The person&#x27;s occupations.
656 { # A person&#x27;s occupation.
657 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
658 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
659 # verified field is typically a name, email address, phone number, or
660 # website that has been confirmed to be owned by the person.
661 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
662 # field.
663 &quot;source&quot;: { # The source of a field. # The source of the field.
664 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
665 #
666 # Metadata about a source of type PROFILE.
667 &quot;userTypes&quot;: [ # Output only. The user types.
668 &quot;A String&quot;,
669 ],
670 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
671 },
672 &quot;type&quot;: &quot;A String&quot;, # The source type.
673 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
674 #
675 # Last update timestamp of this source.
676 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
677 #
678 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
679 # source. Used for web cache validation.
680 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
681 },
682 },
683 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
684 },
685 ],
686 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
687 { # A person&#x27;s associated URLs.
688 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
689 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
690 # verified field is typically a name, email address, phone number, or
691 # website that has been confirmed to be owned by the person.
692 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
693 # field.
694 &quot;source&quot;: { # The source of a field. # The source of the field.
695 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
696 #
697 # Metadata about a source of type PROFILE.
698 &quot;userTypes&quot;: [ # Output only. The user types.
699 &quot;A String&quot;,
700 ],
701 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
702 },
703 &quot;type&quot;: &quot;A String&quot;, # The source type.
704 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
705 #
706 # Last update timestamp of this source.
707 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
708 #
709 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
710 # source. Used for web cache validation.
711 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
712 },
713 },
714 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined
715 # values:
716 #
717 # * `home`
718 # * `work`
719 # * `blog`
720 # * `profile`
721 # * `homePage`
722 # * `ftp`
723 # * `reservations`
724 # * `appInstallPage`: website for a Google+ application.
725 # * `other`
726 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s
727 # account locale or the `Accept-Language` HTTP header locale.
728 &quot;value&quot;: &quot;A String&quot;, # The URL.
729 },
730 ],
731 &quot;skills&quot;: [ # The person&#x27;s skills.
732 { # A skill that the person has.
733 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
734 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
735 # verified field is typically a name, email address, phone number, or
736 # website that has been confirmed to be owned by the person.
737 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
738 # field.
739 &quot;source&quot;: { # The source of a field. # The source of the field.
740 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
741 #
742 # Metadata about a source of type PROFILE.
743 &quot;userTypes&quot;: [ # Output only. The user types.
744 &quot;A String&quot;,
745 ],
746 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
747 },
748 &quot;type&quot;: &quot;A String&quot;, # The source type.
749 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
750 #
751 # Last update timestamp of this source.
752 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
753 #
754 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
755 # 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 },
758 },
759 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
760 },
761 ],
762 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
763 { # A person&#x27;s email address.
764 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these
765 # predefined values:
766 #
767 # * `home`
768 # * `work`
769 # * `other`
770 &quot;value&quot;: &quot;A String&quot;, # The email address.
771 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
772 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
773 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
774 # verified field is typically a name, email address, phone number, or
775 # website that has been confirmed to be owned by the person.
776 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
777 # field.
778 &quot;source&quot;: { # The source of a field. # The source of the field.
779 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
780 #
781 # 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;type&quot;: &quot;A String&quot;, # The source type.
788 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
789 #
790 # Last update timestamp of this source.
791 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
792 #
793 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
794 # source. Used for web cache validation.
795 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
796 },
797 },
798 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the email address translated and formatted in the
799 # viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
800 },
801 ],
802 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned
803 # The person&#x27;s taglines.
804 { # **DEPRECATED**: No data will be returned
805 # A brief one-line description of the person.
806 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
807 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
808 # verified field is typically a name, email address, phone number, or
809 # website that has been confirmed to be owned by the person.
810 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
811 # field.
812 &quot;source&quot;: { # The source of a field. # The source of the field.
813 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
814 #
815 # Metadata about a source of type PROFILE.
816 &quot;userTypes&quot;: [ # Output only. The user types.
817 &quot;A String&quot;,
818 ],
819 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
820 },
821 &quot;type&quot;: &quot;A String&quot;, # The source type.
822 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
823 #
824 # Last update timestamp of this source.
825 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
826 #
827 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
828 # source. Used for web cache validation.
829 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
830 },
831 },
832 &quot;value&quot;: &quot;A String&quot;, # The tagline.
833 },
834 ],
835 &quot;names&quot;: [ # The person&#x27;s names.
836 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
837 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
838 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
839 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
840 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
841 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
842 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
843 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
844 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
845 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
846 &quot;displayNameLastFirst&quot;: &quot;A String&quot;, # Output only. The display name with the last name first formatted according to
847 # the locale specified by the viewer&#x27;s account or the
848 # `Accept-Language` HTTP header.
849 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
850 &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name formatted according to the locale specified by
851 # the viewer&#x27;s account or the `Accept-Language` HTTP header.
852 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
853 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
854 # verified field is typically a name, email address, phone number, or
855 # website that has been confirmed to be owned by the person.
856 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
857 # field.
858 &quot;source&quot;: { # The source of a field. # The source of the field.
859 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
860 #
861 # Metadata about a source of type PROFILE.
862 &quot;userTypes&quot;: [ # Output only. The user types.
863 &quot;A String&quot;,
864 ],
865 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
866 },
867 &quot;type&quot;: &quot;A String&quot;, # The source type.
868 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
869 #
870 # Last update timestamp of this source.
871 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
872 #
873 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
874 # source. Used for web cache validation.
875 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
876 },
877 },
878 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
879 },
880 ],
881 &quot;biographies&quot;: [ # The person&#x27;s biographies.
882 { # A person&#x27;s short biography.
883 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
884 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
885 # verified field is typically a name, email address, phone number, or
886 # website that has been confirmed to be owned by the person.
887 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
888 # field.
889 &quot;source&quot;: { # The source of a field. # The source of the field.
890 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
891 #
892 # Metadata about a source of type PROFILE.
893 &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 },
898 &quot;type&quot;: &quot;A String&quot;, # The source type.
899 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
900 #
901 # Last update timestamp of this source.
902 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
903 #
904 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
905 # source. Used for web cache validation.
906 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
907 },
908 },
909 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
910 &quot;value&quot;: &quot;A String&quot;, # The short biography.
911 },
912 ],
913 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string
914 # with a max length of 27 characters, in the form of
915 # `people/{person_id}`.
916 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
917 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to
918 # help others recognize the person.
919 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
920 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
921 # verified field is typically a name, email address, phone number, or
922 # website that has been confirmed to be owned by the person.
923 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
924 # field.
925 &quot;source&quot;: { # The source of a field. # The source of the field.
926 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
927 #
928 # Metadata about a source of type PROFILE.
929 &quot;userTypes&quot;: [ # Output only. The user types.
930 &quot;A String&quot;,
931 ],
932 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
933 },
934 &quot;type&quot;: &quot;A String&quot;, # The source type.
935 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
936 #
937 # Last update timestamp of this source.
938 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
939 #
940 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
941 # source. Used for web cache validation.
942 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
943 },
944 },
945 &quot;default&quot;: True or False, # True if the photo is a default photo;
946 # false if the photo is a user-provided photo.
947 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo. You can change the desired size by appending a query
948 # parameter `sz={size}` at the end of the url, where {size} is the size in
949 # pixels. Example:
950 # https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
951 },
952 ],
953 &quot;events&quot;: [ # The person&#x27;s events.
954 { # An event related to the person.
955 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined
956 # values:
957 #
958 # * `anniversary`
959 # * `other`
960 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the event translated and formatted in the
961 # viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
962 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
963 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
964 # verified field is typically a name, email address, phone number, or
965 # website that has been confirmed to be owned by the person.
966 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
967 # field.
968 &quot;source&quot;: { # The source of a field. # The source of the field.
969 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
970 #
971 # Metadata about a source of type PROFILE.
972 &quot;userTypes&quot;: [ # Output only. The user types.
973 &quot;A String&quot;,
974 ],
975 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
976 },
977 &quot;type&quot;: &quot;A String&quot;, # The source type.
978 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
979 #
980 # Last update timestamp of this source.
981 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
982 #
983 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
984 # source. Used for web cache validation.
985 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
986 },
987 },
988 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day # The date of the event.
989 # and time zone are either specified elsewhere or are not significant. The date
990 # is relative to the Proleptic Gregorian Calendar. This can represent:
991 #
992 # * A full date, with non-zero year, month and day values
993 # * A month and day value, with a zero year, e.g. an anniversary
994 # * A year on its own, with zero month and day values
995 # * A year and month value, with a zero day, e.g. a credit card expiration date
996 #
997 # Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`.
998 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0
999 # if specifying a year by itself or a year and month where the day is not
1000 # significant.
1001 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a
1002 # month and day.
1003 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without
1004 # a year.
1005 },
1006 },
1007 ],
1008 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1009 { # A person&#x27;s locale preference.
1010 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47)
1011 # language tag representing the locale.
1012 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
1013 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
1014 # verified field is typically a name, email address, phone number, or
1015 # website that has been confirmed to be owned by the person.
1016 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
1017 # field.
1018 &quot;source&quot;: { # The source of a field. # The source of the field.
1019 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
1020 #
1021 # Metadata about a source of type PROFILE.
1022 &quot;userTypes&quot;: [ # Output only. The user types.
1023 &quot;A String&quot;,
1024 ],
1025 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1026 },
1027 &quot;type&quot;: &quot;A String&quot;, # The source type.
1028 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
1029 #
1030 # Last update timestamp of this source.
1031 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
1032 #
1033 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
1034 # source. Used for web cache validation.
1035 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1036 },
1037 },
1038 },
1039 ],
1040 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
1041 { # A person&#x27;s phone number.
1042 &quot;canonicalForm&quot;: &quot;A String&quot;, # Output only. The canonicalized [ITU-T
1043 # E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf)
1044 # form of the phone number.
1045 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the phone number translated and formatted in the
1046 # viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1047 &quot;type&quot;: &quot;A String&quot;, # The type of the phone number. The type can be custom or one of these
1048 # predefined values:
1049 #
1050 # * `home`
1051 # * `work`
1052 # * `mobile`
1053 # * `homeFax`
1054 # * `workFax`
1055 # * `otherFax`
1056 # * `pager`
1057 # * `workMobile`
1058 # * `workPager`
1059 # * `main`
1060 # * `googleVoice`
1061 # * `other`
1062 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1063 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
1064 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
1065 # verified field is typically a name, email address, phone number, or
1066 # website that has been confirmed to be owned by the person.
1067 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
1068 # field.
1069 &quot;source&quot;: { # The source of a field. # The source of the field.
1070 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
1071 #
1072 # Metadata about a source of type PROFILE.
1073 &quot;userTypes&quot;: [ # Output only. The user types.
1074 &quot;A String&quot;,
1075 ],
1076 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1077 },
1078 &quot;type&quot;: &quot;A String&quot;, # The source type.
1079 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
1080 #
1081 # Last update timestamp of this source.
1082 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
1083 #
1084 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
1085 # source. Used for web cache validation.
1086 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1087 },
1088 },
1089 },
1090 ],
1091 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1092 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP
1093 # communications to make voice or video calls over the internet.
1094 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the SIP address translated and formatted in the
1095 # viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1096 &quot;value&quot;: &quot;A String&quot;, # The SIP address in the
1097 # [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI
1098 # format.
1099 &quot;type&quot;: &quot;A String&quot;, # The type of the SIP address. The type can be custom or or one of these
1100 # predefined values:
1101 #
1102 # * `home`
1103 # * `work`
1104 # * `mobile`
1105 # * `other`
1106 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
1107 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
1108 # verified field is typically a name, email address, phone number, or
1109 # website that has been confirmed to be owned by the person.
1110 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
1111 # field.
1112 &quot;source&quot;: { # The source of a field. # The source of the field.
1113 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
1114 #
1115 # Metadata about a source of type PROFILE.
1116 &quot;userTypes&quot;: [ # Output only. The user types.
1117 &quot;A String&quot;,
1118 ],
1119 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1120 },
1121 &quot;type&quot;: &quot;A String&quot;, # The source type.
1122 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
1123 #
1124 # Last update timestamp of this source.
1125 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
1126 #
1127 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
1128 # source. Used for web cache validation.
1129 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1130 },
1131 },
1132 },
1133 ],
1134 &quot;interests&quot;: [ # The person&#x27;s interests.
1135 { # One of the person&#x27;s interests.
1136 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
1137 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
1138 # verified field is typically a name, email address, phone number, or
1139 # website that has been confirmed to be owned by the person.
1140 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
1141 # field.
1142 &quot;source&quot;: { # The source of a field. # The source of the field.
1143 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
1144 #
1145 # Metadata about a source of type PROFILE.
1146 &quot;userTypes&quot;: [ # Output only. The user types.
1147 &quot;A String&quot;,
1148 ],
1149 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1150 },
1151 &quot;type&quot;: &quot;A String&quot;, # The source type.
1152 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
1153 #
1154 # Last update timestamp of this source.
1155 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
1156 #
1157 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
1158 # source. Used for web cache validation.
1159 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1160 },
1161 },
1162 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1163 },
1164 ],
1165 &quot;birthdays&quot;: [ # The person&#x27;s birthdays.
1166 { # A person&#x27;s birthday. At least one of the `date` and `text` fields are
1167 # specified. The `date` and `text` fields typically represent the same
1168 # date, but are not guaranteed to.
1169 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
1170 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
1171 # verified field is typically a name, email address, phone number, or
1172 # website that has been confirmed to be owned by the person.
1173 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
1174 # field.
1175 &quot;source&quot;: { # The source of a field. # The source of the field.
1176 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
1177 #
1178 # Metadata about a source of type PROFILE.
1179 &quot;userTypes&quot;: [ # Output only. The user types.
1180 &quot;A String&quot;,
1181 ],
1182 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1183 },
1184 &quot;type&quot;: &quot;A String&quot;, # The source type.
1185 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
1186 #
1187 # Last update timestamp of this source.
1188 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
1189 #
1190 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
1191 # source. Used for web cache validation.
1192 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1193 },
1194 },
1195 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1196 &quot;date&quot;: { # Represents a whole or partial calendar date, e.g. a birthday. The time of day # The date of the birthday.
1197 # and time zone are either specified elsewhere or are not significant. The date
1198 # is relative to the Proleptic Gregorian Calendar. This can represent:
1199 #
1200 # * A full date, with non-zero year, month and day values
1201 # * A month and day value, with a zero year, e.g. an anniversary
1202 # * A year on its own, with zero month and day values
1203 # * A year and month value, with a zero day, e.g. a credit card expiration date
1204 #
1205 # Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`.
1206 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0
1207 # if specifying a year by itself or a year and month where the day is not
1208 # significant.
1209 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a
1210 # month and day.
1211 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without
1212 # a year.
1213 },
1214 },
1215 ],
1216 &quot;genders&quot;: [ # The person&#x27;s genders.
1217 { # A person&#x27;s gender.
1218 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account
1219 # locale or the `Accept-Language` HTTP header locale. Unspecified or custom
1220 # value are not localized.
1221 &quot;addressMeAs&quot;: &quot;A String&quot;, # The type of pronouns that should be used to address the person. The value
1222 # can be custom or one of these predefined values:
1223 #
1224 # * `male`
1225 # * `female`
1226 # * `other`
1227 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
1228 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
1229 # verified field is typically a name, email address, phone number, or
1230 # website that has been confirmed to be owned by the person.
1231 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
1232 # field.
1233 &quot;source&quot;: { # The source of a field. # The source of the field.
1234 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
1235 #
1236 # Metadata about a source of type PROFILE.
1237 &quot;userTypes&quot;: [ # Output only. The user types.
1238 &quot;A String&quot;,
1239 ],
1240 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1241 },
1242 &quot;type&quot;: &quot;A String&quot;, # The source type.
1243 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
1244 #
1245 # Last update timestamp of this source.
1246 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
1247 #
1248 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
1249 # source. Used for web cache validation.
1250 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1251 },
1252 },
1253 &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these
1254 # predefined values:
1255 #
1256 # * `male`
1257 # * `female`
1258 # * `unspecified`
1259 },
1260 ],
1261 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1262 { # A person&#x27;s nickname.
1263 &quot;value&quot;: &quot;A String&quot;, # The nickname.
1264 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
1265 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
1266 # verified field is typically a name, email address, phone number, or
1267 # website that has been confirmed to be owned by the person.
1268 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
1269 # field.
1270 &quot;source&quot;: { # The source of a field. # The source of the field.
1271 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
1272 #
1273 # Metadata about a source of type PROFILE.
1274 &quot;userTypes&quot;: [ # Output only. The user types.
1275 &quot;A String&quot;,
1276 ],
1277 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1278 },
1279 &quot;type&quot;: &quot;A String&quot;, # The source type.
1280 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
1281 #
1282 # Last update timestamp of this source.
1283 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
1284 #
1285 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
1286 # source. Used for web cache validation.
1287 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1288 },
1289 },
1290 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1291 },
1292 ],
1293 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned
1294 # The person&#x27;s relationship statuses.
1295 { # **DEPRECATED**: No data will be returned
1296 # A person&#x27;s relationship status.
1297 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
1298 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A
1299 # verified field is typically a name, email address, phone number, or
1300 # website that has been confirmed to be owned by the person.
1301 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary
1302 # field.
1303 &quot;source&quot;: { # The source of a field. # The source of the field.
1304 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
1305 #
1306 # Metadata about a source of type PROFILE.
1307 &quot;userTypes&quot;: [ # Output only. The user types.
1308 &quot;A String&quot;,
1309 ],
1310 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1311 },
1312 &quot;type&quot;: &quot;A String&quot;, # The source type.
1313 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
1314 #
1315 # Last update timestamp of this source.
1316 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
1317 #
1318 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
1319 # source. Used for web cache validation.
1320 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1321 },
1322 },
1323 &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the relationship status translated and formatted in
1324 # the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
1325 &quot;value&quot;: &quot;A String&quot;, # The relationship status. The value can be custom or one of these
1326 # predefined values:
1327 #
1328 # * `single`
1329 # * `inARelationship`
1330 # * `engaged`
1331 # * `married`
1332 # * `itsComplicated`
1333 # * `openRelationship`
1334 # * `widowed`
1335 # * `inDomesticPartnership`
1336 # * `inCivilUnion`
1337 },
1338 ],
1339 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
1340 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1341 &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -07001342 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001343 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use
1344 # `person.metadata.sources.profileMetadata.objectType` instead)
1345 #
1346 # The type of the person object.
1347 &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for
1348 # [`connections.list`](/people/api/rest/v1/people.connections/list) requests
1349 # that include a sync token.
1350 #
1351 # The resource name may change when adding or removing fields that link a
1352 # contact and profile such as a verified email, verified phone number, or
1353 # profile URL.
1354 &quot;A String&quot;,
1355 ],
1356 &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for
1357 # [`connections.list`](/people/api/rest/v1/people.connections/list) requests
1358 # that include a sync token.
1359 &quot;sources&quot;: [ # The sources of data for the person.
1360 { # The source of a field.
1361 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.**
Bu Sun Kim65020912020-05-20 12:08:20 -07001362 #
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001363 # Metadata about a source of type PROFILE.
1364 &quot;userTypes&quot;: [ # Output only. The user types.
1365 &quot;A String&quot;,
1366 ],
1367 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1368 },
1369 &quot;type&quot;: &quot;A String&quot;, # The source type.
1370 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.**
Bu Sun Kim65020912020-05-20 12:08:20 -07001371 #
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001372 # Last update timestamp of this source.
1373 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.**
Bu Sun Kim65020912020-05-20 12:08:20 -07001374 #
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001375 # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the
1376 # source. Used for web cache validation.
1377 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim65020912020-05-20 12:08:20 -07001378 },
1379 ],
1380 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001381 },
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08001382 ],
Bu Sun Kim65020912020-05-20 12:08:20 -07001383 &quot;nextSyncToken&quot;: &quot;A String&quot;, # A token, which can be sent as `sync_token` to retrieve changes since the
Dan O'Mearadd494642020-05-01 07:42:23 -07001384 # last request. Request must set `request_sync_token` to return the sync
1385 # token.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001386 &quot;totalItems&quot;: 42, # The total number of items in the list without pagination.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08001387 }</pre>
1388</div>
1389
1390<div class="method">
1391 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
1392 <pre>Retrieves the next page of results.
1393
1394Args:
1395 previous_request: The request for the previous page. (required)
1396 previous_response: The response from the request for the previous page. (required)
1397
1398Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -07001399 A request object that you can call &#x27;execute()&#x27; on to request the next
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08001400 page. Returns None if there are no more items in the collection.
1401 </pre>
1402</div>
1403
1404</body></html>