blob: b00ed58d798633b4b89481753a11ac3a4fcb8c8f [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">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070081 <code><a href="#list">list(resourceName, personFields=None, sources=None, syncToken=None, requestSyncToken=None, pageToken=None, requestMask_includeField=None, pageSize=None, sortOrder=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Provides a list of the authenticated user's contacts. The request returns a 400 error if `personFields` is not specified. The request returns a 410 error if `sync_token` is specified and is expired. Sync tokens expire after 7 days. A request without `sync_token` should be made and all contacts should be synced.</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">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070093 <code class="details" id="list">list(resourceName, personFields=None, sources=None, syncToken=None, requestSyncToken=None, pageToken=None, requestMask_includeField=None, pageSize=None, sortOrder=None, x__xgafv=None)</code>
94 <pre>Provides a list of the authenticated user&#x27;s contacts. The request returns a 400 error if `personFields` is not specified. The request returns a 410 error if `sync_token` is specified and is expired. Sync tokens expire after 7 days. A request without `sync_token` should be made and all contacts should be synced.
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 Kim673ec5c2020-11-16 11:05:03 -070098 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
99 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
100 Allowed values
101 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
102 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
103 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
104 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
105 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.
106 requestSyncToken: boolean, Optional. Whether the response should include `next_sync_token` on the last page, 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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700107 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700108 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`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700109 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 -0700110 sortOrder: string, Optional. The order in which the connections should be sorted. Defaults to `LAST_MODIFIED_ASCENDING`.
111 Allowed values
112 LAST_MODIFIED_ASCENDING - Sort people by when they were changed; older entries first.
113 LAST_MODIFIED_DESCENDING - Sort people by when they were changed; newer entries first.
114 FIRST_NAME_ASCENDING - Sort people by first name.
115 LAST_NAME_ASCENDING - Sort people by last name.
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 Kim673ec5c2020-11-16 11:05:03 -0700125 &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. When the response is paginated, only the last page will contain `nextSyncToken`.
126 &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 -0700127 &quot;totalItems&quot;: 42, # The total number of items in the list without pagination.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700128 &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 -0700129 &quot;connections&quot;: [ # The list of people that the requestor is connected to.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700130 { # 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 -0700131 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
132 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700133 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
134 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
135 &quot;source&quot;: { # The source of a field. # The source of the field.
136 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
137 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
138 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
139 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
140 &quot;userTypes&quot;: [ # Output only. The user types.
141 &quot;A String&quot;,
142 ],
143 },
144 &quot;type&quot;: &quot;A String&quot;, # The source type.
145 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
146 },
147 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
148 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700149 &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.
150 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700151 },
152 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700153 &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}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700154 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
155 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700156 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700157 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
158 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700159 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700160 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700161 &quot;etag&quot;: &quot;A String&quot;, # **Only 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 -0700162 &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 Kim673ec5c2020-11-16 11:05:03 -0700163 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700164 &quot;userTypes&quot;: [ # Output only. The user types.
165 &quot;A String&quot;,
166 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700167 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700168 &quot;type&quot;: &quot;A String&quot;, # The source type.
169 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700170 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700171 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
172 },
173 },
174 ],
175 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
176 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700177 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700178 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700179 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700180 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700181 &quot;etag&quot;: &quot;A String&quot;, # **Only 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 -0700182 &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 Kim673ec5c2020-11-16 11:05:03 -0700183 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700184 &quot;userTypes&quot;: [ # Output only. The user types.
185 &quot;A String&quot;,
186 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700187 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700188 &quot;type&quot;: &quot;A String&quot;, # The source type.
189 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700190 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700191 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
192 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700193 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700194 },
195 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700196 &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.
197 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
198 { # Arbitrary user data that is populated by the end users.
199 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
200 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
201 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
202 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700203 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700204 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700205 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700206 &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 Kim673ec5c2020-11-16 11:05:03 -0700207 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700208 &quot;userTypes&quot;: [ # Output only. The user types.
209 &quot;A String&quot;,
210 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700211 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700212 &quot;type&quot;: &quot;A String&quot;, # The source type.
213 &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 -0700214 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700215 &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 -0700216 },
217 },
218 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700219 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
220 { # A person&#x27;s associated URLs.
221 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700222 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700223 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700224 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700225 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700226 &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 Kim673ec5c2020-11-16 11:05:03 -0700227 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700228 &quot;userTypes&quot;: [ # Output only. The user types.
229 &quot;A String&quot;,
230 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700231 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700232 &quot;type&quot;: &quot;A String&quot;, # The source type.
233 &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 -0700234 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700235 &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 -0700236 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700237 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700238 &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 Currents application. * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700239 &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 -0700240 },
241 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700242 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
243 { # A person&#x27;s instant messaging client.
244 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
245 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700246 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700247 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700248 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700249 &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 Kim673ec5c2020-11-16 11:05:03 -0700250 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700251 &quot;userTypes&quot;: [ # Output only. The user types.
252 &quot;A String&quot;,
253 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700254 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700255 &quot;type&quot;: &quot;A String&quot;, # The source type.
256 &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 -0700257 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700258 &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 -0700259 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700260 &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`
261 &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.
262 &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`
263 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
264 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700265 },
266 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700267 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700268 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
269 &quot;sources&quot;: [ # The sources of data for the person.
270 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700271 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700272 &quot;etag&quot;: &quot;A String&quot;, # **Only 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 -0700273 &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 Kim673ec5c2020-11-16 11:05:03 -0700274 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700275 &quot;userTypes&quot;: [ # Output only. The user types.
276 &quot;A String&quot;,
277 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700278 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700279 &quot;type&quot;: &quot;A String&quot;, # The source type.
280 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700281 },
282 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700283 &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.
284 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
285 &quot;A String&quot;,
286 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700287 &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.
288 &quot;A String&quot;,
289 ],
290 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700291 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
292 { # 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.
293 &quot;date&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
294 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
295 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
296 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
297 },
298 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
299 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
300 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700301 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700302 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700303 &quot;etag&quot;: &quot;A String&quot;, # **Only 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 -0700304 &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 Kim673ec5c2020-11-16 11:05:03 -0700305 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700306 &quot;userTypes&quot;: [ # Output only. The user types.
307 &quot;A String&quot;,
308 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700309 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700310 &quot;type&quot;: &quot;A String&quot;, # The source type.
311 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700312 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700313 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
314 },
315 },
316 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700317 &quot;clientData&quot;: [ # The person&#x27;s client data.
318 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
319 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
320 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
321 &quot;source&quot;: { # The source of a field. # The source of the field.
322 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
323 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
324 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
325 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
326 &quot;userTypes&quot;: [ # Output only. The user types.
327 &quot;A String&quot;,
328 ],
329 },
330 &quot;type&quot;: &quot;A String&quot;, # The source type.
331 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
332 },
333 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
334 },
335 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
336 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
337 },
338 ],
339 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
340 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
341 &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`
342 &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.
343 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
344 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
345 &quot;startDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
346 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
347 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
348 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
349 },
350 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
351 &quot;endDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
352 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
353 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
354 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
355 },
356 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
357 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
358 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
359 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
360 &quot;source&quot;: { # The source of a field. # The source of the field.
361 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
362 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
363 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
364 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
365 &quot;userTypes&quot;: [ # Output only. The user types.
366 &quot;A String&quot;,
367 ],
368 },
369 &quot;type&quot;: &quot;A String&quot;, # The source type.
370 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
371 },
372 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
373 },
374 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
375 &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.
376 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
377 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
378 },
379 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700380 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
381 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700382 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700383 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700384 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700385 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700386 &quot;etag&quot;: &quot;A String&quot;, # **Only 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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700388 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700389 &quot;userTypes&quot;: [ # Output only. The user types.
390 &quot;A String&quot;,
391 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700392 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700393 &quot;type&quot;: &quot;A String&quot;, # The source type.
394 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700395 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700396 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
397 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700398 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700399 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
400 },
401 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700402 &quot;occupations&quot;: [ # The person&#x27;s occupations.
403 { # A person&#x27;s occupation.
404 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
405 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
406 &quot;source&quot;: { # The source of a field. # The source of the field.
407 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
408 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
409 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
410 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
411 &quot;userTypes&quot;: [ # Output only. The user types.
412 &quot;A String&quot;,
413 ],
414 },
415 &quot;type&quot;: &quot;A String&quot;, # The source type.
416 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
417 },
418 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
419 },
420 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
421 },
422 ],
423 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
424 { # A person&#x27;s phone number.
425 &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.
426 &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.
427 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
428 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
429 &quot;source&quot;: { # The source of a field. # The source of the field.
430 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
431 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
432 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
433 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
434 &quot;userTypes&quot;: [ # Output only. The user types.
435 &quot;A String&quot;,
436 ],
437 },
438 &quot;type&quot;: &quot;A String&quot;, # The source type.
439 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
440 },
441 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
442 },
443 &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`
444 &quot;value&quot;: &quot;A String&quot;, # The phone number.
445 },
446 ],
447 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
448 { # 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.
449 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
450 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
451 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
452 &quot;source&quot;: { # The source of a field. # The source of the field.
453 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
454 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
455 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
456 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
457 &quot;userTypes&quot;: [ # Output only. The user types.
458 &quot;A String&quot;,
459 ],
460 },
461 &quot;type&quot;: &quot;A String&quot;, # The source type.
462 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
463 },
464 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
465 },
466 &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.
467 },
468 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700469 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
470 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700471 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
472 &quot;value&quot;: &quot;A String&quot;, # The email address.
473 &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`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700474 &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.
475 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700476 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700477 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700478 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700479 &quot;etag&quot;: &quot;A String&quot;, # **Only 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 -0700480 &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 Kim673ec5c2020-11-16 11:05:03 -0700481 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700482 &quot;userTypes&quot;: [ # Output only. The user types.
483 &quot;A String&quot;,
484 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700485 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700486 &quot;type&quot;: &quot;A String&quot;, # The source type.
487 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700488 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700489 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
490 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700491 },
492 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700493 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
494 &quot;relations&quot;: [ # The person&#x27;s relations.
495 { # A person&#x27;s relation to another person.
496 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
497 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
498 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
499 &quot;source&quot;: { # The source of a field. # The source of the field.
500 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
501 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
502 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
503 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
504 &quot;userTypes&quot;: [ # Output only. The user types.
505 &quot;A String&quot;,
506 ],
507 },
508 &quot;type&quot;: &quot;A String&quot;, # The source type.
509 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
510 },
511 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
512 },
513 &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.
514 &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`
515 },
516 ],
517 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
518 { # A person&#x27;s miscellaneous keyword.
519 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
520 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
521 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
522 &quot;source&quot;: { # The source of a field. # The source of the field.
523 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
524 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
525 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
526 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
527 &quot;userTypes&quot;: [ # Output only. The user types.
528 &quot;A String&quot;,
529 ],
530 },
531 &quot;type&quot;: &quot;A String&quot;, # The source type.
532 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
533 },
534 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
535 },
536 &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.
537 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
538 },
539 ],
540 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
541 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
542 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
543 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
544 &quot;source&quot;: { # The source of a field. # The source of the field.
545 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
546 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
549 &quot;userTypes&quot;: [ # Output only. The user types.
550 &quot;A String&quot;,
551 ],
552 },
553 &quot;type&quot;: &quot;A String&quot;, # The source type.
554 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
555 },
556 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
557 },
558 &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`
559 &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.
560 },
561 ],
562 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
563 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
564 &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.
565 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
566 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
567 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
568 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
569 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
570 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
571 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
572 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
573 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
574 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
575 &quot;source&quot;: { # The source of a field. # The source of the field.
576 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
577 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
578 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
579 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
580 &quot;userTypes&quot;: [ # Output only. The user types.
581 &quot;A String&quot;,
582 ],
583 },
584 &quot;type&quot;: &quot;A String&quot;, # The source type.
585 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
586 },
587 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
588 },
589 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
590 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
591 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
592 &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.
593 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
594 },
595 ],
596 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
597 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
598 &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.
599 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
600 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
601 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
602 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
603 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
604 &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`
605 &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.
606 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
607 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
608 &quot;source&quot;: { # The source of a field. # The source of the field.
609 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
610 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
611 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
612 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
613 &quot;userTypes&quot;: [ # Output only. The user types.
614 &quot;A String&quot;,
615 ],
616 },
617 &quot;type&quot;: &quot;A String&quot;, # The source type.
618 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
619 },
620 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
621 },
622 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
623 &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.
624 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
625 },
626 ],
627 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
628 { # A person&#x27;s gender.
629 &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.
630 &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`
631 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
632 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
633 &quot;source&quot;: { # The source of a field. # The source of the field.
634 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
635 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
636 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
637 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
638 &quot;userTypes&quot;: [ # Output only. The user types.
639 &quot;A String&quot;,
640 ],
641 },
642 &quot;type&quot;: &quot;A String&quot;, # The source type.
643 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
644 },
645 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
646 },
647 &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`
648 },
649 ],
650 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
651 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
652 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
653 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
654 &quot;source&quot;: { # The source of a field. # The source of the field.
655 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
656 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
657 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
658 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
659 &quot;userTypes&quot;: [ # Output only. The user types.
660 &quot;A String&quot;,
661 ],
662 },
663 &quot;type&quot;: &quot;A String&quot;, # The source type.
664 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
665 },
666 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
667 },
668 &quot;value&quot;: &quot;A String&quot;, # The tagline.
669 },
670 ],
671 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
672 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
673 &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.
674 &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`
675 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
676 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
677 &quot;source&quot;: { # The source of a field. # The source of the field.
678 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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.
680 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
681 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
682 &quot;userTypes&quot;: [ # Output only. The user types.
683 &quot;A String&quot;,
684 ],
685 },
686 &quot;type&quot;: &quot;A String&quot;, # The source type.
687 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
688 },
689 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
690 },
691 &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.
692 },
693 ],
694 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
695 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
696 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
697 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
698 &quot;source&quot;: { # The source of a field. # The source of the field.
699 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
700 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
701 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
702 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
703 &quot;userTypes&quot;: [ # Output only. The user types.
704 &quot;A String&quot;,
705 ],
706 },
707 &quot;type&quot;: &quot;A String&quot;, # The source type.
708 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
709 },
710 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
711 },
712 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
713 &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
714 },
715 ],
716 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
717 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
718 &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.
719 &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`
720 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
721 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
722 &quot;source&quot;: { # The source of a field. # The source of the field.
723 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
724 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
725 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
726 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
727 &quot;userTypes&quot;: [ # Output only. The user types.
728 &quot;A String&quot;,
729 ],
730 },
731 &quot;type&quot;: &quot;A String&quot;, # The source type.
732 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
733 },
734 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
735 },
736 },
737 ],
738 &quot;interests&quot;: [ # The person&#x27;s interests.
739 { # One of the person&#x27;s interests.
740 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
741 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
742 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
743 &quot;source&quot;: { # The source of a field. # The source of the field.
744 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
745 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
746 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
747 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
748 &quot;userTypes&quot;: [ # Output only. The user types.
749 &quot;A String&quot;,
750 ],
751 },
752 &quot;type&quot;: &quot;A String&quot;, # The source type.
753 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
754 },
755 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
756 },
757 },
758 ],
759 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
760 { # A person&#x27;s locale preference.
761 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
762 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
763 &quot;source&quot;: { # The source of a field. # The source of the field.
764 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
765 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
766 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
767 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
768 &quot;userTypes&quot;: [ # Output only. The user types.
769 &quot;A String&quot;,
770 ],
771 },
772 &quot;type&quot;: &quot;A String&quot;, # The source type.
773 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
774 },
775 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
776 },
777 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
778 },
779 ],
780 &quot;events&quot;: [ # The person&#x27;s events.
781 { # An event related to the person.
782 &quot;date&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
783 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
784 &quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
785 &quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
786 },
787 &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`
788 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
789 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
790 &quot;source&quot;: { # The source of a field. # The source of the field.
791 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
792 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
793 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
794 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
795 &quot;userTypes&quot;: [ # Output only. The user types.
796 &quot;A String&quot;,
797 ],
798 },
799 &quot;type&quot;: &quot;A String&quot;, # The source type.
800 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
801 },
802 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
803 },
804 &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.
805 },
806 ],
807 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
808 { # A person&#x27;s calendar URL.
809 &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.
810 &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`
811 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
812 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
813 &quot;source&quot;: { # The source of a field. # The source of the field.
814 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
817 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
818 &quot;userTypes&quot;: [ # Output only. The user types.
819 &quot;A String&quot;,
820 ],
821 },
822 &quot;type&quot;: &quot;A String&quot;, # The source type.
823 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
824 },
825 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
826 },
827 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
828 },
829 ],
830 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
831 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
832 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
833 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
834 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
835 &quot;source&quot;: { # The source of a field. # The source of the field.
836 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
837 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
838 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
839 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
840 &quot;userTypes&quot;: [ # Output only. The user types.
841 &quot;A String&quot;,
842 ],
843 },
844 &quot;type&quot;: &quot;A String&quot;, # The source type.
845 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
846 },
847 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
848 },
849 },
850 ],
851 &quot;skills&quot;: [ # The person&#x27;s skills.
852 { # A skill that the person has.
853 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
854 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
855 &quot;source&quot;: { # The source of a field. # The source of the field.
856 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
857 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
858 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
859 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
860 &quot;userTypes&quot;: [ # Output only. The user types.
861 &quot;A String&quot;,
862 ],
863 },
864 &quot;type&quot;: &quot;A String&quot;, # The source type.
865 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
866 },
867 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
868 },
869 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
870 },
871 ],
872 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
873 { # An identifier from an external entity related to the person.
874 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
875 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
876 &quot;source&quot;: { # The source of a field. # The source of the field.
877 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
878 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
879 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
880 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
881 &quot;userTypes&quot;: [ # Output only. The user types.
882 &quot;A String&quot;,
883 ],
884 },
885 &quot;type&quot;: &quot;A String&quot;, # The source type.
886 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
887 },
888 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
889 },
890 &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`
891 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
892 &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.
893 },
894 ],
895 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
896 { # A person&#x27;s short biography.
897 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
898 &quot;value&quot;: &quot;A String&quot;, # The short biography.
899 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
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;source&quot;: { # The source of a field. # The source of the field.
902 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
903 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
904 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
905 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
906 &quot;userTypes&quot;: [ # Output only. The user types.
907 &quot;A String&quot;,
908 ],
909 },
910 &quot;type&quot;: &quot;A String&quot;, # The source type.
911 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
912 },
913 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
914 },
915 },
916 ],
917 &quot;locations&quot;: [ # The person&#x27;s locations.
918 { # A person&#x27;s location.
919 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
920 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
921 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
922 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
923 &quot;source&quot;: { # The source of a field. # The source of the field.
924 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
925 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
926 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
927 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
928 &quot;userTypes&quot;: [ # Output only. The user types.
929 &quot;A String&quot;,
930 ],
931 },
932 &quot;type&quot;: &quot;A String&quot;, # The source type.
933 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
934 },
935 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
936 },
937 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
938 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
939 &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`
940 &quot;current&quot;: True or False, # Whether the location is the current location.
941 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
942 },
943 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700944 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
945 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700946 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
947 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
948 &quot;source&quot;: { # The source of a field. # The source of the field.
949 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
950 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
951 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
952 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
953 &quot;userTypes&quot;: [ # Output only. The user types.
954 &quot;A String&quot;,
955 ],
956 },
957 &quot;type&quot;: &quot;A String&quot;, # The source type.
958 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
959 },
960 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
961 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700962 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
963 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
964 },
965 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
966 &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.
967 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
968 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700969 },
970 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700971 },
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800972 ],
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>