blob: be84b6c1fd81ec29b45e79c7581c9f124349de4f [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">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81 <code><a href="#list">list(resourceName, pageToken=None, pageSize=None, sortOrder=None, requestSyncToken=None, requestMask_includeField=None, personFields=None, sources=None, syncToken=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070082<p class="firstline">Provides a list of the authenticated user's contacts. The request throws a 400 error if 'personFields' is not specified.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080083<p class="toc_element">
84 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
85<p class="firstline">Retrieves the next page of results.</p>
86<h3>Method Details</h3>
87<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070088 <code class="details" id="close">close()</code>
89 <pre>Close httplib2 connections.</pre>
90</div>
91
92<div class="method">
93 <code class="details" id="list">list(resourceName, pageToken=None, pageSize=None, sortOrder=None, requestSyncToken=None, requestMask_includeField=None, personFields=None, sources=None, syncToken=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070094 <pre>Provides a list of the authenticated user&#x27;s contacts. The request throws a 400 error if &#x27;personFields&#x27; is not specified.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080095
96Args:
Dan O'Mearadd494642020-05-01 07:42:23 -070097 resourceName: string, Required. The resource name to return connections for. Only `people/me` is valid. (required)
Bu Sun Kimd059ad82020-07-22 17:02:09 -070098 pageToken: string, Optional. A page token, received from a previous `ListConnections` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListConnections` must match the call that provided the page token.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070099 pageSize: integer, Optional. The number of connections to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700100 sortOrder: string, Optional. The order in which the connections should be sorted. Defaults to `LAST_MODIFIED_ASCENDING`.
101 Allowed values
102 LAST_MODIFIED_ASCENDING - Sort people by when they were changed; older entries first.
103 LAST_MODIFIED_DESCENDING - Sort people by when they were changed; newer entries first.
104 FIRST_NAME_ASCENDING - Sort people by first name.
105 LAST_NAME_ASCENDING - Sort people by last name.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700106 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. Initial sync requests that specify `request_sync_token` have an additional rate limit.
107 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`.
108 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 * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
109 sources: string, Optional. A mask of what source types to return. Defaults to ReadSourceType.CONTACT and ReadSourceType.PROFILE if not set. (repeated)
110 Allowed values
111 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
112 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
113 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
114 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
115 syncToken: string, Optional. A sync token, received from a previous `ListConnections` call. Provide this to retrieve only the resources changed since the last request. Sync requests that specify `sync_token` have an additional rate limit. When syncing, all other parameters provided to `ListConnections` must match the call that provided the sync token.
Bu Sun Kim65020912020-05-20 12:08:20 -0700116 x__xgafv: string, V1 error format.
117 Allowed values
118 1 - v1 error format
119 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800120
121Returns:
122 An object of the form:
123
Bu Sun Kim65020912020-05-20 12:08:20 -0700124 { # The response to a request for the authenticated user&#x27;s connections.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700125 &quot;totalItems&quot;: 42, # The total number of items in the list without pagination.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700126 &quot;totalPeople&quot;: 42, # **DEPRECATED** (Please use totalItems) The total number of people in the list without pagination.
Bu Sun Kim65020912020-05-20 12:08:20 -0700127 &quot;connections&quot;: [ # The list of people that the requestor is connected to.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700128 { # 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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700129 &quot;locations&quot;: [ # The person&#x27;s locations.
130 { # A person&#x27;s location.
131 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
132 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700133 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700134 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700135 &quot;type&quot;: &quot;A String&quot;, # The source type.
136 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700137 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
138 &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 -0700139 &quot;userTypes&quot;: [ # Output only. The user types.
140 &quot;A String&quot;,
141 ],
142 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
143 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700144 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700145 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700146 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700147 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700148 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
149 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
150 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
151 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
152 &quot;type&quot;: &quot;A String&quot;, # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp`
153 &quot;current&quot;: True or False, # Whether the location is the current location.
154 },
155 ],
156 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
157 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
158 &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.
159 &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`
160 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
161 &quot;source&quot;: { # The source of a field. # The source of the field.
162 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
163 &quot;type&quot;: &quot;A String&quot;, # The source type.
164 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
165 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
166 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
167 &quot;userTypes&quot;: [ # Output only. The user types.
168 &quot;A String&quot;,
169 ],
170 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
171 },
172 },
173 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
174 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
175 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700176 },
177 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700178 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
179 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
180 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700181 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700182 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700183 &quot;type&quot;: &quot;A String&quot;, # The source type.
184 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700185 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
186 &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 -0700187 &quot;userTypes&quot;: [ # Output only. The user types.
188 &quot;A String&quot;,
189 ],
190 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
191 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700192 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700193 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700194 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700195 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700196 &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`
197 &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 -0700198 },
199 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700200 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
201 { # 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.
202 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700203 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700204 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700205 &quot;type&quot;: &quot;A String&quot;, # The source type.
206 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700207 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
208 &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 -0700209 &quot;userTypes&quot;: [ # Output only. The user types.
210 &quot;A String&quot;,
211 ],
212 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
213 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700214 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700215 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700216 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700217 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700218 &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.
219 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
220 &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.
221 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
222 },
223 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
224 },
225 ],
226 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
227 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
228 &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.
229 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
230 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
231 &quot;source&quot;: { # The source of a field. # The source of the field.
232 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
233 &quot;type&quot;: &quot;A String&quot;, # The source type.
234 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
235 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
236 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
237 &quot;userTypes&quot;: [ # Output only. The user types.
238 &quot;A String&quot;,
239 ],
240 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
241 },
242 },
243 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
244 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
245 },
246 },
247 ],
248 &quot;occupations&quot;: [ # The person&#x27;s occupations.
249 { # A person&#x27;s occupation.
250 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
251 &quot;source&quot;: { # The source of a field. # The source of the field.
252 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
253 &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`.** Last update timestamp of this source.
255 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
256 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
257 &quot;userTypes&quot;: [ # Output only. The user types.
258 &quot;A String&quot;,
259 ],
260 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
261 },
262 },
263 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
264 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
265 },
266 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
267 },
268 ],
269 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
270 { # An identifier from an external entity related to the person.
271 &quot;type&quot;: &quot;A String&quot;, # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization`
272 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
273 &quot;source&quot;: { # The source of a field. # The source of the field.
274 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
275 &quot;type&quot;: &quot;A String&quot;, # The source type.
276 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
277 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
278 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
279 &quot;userTypes&quot;: [ # Output only. The user types.
280 &quot;A String&quot;,
281 ],
282 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
283 },
284 },
285 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
286 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
287 },
288 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
289 &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.
290 },
291 ],
292 &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.
293 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
294 { # A person&#x27;s age range.
295 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
296 &quot;source&quot;: { # The source of a field. # The source of the field.
297 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
298 &quot;type&quot;: &quot;A String&quot;, # The source type.
299 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
300 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
301 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
302 &quot;userTypes&quot;: [ # Output only. The user types.
303 &quot;A String&quot;,
304 ],
305 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
306 },
307 },
308 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
309 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
310 },
311 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
312 },
313 ],
314 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
315 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
316 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
317 &quot;source&quot;: { # The source of a field. # The source of the field.
318 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
319 &quot;type&quot;: &quot;A String&quot;, # The source type.
320 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
321 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
322 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
323 &quot;userTypes&quot;: [ # Output only. The user types.
324 &quot;A String&quot;,
325 ],
326 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
327 },
328 },
329 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
330 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
331 },
332 &quot;value&quot;: &quot;A String&quot;, # The tagline.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700333 },
334 ],
335 &quot;interests&quot;: [ # The person&#x27;s interests.
336 { # One of the person&#x27;s interests.
337 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700338 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700339 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700340 &quot;type&quot;: &quot;A String&quot;, # The source type.
341 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700342 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
343 &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 -0700344 &quot;userTypes&quot;: [ # Output only. The user types.
345 &quot;A String&quot;,
346 ],
347 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
348 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700349 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700350 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700351 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700352 },
353 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
354 },
355 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700356 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
357 { # Arbitrary user data that is populated by the end users.
358 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700359 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700360 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700361 &quot;type&quot;: &quot;A String&quot;, # The source type.
362 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700363 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
364 &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 -0700365 &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 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700370 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700371 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 Kimd059ad82020-07-22 17:02:09 -0700372 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700373 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700374 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
375 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700376 },
377 ],
378 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
379 { # A person&#x27;s phone number.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700380 &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`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700381 &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.
382 &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.
383 &quot;value&quot;: &quot;A String&quot;, # The phone number.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700384 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
385 &quot;source&quot;: { # The source of a field. # The source of the field.
386 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700387 &quot;type&quot;: &quot;A String&quot;, # The source type.
388 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700389 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
390 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
391 &quot;userTypes&quot;: [ # Output only. The user types.
392 &quot;A String&quot;,
393 ],
394 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
395 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700396 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700397 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700398 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700399 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700400 },
401 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700402 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700403 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700404 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
405 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
406 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
407 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
408 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
409 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700410 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700411 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
412 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
413 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
414 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700415 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
416 &quot;source&quot;: { # The source of a field. # The source of the field.
417 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700418 &quot;type&quot;: &quot;A String&quot;, # The source type.
419 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700420 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
421 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
422 &quot;userTypes&quot;: [ # Output only. The user types.
423 &quot;A String&quot;,
424 ],
425 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
426 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700427 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700428 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700429 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700430 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700431 &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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700432 &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.
433 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700434 },
435 ],
436 &quot;events&quot;: [ # The person&#x27;s events.
437 { # An event related to the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700438 &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.
439 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700440 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700441 &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.
442 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700443 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700444 &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`
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700445 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
446 &quot;source&quot;: { # The source of a field. # The source of the field.
447 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700448 &quot;type&quot;: &quot;A String&quot;, # The source type.
449 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700450 &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 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700457 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700458 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700459 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700460 },
461 },
462 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700463 &quot;relations&quot;: [ # The person&#x27;s relations.
464 { # A person&#x27;s relation to another person.
465 &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`
466 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
467 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700468 &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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700470 &quot;type&quot;: &quot;A String&quot;, # The source type.
471 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700472 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
473 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
474 &quot;userTypes&quot;: [ # Output only. The user types.
475 &quot;A String&quot;,
476 ],
477 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
478 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700479 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700480 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700481 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700482 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700483 &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.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700484 },
485 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700486 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
487 { # A person&#x27;s gender.
488 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
489 &quot;source&quot;: { # The source of a field. # The source of the field.
490 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
491 &quot;type&quot;: &quot;A String&quot;, # The source type.
492 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700500 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700501 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
502 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim65020912020-05-20 12:08:20 -0700503 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700504 &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`
505 &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`
506 &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.
507 },
508 ],
509 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
510 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
511 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
512 &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
513 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
514 &quot;source&quot;: { # The source of a field. # The source of the field.
515 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
516 &quot;type&quot;: &quot;A String&quot;, # The source type.
517 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
518 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
519 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
520 &quot;userTypes&quot;: [ # Output only. The user types.
521 &quot;A String&quot;,
522 ],
523 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
524 },
525 },
526 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
527 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
528 },
529 },
530 ],
531 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
532 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
533 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
534 &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`
535 &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.
536 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
537 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
538 &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.
539 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
540 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
541 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
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;type&quot;: &quot;A String&quot;, # The source type.
545 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
546 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
547 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
548 &quot;userTypes&quot;: [ # Output only. The user types.
549 &quot;A String&quot;,
550 ],
551 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
552 },
553 },
554 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
555 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
556 },
557 &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.
558 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
559 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
560 },
561 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700562 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
563 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700564 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700565 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
566 &quot;source&quot;: { # The source of a field. # The source of the field.
567 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700568 &quot;type&quot;: &quot;A String&quot;, # The source type.
569 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700570 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
571 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
572 &quot;userTypes&quot;: [ # Output only. The user types.
573 &quot;A String&quot;,
574 ],
575 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
576 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700577 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700578 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700579 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700580 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700581 &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`
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700582 &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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700583 },
584 ],
585 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
586 { # A person&#x27;s miscellaneous keyword.
587 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the miscellaneous keyword translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
588 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
589 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
590 &quot;source&quot;: { # The source of a field. # The source of the field.
591 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
592 &quot;type&quot;: &quot;A String&quot;, # The source type.
593 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
594 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
595 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
596 &quot;userTypes&quot;: [ # Output only. The user types.
597 &quot;A String&quot;,
598 ],
599 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
600 },
601 },
602 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
603 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
604 },
605 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
606 },
607 ],
608 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
609 { # A person&#x27;s calendar URL.
610 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the calendar URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
611 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
612 &quot;type&quot;: &quot;A String&quot;, # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work`
613 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
614 &quot;source&quot;: { # The source of a field. # The source of the field.
615 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
616 &quot;type&quot;: &quot;A String&quot;, # The source type.
617 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
618 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
619 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
620 &quot;userTypes&quot;: [ # Output only. The user types.
621 &quot;A String&quot;,
622 ],
623 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
624 },
625 },
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 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
628 },
629 },
630 ],
631 &quot;clientData&quot;: [ # The person&#x27;s client data.
632 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
633 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
634 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
635 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
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;type&quot;: &quot;A String&quot;, # The source type.
639 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
640 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
641 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
642 &quot;userTypes&quot;: [ # Output only. The user types.
643 &quot;A String&quot;,
644 ],
645 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
646 },
647 },
648 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
649 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
650 },
651 },
652 ],
653 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
654 { # The name that should be used to sort the person in a list.
655 &quot;value&quot;: &quot;A String&quot;, # The file-as value
656 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
657 &quot;source&quot;: { # The source of a field. # The source of the field.
658 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
659 &quot;type&quot;: &quot;A String&quot;, # The source type.
660 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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 },
669 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
670 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
671 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700672 },
673 ],
674 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
675 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
676 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
677 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
678 &quot;source&quot;: { # The source of a field. # The source of the field.
679 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700680 &quot;type&quot;: &quot;A String&quot;, # The source type.
681 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700682 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
683 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
684 &quot;userTypes&quot;: [ # Output only. The user types.
685 &quot;A String&quot;,
686 ],
687 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
688 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700689 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700690 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700691 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700692 },
693 },
694 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700695 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
696 { # A person&#x27;s associated URLs.
697 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700698 &quot;source&quot;: { # The source of a field. # The source of the field.
699 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700700 &quot;type&quot;: &quot;A String&quot;, # The source type.
701 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700702 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
703 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
704 &quot;userTypes&quot;: [ # Output only. The user types.
705 &quot;A String&quot;,
706 ],
707 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
708 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700709 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700710 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 Kimd059ad82020-07-22 17:02:09 -0700711 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700712 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700713 &quot;value&quot;: &quot;A String&quot;, # The URL.
714 &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`
715 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700716 },
717 ],
718 &quot;skills&quot;: [ # The person&#x27;s skills.
719 { # A skill that the person has.
720 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
721 &quot;source&quot;: { # The source of a field. # The source of the field.
722 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700723 &quot;type&quot;: &quot;A String&quot;, # The source type.
724 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700725 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
726 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
727 &quot;userTypes&quot;: [ # Output only. The user types.
728 &quot;A String&quot;,
729 ],
730 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
731 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700732 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700733 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700734 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700735 },
736 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
737 },
738 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700739 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
740 &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.
741 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
742 &quot;A String&quot;,
743 ],
744 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
745 &quot;sources&quot;: [ # The sources of data for the person.
746 { # The source of a field.
747 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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`.** Last update timestamp of this source.
750 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
751 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
752 &quot;userTypes&quot;: [ # Output only. The user types.
753 &quot;A String&quot;,
754 ],
755 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
756 },
757 },
758 ],
759 &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.
760 &quot;A String&quot;,
761 ],
762 },
763 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
764 { # A person&#x27;s instant messaging client.
765 &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.
766 &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`
767 &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`
768 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
769 &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.
770 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
771 &quot;source&quot;: { # The source of a field. # The source of the field.
772 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
773 &quot;type&quot;: &quot;A String&quot;, # The source type.
774 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
775 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
776 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
777 &quot;userTypes&quot;: [ # Output only. The user types.
778 &quot;A String&quot;,
779 ],
780 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
781 },
782 },
783 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
784 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
785 },
786 },
787 ],
788 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
789 { # A person&#x27;s nickname.
790 &quot;value&quot;: &quot;A String&quot;, # The nickname.
791 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
792 &quot;source&quot;: { # The source of a field. # The source of the field.
793 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
794 &quot;type&quot;: &quot;A String&quot;, # The source type.
795 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
796 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
797 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
798 &quot;userTypes&quot;: [ # Output only. The user types.
799 &quot;A String&quot;,
800 ],
801 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
802 },
803 },
804 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
805 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
806 },
807 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
808 },
809 ],
810 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
811 { # A person&#x27;s email address.
812 &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.
813 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
814 &quot;source&quot;: { # The source of a field. # The source of the field.
815 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
816 &quot;type&quot;: &quot;A String&quot;, # The source type.
817 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
818 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
819 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
820 &quot;userTypes&quot;: [ # Output only. The user types.
821 &quot;A String&quot;,
822 ],
823 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
824 },
825 },
826 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
827 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
828 },
829 &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`
830 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
831 &quot;value&quot;: &quot;A String&quot;, # The email address.
832 },
833 ],
834 &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}`.
835 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
836 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
837 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
838 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
839 },
840 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
841 &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.
842 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
843 },
844 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
845 &quot;source&quot;: { # The source of a field. # The source of the field.
846 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
847 &quot;type&quot;: &quot;A String&quot;, # The source type.
848 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
849 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
850 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
851 &quot;userTypes&quot;: [ # Output only. The user types.
852 &quot;A String&quot;,
853 ],
854 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
855 },
856 },
857 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
858 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
859 },
860 },
861 ],
862 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
863 { # 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.
864 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
865 &quot;source&quot;: { # The source of a field. # The source of the field.
866 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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`.** Last update timestamp of this source.
869 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
870 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
871 &quot;userTypes&quot;: [ # Output only. The user types.
872 &quot;A String&quot;,
873 ],
874 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
875 },
876 },
877 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
878 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
879 },
880 &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.
881 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
882 },
883 ],
884 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
885 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
886 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
887 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
888 &quot;source&quot;: { # The source of a field. # The source of the field.
889 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
890 &quot;type&quot;: &quot;A String&quot;, # The source type.
891 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
892 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
893 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
894 &quot;userTypes&quot;: [ # Output only. The user types.
895 &quot;A String&quot;,
896 ],
897 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
898 },
899 },
900 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
901 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
902 },
903 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
904 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
905 &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.
906 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
907 &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.
908 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
909 },
910 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
911 &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`
912 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
913 &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.
914 &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.
915 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
916 &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.
917 &quot;month&quot;: 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
918 &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.
919 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
920 },
921 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
922 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
923 },
924 ],
925 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
926 { # A person&#x27;s locale preference.
927 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
928 &quot;source&quot;: { # The source of a field. # The source of the field.
929 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
930 &quot;type&quot;: &quot;A String&quot;, # The source type.
931 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
932 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
933 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
934 &quot;userTypes&quot;: [ # Output only. The user types.
935 &quot;A String&quot;,
936 ],
937 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
938 },
939 },
940 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
941 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
942 },
943 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
944 },
945 ],
946 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
947 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
948 { # A person&#x27;s short biography.
949 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
950 &quot;source&quot;: { # The source of a field. # The source of the field.
951 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
952 &quot;type&quot;: &quot;A String&quot;, # The source type.
953 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
954 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
955 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
956 &quot;userTypes&quot;: [ # Output only. The user types.
957 &quot;A String&quot;,
958 ],
959 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
960 },
961 },
962 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
963 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
964 },
965 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
966 &quot;value&quot;: &quot;A String&quot;, # The short biography.
967 },
968 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700969 },
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800970 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700971 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700972 &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.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800973 }</pre>
974</div>
975
976<div class="method">
977 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
978 <pre>Retrieves the next page of results.
979
980Args:
981 previous_request: The request for the previous page. (required)
982 previous_response: The response from the request for the previous page. (required)
983
984Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700985 A request object that you can call &#x27;execute()&#x27; on to request the next
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800986 page. Returns None if there are no more items in the collection.
987 </pre>
988</div>
989
990</body></html>