blob: 23aa30ce09ab1cfa562c134c58a8b350b76c681a [file] [log] [blame]
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001<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
75<h1><a href="people_v1.html">People API</a> . <a href="people_v1.otherContacts.html">otherContacts</a></h1>
76<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 Kimd059ad82020-07-22 17:02:09 -070081 <code><a href="#copyOtherContactToMyContactsGroup">copyOtherContactToMyContactsGroup(resourceName, body=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Copies an "Other contact" to a new contact in the user's "myContacts" group</p>
83<p class="toc_element">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080084 <code><a href="#list">list(pageToken=None, requestSyncToken=None, syncToken=None, readMask=None, pageSize=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070085<p class="firstline">List all "Other contacts", that is contacts that are not in a contact group. "Other contacts" are typically auto created contacts from interactions.</p>
86<p class="toc_element">
87 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
88<p class="firstline">Retrieves the next page of results.</p>
89<h3>Method Details</h3>
90<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070091 <code class="details" id="close">close()</code>
92 <pre>Close httplib2 connections.</pre>
93</div>
94
95<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070096 <code class="details" id="copyOtherContactToMyContactsGroup">copyOtherContactToMyContactsGroup(resourceName, body=None, x__xgafv=None)</code>
97 <pre>Copies an &quot;Other contact&quot; to a new contact in the user&#x27;s &quot;myContacts&quot; group
98
99Args:
100 resourceName: string, Required. The resource name of the &quot;Other contact&quot; to copy. (required)
101 body: object, The request body.
102 The object takes the form of:
103
104{ # A request to copy an &quot;Other contact&quot; to my contacts group.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800105 &quot;readMask&quot;: &quot;A String&quot;, # Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to the copy mask with metadata and membership fields if not set. 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
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800106 &quot;copyMask&quot;: &quot;A String&quot;, # Required. A field mask to restrict which fields are copied into the new contact. Valid values are: * emailAddresses * names * phoneNumbers
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700107 &quot;sources&quot;: [ # Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700108 &quot;A String&quot;,
109 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700110 }
111
112 x__xgafv: string, V1 error format.
113 Allowed values
114 1 - v1 error format
115 2 - v2 error format
116
117Returns:
118 An object of the form:
119
120 { # 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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800121 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
122 { # A person&#x27;s email address.
123 &quot;value&quot;: &quot;A String&quot;, # The email address.
124 &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.
125 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700126 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800127 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
128 &quot;type&quot;: &quot;A String&quot;, # The source type.
129 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
130 &quot;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 -0700131 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
132 &quot;userTypes&quot;: [ # Output only. The user types.
133 &quot;A String&quot;,
134 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700135 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700136 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700137 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800138 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800139 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
140 },
141 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
142 &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`
143 },
144 ],
145 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
146 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
147 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
148 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
149 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
150 &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`
151 &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.
152 &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.
153 &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.
154 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
155 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
156 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
157 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
158 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
159 &quot;source&quot;: { # The source of a field. # The source of the field.
160 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
161 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
164 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
165 &quot;userTypes&quot;: [ # Output only. The user types.
166 &quot;A String&quot;,
167 ],
168 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
169 },
170 },
171 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
172 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700173 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700174 },
175 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800176 &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.
177 &quot;interests&quot;: [ # The person&#x27;s interests.
178 { # One of the person&#x27;s interests.
179 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
180 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800181 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800182 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
183 &quot;type&quot;: &quot;A String&quot;, # The source type.
184 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
185 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800186 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
187 &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 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800192 },
193 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800194 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800195 },
196 },
197 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800198 &quot;locations&quot;: [ # The person&#x27;s locations.
199 { # A person&#x27;s location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800200 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800201 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800202 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800203 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
204 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
205 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
206 &quot;source&quot;: { # The source of a field. # The source of the field.
207 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
208 &quot;type&quot;: &quot;A String&quot;, # The source type.
209 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
210 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
211 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
212 &quot;userTypes&quot;: [ # Output only. The user types.
213 &quot;A String&quot;,
214 ],
215 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
216 },
217 },
218 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
219 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
220 },
221 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800222 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800223 },
224 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800225 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
226 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
227 &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.
228 &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`
229 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800230 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800231 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
232 &quot;type&quot;: &quot;A String&quot;, # The source type.
233 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
234 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800235 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
236 &quot;userTypes&quot;: [ # Output only. The user types.
237 &quot;A String&quot;,
238 ],
239 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
240 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800241 },
242 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800243 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800244 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800245 },
246 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800247 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
248 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
249 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800250 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800251 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
252 &quot;type&quot;: &quot;A String&quot;, # The source type.
253 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
254 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800255 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
256 &quot;userTypes&quot;: [ # Output only. The user types.
257 &quot;A String&quot;,
258 ],
259 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
260 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800261 },
262 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800263 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800264 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800265 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
266 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
267 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
268 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
269 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
270 &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.
271 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
272 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
273 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
274 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
275 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
276 &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.
277 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
278 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
279 },
280 ],
281 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
282 { # A person&#x27;s associated URLs.
283 &quot;value&quot;: &quot;A String&quot;, # The URL.
284 &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.
285 &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`
286 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
287 &quot;source&quot;: { # The source of a field. # The source of the field.
288 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
289 &quot;type&quot;: &quot;A String&quot;, # The source type.
290 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
291 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
292 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
293 &quot;userTypes&quot;: [ # Output only. The user types.
294 &quot;A String&quot;,
295 ],
296 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
297 },
298 },
299 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
300 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
301 },
302 },
303 ],
304 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
305 { # A person&#x27;s nickname.
306 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
307 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
308 &quot;source&quot;: { # The source of a field. # The source of the field.
309 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
310 &quot;type&quot;: &quot;A String&quot;, # The source type.
311 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
312 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
313 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
314 &quot;userTypes&quot;: [ # Output only. The user types.
315 &quot;A String&quot;,
316 ],
317 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
318 },
319 },
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
322 },
323 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800324 },
325 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800326 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
327 { # A person&#x27;s instant messaging client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800328 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800329 &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.
330 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800331 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800332 &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`
333 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800334 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800335 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
336 &quot;type&quot;: &quot;A String&quot;, # The source type.
337 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
338 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800339 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
340 &quot;userTypes&quot;: [ # Output only. The user types.
341 &quot;A String&quot;,
342 ],
343 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
344 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800345 },
346 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800347 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800348 },
349 },
350 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800351 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
352 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
353 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800354 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800355 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
356 &quot;type&quot;: &quot;A String&quot;, # The source type.
357 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
358 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800359 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
360 &quot;userTypes&quot;: [ # Output only. The user types.
361 &quot;A String&quot;,
362 ],
363 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
364 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800365 },
366 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800367 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800368 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800369 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800370 },
371 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800372 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800373 &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.
374 &quot;A String&quot;,
375 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800376 &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.
377 &quot;sources&quot;: [ # The sources of data for the person.
378 { # The source of a field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800379 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
380 &quot;type&quot;: &quot;A String&quot;, # The source type.
381 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
382 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800383 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
384 &quot;userTypes&quot;: [ # Output only. The user types.
385 &quot;A String&quot;,
386 ],
387 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
388 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800389 },
390 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800391 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
392 &quot;A String&quot;,
393 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800394 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800395 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800396 &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}`.
397 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
398 { # A person&#x27;s age range.
399 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
400 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800401 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800402 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
403 &quot;type&quot;: &quot;A String&quot;, # The source type.
404 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
405 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800406 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
407 &quot;userTypes&quot;: [ # Output only. The user types.
408 &quot;A String&quot;,
409 ],
410 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
411 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800412 },
413 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800414 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800415 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800416 },
417 ],
418 &quot;relations&quot;: [ # The person&#x27;s relations.
419 { # A person&#x27;s relation to another person.
420 &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.
421 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
422 &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`
423 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
424 &quot;source&quot;: { # The source of a field. # The source of the field.
425 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
426 &quot;type&quot;: &quot;A String&quot;, # The source type.
427 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
428 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
429 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
430 &quot;userTypes&quot;: [ # Output only. The user types.
431 &quot;A String&quot;,
432 ],
433 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
434 },
435 },
436 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
437 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
438 },
439 },
440 ],
441 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
442 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
443 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
444 &quot;source&quot;: { # The source of a field. # The source of the field.
445 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
446 &quot;type&quot;: &quot;A String&quot;, # The source type.
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.
448 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
449 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
450 &quot;userTypes&quot;: [ # Output only. The user types.
451 &quot;A String&quot;,
452 ],
453 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
454 },
455 },
456 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
457 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
458 },
459 &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.
460 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
461 },
462 ],
463 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
464 { # A person&#x27;s phone number.
465 &quot;value&quot;: &quot;A String&quot;, # The phone number.
466 &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.
467 &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.
468 &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`
469 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
470 &quot;source&quot;: { # The source of a field. # The source of the field.
471 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
472 &quot;type&quot;: &quot;A String&quot;, # The source type.
473 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
474 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
475 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
476 &quot;userTypes&quot;: [ # Output only. The user types.
477 &quot;A String&quot;,
478 ],
479 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
480 },
481 },
482 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
483 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
484 },
485 },
486 ],
487 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
488 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
489 &quot;value&quot;: &quot;A String&quot;, # The tagline.
490 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
491 &quot;source&quot;: { # The source of a field. # The source of the field.
492 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
493 &quot;type&quot;: &quot;A String&quot;, # The source type.
494 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
495 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
496 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
497 &quot;userTypes&quot;: [ # Output only. The user types.
498 &quot;A String&quot;,
499 ],
500 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
501 },
502 },
503 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
504 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
505 },
506 },
507 ],
508 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
509 { # A person&#x27;s gender.
510 &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.
511 &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`
512 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
513 &quot;source&quot;: { # The source of a field. # The source of the field.
514 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
515 &quot;type&quot;: &quot;A String&quot;, # The source type.
516 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
517 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
518 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
519 &quot;userTypes&quot;: [ # Output only. The user types.
520 &quot;A String&quot;,
521 ],
522 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
523 },
524 },
525 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
526 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
527 },
528 &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`
529 },
530 ],
531 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
532 { # A person&#x27;s short biography.
533 &quot;value&quot;: &quot;A String&quot;, # The short biography.
534 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
535 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
536 &quot;source&quot;: { # The source of a field. # The source of the field.
537 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
538 &quot;type&quot;: &quot;A String&quot;, # The source type.
539 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
540 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
541 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
542 &quot;userTypes&quot;: [ # Output only. The user types.
543 &quot;A String&quot;,
544 ],
545 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
546 },
547 },
548 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
549 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
550 },
551 },
552 ],
553 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
554 { # A person&#x27;s miscellaneous keyword.
555 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
556 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
557 &quot;source&quot;: { # The source of a field. # The source of the field.
558 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
559 &quot;type&quot;: &quot;A String&quot;, # The source type.
560 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
561 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
562 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
563 &quot;userTypes&quot;: [ # Output only. The user types.
564 &quot;A String&quot;,
565 ],
566 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
567 },
568 },
569 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
570 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
571 },
572 &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.
573 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
574 },
575 ],
576 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
577 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
578 &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`
579 &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.
580 &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.
581 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
582 &quot;source&quot;: { # The source of a field. # The source of the field.
583 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
584 &quot;type&quot;: &quot;A String&quot;, # The source type.
585 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
586 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
587 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
588 &quot;userTypes&quot;: [ # Output only. The user types.
589 &quot;A String&quot;,
590 ],
591 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
592 },
593 },
594 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
595 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
596 },
597 },
598 ],
599 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
600 { # An identifier from an external entity related to the person.
601 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
602 &quot;source&quot;: { # The source of a field. # The source of the field.
603 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
604 &quot;type&quot;: &quot;A String&quot;, # The source type.
605 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
606 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
607 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
608 &quot;userTypes&quot;: [ # Output only. The user types.
609 &quot;A String&quot;,
610 ],
611 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
612 },
613 },
614 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
615 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
616 },
617 &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.
618 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
619 &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`
620 },
621 ],
622 &quot;skills&quot;: [ # The person&#x27;s skills.
623 { # A skill that the person has.
624 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
625 &quot;source&quot;: { # The source of a field. # The source of the field.
626 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
627 &quot;type&quot;: &quot;A String&quot;, # The source type.
628 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
629 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
630 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
631 &quot;userTypes&quot;: [ # Output only. The user types.
632 &quot;A String&quot;,
633 ],
634 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
635 },
636 },
637 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
638 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
639 },
640 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800641 },
642 ],
643 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
644 { # 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800645 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800646 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800647 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
648 &quot;type&quot;: &quot;A String&quot;, # The source type.
649 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
650 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800651 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
652 &quot;userTypes&quot;: [ # Output only. The user types.
653 &quot;A String&quot;,
654 ],
655 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
656 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800657 },
658 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800659 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
660 },
661 &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.
662 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
663 &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.
664 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800665 },
666 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
667 },
668 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800669 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
670 { # 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.
671 &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.
672 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800673 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800674 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
675 &quot;type&quot;: &quot;A String&quot;, # The source type.
676 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
677 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800678 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
679 &quot;userTypes&quot;: [ # Output only. The user types.
680 &quot;A String&quot;,
681 ],
682 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
683 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800684 },
685 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800686 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800687 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800688 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
689 },
690 ],
691 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
692 { # The name that should be used to sort the person in a list.
693 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
694 &quot;source&quot;: { # The source of a field. # The source of the field.
695 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
696 &quot;type&quot;: &quot;A String&quot;, # The source type.
697 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
698 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
699 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
700 &quot;userTypes&quot;: [ # Output only. The user types.
701 &quot;A String&quot;,
702 ],
703 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
704 },
705 },
706 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
707 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
708 },
709 &quot;value&quot;: &quot;A String&quot;, # The file-as value
710 },
711 ],
712 &quot;clientData&quot;: [ # The person&#x27;s client data.
713 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
714 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
715 &quot;source&quot;: { # The source of a field. # The source of the field.
716 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
717 &quot;type&quot;: &quot;A String&quot;, # The source type.
718 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
719 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
720 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
721 &quot;userTypes&quot;: [ # Output only. The user types.
722 &quot;A String&quot;,
723 ],
724 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
725 },
726 },
727 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
728 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
729 },
730 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
731 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
732 },
733 ],
734 &quot;events&quot;: [ # The person&#x27;s events.
735 { # An event related to the person.
736 &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.
737 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
738 &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.
739 &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.
740 },
741 &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`
742 &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.
743 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
744 &quot;source&quot;: { # The source of a field. # The source of the field.
745 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
746 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
749 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
750 &quot;userTypes&quot;: [ # Output only. The user types.
751 &quot;A String&quot;,
752 ],
753 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
754 },
755 },
756 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
757 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
758 },
759 },
760 ],
761 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
762 { # Arbitrary user data that is populated by the end users.
763 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
764 &quot;source&quot;: { # The source of a field. # The source of the field.
765 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
766 &quot;type&quot;: &quot;A String&quot;, # The source type.
767 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
768 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
769 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
770 &quot;userTypes&quot;: [ # Output only. The user types.
771 &quot;A String&quot;,
772 ],
773 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
774 },
775 },
776 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
777 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
778 },
779 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
780 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
781 },
782 ],
783 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
784 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
785 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
786 &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.
787 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
788 &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.
789 &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.
790 },
791 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
792 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
793 &quot;source&quot;: { # The source of a field. # The source of the field.
794 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
795 &quot;type&quot;: &quot;A String&quot;, # The source type.
796 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
797 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
798 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
799 &quot;userTypes&quot;: [ # Output only. The user types.
800 &quot;A String&quot;,
801 ],
802 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
803 },
804 },
805 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
806 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
807 },
808 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
809 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
810 &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.
811 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
812 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
813 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
814 &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.
815 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
816 &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.
817 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
818 &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.
819 &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.
820 },
821 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
822 &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`
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800823 },
824 ],
825 &quot;occupations&quot;: [ # The person&#x27;s occupations.
826 { # A person&#x27;s occupation.
827 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800828 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800829 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
830 &quot;type&quot;: &quot;A String&quot;, # The source type.
831 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
832 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800833 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
834 &quot;userTypes&quot;: [ # Output only. The user types.
835 &quot;A String&quot;,
836 ],
837 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
838 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800839 },
840 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800841 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800842 },
843 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
844 },
845 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800846 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
847 { # A person&#x27;s calendar URL.
848 &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`
849 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
850 &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.
851 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800852 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800853 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
854 &quot;type&quot;: &quot;A String&quot;, # The source type.
855 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
856 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800857 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
858 &quot;userTypes&quot;: [ # Output only. The user types.
859 &quot;A String&quot;,
860 ],
861 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
862 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800863 },
864 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800865 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800866 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800867 },
868 ],
869 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
870 { # A person&#x27;s locale preference.
871 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
872 &quot;source&quot;: { # The source of a field. # The source of the field.
873 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
874 &quot;type&quot;: &quot;A String&quot;, # The source type.
875 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
876 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
877 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
878 &quot;userTypes&quot;: [ # Output only. The user types.
879 &quot;A String&quot;,
880 ],
881 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
882 },
883 },
884 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
885 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
886 },
887 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
888 },
889 ],
890 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
891 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
892 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
893 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
894 },
895 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
896 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
897 &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.
898 },
899 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
900 &quot;source&quot;: { # The source of a field. # The source of the field.
901 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
902 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
905 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
906 &quot;userTypes&quot;: [ # Output only. The user types.
907 &quot;A String&quot;,
908 ],
909 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
910 },
911 },
912 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
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;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
918 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
919 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
920 &quot;source&quot;: { # The source of a field. # The source of the field.
921 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
922 &quot;type&quot;: &quot;A String&quot;, # The source type.
923 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
924 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
925 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
926 &quot;userTypes&quot;: [ # Output only. The user types.
927 &quot;A String&quot;,
928 ],
929 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
930 },
931 },
932 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
933 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
934 },
935 &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`
936 &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.
937 },
938 ],
939 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
940 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
941 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
942 &quot;source&quot;: { # The source of a field. # The source of the field.
943 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
944 &quot;type&quot;: &quot;A String&quot;, # The source type.
945 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
946 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
947 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
948 &quot;userTypes&quot;: [ # Output only. The user types.
949 &quot;A String&quot;,
950 ],
951 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
952 },
953 },
954 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
955 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
956 },
957 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
958 &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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800959 },
960 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700961 }</pre>
962</div>
963
964<div class="method">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800965 <code class="details" id="list">list(pageToken=None, requestSyncToken=None, syncToken=None, readMask=None, pageSize=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700966 <pre>List all &quot;Other contacts&quot;, that is contacts that are not in a contact group. &quot;Other contacts&quot; are typically auto created contacts from interactions.
967
968Args:
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800969 pageToken: string, Optional. A page token, received from a previous `ListOtherContacts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListOtherContacts` must match the call that provided the page token.
970 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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800971 syncToken: string, Optional. A sync token, received from a previous `ListOtherContacts` 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 `ListOtherContacts` must match the call that provided the sync token.
972 readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * emailAddresses * names * phoneNumbers
973 pageSize: integer, Optional. The number of &quot;Other contacts&quot; 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 -0700974 x__xgafv: string, V1 error format.
975 Allowed values
976 1 - v1 error format
977 2 - v2 error format
978
979Returns:
980 An object of the form:
981
982 { # The response to a request for the authenticated user&#x27;s &quot;Other contacts&quot;.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800983 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700984 &quot;otherContacts&quot;: [ # The list of &quot;Other contacts&quot; returned as Person resources. &quot;Other contacts&quot; support a limited subset of fields. See ListOtherContactsRequest.request_mask for more detailed information.
985 { # 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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800986 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
987 { # A person&#x27;s email address.
988 &quot;value&quot;: &quot;A String&quot;, # The email address.
989 &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.
990 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700991 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800992 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
993 &quot;type&quot;: &quot;A String&quot;, # The source type.
994 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
995 &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 -0700996 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
997 &quot;userTypes&quot;: [ # Output only. The user types.
998 &quot;A String&quot;,
999 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001000 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001001 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001002 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001003 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001004 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1005 },
1006 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1007 &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`
1008 },
1009 ],
1010 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1011 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1012 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1013 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1014 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1015 &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`
1016 &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.
1017 &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.
1018 &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.
1019 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1020 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1021 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1022 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1023 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
1024 &quot;source&quot;: { # The source of a field. # The source of the field.
1025 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1026 &quot;type&quot;: &quot;A String&quot;, # The source type.
1027 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1028 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1029 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1030 &quot;userTypes&quot;: [ # Output only. The user types.
1031 &quot;A String&quot;,
1032 ],
1033 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1034 },
1035 },
1036 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1037 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001038 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001039 },
1040 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001041 &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.
1042 &quot;interests&quot;: [ # The person&#x27;s interests.
1043 { # One of the person&#x27;s interests.
1044 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1045 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001046 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001047 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1048 &quot;type&quot;: &quot;A String&quot;, # The source type.
1049 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1050 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001051 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1052 &quot;userTypes&quot;: [ # Output only. The user types.
1053 &quot;A String&quot;,
1054 ],
1055 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1056 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001057 },
1058 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001059 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001060 },
1061 },
1062 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001063 &quot;locations&quot;: [ # The person&#x27;s locations.
1064 { # A person&#x27;s location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001065 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001066 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001067 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001068 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
1069 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
1070 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
1071 &quot;source&quot;: { # The source of a field. # The source of the field.
1072 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1073 &quot;type&quot;: &quot;A String&quot;, # The source type.
1074 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1075 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1076 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1077 &quot;userTypes&quot;: [ # Output only. The user types.
1078 &quot;A String&quot;,
1079 ],
1080 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1081 },
1082 },
1083 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1084 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1085 },
1086 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001087 &quot;current&quot;: True or False, # Whether the location is the current location.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001088 },
1089 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001090 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1091 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1092 &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.
1093 &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`
1094 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001095 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001096 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1097 &quot;type&quot;: &quot;A String&quot;, # The source type.
1098 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1099 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001100 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1101 &quot;userTypes&quot;: [ # Output only. The user types.
1102 &quot;A String&quot;,
1103 ],
1104 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1105 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001106 },
1107 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001108 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001109 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001110 },
1111 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001112 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
1113 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1114 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001115 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001116 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1117 &quot;type&quot;: &quot;A String&quot;, # The source type.
1118 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1119 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001120 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1121 &quot;userTypes&quot;: [ # Output only. The user types.
1122 &quot;A String&quot;,
1123 ],
1124 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1125 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001126 },
1127 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001128 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001129 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001130 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1131 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1132 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1133 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1134 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1135 &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.
1136 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1137 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1138 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1139 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1140 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1141 &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.
1142 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1143 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1144 },
1145 ],
1146 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1147 { # A person&#x27;s associated URLs.
1148 &quot;value&quot;: &quot;A String&quot;, # The URL.
1149 &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.
1150 &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`
1151 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
1152 &quot;source&quot;: { # The source of a field. # The source of the field.
1153 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1154 &quot;type&quot;: &quot;A String&quot;, # The source type.
1155 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1156 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1157 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1158 &quot;userTypes&quot;: [ # Output only. The user types.
1159 &quot;A String&quot;,
1160 ],
1161 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1162 },
1163 },
1164 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1165 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1166 },
1167 },
1168 ],
1169 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1170 { # A person&#x27;s nickname.
1171 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1172 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
1173 &quot;source&quot;: { # The source of a field. # The source of the field.
1174 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1175 &quot;type&quot;: &quot;A String&quot;, # The source type.
1176 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1177 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1178 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1179 &quot;userTypes&quot;: [ # Output only. The user types.
1180 &quot;A String&quot;,
1181 ],
1182 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1183 },
1184 },
1185 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1186 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1187 },
1188 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001189 },
1190 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001191 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1192 { # A person&#x27;s instant messaging client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001193 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001194 &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.
1195 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001196 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001197 &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`
1198 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001199 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001200 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1201 &quot;type&quot;: &quot;A String&quot;, # The source type.
1202 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1203 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001204 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1205 &quot;userTypes&quot;: [ # Output only. The user types.
1206 &quot;A String&quot;,
1207 ],
1208 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1209 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001210 },
1211 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001212 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001213 },
1214 },
1215 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001216 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
1217 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
1218 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001219 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001220 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1221 &quot;type&quot;: &quot;A String&quot;, # The source type.
1222 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1223 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001224 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1225 &quot;userTypes&quot;: [ # Output only. The user types.
1226 &quot;A String&quot;,
1227 ],
1228 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1229 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001230 },
1231 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001232 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001233 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001234 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001235 },
1236 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001237 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001238 &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.
1239 &quot;A String&quot;,
1240 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001241 &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.
1242 &quot;sources&quot;: [ # The sources of data for the person.
1243 { # The source of a field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001244 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1245 &quot;type&quot;: &quot;A String&quot;, # The source type.
1246 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1247 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001248 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1249 &quot;userTypes&quot;: [ # Output only. The user types.
1250 &quot;A String&quot;,
1251 ],
1252 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1253 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001254 },
1255 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001256 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1257 &quot;A String&quot;,
1258 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001259 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001260 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001261 &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}`.
1262 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1263 { # A person&#x27;s age range.
1264 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1265 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001266 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001267 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1268 &quot;type&quot;: &quot;A String&quot;, # The source type.
1269 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1270 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001271 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1272 &quot;userTypes&quot;: [ # Output only. The user types.
1273 &quot;A String&quot;,
1274 ],
1275 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1276 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001277 },
1278 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001279 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001280 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001281 },
1282 ],
1283 &quot;relations&quot;: [ # The person&#x27;s relations.
1284 { # A person&#x27;s relation to another person.
1285 &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.
1286 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
1287 &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`
1288 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
1289 &quot;source&quot;: { # The source of a field. # The source of the field.
1290 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1291 &quot;type&quot;: &quot;A String&quot;, # The source type.
1292 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1293 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1294 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1295 &quot;userTypes&quot;: [ # Output only. The user types.
1296 &quot;A String&quot;,
1297 ],
1298 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1299 },
1300 },
1301 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1302 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1303 },
1304 },
1305 ],
1306 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
1307 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
1308 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
1309 &quot;source&quot;: { # The source of a field. # The source of the field.
1310 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1311 &quot;type&quot;: &quot;A String&quot;, # The source type.
1312 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1313 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1314 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1315 &quot;userTypes&quot;: [ # Output only. The user types.
1316 &quot;A String&quot;,
1317 ],
1318 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1319 },
1320 },
1321 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1322 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1323 },
1324 &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.
1325 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
1326 },
1327 ],
1328 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
1329 { # A person&#x27;s phone number.
1330 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1331 &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.
1332 &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.
1333 &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`
1334 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
1335 &quot;source&quot;: { # The source of a field. # The source of the field.
1336 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1337 &quot;type&quot;: &quot;A String&quot;, # The source type.
1338 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1339 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1340 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1341 &quot;userTypes&quot;: [ # Output only. The user types.
1342 &quot;A String&quot;,
1343 ],
1344 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1345 },
1346 },
1347 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1348 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1349 },
1350 },
1351 ],
1352 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
1353 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
1354 &quot;value&quot;: &quot;A String&quot;, # The tagline.
1355 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
1356 &quot;source&quot;: { # The source of a field. # The source of the field.
1357 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1358 &quot;type&quot;: &quot;A String&quot;, # The source type.
1359 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1360 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1361 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1362 &quot;userTypes&quot;: [ # Output only. The user types.
1363 &quot;A String&quot;,
1364 ],
1365 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1366 },
1367 },
1368 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1369 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1370 },
1371 },
1372 ],
1373 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
1374 { # A person&#x27;s gender.
1375 &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.
1376 &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`
1377 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
1378 &quot;source&quot;: { # The source of a field. # The source of the field.
1379 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1380 &quot;type&quot;: &quot;A String&quot;, # The source type.
1381 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1382 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1383 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1384 &quot;userTypes&quot;: [ # Output only. The user types.
1385 &quot;A String&quot;,
1386 ],
1387 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1388 },
1389 },
1390 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1391 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1392 },
1393 &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`
1394 },
1395 ],
1396 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
1397 { # A person&#x27;s short biography.
1398 &quot;value&quot;: &quot;A String&quot;, # The short biography.
1399 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1400 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
1401 &quot;source&quot;: { # The source of a field. # The source of the field.
1402 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1403 &quot;type&quot;: &quot;A String&quot;, # The source type.
1404 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1405 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1406 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1407 &quot;userTypes&quot;: [ # Output only. The user types.
1408 &quot;A String&quot;,
1409 ],
1410 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1411 },
1412 },
1413 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1414 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1415 },
1416 },
1417 ],
1418 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
1419 { # A person&#x27;s miscellaneous keyword.
1420 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
1421 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
1422 &quot;source&quot;: { # The source of a field. # The source of the field.
1423 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1424 &quot;type&quot;: &quot;A String&quot;, # The source type.
1425 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1426 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1427 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1428 &quot;userTypes&quot;: [ # Output only. The user types.
1429 &quot;A String&quot;,
1430 ],
1431 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1432 },
1433 },
1434 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1435 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1436 },
1437 &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.
1438 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
1439 },
1440 ],
1441 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1442 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
1443 &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`
1444 &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.
1445 &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.
1446 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
1447 &quot;source&quot;: { # The source of a field. # The source of the field.
1448 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1449 &quot;type&quot;: &quot;A String&quot;, # The source type.
1450 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1451 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1452 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1453 &quot;userTypes&quot;: [ # Output only. The user types.
1454 &quot;A String&quot;,
1455 ],
1456 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1457 },
1458 },
1459 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1460 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1461 },
1462 },
1463 ],
1464 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
1465 { # An identifier from an external entity related to the person.
1466 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
1467 &quot;source&quot;: { # The source of a field. # The source of the field.
1468 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1469 &quot;type&quot;: &quot;A String&quot;, # The source type.
1470 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1471 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1472 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1473 &quot;userTypes&quot;: [ # Output only. The user types.
1474 &quot;A String&quot;,
1475 ],
1476 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1477 },
1478 },
1479 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1480 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1481 },
1482 &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.
1483 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
1484 &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`
1485 },
1486 ],
1487 &quot;skills&quot;: [ # The person&#x27;s skills.
1488 { # A skill that the person has.
1489 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
1490 &quot;source&quot;: { # The source of a field. # The source of the field.
1491 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1492 &quot;type&quot;: &quot;A String&quot;, # The source type.
1493 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1494 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1495 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1496 &quot;userTypes&quot;: [ # Output only. The user types.
1497 &quot;A String&quot;,
1498 ],
1499 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1500 },
1501 },
1502 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1503 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1504 },
1505 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001506 },
1507 ],
1508 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
1509 { # 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001510 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001511 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001512 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1513 &quot;type&quot;: &quot;A String&quot;, # The source type.
1514 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1515 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001516 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1517 &quot;userTypes&quot;: [ # Output only. The user types.
1518 &quot;A String&quot;,
1519 ],
1520 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1521 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001522 },
1523 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001524 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1525 },
1526 &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.
1527 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1528 &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.
1529 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001530 },
1531 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1532 },
1533 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001534 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1535 { # 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.
1536 &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.
1537 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001538 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001539 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1540 &quot;type&quot;: &quot;A String&quot;, # The source type.
1541 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1542 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001543 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1544 &quot;userTypes&quot;: [ # Output only. The user types.
1545 &quot;A String&quot;,
1546 ],
1547 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1548 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001549 },
1550 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001551 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001552 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001553 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1554 },
1555 ],
1556 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1557 { # The name that should be used to sort the person in a list.
1558 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
1559 &quot;source&quot;: { # The source of a field. # The source of the field.
1560 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1561 &quot;type&quot;: &quot;A String&quot;, # The source type.
1562 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1563 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1564 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1565 &quot;userTypes&quot;: [ # Output only. The user types.
1566 &quot;A String&quot;,
1567 ],
1568 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1569 },
1570 },
1571 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1572 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1573 },
1574 &quot;value&quot;: &quot;A String&quot;, # The file-as value
1575 },
1576 ],
1577 &quot;clientData&quot;: [ # The person&#x27;s client data.
1578 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
1579 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
1580 &quot;source&quot;: { # The source of a field. # The source of the field.
1581 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1582 &quot;type&quot;: &quot;A String&quot;, # The source type.
1583 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1584 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1585 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1586 &quot;userTypes&quot;: [ # Output only. The user types.
1587 &quot;A String&quot;,
1588 ],
1589 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1590 },
1591 },
1592 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1593 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1594 },
1595 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
1596 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
1597 },
1598 ],
1599 &quot;events&quot;: [ # The person&#x27;s events.
1600 { # An event related to the person.
1601 &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.
1602 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1603 &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.
1604 &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.
1605 },
1606 &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`
1607 &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.
1608 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
1609 &quot;source&quot;: { # The source of a field. # The source of the field.
1610 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1611 &quot;type&quot;: &quot;A String&quot;, # The source type.
1612 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1613 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1614 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1615 &quot;userTypes&quot;: [ # Output only. The user types.
1616 &quot;A String&quot;,
1617 ],
1618 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1619 },
1620 },
1621 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1622 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1623 },
1624 },
1625 ],
1626 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1627 { # Arbitrary user data that is populated by the end users.
1628 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
1629 &quot;source&quot;: { # The source of a field. # The source of the field.
1630 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1631 &quot;type&quot;: &quot;A String&quot;, # The source type.
1632 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1633 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1634 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1635 &quot;userTypes&quot;: [ # Output only. The user types.
1636 &quot;A String&quot;,
1637 ],
1638 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1639 },
1640 },
1641 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1642 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1643 },
1644 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1645 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1646 },
1647 ],
1648 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1649 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
1650 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
1651 &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.
1652 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1653 &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.
1654 &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.
1655 },
1656 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
1657 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
1658 &quot;source&quot;: { # The source of a field. # The source of the field.
1659 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1660 &quot;type&quot;: &quot;A String&quot;, # The source type.
1661 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1662 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1663 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1664 &quot;userTypes&quot;: [ # Output only. The user types.
1665 &quot;A String&quot;,
1666 ],
1667 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1668 },
1669 },
1670 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1671 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1672 },
1673 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1674 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1675 &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.
1676 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
1677 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1678 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1679 &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.
1680 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
1681 &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.
1682 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1683 &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.
1684 &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.
1685 },
1686 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
1687 &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`
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001688 },
1689 ],
1690 &quot;occupations&quot;: [ # The person&#x27;s occupations.
1691 { # A person&#x27;s occupation.
1692 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001693 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001694 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1695 &quot;type&quot;: &quot;A String&quot;, # The source type.
1696 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1697 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001698 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1699 &quot;userTypes&quot;: [ # Output only. The user types.
1700 &quot;A String&quot;,
1701 ],
1702 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1703 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001704 },
1705 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001706 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001707 },
1708 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1709 },
1710 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001711 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
1712 { # A person&#x27;s calendar URL.
1713 &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`
1714 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
1715 &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.
1716 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001717 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001718 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1719 &quot;type&quot;: &quot;A String&quot;, # The source type.
1720 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1721 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001722 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1723 &quot;userTypes&quot;: [ # Output only. The user types.
1724 &quot;A String&quot;,
1725 ],
1726 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1727 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001728 },
1729 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001730 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001731 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001732 },
1733 ],
1734 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1735 { # A person&#x27;s locale preference.
1736 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
1737 &quot;source&quot;: { # The source of a field. # The source of the field.
1738 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1739 &quot;type&quot;: &quot;A String&quot;, # The source type.
1740 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1741 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1742 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1743 &quot;userTypes&quot;: [ # Output only. The user types.
1744 &quot;A String&quot;,
1745 ],
1746 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1747 },
1748 },
1749 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1750 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1751 },
1752 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
1753 },
1754 ],
1755 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
1756 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
1757 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
1758 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
1759 },
1760 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
1761 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
1762 &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.
1763 },
1764 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
1765 &quot;source&quot;: { # The source of a field. # The source of the field.
1766 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1767 &quot;type&quot;: &quot;A String&quot;, # The source type.
1768 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1769 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1770 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1771 &quot;userTypes&quot;: [ # Output only. The user types.
1772 &quot;A String&quot;,
1773 ],
1774 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1775 },
1776 },
1777 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1778 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1779 },
1780 },
1781 ],
1782 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
1783 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
1784 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
1785 &quot;source&quot;: { # The source of a field. # The source of the field.
1786 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1787 &quot;type&quot;: &quot;A String&quot;, # The source type.
1788 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1789 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1790 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1791 &quot;userTypes&quot;: [ # Output only. The user types.
1792 &quot;A String&quot;,
1793 ],
1794 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1795 },
1796 },
1797 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1798 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1799 },
1800 &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`
1801 &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.
1802 },
1803 ],
1804 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1805 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1806 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
1807 &quot;source&quot;: { # The source of a field. # The source of the field.
1808 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1809 &quot;type&quot;: &quot;A String&quot;, # The source type.
1810 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1811 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1812 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1813 &quot;userTypes&quot;: [ # Output only. The user types.
1814 &quot;A String&quot;,
1815 ],
1816 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1817 },
1818 },
1819 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1820 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1821 },
1822 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1823 &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
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001824 },
1825 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001826 },
1827 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001828 &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 -07001829 }</pre>
1830</div>
1831
1832<div class="method">
1833 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
1834 <pre>Retrieves the next page of results.
1835
1836Args:
1837 previous_request: The request for the previous page. (required)
1838 previous_response: The response from the request for the previous page. (required)
1839
1840Returns:
1841 A request object that you can call &#x27;execute()&#x27; on to request the next
1842 page. Returns None if there are no more items in the collection.
1843 </pre>
1844</div>
1845
1846</body></html>