blob: 995135c9865c3366d85055f2920c4c4c11ca22ad [file] [log] [blame]
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070075<h1><a href="people_v1.html">People API</a> . <a href="people_v1.people.html">people</a></h1>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080076<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="people_v1.people.connections.html">connections()</a></code>
79</p>
80<p class="firstline">Returns the connections Resource.</p>
81
82<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070083 <code><a href="#close">close()</a></code></p>
84<p class="firstline">Close httplib2 connections.</p>
85<p class="toc_element">
86 <code><a href="#createContact">createContact(body=None, sources=None, personFields=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070087<p class="firstline">Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070088<p class="toc_element">
89 <code><a href="#deleteContact">deleteContact(resourceName, x__xgafv=None)</a></code></p>
90<p class="firstline">Delete a contact person. Any non-contact data will not be deleted.</p>
91<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070092 <code><a href="#deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070093<p class="firstline">Delete a contact's photo.</p>
94<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070095 <code><a href="#get">get(resourceName, personFields=None, sources=None, requestMask_includeField=None, x__xgafv=None)</a></code></p>
96<p class="firstline">Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080097<p class="toc_element">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -080098 <code><a href="#getBatchGet">getBatchGet(resourceNames=None, personFields=None, requestMask_includeField=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070099<p class="firstline">Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700100<p class="toc_element">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800101 <code><a href="#listDirectoryPeople">listDirectoryPeople(mergeSources=None, pageToken=None, requestSyncToken=None, sources=None, syncToken=None, readMask=None, pageSize=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700102<p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory.</p>
103<p class="toc_element">
104 <code><a href="#listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</a></code></p>
105<p class="firstline">Retrieves the next page of results.</p>
106<p class="toc_element">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800107 <code><a href="#searchDirectoryPeople">searchDirectoryPeople(readMask=None, pageSize=None, sources=None, mergeSources=None, query=None, pageToken=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700108<p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query.</p>
109<p class="toc_element">
110 <code><a href="#searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</a></code></p>
111<p class="firstline">Retrieves the next page of results.</p>
112<p class="toc_element">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800113 <code><a href="#updateContact">updateContact(resourceName, body=None, personFields=None, updatePersonFields=None, sources=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700114<p class="firstline">Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `"failedPrecondition"` if `person.metadata.sources.etag` is different than the contact's etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names</p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700115<p class="toc_element">
116 <code><a href="#updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</a></code></p>
117<p class="firstline">Update a contact's photo.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800118<h3>Method Details</h3>
119<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700120 <code class="details" id="close">close()</code>
121 <pre>Close httplib2 connections.</pre>
122</div>
123
124<div class="method">
125 <code class="details" id="createContact">createContact(body=None, sources=None, personFields=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700126 <pre>Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800127
128Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700129 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700130 The object takes the form of:
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400131
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700132{ # 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 Botc2228be2020-11-24 15:48:03 -0800133 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
134 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
135 &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`
136 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700137 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700138 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800139 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700140 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700141 &quot;userTypes&quot;: [ # Output only. The user types.
142 &quot;A String&quot;,
143 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700144 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700145 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700146 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700147 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700148 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700149 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700150 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700151 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800152 &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.
153 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700154 },
155 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700156 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
157 { # A person&#x27;s associated URLs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700158 &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`
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800159 &quot;value&quot;: &quot;A String&quot;, # The URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700160 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800161 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700162 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700163 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800164 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700165 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
166 &quot;userTypes&quot;: [ # Output only. The user types.
167 &quot;A String&quot;,
168 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700169 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700170 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700171 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700172 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
173 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700174 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700175 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
176 },
177 },
178 ],
179 &quot;skills&quot;: [ # The person&#x27;s skills.
180 { # A skill that the person has.
181 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700182 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700183 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800184 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700185 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700186 &quot;userTypes&quot;: [ # Output only. The user types.
187 &quot;A String&quot;,
188 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800189 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700190 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800191 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700192 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
193 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800194 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700195 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
196 },
197 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
198 },
199 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800200 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
201 { # A person&#x27;s gender.
202 &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.
203 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700204 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700205 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800206 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700207 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700208 &quot;userTypes&quot;: [ # Output only. The user types.
209 &quot;A String&quot;,
210 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800211 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700212 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800213 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700214 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
215 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800216 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700217 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
218 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800219 &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`
220 &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`
221 },
222 ],
223 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
224 { # A person&#x27;s nickname.
225 &quot;value&quot;: &quot;A String&quot;, # The nickname.
226 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
227 &quot;source&quot;: { # The source of a field. # The source of the field.
228 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
229 &quot;type&quot;: &quot;A String&quot;, # The source type.
230 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
231 &quot;userTypes&quot;: [ # Output only. The user types.
232 &quot;A String&quot;,
233 ],
234 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
235 },
236 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
237 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
238 },
239 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
240 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
241 },
242 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
243 },
244 ],
245 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
246 { # An identifier from an external entity related to the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700247 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
248 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800249 &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`
250 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
251 &quot;source&quot;: { # The source of a field. # The source of the field.
252 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
253 &quot;type&quot;: &quot;A String&quot;, # The source type.
254 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
255 &quot;userTypes&quot;: [ # Output only. The user types.
256 &quot;A String&quot;,
257 ],
258 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
259 },
260 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
261 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
262 },
263 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
264 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
265 },
266 },
267 ],
268 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
269 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
270 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
271 &quot;source&quot;: { # The source of a field. # The source of the field.
272 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
273 &quot;type&quot;: &quot;A String&quot;, # The source type.
274 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
275 &quot;userTypes&quot;: [ # Output only. The user types.
276 &quot;A String&quot;,
277 ],
278 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
279 },
280 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
281 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
282 },
283 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
284 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
285 },
286 &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`
287 &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.
288 },
289 ],
290 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
291 { # A person&#x27;s phone number.
292 &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.
293 &quot;value&quot;: &quot;A String&quot;, # The phone number.
294 &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`
295 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
296 &quot;source&quot;: { # The source of a field. # The source of the field.
297 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
298 &quot;type&quot;: &quot;A String&quot;, # The source type.
299 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
300 &quot;userTypes&quot;: [ # Output only. The user types.
301 &quot;A String&quot;,
302 ],
303 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
304 },
305 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
306 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
307 },
308 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
309 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
310 },
311 &quot;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.
312 },
313 ],
314 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
315 { # Arbitrary user data that is populated by the end users.
316 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
317 &quot;source&quot;: { # The source of a field. # The source of the field.
318 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
319 &quot;type&quot;: &quot;A String&quot;, # The source type.
320 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
321 &quot;userTypes&quot;: [ # Output only. The user types.
322 &quot;A String&quot;,
323 ],
324 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
325 },
326 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
327 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
328 },
329 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
330 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
331 },
332 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
333 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
334 },
335 ],
336 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
337 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
338 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
339 &quot;source&quot;: { # The source of a field. # The source of the field.
340 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
341 &quot;type&quot;: &quot;A String&quot;, # The source type.
342 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
343 &quot;userTypes&quot;: [ # Output only. The user types.
344 &quot;A String&quot;,
345 ],
346 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
347 },
348 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
349 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
350 },
351 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
352 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
353 },
354 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
355 },
356 ],
357 &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.
358 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
359 { # A person&#x27;s instant messaging client.
360 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
361 &quot;source&quot;: { # The source of a field. # The source of the field.
362 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
363 &quot;type&quot;: &quot;A String&quot;, # The source type.
364 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
365 &quot;userTypes&quot;: [ # Output only. The user types.
366 &quot;A String&quot;,
367 ],
368 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
369 },
370 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
371 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
372 },
373 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
374 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
375 },
376 &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`
377 &quot;type&quot;: &quot;A String&quot;, # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
378 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
379 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the IM client translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
380 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
381 },
382 ],
383 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
384 { # A person&#x27;s locale preference.
385 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
386 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
387 &quot;source&quot;: { # The source of a field. # The source of the field.
388 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
389 &quot;type&quot;: &quot;A String&quot;, # The source type.
390 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
391 &quot;userTypes&quot;: [ # Output only. The user types.
392 &quot;A String&quot;,
393 ],
394 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
395 },
396 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
397 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
398 },
399 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
400 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
401 },
402 },
403 ],
404 &quot;relations&quot;: [ # The person&#x27;s relations.
405 { # A person&#x27;s relation to another person.
406 &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.
407 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
408 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
409 &quot;source&quot;: { # The source of a field. # The source of the field.
410 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
411 &quot;type&quot;: &quot;A String&quot;, # The source type.
412 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
413 &quot;userTypes&quot;: [ # Output only. The user types.
414 &quot;A String&quot;,
415 ],
416 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
417 },
418 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
419 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
420 },
421 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
422 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
423 },
424 &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`
425 },
426 ],
427 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
428 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
429 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
430 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
431 &quot;source&quot;: { # The source of a field. # The source of the field.
432 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
433 &quot;type&quot;: &quot;A String&quot;, # The source type.
434 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
435 &quot;userTypes&quot;: [ # Output only. The user types.
436 &quot;A String&quot;,
437 ],
438 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
439 },
440 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
441 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
442 },
443 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
444 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
445 },
446 &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.
447 },
448 ],
449 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
450 { # The name that should be used to sort the person in a list.
451 &quot;value&quot;: &quot;A String&quot;, # The file-as value
452 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
453 &quot;source&quot;: { # The source of a field. # The source of the field.
454 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
455 &quot;type&quot;: &quot;A String&quot;, # The source type.
456 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
457 &quot;userTypes&quot;: [ # Output only. The user types.
458 &quot;A String&quot;,
459 ],
460 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
461 },
462 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
463 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
464 },
465 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
466 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
467 },
468 },
469 ],
470 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
471 { # A person&#x27;s age range.
472 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
473 &quot;source&quot;: { # The source of a field. # The source of the field.
474 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
475 &quot;type&quot;: &quot;A String&quot;, # The source type.
476 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
477 &quot;userTypes&quot;: [ # Output only. The user types.
478 &quot;A String&quot;,
479 ],
480 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
481 },
482 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
483 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
484 },
485 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
486 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
487 },
488 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
489 },
490 ],
491 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
492 { # 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.
493 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
494 &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.
495 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
496 &quot;source&quot;: { # The source of a field. # The source of the field.
497 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
498 &quot;type&quot;: &quot;A String&quot;, # The source type.
499 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
500 &quot;userTypes&quot;: [ # Output only. The user types.
501 &quot;A String&quot;,
502 ],
503 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
504 },
505 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
506 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
507 },
508 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
509 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
510 },
511 },
512 ],
513 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
514 &quot;locations&quot;: [ # The person&#x27;s locations.
515 { # A person&#x27;s location.
516 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
517 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
518 &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`
519 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
520 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
521 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
522 &quot;current&quot;: True or False, # Whether the location is the current location.
523 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
524 &quot;source&quot;: { # The source of a field. # The source of the field.
525 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
526 &quot;type&quot;: &quot;A String&quot;, # The source type.
527 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
528 &quot;userTypes&quot;: [ # Output only. The user types.
529 &quot;A String&quot;,
530 ],
531 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
532 },
533 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
534 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
535 },
536 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
537 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
538 },
539 },
540 ],
541 &quot;occupations&quot;: [ # The person&#x27;s occupations.
542 { # A person&#x27;s occupation.
543 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
544 &quot;source&quot;: { # The source of a field. # The source of the field.
545 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
546 &quot;type&quot;: &quot;A String&quot;, # The source type.
547 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
548 &quot;userTypes&quot;: [ # Output only. The user types.
549 &quot;A String&quot;,
550 ],
551 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
552 },
553 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
554 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
555 },
556 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
557 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
558 },
559 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
560 },
561 ],
562 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
563 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
564 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
565 &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.
566 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
567 &quot;source&quot;: { # The source of a field. # The source of the field.
568 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
569 &quot;type&quot;: &quot;A String&quot;, # The source type.
570 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
571 &quot;userTypes&quot;: [ # Output only. The user types.
572 &quot;A String&quot;,
573 ],
574 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
575 },
576 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
577 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
578 },
579 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
580 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
581 },
582 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
583 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
584 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
585 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
586 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
587 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
588 &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.
589 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
590 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
591 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
592 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
593 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
594 },
595 ],
596 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
597 { # A person&#x27;s email address.
598 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
599 &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`
600 &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.
601 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
602 &quot;source&quot;: { # The source of a field. # The source of the field.
603 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
604 &quot;type&quot;: &quot;A String&quot;, # The source type.
605 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
606 &quot;userTypes&quot;: [ # Output only. The user types.
607 &quot;A String&quot;,
608 ],
609 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
610 },
611 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
612 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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;value&quot;: &quot;A String&quot;, # The email address.
618 },
619 ],
620 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
621 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
622 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
623 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
624 &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.
625 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
626 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
627 &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`
628 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
629 &quot;source&quot;: { # The source of a field. # The source of the field.
630 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
631 &quot;type&quot;: &quot;A String&quot;, # The source type.
632 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
633 &quot;userTypes&quot;: [ # Output only. The user types.
634 &quot;A String&quot;,
635 ],
636 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
637 },
638 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
639 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
640 },
641 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
642 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
643 },
644 &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.
645 &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.
646 &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.
647 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
648 },
649 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
650 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
651 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
652 &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.
653 &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.
654 &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.
655 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
656 },
657 &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.
658 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
659 },
660 ],
661 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
662 { # A person&#x27;s calendar URL.
663 &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.
664 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
665 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
666 &quot;source&quot;: { # The source of a field. # The source of the field.
667 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
668 &quot;type&quot;: &quot;A String&quot;, # The source type.
669 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
670 &quot;userTypes&quot;: [ # Output only. The user types.
671 &quot;A String&quot;,
672 ],
673 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
674 },
675 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
676 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
677 },
678 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
679 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
680 },
681 &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`
682 },
683 ],
684 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
685 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
686 &quot;value&quot;: &quot;A String&quot;, # The tagline.
687 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
688 &quot;source&quot;: { # The source of a field. # The source of the field.
689 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
690 &quot;type&quot;: &quot;A String&quot;, # The source type.
691 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
692 &quot;userTypes&quot;: [ # Output only. The user types.
693 &quot;A String&quot;,
694 ],
695 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
696 },
697 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
698 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
699 },
700 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
701 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
702 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700703 },
704 ],
705 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
706 { # A person&#x27;s short biography.
707 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
708 &quot;value&quot;: &quot;A String&quot;, # The short biography.
709 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700710 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700711 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800712 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700713 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700714 &quot;userTypes&quot;: [ # Output only. The user types.
715 &quot;A String&quot;,
716 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800717 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700718 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800719 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700720 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
721 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800722 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700723 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
724 },
725 },
726 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800727 &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}`.
728 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
729 { # A person&#x27;s miscellaneous keyword.
730 &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.
731 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
732 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700733 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700734 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800735 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700736 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700737 &quot;userTypes&quot;: [ # Output only. The user types.
738 &quot;A String&quot;,
739 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800740 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700741 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800742 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700743 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
744 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800745 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700746 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
747 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800748 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
749 },
750 ],
751 &quot;events&quot;: [ # The person&#x27;s events.
752 { # An event related to the person.
753 &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.
754 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
755 &quot;source&quot;: { # The source of a field. # The source of the field.
756 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
757 &quot;type&quot;: &quot;A String&quot;, # The source type.
758 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
759 &quot;userTypes&quot;: [ # Output only. The user types.
760 &quot;A String&quot;,
761 ],
762 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
763 },
764 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
765 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
766 },
767 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
768 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
769 },
770 &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.
771 &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.
772 &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.
773 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
774 },
775 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700776 },
777 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700778 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
779 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800780 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
781 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
782 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700783 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700784 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700785 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800786 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700787 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700788 &quot;userTypes&quot;: [ # Output only. The user types.
789 &quot;A String&quot;,
790 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800791 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700792 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800793 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700794 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
795 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800796 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700797 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
798 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700799 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
800 &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.
801 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
802 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700803 },
804 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800805 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
806 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
807 &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`
808 &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.
809 &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.
810 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
811 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
812 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
813 &quot;source&quot;: { # The source of a field. # The source of the field.
814 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
815 &quot;type&quot;: &quot;A String&quot;, # The source type.
816 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
817 &quot;userTypes&quot;: [ # Output only. The user types.
818 &quot;A String&quot;,
819 ],
820 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
821 },
822 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
823 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
824 },
825 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
826 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
827 },
828 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
829 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
830 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
831 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
832 &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.
833 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
834 },
835 ],
836 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
837 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
838 &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
839 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
840 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
841 &quot;source&quot;: { # The source of a field. # The source of the field.
842 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
843 &quot;type&quot;: &quot;A String&quot;, # The source type.
844 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
845 &quot;userTypes&quot;: [ # Output only. The user types.
846 &quot;A String&quot;,
847 ],
848 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
849 },
850 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
851 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
852 },
853 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
854 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
855 },
856 },
857 ],
858 &quot;clientData&quot;: [ # The person&#x27;s client data.
859 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
860 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
861 &quot;source&quot;: { # The source of a field. # The source of the field.
862 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
863 &quot;type&quot;: &quot;A String&quot;, # The source type.
864 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
865 &quot;userTypes&quot;: [ # Output only. The user types.
866 &quot;A String&quot;,
867 ],
868 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
869 },
870 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
871 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
872 },
873 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
874 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
875 },
876 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
877 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
878 },
879 ],
880 &quot;interests&quot;: [ # The person&#x27;s interests.
881 { # One of the person&#x27;s interests.
882 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
883 &quot;source&quot;: { # The source of a field. # The source of the field.
884 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
885 &quot;type&quot;: &quot;A String&quot;, # The source type.
886 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
887 &quot;userTypes&quot;: [ # Output only. The user types.
888 &quot;A String&quot;,
889 ],
890 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
891 },
892 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
893 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
894 },
895 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
896 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
897 },
898 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
899 },
900 ],
901 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
902 { # 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.
903 &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.
904 &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.
905 &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.
906 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
907 },
908 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
909 &quot;source&quot;: { # The source of a field. # The source of the field.
910 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
911 &quot;type&quot;: &quot;A String&quot;, # The source type.
912 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
913 &quot;userTypes&quot;: [ # Output only. The user types.
914 &quot;A String&quot;,
915 ],
916 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
917 },
918 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
919 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
920 },
921 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
922 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
923 },
924 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
925 },
926 ],
927 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
928 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
929 &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`
930 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
931 &quot;source&quot;: { # The source of a field. # The source of the field.
932 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
933 &quot;type&quot;: &quot;A String&quot;, # The source type.
934 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
935 &quot;userTypes&quot;: [ # Output only. The user types.
936 &quot;A String&quot;,
937 ],
938 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
939 },
940 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
941 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
942 },
943 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
944 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
945 },
946 &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.
947 },
948 ],
949 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
950 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
951 &quot;A String&quot;,
952 ],
953 &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.
954 &quot;A String&quot;,
955 ],
956 &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.
957 &quot;sources&quot;: [ # The sources of data for the person.
958 { # The source of a field.
959 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
960 &quot;type&quot;: &quot;A String&quot;, # The source type.
961 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
962 &quot;userTypes&quot;: [ # Output only. The user types.
963 &quot;A String&quot;,
964 ],
965 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
966 },
967 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
968 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
969 },
970 ],
971 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
972 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700973}
974
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700975 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700976 Allowed values
977 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
978 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
979 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
980 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700981 personFields: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * 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
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700982 x__xgafv: string, V1 error format.
983 Allowed values
984 1 - v1 error format
985 2 - v2 error format
986
987Returns:
988 An object of the form:
989
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700990 { # 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 Botc2228be2020-11-24 15:48:03 -0800991 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
992 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
993 &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`
994 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700995 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700996 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800997 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700998 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700999 &quot;userTypes&quot;: [ # Output only. The user types.
1000 &quot;A String&quot;,
1001 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001002 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001003 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001004 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001005 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001006 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001007 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001008 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001009 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001010 &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.
1011 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001012 },
1013 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001014 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1015 { # A person&#x27;s associated URLs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001016 &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`
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001017 &quot;value&quot;: &quot;A String&quot;, # The URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001018 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001019 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001020 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001021 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001022 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001023 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1024 &quot;userTypes&quot;: [ # Output only. The user types.
1025 &quot;A String&quot;,
1026 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001027 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001028 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001029 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001030 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1031 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001032 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001033 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1034 },
1035 },
1036 ],
1037 &quot;skills&quot;: [ # The person&#x27;s skills.
1038 { # A skill that the person has.
1039 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001040 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001041 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001042 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001043 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001044 &quot;userTypes&quot;: [ # Output only. The user types.
1045 &quot;A String&quot;,
1046 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001047 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001048 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001049 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001050 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1051 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001052 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001053 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1054 },
1055 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
1056 },
1057 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001058 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
1059 { # A person&#x27;s gender.
1060 &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.
1061 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001062 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001063 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001064 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001065 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001066 &quot;userTypes&quot;: [ # Output only. The user types.
1067 &quot;A String&quot;,
1068 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001069 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001070 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001071 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001072 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1073 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001074 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001075 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1076 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001077 &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`
1078 &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`
1079 },
1080 ],
1081 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1082 { # A person&#x27;s nickname.
1083 &quot;value&quot;: &quot;A String&quot;, # The nickname.
1084 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
1085 &quot;source&quot;: { # The source of a field. # The source of the field.
1086 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1087 &quot;type&quot;: &quot;A String&quot;, # The source type.
1088 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1089 &quot;userTypes&quot;: [ # Output only. The user types.
1090 &quot;A String&quot;,
1091 ],
1092 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1093 },
1094 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1095 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1096 },
1097 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1098 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1099 },
1100 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1101 },
1102 ],
1103 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
1104 { # An identifier from an external entity related to the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001105 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
1106 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001107 &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`
1108 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
1109 &quot;source&quot;: { # The source of a field. # The source of the field.
1110 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1111 &quot;type&quot;: &quot;A String&quot;, # The source type.
1112 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1113 &quot;userTypes&quot;: [ # Output only. The user types.
1114 &quot;A String&quot;,
1115 ],
1116 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1117 },
1118 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1119 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1120 },
1121 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1122 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1123 },
1124 },
1125 ],
1126 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1127 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1128 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
1129 &quot;source&quot;: { # The source of a field. # The source of the field.
1130 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1131 &quot;type&quot;: &quot;A String&quot;, # The source type.
1132 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1133 &quot;userTypes&quot;: [ # Output only. The user types.
1134 &quot;A String&quot;,
1135 ],
1136 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1137 },
1138 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1139 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1140 },
1141 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1142 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1143 },
1144 &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`
1145 &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.
1146 },
1147 ],
1148 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
1149 { # A person&#x27;s phone number.
1150 &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.
1151 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1152 &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`
1153 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
1154 &quot;source&quot;: { # The source of a field. # The source of the field.
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;type&quot;: &quot;A String&quot;, # The source type.
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 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1164 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1165 },
1166 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1167 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1168 },
1169 &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.
1170 },
1171 ],
1172 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1173 { # Arbitrary user data that is populated by the end users.
1174 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
1175 &quot;source&quot;: { # The source of a field. # The source of the field.
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;type&quot;: &quot;A String&quot;, # The source type.
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 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1185 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1186 },
1187 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1188 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1189 },
1190 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1191 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1192 },
1193 ],
1194 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
1195 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
1196 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
1197 &quot;source&quot;: { # The source of a field. # The source of the field.
1198 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1199 &quot;type&quot;: &quot;A String&quot;, # The source type.
1200 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1201 &quot;userTypes&quot;: [ # Output only. The user types.
1202 &quot;A String&quot;,
1203 ],
1204 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1205 },
1206 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1207 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1208 },
1209 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1210 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1211 },
1212 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
1213 },
1214 ],
1215 &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.
1216 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1217 { # A person&#x27;s instant messaging client.
1218 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
1219 &quot;source&quot;: { # The source of a field. # The source of the field.
1220 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1221 &quot;type&quot;: &quot;A String&quot;, # The source type.
1222 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1223 &quot;userTypes&quot;: [ # Output only. The user types.
1224 &quot;A String&quot;,
1225 ],
1226 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1227 },
1228 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1229 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1230 },
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.
1232 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1233 },
1234 &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`
1235 &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`
1236 &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.
1237 &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.
1238 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
1239 },
1240 ],
1241 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1242 { # A person&#x27;s locale preference.
1243 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
1244 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
1245 &quot;source&quot;: { # The source of a field. # The source of the field.
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;type&quot;: &quot;A String&quot;, # The source type.
1248 &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 },
1254 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1255 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1256 },
1257 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1258 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1259 },
1260 },
1261 ],
1262 &quot;relations&quot;: [ # The person&#x27;s relations.
1263 { # A person&#x27;s relation to another person.
1264 &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.
1265 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
1266 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
1267 &quot;source&quot;: { # The source of a field. # The source of the field.
1268 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1269 &quot;type&quot;: &quot;A String&quot;, # The source type.
1270 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1271 &quot;userTypes&quot;: [ # Output only. The user types.
1272 &quot;A String&quot;,
1273 ],
1274 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1275 },
1276 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1277 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1278 },
1279 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1280 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1281 },
1282 &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`
1283 },
1284 ],
1285 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
1286 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
1287 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
1288 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
1289 &quot;source&quot;: { # The source of a field. # The source of the field.
1290 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1291 &quot;type&quot;: &quot;A String&quot;, # The source type.
1292 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1293 &quot;userTypes&quot;: [ # Output only. The user types.
1294 &quot;A String&quot;,
1295 ],
1296 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1297 },
1298 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1299 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
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 &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.
1305 },
1306 ],
1307 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1308 { # The name that should be used to sort the person in a list.
1309 &quot;value&quot;: &quot;A String&quot;, # The file-as value
1310 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
1311 &quot;source&quot;: { # The source of a field. # The source of the field.
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;type&quot;: &quot;A String&quot;, # The source type.
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 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1321 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1322 },
1323 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1324 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1325 },
1326 },
1327 ],
1328 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1329 { # A person&#x27;s age range.
1330 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
1331 &quot;source&quot;: { # The source of a field. # The source of the field.
1332 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1333 &quot;type&quot;: &quot;A String&quot;, # The source type.
1334 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1335 &quot;userTypes&quot;: [ # Output only. The user types.
1336 &quot;A String&quot;,
1337 ],
1338 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1339 },
1340 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1341 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1342 },
1343 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1344 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1345 },
1346 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1347 },
1348 ],
1349 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1350 { # 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.
1351 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1352 &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.
1353 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
1354 &quot;source&quot;: { # The source of a field. # The source of the field.
1355 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1356 &quot;type&quot;: &quot;A String&quot;, # The source type.
1357 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1358 &quot;userTypes&quot;: [ # Output only. The user types.
1359 &quot;A String&quot;,
1360 ],
1361 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1362 },
1363 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1364 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1365 },
1366 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1367 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1368 },
1369 },
1370 ],
1371 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1372 &quot;locations&quot;: [ # The person&#x27;s locations.
1373 { # A person&#x27;s location.
1374 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
1375 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
1376 &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`
1377 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
1378 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
1379 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
1380 &quot;current&quot;: True or False, # Whether the location is the current location.
1381 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
1382 &quot;source&quot;: { # The source of a field. # The source of the field.
1383 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1384 &quot;type&quot;: &quot;A String&quot;, # The source type.
1385 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1386 &quot;userTypes&quot;: [ # Output only. The user types.
1387 &quot;A String&quot;,
1388 ],
1389 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1390 },
1391 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1392 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1393 },
1394 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1395 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1396 },
1397 },
1398 ],
1399 &quot;occupations&quot;: [ # The person&#x27;s occupations.
1400 { # A person&#x27;s occupation.
1401 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
1402 &quot;source&quot;: { # The source of a field. # The source of the field.
1403 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1404 &quot;type&quot;: &quot;A String&quot;, # The source type.
1405 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1406 &quot;userTypes&quot;: [ # Output only. The user types.
1407 &quot;A String&quot;,
1408 ],
1409 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1410 },
1411 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1412 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1413 },
1414 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1415 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1416 },
1417 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1418 },
1419 ],
1420 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
1421 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1422 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1423 &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.
1424 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
1425 &quot;source&quot;: { # The source of a field. # The source of the field.
1426 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1427 &quot;type&quot;: &quot;A String&quot;, # The source type.
1428 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1429 &quot;userTypes&quot;: [ # Output only. The user types.
1430 &quot;A String&quot;,
1431 ],
1432 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1433 },
1434 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1435 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1436 },
1437 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1438 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1439 },
1440 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1441 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1442 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1443 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1444 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1445 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1446 &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.
1447 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1448 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1449 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1450 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1451 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1452 },
1453 ],
1454 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
1455 { # A person&#x27;s email address.
1456 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1457 &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`
1458 &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.
1459 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
1460 &quot;source&quot;: { # The source of a field. # The source of the field.
1461 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1462 &quot;type&quot;: &quot;A String&quot;, # The source type.
1463 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1464 &quot;userTypes&quot;: [ # Output only. The user types.
1465 &quot;A String&quot;,
1466 ],
1467 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1468 },
1469 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1470 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1471 },
1472 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1473 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1474 },
1475 &quot;value&quot;: &quot;A String&quot;, # The email address.
1476 },
1477 ],
1478 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
1479 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
1480 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
1481 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
1482 &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.
1483 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
1484 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1485 &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`
1486 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
1487 &quot;source&quot;: { # The source of a field. # The source of the field.
1488 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1489 &quot;type&quot;: &quot;A String&quot;, # The source type.
1490 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1491 &quot;userTypes&quot;: [ # Output only. The user types.
1492 &quot;A String&quot;,
1493 ],
1494 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1495 },
1496 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1497 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1498 },
1499 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1500 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1501 },
1502 &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.
1503 &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.
1504 &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.
1505 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1506 },
1507 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
1508 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1509 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1510 &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.
1511 &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.
1512 &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.
1513 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1514 },
1515 &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.
1516 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1517 },
1518 ],
1519 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
1520 { # A person&#x27;s calendar URL.
1521 &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.
1522 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
1523 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
1524 &quot;source&quot;: { # The source of a field. # The source of the field.
1525 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1526 &quot;type&quot;: &quot;A String&quot;, # The source type.
1527 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1528 &quot;userTypes&quot;: [ # Output only. The user types.
1529 &quot;A String&quot;,
1530 ],
1531 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1532 },
1533 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1534 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1535 },
1536 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1537 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1538 },
1539 &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`
1540 },
1541 ],
1542 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
1543 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
1544 &quot;value&quot;: &quot;A String&quot;, # The tagline.
1545 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
1546 &quot;source&quot;: { # The source of a field. # The source of the field.
1547 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1548 &quot;type&quot;: &quot;A String&quot;, # The source type.
1549 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1550 &quot;userTypes&quot;: [ # Output only. The user types.
1551 &quot;A String&quot;,
1552 ],
1553 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1554 },
1555 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1556 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1557 },
1558 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1559 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1560 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001561 },
1562 ],
1563 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
1564 { # A person&#x27;s short biography.
1565 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1566 &quot;value&quot;: &quot;A String&quot;, # The short biography.
1567 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001568 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001569 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001570 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001571 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001572 &quot;userTypes&quot;: [ # Output only. The user types.
1573 &quot;A String&quot;,
1574 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001575 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001576 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001577 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001578 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1579 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001580 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001581 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1582 },
1583 },
1584 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001585 &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}`.
1586 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
1587 { # A person&#x27;s miscellaneous keyword.
1588 &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.
1589 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
1590 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001591 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001592 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001593 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001594 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001595 &quot;userTypes&quot;: [ # Output only. The user types.
1596 &quot;A String&quot;,
1597 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001598 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001599 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001600 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001601 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1602 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001603 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001604 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1605 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001606 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
1607 },
1608 ],
1609 &quot;events&quot;: [ # The person&#x27;s events.
1610 { # An event related to the person.
1611 &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.
1612 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
1613 &quot;source&quot;: { # The source of a field. # The source of the field.
1614 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1615 &quot;type&quot;: &quot;A String&quot;, # The source type.
1616 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1617 &quot;userTypes&quot;: [ # Output only. The user types.
1618 &quot;A String&quot;,
1619 ],
1620 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1621 },
1622 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1623 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1624 },
1625 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1626 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1627 },
1628 &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.
1629 &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.
1630 &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.
1631 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1632 },
1633 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001634 },
1635 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001636 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
1637 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001638 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
1639 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
1640 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001641 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001642 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001643 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001644 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001645 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001646 &quot;userTypes&quot;: [ # Output only. The user types.
1647 &quot;A String&quot;,
1648 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001649 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001650 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001651 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001652 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1653 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001654 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001655 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1656 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001657 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
1658 &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.
1659 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
1660 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001661 },
1662 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001663 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1664 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1665 &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`
1666 &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.
1667 &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.
1668 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1669 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1670 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
1671 &quot;source&quot;: { # The source of a field. # The source of the field.
1672 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1673 &quot;type&quot;: &quot;A String&quot;, # The source type.
1674 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1675 &quot;userTypes&quot;: [ # Output only. The user types.
1676 &quot;A String&quot;,
1677 ],
1678 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1679 },
1680 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1681 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1682 },
1683 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1684 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1685 },
1686 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1687 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1688 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1689 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1690 &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.
1691 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1692 },
1693 ],
1694 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1695 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1696 &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
1697 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1698 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
1699 &quot;source&quot;: { # The source of a field. # The source of the field.
1700 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1701 &quot;type&quot;: &quot;A String&quot;, # The source type.
1702 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1703 &quot;userTypes&quot;: [ # Output only. The user types.
1704 &quot;A String&quot;,
1705 ],
1706 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1707 },
1708 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1709 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1710 },
1711 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1712 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1713 },
1714 },
1715 ],
1716 &quot;clientData&quot;: [ # The person&#x27;s client data.
1717 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
1718 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
1719 &quot;source&quot;: { # The source of a field. # The source of the field.
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;type&quot;: &quot;A String&quot;, # The source type.
1722 &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 },
1728 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1729 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1730 },
1731 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1732 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1733 },
1734 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
1735 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
1736 },
1737 ],
1738 &quot;interests&quot;: [ # The person&#x27;s interests.
1739 { # One of the person&#x27;s interests.
1740 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
1741 &quot;source&quot;: { # The source of a field. # The source of the field.
1742 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1743 &quot;type&quot;: &quot;A String&quot;, # The source type.
1744 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1745 &quot;userTypes&quot;: [ # Output only. The user types.
1746 &quot;A String&quot;,
1747 ],
1748 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1749 },
1750 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1751 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1752 },
1753 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1754 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1755 },
1756 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1757 },
1758 ],
1759 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
1760 { # 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.
1761 &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.
1762 &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.
1763 &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.
1764 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1765 },
1766 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
1767 &quot;source&quot;: { # The source of a field. # The source of the field.
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;type&quot;: &quot;A String&quot;, # The source type.
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 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1777 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1778 },
1779 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1780 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1781 },
1782 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1783 },
1784 ],
1785 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
1786 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
1787 &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`
1788 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
1789 &quot;source&quot;: { # The source of a field. # The source of the field.
1790 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1791 &quot;type&quot;: &quot;A String&quot;, # The source type.
1792 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1793 &quot;userTypes&quot;: [ # Output only. The user types.
1794 &quot;A String&quot;,
1795 ],
1796 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1797 },
1798 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1799 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1800 },
1801 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1802 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1803 },
1804 &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.
1805 },
1806 ],
1807 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
1808 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1809 &quot;A String&quot;,
1810 ],
1811 &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.
1812 &quot;A String&quot;,
1813 ],
1814 &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.
1815 &quot;sources&quot;: [ # The sources of data for the person.
1816 { # The source of a field.
1817 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1818 &quot;type&quot;: &quot;A String&quot;, # The source type.
1819 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1820 &quot;userTypes&quot;: [ # Output only. The user types.
1821 &quot;A String&quot;,
1822 ],
1823 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1824 },
1825 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1826 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1827 },
1828 ],
1829 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
1830 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001831 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001832</div>
1833
1834<div class="method">
1835 <code class="details" id="deleteContact">deleteContact(resourceName, x__xgafv=None)</code>
1836 <pre>Delete a contact person. Any non-contact data will not be deleted.
1837
1838Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07001839 resourceName: string, Required. The resource name of the contact to delete. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001840 x__xgafv: string, V1 error format.
1841 Allowed values
1842 1 - v1 error format
1843 2 - v2 error format
1844
1845Returns:
1846 An object of the form:
1847
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001848 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001849 }</pre>
1850</div>
1851
1852<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001853 <code class="details" id="deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07001854 <pre>Delete a contact&#x27;s photo.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001855
1856Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07001857 resourceName: string, Required. The resource name of the contact whose photo will be deleted. (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001858 personFields: string, Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to empty if not set, which will skip the post mutate get. Valid values are: * addresses * ageRanges * biographies * birthdays * 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
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001859 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001860 Allowed values
1861 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
1862 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
1863 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
1864 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07001865 x__xgafv: string, V1 error format.
1866 Allowed values
1867 1 - v1 error format
1868 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001869
1870Returns:
1871 An object of the form:
1872
Bu Sun Kim65020912020-05-20 12:08:20 -07001873 { # The response for deleteing a contact&#x27;s photo.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001874 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The updated person, if person_fields is set in the DeleteContactPhotoRequest; otherwise this will be unset.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001875 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1876 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
1877 &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`
1878 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001879 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001880 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001881 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001882 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001883 &quot;userTypes&quot;: [ # Output only. The user types.
1884 &quot;A String&quot;,
1885 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001886 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001887 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001888 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001889 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001890 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001891 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001892 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001893 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001894 &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.
1895 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001896 },
1897 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001898 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1899 { # A person&#x27;s associated URLs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001900 &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`
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001901 &quot;value&quot;: &quot;A String&quot;, # The URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001902 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001903 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001904 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001905 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001906 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001907 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1908 &quot;userTypes&quot;: [ # Output only. The user types.
1909 &quot;A String&quot;,
1910 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001911 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001912 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001913 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001914 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1915 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001916 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001917 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1918 },
1919 },
1920 ],
1921 &quot;skills&quot;: [ # The person&#x27;s skills.
1922 { # A skill that the person has.
1923 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001924 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001925 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001926 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001927 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001928 &quot;userTypes&quot;: [ # Output only. The user types.
1929 &quot;A String&quot;,
1930 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001931 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001932 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001933 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001934 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1935 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001936 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001937 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1938 },
1939 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
1940 },
1941 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001942 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
1943 { # A person&#x27;s gender.
1944 &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.
1945 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001946 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001947 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001948 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001949 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001950 &quot;userTypes&quot;: [ # Output only. The user types.
1951 &quot;A String&quot;,
1952 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001953 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001954 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001955 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001956 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1957 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001958 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001959 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1960 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001961 &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`
1962 &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`
1963 },
1964 ],
1965 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1966 { # A person&#x27;s nickname.
1967 &quot;value&quot;: &quot;A String&quot;, # The nickname.
1968 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
1969 &quot;source&quot;: { # The source of a field. # The source of the field.
1970 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1971 &quot;type&quot;: &quot;A String&quot;, # The source type.
1972 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1973 &quot;userTypes&quot;: [ # Output only. The user types.
1974 &quot;A String&quot;,
1975 ],
1976 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1977 },
1978 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1979 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1980 },
1981 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1982 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1983 },
1984 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1985 },
1986 ],
1987 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
1988 { # An identifier from an external entity related to the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001989 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
1990 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001991 &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`
1992 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
1993 &quot;source&quot;: { # The source of a field. # The source of the field.
1994 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1995 &quot;type&quot;: &quot;A String&quot;, # The source type.
1996 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1997 &quot;userTypes&quot;: [ # Output only. The user types.
1998 &quot;A String&quot;,
1999 ],
2000 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2001 },
2002 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2003 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2004 },
2005 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2006 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2007 },
2008 },
2009 ],
2010 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
2011 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
2012 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
2013 &quot;source&quot;: { # The source of a field. # The source of the field.
2014 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2015 &quot;type&quot;: &quot;A String&quot;, # The source type.
2016 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2017 &quot;userTypes&quot;: [ # Output only. The user types.
2018 &quot;A String&quot;,
2019 ],
2020 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2021 },
2022 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2023 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2024 },
2025 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2026 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2027 },
2028 &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`
2029 &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.
2030 },
2031 ],
2032 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
2033 { # A person&#x27;s phone number.
2034 &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.
2035 &quot;value&quot;: &quot;A String&quot;, # The phone number.
2036 &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`
2037 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
2038 &quot;source&quot;: { # The source of a field. # The source of the field.
2039 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2040 &quot;type&quot;: &quot;A String&quot;, # The source type.
2041 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2042 &quot;userTypes&quot;: [ # Output only. The user types.
2043 &quot;A String&quot;,
2044 ],
2045 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2046 },
2047 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2048 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2049 },
2050 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2051 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2052 },
2053 &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.
2054 },
2055 ],
2056 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
2057 { # Arbitrary user data that is populated by the end users.
2058 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
2059 &quot;source&quot;: { # The source of a field. # The source of the field.
2060 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2061 &quot;type&quot;: &quot;A String&quot;, # The source type.
2062 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2063 &quot;userTypes&quot;: [ # Output only. The user types.
2064 &quot;A String&quot;,
2065 ],
2066 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2067 },
2068 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2069 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2070 },
2071 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2072 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2073 },
2074 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
2075 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
2076 },
2077 ],
2078 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2079 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2080 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
2081 &quot;source&quot;: { # The source of a field. # The source of the field.
2082 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2083 &quot;type&quot;: &quot;A String&quot;, # The source type.
2084 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2085 &quot;userTypes&quot;: [ # Output only. The user types.
2086 &quot;A String&quot;,
2087 ],
2088 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2089 },
2090 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2091 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2092 },
2093 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2094 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2095 },
2096 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2097 },
2098 ],
2099 &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.
2100 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
2101 { # A person&#x27;s instant messaging client.
2102 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
2103 &quot;source&quot;: { # The source of a field. # The source of the field.
2104 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2105 &quot;type&quot;: &quot;A String&quot;, # The source type.
2106 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2107 &quot;userTypes&quot;: [ # Output only. The user types.
2108 &quot;A String&quot;,
2109 ],
2110 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2111 },
2112 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2113 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2114 },
2115 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2116 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2117 },
2118 &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`
2119 &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`
2120 &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.
2121 &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.
2122 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
2123 },
2124 ],
2125 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
2126 { # A person&#x27;s locale preference.
2127 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
2128 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
2129 &quot;source&quot;: { # The source of a field. # The source of the field.
2130 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2131 &quot;type&quot;: &quot;A String&quot;, # The source type.
2132 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2133 &quot;userTypes&quot;: [ # Output only. The user types.
2134 &quot;A String&quot;,
2135 ],
2136 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2137 },
2138 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2139 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2140 },
2141 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2142 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2143 },
2144 },
2145 ],
2146 &quot;relations&quot;: [ # The person&#x27;s relations.
2147 { # A person&#x27;s relation to another person.
2148 &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.
2149 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
2150 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
2151 &quot;source&quot;: { # The source of a field. # The source of the field.
2152 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2153 &quot;type&quot;: &quot;A String&quot;, # The source type.
2154 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2155 &quot;userTypes&quot;: [ # Output only. The user types.
2156 &quot;A String&quot;,
2157 ],
2158 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2159 },
2160 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2161 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2162 },
2163 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2164 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2165 },
2166 &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`
2167 },
2168 ],
2169 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
2170 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
2171 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
2172 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
2173 &quot;source&quot;: { # The source of a field. # The source of the field.
2174 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2175 &quot;type&quot;: &quot;A String&quot;, # The source type.
2176 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2177 &quot;userTypes&quot;: [ # Output only. The user types.
2178 &quot;A String&quot;,
2179 ],
2180 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2181 },
2182 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2183 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2184 },
2185 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2186 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2187 },
2188 &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.
2189 },
2190 ],
2191 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
2192 { # The name that should be used to sort the person in a list.
2193 &quot;value&quot;: &quot;A String&quot;, # The file-as value
2194 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
2195 &quot;source&quot;: { # The source of a field. # The source of the field.
2196 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2197 &quot;type&quot;: &quot;A String&quot;, # The source type.
2198 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2199 &quot;userTypes&quot;: [ # Output only. The user types.
2200 &quot;A String&quot;,
2201 ],
2202 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2203 },
2204 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2205 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2206 },
2207 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2208 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2209 },
2210 },
2211 ],
2212 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
2213 { # A person&#x27;s age range.
2214 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
2215 &quot;source&quot;: { # The source of a field. # The source of the field.
2216 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2217 &quot;type&quot;: &quot;A String&quot;, # The source type.
2218 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2219 &quot;userTypes&quot;: [ # Output only. The user types.
2220 &quot;A String&quot;,
2221 ],
2222 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2223 },
2224 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2225 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2226 },
2227 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2228 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2229 },
2230 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
2231 },
2232 ],
2233 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
2234 { # 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.
2235 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
2236 &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.
2237 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
2238 &quot;source&quot;: { # The source of a field. # The source of the field.
2239 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2240 &quot;type&quot;: &quot;A String&quot;, # The source type.
2241 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2242 &quot;userTypes&quot;: [ # Output only. The user types.
2243 &quot;A String&quot;,
2244 ],
2245 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2246 },
2247 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2248 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2249 },
2250 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2251 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2252 },
2253 },
2254 ],
2255 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
2256 &quot;locations&quot;: [ # The person&#x27;s locations.
2257 { # A person&#x27;s location.
2258 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
2259 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
2260 &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`
2261 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
2262 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
2263 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
2264 &quot;current&quot;: True or False, # Whether the location is the current location.
2265 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
2266 &quot;source&quot;: { # The source of a field. # The source of the field.
2267 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2268 &quot;type&quot;: &quot;A String&quot;, # The source type.
2269 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2270 &quot;userTypes&quot;: [ # Output only. The user types.
2271 &quot;A String&quot;,
2272 ],
2273 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2274 },
2275 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2276 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2277 },
2278 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2279 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2280 },
2281 },
2282 ],
2283 &quot;occupations&quot;: [ # The person&#x27;s occupations.
2284 { # A person&#x27;s occupation.
2285 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
2286 &quot;source&quot;: { # The source of a field. # The source of the field.
2287 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2288 &quot;type&quot;: &quot;A String&quot;, # The source type.
2289 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2290 &quot;userTypes&quot;: [ # Output only. The user types.
2291 &quot;A String&quot;,
2292 ],
2293 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2294 },
2295 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2296 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2297 },
2298 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2299 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2300 },
2301 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
2302 },
2303 ],
2304 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
2305 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
2306 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
2307 &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.
2308 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
2309 &quot;source&quot;: { # The source of a field. # The source of the field.
2310 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2311 &quot;type&quot;: &quot;A String&quot;, # The source type.
2312 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2313 &quot;userTypes&quot;: [ # Output only. The user types.
2314 &quot;A String&quot;,
2315 ],
2316 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2317 },
2318 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2319 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2320 },
2321 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2322 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2323 },
2324 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
2325 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
2326 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
2327 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
2328 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
2329 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
2330 &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.
2331 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
2332 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
2333 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
2334 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
2335 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
2336 },
2337 ],
2338 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
2339 { # A person&#x27;s email address.
2340 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
2341 &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`
2342 &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.
2343 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
2344 &quot;source&quot;: { # The source of a field. # The source of the field.
2345 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2346 &quot;type&quot;: &quot;A String&quot;, # The source type.
2347 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2348 &quot;userTypes&quot;: [ # Output only. The user types.
2349 &quot;A String&quot;,
2350 ],
2351 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2352 },
2353 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2354 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2355 },
2356 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2357 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2358 },
2359 &quot;value&quot;: &quot;A String&quot;, # The email address.
2360 },
2361 ],
2362 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
2363 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
2364 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
2365 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
2366 &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.
2367 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
2368 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
2369 &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`
2370 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
2371 &quot;source&quot;: { # The source of a field. # The source of the field.
2372 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2373 &quot;type&quot;: &quot;A String&quot;, # The source type.
2374 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2375 &quot;userTypes&quot;: [ # Output only. The user types.
2376 &quot;A String&quot;,
2377 ],
2378 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2379 },
2380 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2381 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2382 },
2383 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2384 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2385 },
2386 &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.
2387 &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.
2388 &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.
2389 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2390 },
2391 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
2392 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
2393 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
2394 &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.
2395 &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.
2396 &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.
2397 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2398 },
2399 &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.
2400 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
2401 },
2402 ],
2403 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
2404 { # A person&#x27;s calendar URL.
2405 &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.
2406 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
2407 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
2408 &quot;source&quot;: { # The source of a field. # The source of the field.
2409 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2410 &quot;type&quot;: &quot;A String&quot;, # The source type.
2411 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2412 &quot;userTypes&quot;: [ # Output only. The user types.
2413 &quot;A String&quot;,
2414 ],
2415 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2416 },
2417 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2418 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2419 },
2420 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2421 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2422 },
2423 &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`
2424 },
2425 ],
2426 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
2427 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
2428 &quot;value&quot;: &quot;A String&quot;, # The tagline.
2429 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
2430 &quot;source&quot;: { # The source of a field. # The source of the field.
2431 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2432 &quot;type&quot;: &quot;A String&quot;, # The source type.
2433 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2434 &quot;userTypes&quot;: [ # Output only. The user types.
2435 &quot;A String&quot;,
2436 ],
2437 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2438 },
2439 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2440 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2441 },
2442 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2443 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2444 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002445 },
2446 ],
2447 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
2448 { # A person&#x27;s short biography.
2449 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
2450 &quot;value&quot;: &quot;A String&quot;, # The short biography.
2451 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002452 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002453 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002454 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002455 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002456 &quot;userTypes&quot;: [ # Output only. The user types.
2457 &quot;A String&quot;,
2458 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002459 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002460 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002461 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002462 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2463 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002464 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002465 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2466 },
2467 },
2468 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002469 &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}`.
2470 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
2471 { # A person&#x27;s miscellaneous keyword.
2472 &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.
2473 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
2474 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002475 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002476 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002477 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002478 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002479 &quot;userTypes&quot;: [ # Output only. The user types.
2480 &quot;A String&quot;,
2481 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002482 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002483 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002484 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002485 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2486 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002487 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002488 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2489 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002490 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
2491 },
2492 ],
2493 &quot;events&quot;: [ # The person&#x27;s events.
2494 { # An event related to the person.
2495 &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.
2496 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
2497 &quot;source&quot;: { # The source of a field. # The source of the field.
2498 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2499 &quot;type&quot;: &quot;A String&quot;, # The source type.
2500 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2501 &quot;userTypes&quot;: [ # Output only. The user types.
2502 &quot;A String&quot;,
2503 ],
2504 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2505 },
2506 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2507 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2508 },
2509 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2510 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2511 },
2512 &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.
2513 &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.
2514 &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.
2515 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2516 },
2517 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002518 },
2519 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002520 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
2521 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002522 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
2523 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
2524 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002525 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002526 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002527 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002528 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002529 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002530 &quot;userTypes&quot;: [ # Output only. The user types.
2531 &quot;A String&quot;,
2532 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002533 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002534 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002535 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002536 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2537 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002538 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002539 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2540 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002541 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
2542 &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.
2543 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
2544 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002545 },
2546 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002547 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
2548 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
2549 &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`
2550 &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.
2551 &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.
2552 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
2553 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
2554 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
2555 &quot;source&quot;: { # The source of a field. # The source of the field.
2556 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2557 &quot;type&quot;: &quot;A String&quot;, # The source type.
2558 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2559 &quot;userTypes&quot;: [ # Output only. The user types.
2560 &quot;A String&quot;,
2561 ],
2562 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2563 },
2564 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2565 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2566 },
2567 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2568 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2569 },
2570 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
2571 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
2572 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
2573 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
2574 &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.
2575 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
2576 },
2577 ],
2578 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
2579 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
2580 &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
2581 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
2582 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
2583 &quot;source&quot;: { # The source of a field. # The source of the field.
2584 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2585 &quot;type&quot;: &quot;A String&quot;, # The source type.
2586 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2587 &quot;userTypes&quot;: [ # Output only. The user types.
2588 &quot;A String&quot;,
2589 ],
2590 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2591 },
2592 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2593 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2594 },
2595 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2596 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2597 },
2598 },
2599 ],
2600 &quot;clientData&quot;: [ # The person&#x27;s client data.
2601 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
2602 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
2603 &quot;source&quot;: { # The source of a field. # The source of the field.
2604 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2605 &quot;type&quot;: &quot;A String&quot;, # The source type.
2606 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2607 &quot;userTypes&quot;: [ # Output only. The user types.
2608 &quot;A String&quot;,
2609 ],
2610 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2611 },
2612 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2613 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2614 },
2615 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2616 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2617 },
2618 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
2619 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
2620 },
2621 ],
2622 &quot;interests&quot;: [ # The person&#x27;s interests.
2623 { # One of the person&#x27;s interests.
2624 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
2625 &quot;source&quot;: { # The source of a field. # The source of the field.
2626 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2627 &quot;type&quot;: &quot;A String&quot;, # The source type.
2628 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2629 &quot;userTypes&quot;: [ # Output only. The user types.
2630 &quot;A String&quot;,
2631 ],
2632 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2633 },
2634 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2635 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2636 },
2637 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2638 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2639 },
2640 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
2641 },
2642 ],
2643 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
2644 { # 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.
2645 &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.
2646 &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.
2647 &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.
2648 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2649 },
2650 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
2651 &quot;source&quot;: { # The source of a field. # The source of the field.
2652 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2653 &quot;type&quot;: &quot;A String&quot;, # The source type.
2654 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2655 &quot;userTypes&quot;: [ # Output only. The user types.
2656 &quot;A String&quot;,
2657 ],
2658 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2659 },
2660 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2661 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2662 },
2663 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2664 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2665 },
2666 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
2667 },
2668 ],
2669 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
2670 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
2671 &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`
2672 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
2673 &quot;source&quot;: { # The source of a field. # The source of the field.
2674 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2675 &quot;type&quot;: &quot;A String&quot;, # The source type.
2676 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2677 &quot;userTypes&quot;: [ # Output only. The user types.
2678 &quot;A String&quot;,
2679 ],
2680 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2681 },
2682 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2683 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2684 },
2685 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2686 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2687 },
2688 &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.
2689 },
2690 ],
2691 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
2692 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
2693 &quot;A String&quot;,
2694 ],
2695 &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.
2696 &quot;A String&quot;,
2697 ],
2698 &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.
2699 &quot;sources&quot;: [ # The sources of data for the person.
2700 { # The source of a field.
2701 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2702 &quot;type&quot;: &quot;A String&quot;, # The source type.
2703 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2704 &quot;userTypes&quot;: [ # Output only. The user types.
2705 &quot;A String&quot;,
2706 ],
2707 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2708 },
2709 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2710 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2711 },
2712 ],
2713 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
2714 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002715 },
Dan O'Mearadd494642020-05-01 07:42:23 -07002716 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07002717</div>
2718
2719<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002720 <code class="details" id="get">get(resourceName, personFields=None, sources=None, requestMask_includeField=None, x__xgafv=None)</code>
2721 <pre>Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if &#x27;personFields&#x27; is not specified.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07002722
2723Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002724 resourceName: string, Required. The resource name of the person to provide information about. - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by [`people.connections.list`](/people/api/rest/v1/people.connections/list). (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002725 personFields: string, Required. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * 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
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002726 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_PROFILE and READ_SOURCE_TYPE_CONTACT if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002727 Allowed values
2728 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
2729 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
2730 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
2731 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002732 requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`.
Bu Sun Kim65020912020-05-20 12:08:20 -07002733 x__xgafv: string, V1 error format.
2734 Allowed values
2735 1 - v1 error format
2736 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08002737
2738Returns:
2739 An object of the form:
2740
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002741 { # 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 Botc2228be2020-11-24 15:48:03 -08002742 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
2743 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
2744 &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`
2745 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002746 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002747 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002748 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002749 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002750 &quot;userTypes&quot;: [ # Output only. The user types.
2751 &quot;A String&quot;,
2752 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002753 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002754 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002755 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002756 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002757 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002758 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002759 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002760 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002761 &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.
2762 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002763 },
2764 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002765 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
2766 { # A person&#x27;s associated URLs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002767 &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`
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002768 &quot;value&quot;: &quot;A String&quot;, # The URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002769 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002770 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002771 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002772 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002773 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002774 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2775 &quot;userTypes&quot;: [ # Output only. The user types.
2776 &quot;A String&quot;,
2777 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002778 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002779 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002780 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002781 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2782 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002783 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002784 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2785 },
2786 },
2787 ],
2788 &quot;skills&quot;: [ # The person&#x27;s skills.
2789 { # A skill that the person has.
2790 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002791 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002792 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002793 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002794 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002795 &quot;userTypes&quot;: [ # Output only. The user types.
2796 &quot;A String&quot;,
2797 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002798 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002799 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002800 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002801 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2802 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002803 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002804 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2805 },
2806 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
2807 },
2808 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002809 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
2810 { # A person&#x27;s gender.
2811 &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.
2812 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002813 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002814 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002815 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002816 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002817 &quot;userTypes&quot;: [ # Output only. The user types.
2818 &quot;A String&quot;,
2819 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002820 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002821 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002822 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002823 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2824 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002825 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002826 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2827 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002828 &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`
2829 &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`
2830 },
2831 ],
2832 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
2833 { # A person&#x27;s nickname.
2834 &quot;value&quot;: &quot;A String&quot;, # The nickname.
2835 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
2836 &quot;source&quot;: { # The source of a field. # The source of the field.
2837 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2838 &quot;type&quot;: &quot;A String&quot;, # The source type.
2839 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2840 &quot;userTypes&quot;: [ # Output only. The user types.
2841 &quot;A String&quot;,
2842 ],
2843 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2844 },
2845 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2846 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2847 },
2848 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2849 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2850 },
2851 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
2852 },
2853 ],
2854 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
2855 { # An identifier from an external entity related to the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002856 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
2857 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08002858 &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`
2859 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
2860 &quot;source&quot;: { # The source of a field. # The source of the field.
2861 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2862 &quot;type&quot;: &quot;A String&quot;, # The source type.
2863 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2864 &quot;userTypes&quot;: [ # Output only. The user types.
2865 &quot;A String&quot;,
2866 ],
2867 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2868 },
2869 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2870 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2871 },
2872 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2873 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2874 },
2875 },
2876 ],
2877 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
2878 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
2879 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
2880 &quot;source&quot;: { # The source of a field. # The source of the field.
2881 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2882 &quot;type&quot;: &quot;A String&quot;, # The source type.
2883 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2884 &quot;userTypes&quot;: [ # Output only. The user types.
2885 &quot;A String&quot;,
2886 ],
2887 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2888 },
2889 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2890 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2891 },
2892 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2893 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2894 },
2895 &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`
2896 &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.
2897 },
2898 ],
2899 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
2900 { # A person&#x27;s phone number.
2901 &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.
2902 &quot;value&quot;: &quot;A String&quot;, # The phone number.
2903 &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`
2904 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
2905 &quot;source&quot;: { # The source of a field. # The source of the field.
2906 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2907 &quot;type&quot;: &quot;A String&quot;, # The source type.
2908 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2909 &quot;userTypes&quot;: [ # Output only. The user types.
2910 &quot;A String&quot;,
2911 ],
2912 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2913 },
2914 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2915 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2916 },
2917 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2918 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2919 },
2920 &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.
2921 },
2922 ],
2923 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
2924 { # Arbitrary user data that is populated by the end users.
2925 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
2926 &quot;source&quot;: { # The source of a field. # The source of the field.
2927 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2928 &quot;type&quot;: &quot;A String&quot;, # The source type.
2929 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2930 &quot;userTypes&quot;: [ # Output only. The user types.
2931 &quot;A String&quot;,
2932 ],
2933 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2934 },
2935 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2936 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2937 },
2938 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2939 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2940 },
2941 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
2942 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
2943 },
2944 ],
2945 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2946 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2947 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
2948 &quot;source&quot;: { # The source of a field. # The source of the field.
2949 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2950 &quot;type&quot;: &quot;A String&quot;, # The source type.
2951 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2952 &quot;userTypes&quot;: [ # Output only. The user types.
2953 &quot;A String&quot;,
2954 ],
2955 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2956 },
2957 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2958 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2959 },
2960 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2961 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2962 },
2963 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2964 },
2965 ],
2966 &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.
2967 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
2968 { # A person&#x27;s instant messaging client.
2969 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
2970 &quot;source&quot;: { # The source of a field. # The source of the field.
2971 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2972 &quot;type&quot;: &quot;A String&quot;, # The source type.
2973 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2974 &quot;userTypes&quot;: [ # Output only. The user types.
2975 &quot;A String&quot;,
2976 ],
2977 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2978 },
2979 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2980 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2981 },
2982 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2983 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2984 },
2985 &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`
2986 &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`
2987 &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.
2988 &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.
2989 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
2990 },
2991 ],
2992 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
2993 { # A person&#x27;s locale preference.
2994 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
2995 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
2996 &quot;source&quot;: { # The source of a field. # The source of the field.
2997 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2998 &quot;type&quot;: &quot;A String&quot;, # The source type.
2999 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3000 &quot;userTypes&quot;: [ # Output only. The user types.
3001 &quot;A String&quot;,
3002 ],
3003 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3004 },
3005 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3006 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3007 },
3008 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3009 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3010 },
3011 },
3012 ],
3013 &quot;relations&quot;: [ # The person&#x27;s relations.
3014 { # A person&#x27;s relation to another person.
3015 &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.
3016 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
3017 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
3018 &quot;source&quot;: { # The source of a field. # The source of the field.
3019 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3020 &quot;type&quot;: &quot;A String&quot;, # The source type.
3021 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3022 &quot;userTypes&quot;: [ # Output only. The user types.
3023 &quot;A String&quot;,
3024 ],
3025 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3026 },
3027 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3028 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3029 },
3030 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3031 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3032 },
3033 &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`
3034 },
3035 ],
3036 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
3037 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
3038 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
3039 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
3040 &quot;source&quot;: { # The source of a field. # The source of the field.
3041 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3042 &quot;type&quot;: &quot;A String&quot;, # The source type.
3043 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3044 &quot;userTypes&quot;: [ # Output only. The user types.
3045 &quot;A String&quot;,
3046 ],
3047 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3048 },
3049 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3050 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3051 },
3052 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3053 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3054 },
3055 &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.
3056 },
3057 ],
3058 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
3059 { # The name that should be used to sort the person in a list.
3060 &quot;value&quot;: &quot;A String&quot;, # The file-as value
3061 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
3062 &quot;source&quot;: { # The source of a field. # The source of the field.
3063 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3064 &quot;type&quot;: &quot;A String&quot;, # The source type.
3065 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3066 &quot;userTypes&quot;: [ # Output only. The user types.
3067 &quot;A String&quot;,
3068 ],
3069 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3070 },
3071 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3072 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3073 },
3074 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3075 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3076 },
3077 },
3078 ],
3079 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
3080 { # A person&#x27;s age range.
3081 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
3082 &quot;source&quot;: { # The source of a field. # The source of the field.
3083 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3084 &quot;type&quot;: &quot;A String&quot;, # The source type.
3085 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3086 &quot;userTypes&quot;: [ # Output only. The user types.
3087 &quot;A String&quot;,
3088 ],
3089 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3090 },
3091 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3092 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3093 },
3094 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3095 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3096 },
3097 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
3098 },
3099 ],
3100 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3101 { # 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.
3102 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3103 &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.
3104 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
3105 &quot;source&quot;: { # The source of a field. # The source of the field.
3106 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3107 &quot;type&quot;: &quot;A String&quot;, # The source type.
3108 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3109 &quot;userTypes&quot;: [ # Output only. The user types.
3110 &quot;A String&quot;,
3111 ],
3112 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3113 },
3114 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3115 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3116 },
3117 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3118 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3119 },
3120 },
3121 ],
3122 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
3123 &quot;locations&quot;: [ # The person&#x27;s locations.
3124 { # A person&#x27;s location.
3125 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
3126 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
3127 &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`
3128 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
3129 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
3130 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
3131 &quot;current&quot;: True or False, # Whether the location is the current location.
3132 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
3133 &quot;source&quot;: { # The source of a field. # The source of the field.
3134 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3135 &quot;type&quot;: &quot;A String&quot;, # The source type.
3136 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3137 &quot;userTypes&quot;: [ # Output only. The user types.
3138 &quot;A String&quot;,
3139 ],
3140 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3141 },
3142 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3143 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3144 },
3145 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3146 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3147 },
3148 },
3149 ],
3150 &quot;occupations&quot;: [ # The person&#x27;s occupations.
3151 { # A person&#x27;s occupation.
3152 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
3153 &quot;source&quot;: { # The source of a field. # The source of the field.
3154 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3155 &quot;type&quot;: &quot;A String&quot;, # The source type.
3156 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3157 &quot;userTypes&quot;: [ # Output only. The user types.
3158 &quot;A String&quot;,
3159 ],
3160 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3161 },
3162 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3163 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3164 },
3165 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3166 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3167 },
3168 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
3169 },
3170 ],
3171 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
3172 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
3173 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
3174 &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.
3175 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
3176 &quot;source&quot;: { # The source of a field. # The source of the field.
3177 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3178 &quot;type&quot;: &quot;A String&quot;, # The source type.
3179 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3180 &quot;userTypes&quot;: [ # Output only. The user types.
3181 &quot;A String&quot;,
3182 ],
3183 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3184 },
3185 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3186 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3187 },
3188 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3189 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3190 },
3191 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
3192 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
3193 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
3194 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
3195 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
3196 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
3197 &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.
3198 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
3199 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
3200 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
3201 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
3202 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
3203 },
3204 ],
3205 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
3206 { # A person&#x27;s email address.
3207 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3208 &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`
3209 &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.
3210 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
3211 &quot;source&quot;: { # The source of a field. # The source of the field.
3212 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3213 &quot;type&quot;: &quot;A String&quot;, # The source type.
3214 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3215 &quot;userTypes&quot;: [ # Output only. The user types.
3216 &quot;A String&quot;,
3217 ],
3218 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3219 },
3220 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3221 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3222 },
3223 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3224 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3225 },
3226 &quot;value&quot;: &quot;A String&quot;, # The email address.
3227 },
3228 ],
3229 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
3230 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
3231 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
3232 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
3233 &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.
3234 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
3235 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
3236 &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`
3237 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
3238 &quot;source&quot;: { # The source of a field. # The source of the field.
3239 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3240 &quot;type&quot;: &quot;A String&quot;, # The source type.
3241 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3242 &quot;userTypes&quot;: [ # Output only. The user types.
3243 &quot;A String&quot;,
3244 ],
3245 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3246 },
3247 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3248 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3249 },
3250 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3251 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3252 },
3253 &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.
3254 &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.
3255 &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.
3256 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3257 },
3258 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
3259 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
3260 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
3261 &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.
3262 &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.
3263 &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.
3264 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3265 },
3266 &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.
3267 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
3268 },
3269 ],
3270 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
3271 { # A person&#x27;s calendar URL.
3272 &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.
3273 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
3274 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
3275 &quot;source&quot;: { # The source of a field. # The source of the field.
3276 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3277 &quot;type&quot;: &quot;A String&quot;, # The source type.
3278 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3279 &quot;userTypes&quot;: [ # Output only. The user types.
3280 &quot;A String&quot;,
3281 ],
3282 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3283 },
3284 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3285 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3286 },
3287 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3288 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3289 },
3290 &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`
3291 },
3292 ],
3293 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
3294 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
3295 &quot;value&quot;: &quot;A String&quot;, # The tagline.
3296 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
3297 &quot;source&quot;: { # The source of a field. # The source of the field.
3298 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3299 &quot;type&quot;: &quot;A String&quot;, # The source type.
3300 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3301 &quot;userTypes&quot;: [ # Output only. The user types.
3302 &quot;A String&quot;,
3303 ],
3304 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3305 },
3306 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3307 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3308 },
3309 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3310 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3311 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003312 },
3313 ],
3314 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
3315 { # A person&#x27;s short biography.
3316 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
3317 &quot;value&quot;: &quot;A String&quot;, # The short biography.
3318 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003319 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003320 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003321 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003322 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003323 &quot;userTypes&quot;: [ # Output only. The user types.
3324 &quot;A String&quot;,
3325 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003326 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003327 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003328 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003329 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3330 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003331 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003332 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3333 },
3334 },
3335 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003336 &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}`.
3337 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
3338 { # A person&#x27;s miscellaneous keyword.
3339 &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.
3340 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
3341 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003342 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003343 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003344 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003345 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003346 &quot;userTypes&quot;: [ # Output only. The user types.
3347 &quot;A String&quot;,
3348 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003349 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003350 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003351 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003352 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3353 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003354 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003355 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3356 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003357 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
3358 },
3359 ],
3360 &quot;events&quot;: [ # The person&#x27;s events.
3361 { # An event related to the person.
3362 &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.
3363 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
3364 &quot;source&quot;: { # The source of a field. # The source of the field.
3365 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3366 &quot;type&quot;: &quot;A String&quot;, # The source type.
3367 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3368 &quot;userTypes&quot;: [ # Output only. The user types.
3369 &quot;A String&quot;,
3370 ],
3371 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3372 },
3373 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3374 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3375 },
3376 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3377 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3378 },
3379 &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.
3380 &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.
3381 &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.
3382 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3383 },
3384 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003385 },
3386 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003387 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
3388 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003389 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
3390 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
3391 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003392 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003393 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003394 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003395 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003396 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003397 &quot;userTypes&quot;: [ # Output only. The user types.
3398 &quot;A String&quot;,
3399 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003400 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003401 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003402 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003403 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3404 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003405 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003406 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3407 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003408 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
3409 &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.
3410 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
3411 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003412 },
3413 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003414 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
3415 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
3416 &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`
3417 &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.
3418 &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.
3419 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
3420 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
3421 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
3422 &quot;source&quot;: { # The source of a field. # The source of the field.
3423 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3424 &quot;type&quot;: &quot;A String&quot;, # The source type.
3425 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3426 &quot;userTypes&quot;: [ # Output only. The user types.
3427 &quot;A String&quot;,
3428 ],
3429 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3430 },
3431 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3432 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3433 },
3434 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3435 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3436 },
3437 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
3438 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
3439 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
3440 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
3441 &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.
3442 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
3443 },
3444 ],
3445 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
3446 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
3447 &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
3448 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
3449 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
3450 &quot;source&quot;: { # The source of a field. # The source of the field.
3451 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3452 &quot;type&quot;: &quot;A String&quot;, # The source type.
3453 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3454 &quot;userTypes&quot;: [ # Output only. The user types.
3455 &quot;A String&quot;,
3456 ],
3457 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3458 },
3459 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3460 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3461 },
3462 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3463 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3464 },
3465 },
3466 ],
3467 &quot;clientData&quot;: [ # The person&#x27;s client data.
3468 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
3469 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
3470 &quot;source&quot;: { # The source of a field. # The source of the field.
3471 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3472 &quot;type&quot;: &quot;A String&quot;, # The source type.
3473 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3474 &quot;userTypes&quot;: [ # Output only. The user types.
3475 &quot;A String&quot;,
3476 ],
3477 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3478 },
3479 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3480 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3481 },
3482 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3483 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3484 },
3485 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
3486 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
3487 },
3488 ],
3489 &quot;interests&quot;: [ # The person&#x27;s interests.
3490 { # One of the person&#x27;s interests.
3491 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
3492 &quot;source&quot;: { # The source of a field. # The source of the field.
3493 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3494 &quot;type&quot;: &quot;A String&quot;, # The source type.
3495 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3496 &quot;userTypes&quot;: [ # Output only. The user types.
3497 &quot;A String&quot;,
3498 ],
3499 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3500 },
3501 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3502 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3503 },
3504 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3505 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3506 },
3507 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
3508 },
3509 ],
3510 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
3511 { # 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.
3512 &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.
3513 &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.
3514 &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.
3515 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3516 },
3517 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
3518 &quot;source&quot;: { # The source of a field. # The source of the field.
3519 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3520 &quot;type&quot;: &quot;A String&quot;, # The source type.
3521 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3522 &quot;userTypes&quot;: [ # Output only. The user types.
3523 &quot;A String&quot;,
3524 ],
3525 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3526 },
3527 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3528 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3529 },
3530 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3531 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3532 },
3533 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
3534 },
3535 ],
3536 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
3537 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
3538 &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`
3539 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
3540 &quot;source&quot;: { # The source of a field. # The source of the field.
3541 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3542 &quot;type&quot;: &quot;A String&quot;, # The source type.
3543 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3544 &quot;userTypes&quot;: [ # Output only. The user types.
3545 &quot;A String&quot;,
3546 ],
3547 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3548 },
3549 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3550 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3551 },
3552 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3553 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3554 },
3555 &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.
3556 },
3557 ],
3558 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
3559 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
3560 &quot;A String&quot;,
3561 ],
3562 &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.
3563 &quot;A String&quot;,
3564 ],
3565 &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.
3566 &quot;sources&quot;: [ # The sources of data for the person.
3567 { # The source of a field.
3568 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3569 &quot;type&quot;: &quot;A String&quot;, # The source type.
3570 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3571 &quot;userTypes&quot;: [ # Output only. The user types.
3572 &quot;A String&quot;,
3573 ],
3574 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3575 },
3576 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3577 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3578 },
3579 ],
3580 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
3581 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07003582 }</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -07003583</div>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07003584
Dan O'Mearadd494642020-05-01 07:42:23 -07003585<div class="method">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003586 <code class="details" id="getBatchGet">getBatchGet(resourceNames=None, personFields=None, requestMask_includeField=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003587 <pre>Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request returns a 400 error if &#x27;personFields&#x27; is not specified.
Dan O'Mearadd494642020-05-01 07:42:23 -07003588
3589Args:
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003590 resourceNames: string, Required. The resource names of the people to provide information about. It&#x27;s repeatable. The URL query parameter should be resourceNames=&lt;name1&gt;&amp;resourceNames=&lt;name2&gt;&amp;... - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by [`people.connections.list`](/people/api/rest/v1/people.connections/list). You can include up to 50 resource names in one request. (repeated)
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003591 personFields: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
3592 requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003593 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003594 Allowed values
3595 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
3596 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
3597 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
3598 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07003599 x__xgafv: string, V1 error format.
3600 Allowed values
3601 1 - v1 error format
3602 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -07003603
3604Returns:
3605 An object of the form:
3606
3607 { # The response to a get request for a list of people by resource name.
Bu Sun Kim65020912020-05-20 12:08:20 -07003608 &quot;responses&quot;: [ # The response for each requested resource name.
Dan O'Mearadd494642020-05-01 07:42:23 -07003609 { # The response for a single person
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003610 &quot;requestedResourceName&quot;: &quot;A String&quot;, # The original requested resource name. May be different than the resource name on the returned person. The resource name can change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or a profile URL.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003611 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
3612 &quot;status&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The status of the response.
3613 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
3614 {
3615 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
3616 },
3617 ],
3618 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
3619 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
3620 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003621 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The person.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003622 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
3623 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
3624 &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`
3625 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003626 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003627 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003628 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003629 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003630 &quot;userTypes&quot;: [ # Output only. The user types.
3631 &quot;A String&quot;,
3632 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003633 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003634 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003635 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003636 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003637 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003638 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003639 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003640 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003641 &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.
3642 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003643 },
3644 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003645 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
3646 { # A person&#x27;s associated URLs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003647 &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`
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003648 &quot;value&quot;: &quot;A String&quot;, # The URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003649 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003650 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003651 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003652 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003653 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003654 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3655 &quot;userTypes&quot;: [ # Output only. The user types.
3656 &quot;A String&quot;,
3657 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003658 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003659 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003660 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003661 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3662 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003663 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003664 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3665 },
3666 },
3667 ],
3668 &quot;skills&quot;: [ # The person&#x27;s skills.
3669 { # A skill that the person has.
3670 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003671 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003672 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003673 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003674 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003675 &quot;userTypes&quot;: [ # Output only. The user types.
3676 &quot;A String&quot;,
3677 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003678 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003679 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003680 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003681 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3682 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003683 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003684 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3685 },
3686 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
3687 },
3688 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003689 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
3690 { # A person&#x27;s gender.
3691 &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.
3692 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003693 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003694 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003695 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003696 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003697 &quot;userTypes&quot;: [ # Output only. The user types.
3698 &quot;A String&quot;,
3699 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003700 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003701 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003702 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003703 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3704 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003705 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003706 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3707 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003708 &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`
3709 &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`
3710 },
3711 ],
3712 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
3713 { # A person&#x27;s nickname.
3714 &quot;value&quot;: &quot;A String&quot;, # The nickname.
3715 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
3716 &quot;source&quot;: { # The source of a field. # The source of the field.
3717 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3718 &quot;type&quot;: &quot;A String&quot;, # The source type.
3719 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3720 &quot;userTypes&quot;: [ # Output only. The user types.
3721 &quot;A String&quot;,
3722 ],
3723 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3724 },
3725 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3726 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3727 },
3728 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3729 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3730 },
3731 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
3732 },
3733 ],
3734 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
3735 { # An identifier from an external entity related to the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003736 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
3737 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08003738 &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`
3739 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
3740 &quot;source&quot;: { # The source of a field. # The source of the field.
3741 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3742 &quot;type&quot;: &quot;A String&quot;, # The source type.
3743 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3744 &quot;userTypes&quot;: [ # Output only. The user types.
3745 &quot;A String&quot;,
3746 ],
3747 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3748 },
3749 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3750 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3751 },
3752 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3753 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3754 },
3755 },
3756 ],
3757 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
3758 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
3759 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
3760 &quot;source&quot;: { # The source of a field. # The source of the field.
3761 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3762 &quot;type&quot;: &quot;A String&quot;, # The source type.
3763 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3764 &quot;userTypes&quot;: [ # Output only. The user types.
3765 &quot;A String&quot;,
3766 ],
3767 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3768 },
3769 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3770 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3771 },
3772 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3773 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3774 },
3775 &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`
3776 &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.
3777 },
3778 ],
3779 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
3780 { # A person&#x27;s phone number.
3781 &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.
3782 &quot;value&quot;: &quot;A String&quot;, # The phone number.
3783 &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`
3784 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
3785 &quot;source&quot;: { # The source of a field. # The source of the field.
3786 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3787 &quot;type&quot;: &quot;A String&quot;, # The source type.
3788 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3789 &quot;userTypes&quot;: [ # Output only. The user types.
3790 &quot;A String&quot;,
3791 ],
3792 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3793 },
3794 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3795 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3796 },
3797 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3798 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3799 },
3800 &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.
3801 },
3802 ],
3803 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
3804 { # Arbitrary user data that is populated by the end users.
3805 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
3806 &quot;source&quot;: { # The source of a field. # The source of the field.
3807 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3808 &quot;type&quot;: &quot;A String&quot;, # The source type.
3809 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3810 &quot;userTypes&quot;: [ # Output only. The user types.
3811 &quot;A String&quot;,
3812 ],
3813 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3814 },
3815 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3816 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3817 },
3818 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3819 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3820 },
3821 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
3822 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
3823 },
3824 ],
3825 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
3826 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
3827 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
3828 &quot;source&quot;: { # The source of a field. # The source of the field.
3829 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3830 &quot;type&quot;: &quot;A String&quot;, # The source type.
3831 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3832 &quot;userTypes&quot;: [ # Output only. The user types.
3833 &quot;A String&quot;,
3834 ],
3835 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3836 },
3837 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3838 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3839 },
3840 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3841 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3842 },
3843 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
3844 },
3845 ],
3846 &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.
3847 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
3848 { # A person&#x27;s instant messaging client.
3849 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
3850 &quot;source&quot;: { # The source of a field. # The source of the field.
3851 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3852 &quot;type&quot;: &quot;A String&quot;, # The source type.
3853 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3854 &quot;userTypes&quot;: [ # Output only. The user types.
3855 &quot;A String&quot;,
3856 ],
3857 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3858 },
3859 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3860 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3861 },
3862 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3863 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3864 },
3865 &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`
3866 &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`
3867 &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.
3868 &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.
3869 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
3870 },
3871 ],
3872 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
3873 { # A person&#x27;s locale preference.
3874 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
3875 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
3876 &quot;source&quot;: { # The source of a field. # The source of the field.
3877 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3878 &quot;type&quot;: &quot;A String&quot;, # The source type.
3879 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3880 &quot;userTypes&quot;: [ # Output only. The user types.
3881 &quot;A String&quot;,
3882 ],
3883 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3884 },
3885 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3886 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3887 },
3888 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3889 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3890 },
3891 },
3892 ],
3893 &quot;relations&quot;: [ # The person&#x27;s relations.
3894 { # A person&#x27;s relation to another person.
3895 &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.
3896 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
3897 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
3898 &quot;source&quot;: { # The source of a field. # The source of the field.
3899 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3900 &quot;type&quot;: &quot;A String&quot;, # The source type.
3901 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3902 &quot;userTypes&quot;: [ # Output only. The user types.
3903 &quot;A String&quot;,
3904 ],
3905 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3906 },
3907 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3908 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3909 },
3910 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3911 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3912 },
3913 &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`
3914 },
3915 ],
3916 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
3917 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
3918 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
3919 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
3920 &quot;source&quot;: { # The source of a field. # The source of the field.
3921 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3922 &quot;type&quot;: &quot;A String&quot;, # The source type.
3923 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3924 &quot;userTypes&quot;: [ # Output only. The user types.
3925 &quot;A String&quot;,
3926 ],
3927 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3928 },
3929 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3930 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3931 },
3932 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3933 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3934 },
3935 &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.
3936 },
3937 ],
3938 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
3939 { # The name that should be used to sort the person in a list.
3940 &quot;value&quot;: &quot;A String&quot;, # The file-as value
3941 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
3942 &quot;source&quot;: { # The source of a field. # The source of the field.
3943 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3944 &quot;type&quot;: &quot;A String&quot;, # The source type.
3945 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3946 &quot;userTypes&quot;: [ # Output only. The user types.
3947 &quot;A String&quot;,
3948 ],
3949 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3950 },
3951 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3952 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3953 },
3954 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3955 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3956 },
3957 },
3958 ],
3959 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
3960 { # A person&#x27;s age range.
3961 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
3962 &quot;source&quot;: { # The source of a field. # The source of the field.
3963 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3964 &quot;type&quot;: &quot;A String&quot;, # The source type.
3965 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3966 &quot;userTypes&quot;: [ # Output only. The user types.
3967 &quot;A String&quot;,
3968 ],
3969 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3970 },
3971 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3972 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3973 },
3974 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3975 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3976 },
3977 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
3978 },
3979 ],
3980 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3981 { # 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.
3982 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3983 &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.
3984 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
3985 &quot;source&quot;: { # The source of a field. # The source of the field.
3986 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3987 &quot;type&quot;: &quot;A String&quot;, # The source type.
3988 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3989 &quot;userTypes&quot;: [ # Output only. The user types.
3990 &quot;A String&quot;,
3991 ],
3992 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3993 },
3994 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3995 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3996 },
3997 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3998 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3999 },
4000 },
4001 ],
4002 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
4003 &quot;locations&quot;: [ # The person&#x27;s locations.
4004 { # A person&#x27;s location.
4005 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
4006 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
4007 &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`
4008 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
4009 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
4010 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
4011 &quot;current&quot;: True or False, # Whether the location is the current location.
4012 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
4013 &quot;source&quot;: { # The source of a field. # The source of the field.
4014 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4015 &quot;type&quot;: &quot;A String&quot;, # The source type.
4016 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4017 &quot;userTypes&quot;: [ # Output only. The user types.
4018 &quot;A String&quot;,
4019 ],
4020 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4021 },
4022 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4023 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4024 },
4025 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4026 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4027 },
4028 },
4029 ],
4030 &quot;occupations&quot;: [ # The person&#x27;s occupations.
4031 { # A person&#x27;s occupation.
4032 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
4033 &quot;source&quot;: { # The source of a field. # The source of the field.
4034 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4035 &quot;type&quot;: &quot;A String&quot;, # The source type.
4036 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4037 &quot;userTypes&quot;: [ # Output only. The user types.
4038 &quot;A String&quot;,
4039 ],
4040 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4041 },
4042 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4043 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4044 },
4045 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4046 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4047 },
4048 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
4049 },
4050 ],
4051 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
4052 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
4053 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
4054 &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.
4055 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
4056 &quot;source&quot;: { # The source of a field. # The source of the field.
4057 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4058 &quot;type&quot;: &quot;A String&quot;, # The source type.
4059 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4060 &quot;userTypes&quot;: [ # Output only. The user types.
4061 &quot;A String&quot;,
4062 ],
4063 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4064 },
4065 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4066 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4067 },
4068 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4069 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4070 },
4071 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
4072 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
4073 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
4074 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
4075 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
4076 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
4077 &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.
4078 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
4079 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
4080 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
4081 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
4082 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
4083 },
4084 ],
4085 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
4086 { # A person&#x27;s email address.
4087 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
4088 &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`
4089 &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.
4090 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
4091 &quot;source&quot;: { # The source of a field. # The source of the field.
4092 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4093 &quot;type&quot;: &quot;A String&quot;, # The source type.
4094 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4095 &quot;userTypes&quot;: [ # Output only. The user types.
4096 &quot;A String&quot;,
4097 ],
4098 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4099 },
4100 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4101 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4102 },
4103 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4104 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4105 },
4106 &quot;value&quot;: &quot;A String&quot;, # The email address.
4107 },
4108 ],
4109 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
4110 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
4111 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
4112 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
4113 &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.
4114 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
4115 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
4116 &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`
4117 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
4118 &quot;source&quot;: { # The source of a field. # The source of the field.
4119 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4120 &quot;type&quot;: &quot;A String&quot;, # The source type.
4121 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4122 &quot;userTypes&quot;: [ # Output only. The user types.
4123 &quot;A String&quot;,
4124 ],
4125 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4126 },
4127 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4128 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4129 },
4130 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4131 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4132 },
4133 &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.
4134 &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.
4135 &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.
4136 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4137 },
4138 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
4139 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
4140 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
4141 &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.
4142 &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.
4143 &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.
4144 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4145 },
4146 &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.
4147 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
4148 },
4149 ],
4150 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
4151 { # A person&#x27;s calendar URL.
4152 &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.
4153 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
4154 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
4155 &quot;source&quot;: { # The source of a field. # The source of the field.
4156 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4157 &quot;type&quot;: &quot;A String&quot;, # The source type.
4158 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4159 &quot;userTypes&quot;: [ # Output only. The user types.
4160 &quot;A String&quot;,
4161 ],
4162 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4163 },
4164 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4165 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4166 },
4167 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4168 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4169 },
4170 &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`
4171 },
4172 ],
4173 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
4174 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
4175 &quot;value&quot;: &quot;A String&quot;, # The tagline.
4176 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
4177 &quot;source&quot;: { # The source of a field. # The source of the field.
4178 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4179 &quot;type&quot;: &quot;A String&quot;, # The source type.
4180 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4181 &quot;userTypes&quot;: [ # Output only. The user types.
4182 &quot;A String&quot;,
4183 ],
4184 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4185 },
4186 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4187 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4188 },
4189 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4190 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4191 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004192 },
4193 ],
4194 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
4195 { # A person&#x27;s short biography.
4196 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
4197 &quot;value&quot;: &quot;A String&quot;, # The short biography.
4198 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004199 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004200 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004201 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004202 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004203 &quot;userTypes&quot;: [ # Output only. The user types.
4204 &quot;A String&quot;,
4205 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004206 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004207 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004208 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004209 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4210 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004211 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004212 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4213 },
4214 },
4215 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004216 &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}`.
4217 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
4218 { # A person&#x27;s miscellaneous keyword.
4219 &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.
4220 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
4221 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004222 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004223 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004224 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004225 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004226 &quot;userTypes&quot;: [ # Output only. The user types.
4227 &quot;A String&quot;,
4228 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004229 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004230 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004231 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004232 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4233 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004234 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004235 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4236 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004237 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
4238 },
4239 ],
4240 &quot;events&quot;: [ # The person&#x27;s events.
4241 { # An event related to the person.
4242 &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.
4243 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
4244 &quot;source&quot;: { # The source of a field. # The source of the field.
4245 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4246 &quot;type&quot;: &quot;A String&quot;, # The source type.
4247 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4248 &quot;userTypes&quot;: [ # Output only. The user types.
4249 &quot;A String&quot;,
4250 ],
4251 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4252 },
4253 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4254 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4255 },
4256 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4257 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4258 },
4259 &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.
4260 &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.
4261 &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.
4262 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4263 },
4264 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004265 },
4266 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004267 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
4268 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004269 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
4270 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
4271 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004272 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004273 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004274 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004275 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004276 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004277 &quot;userTypes&quot;: [ # Output only. The user types.
4278 &quot;A String&quot;,
4279 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004280 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004281 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004282 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004283 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4284 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004285 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004286 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4287 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004288 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
4289 &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.
4290 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
4291 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004292 },
4293 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004294 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
4295 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
4296 &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`
4297 &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.
4298 &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.
4299 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
4300 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
4301 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
4302 &quot;source&quot;: { # The source of a field. # The source of the field.
4303 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4304 &quot;type&quot;: &quot;A String&quot;, # The source type.
4305 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4306 &quot;userTypes&quot;: [ # Output only. The user types.
4307 &quot;A String&quot;,
4308 ],
4309 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4310 },
4311 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4312 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4313 },
4314 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4315 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4316 },
4317 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
4318 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
4319 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
4320 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
4321 &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.
4322 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004323 },
4324 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004325 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
4326 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
4327 &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
4328 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
4329 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
4330 &quot;source&quot;: { # The source of a field. # The source of the field.
4331 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4332 &quot;type&quot;: &quot;A String&quot;, # The source type.
4333 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4334 &quot;userTypes&quot;: [ # Output only. The user types.
4335 &quot;A String&quot;,
4336 ],
4337 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4338 },
4339 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4340 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4341 },
4342 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4343 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4344 },
4345 },
4346 ],
4347 &quot;clientData&quot;: [ # The person&#x27;s client data.
4348 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
4349 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
4350 &quot;source&quot;: { # The source of a field. # The source of the field.
4351 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4352 &quot;type&quot;: &quot;A String&quot;, # The source type.
4353 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4354 &quot;userTypes&quot;: [ # Output only. The user types.
4355 &quot;A String&quot;,
4356 ],
4357 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4358 },
4359 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4360 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4361 },
4362 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4363 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4364 },
4365 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
4366 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
4367 },
4368 ],
4369 &quot;interests&quot;: [ # The person&#x27;s interests.
4370 { # One of the person&#x27;s interests.
4371 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
4372 &quot;source&quot;: { # The source of a field. # The source of the field.
4373 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4374 &quot;type&quot;: &quot;A String&quot;, # The source type.
4375 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4376 &quot;userTypes&quot;: [ # Output only. The user types.
4377 &quot;A String&quot;,
4378 ],
4379 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4380 },
4381 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4382 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4383 },
4384 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4385 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4386 },
4387 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
4388 },
4389 ],
4390 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
4391 { # 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.
4392 &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.
4393 &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.
4394 &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.
4395 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4396 },
4397 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
4398 &quot;source&quot;: { # The source of a field. # The source of the field.
4399 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4400 &quot;type&quot;: &quot;A String&quot;, # The source type.
4401 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4402 &quot;userTypes&quot;: [ # Output only. The user types.
4403 &quot;A String&quot;,
4404 ],
4405 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4406 },
4407 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4408 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4409 },
4410 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4411 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4412 },
4413 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
4414 },
4415 ],
4416 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
4417 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
4418 &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`
4419 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
4420 &quot;source&quot;: { # The source of a field. # The source of the field.
4421 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4422 &quot;type&quot;: &quot;A String&quot;, # The source type.
4423 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4424 &quot;userTypes&quot;: [ # Output only. The user types.
4425 &quot;A String&quot;,
4426 ],
4427 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4428 },
4429 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4430 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4431 },
4432 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4433 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4434 },
4435 &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.
4436 },
4437 ],
4438 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
4439 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
4440 &quot;A String&quot;,
4441 ],
4442 &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.
4443 &quot;A String&quot;,
4444 ],
4445 &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.
4446 &quot;sources&quot;: [ # The sources of data for the person.
4447 { # The source of a field.
4448 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4449 &quot;type&quot;: &quot;A String&quot;, # The source type.
4450 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4451 &quot;userTypes&quot;: [ # Output only. The user types.
4452 &quot;A String&quot;,
4453 ],
4454 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4455 },
4456 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4457 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4458 },
4459 ],
4460 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
4461 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004462 },
Dan O'Mearadd494642020-05-01 07:42:23 -07004463 },
4464 ],
4465 }</pre>
4466</div>
4467
4468<div class="method">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004469 <code class="details" id="listDirectoryPeople">listDirectoryPeople(mergeSources=None, pageToken=None, requestSyncToken=None, sources=None, syncToken=None, readMask=None, pageSize=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004470 <pre>Provides a list of domain profiles and domain contacts in the authenticated user&#x27;s domain directory.
Dan O'Mearadd494642020-05-01 07:42:23 -07004471
4472Args:
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004473 mergeSources: string, Optional. Additional data to merge into the directory sources if they are connected through verified join keys such as email addresses or phone numbers. (repeated)
4474 Allowed values
4475 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
4476 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
4477 pageToken: string, Optional. A page token, received from a previous `ListDirectoryPeople` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDirectoryPeople` must match the call that provided the page token.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004478 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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004479 sources: string, Required. Directory sources to return. (repeated)
4480 Allowed values
4481 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
4482 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact.
4483 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004484 syncToken: string, Optional. A sync token, received from a previous `ListDirectoryPeople` call. Provide this to retrieve only the resources changed since the last request. When syncing, all other parameters provided to `ListDirectoryPeople` must match the call that provided the sync token.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004485 readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * 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
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004486 pageSize: integer, Optional. The number of people to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
Bu Sun Kim65020912020-05-20 12:08:20 -07004487 x__xgafv: string, V1 error format.
4488 Allowed values
4489 1 - v1 error format
4490 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -07004491
4492Returns:
4493 An object of the form:
4494
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004495 { # The response to a request for the authenticated user&#x27;s domain directory.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004496 &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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004497 &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 -07004498 &quot;people&quot;: [ # The list of people in the domain directory.
4499 { # 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 Botc2228be2020-11-24 15:48:03 -08004500 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
4501 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
4502 &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`
4503 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004504 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004505 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004506 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004507 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004508 &quot;userTypes&quot;: [ # Output only. The user types.
4509 &quot;A String&quot;,
4510 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004511 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004512 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004513 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004514 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004515 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004516 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004517 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004518 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004519 &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.
4520 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004521 },
4522 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004523 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
4524 { # A person&#x27;s associated URLs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004525 &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`
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004526 &quot;value&quot;: &quot;A String&quot;, # The URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004527 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004528 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004529 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004530 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004531 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004532 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4533 &quot;userTypes&quot;: [ # Output only. The user types.
4534 &quot;A String&quot;,
4535 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004536 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004537 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004538 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004539 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4540 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004541 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004542 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4543 },
4544 },
4545 ],
4546 &quot;skills&quot;: [ # The person&#x27;s skills.
4547 { # A skill that the person has.
4548 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004549 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004550 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004551 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004552 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004553 &quot;userTypes&quot;: [ # Output only. The user types.
4554 &quot;A String&quot;,
4555 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004556 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004557 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004558 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004559 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4560 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004561 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004562 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4563 },
4564 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
4565 },
4566 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004567 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
4568 { # A person&#x27;s gender.
4569 &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.
4570 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004571 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004572 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004573 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004574 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004575 &quot;userTypes&quot;: [ # Output only. The user types.
4576 &quot;A String&quot;,
4577 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004578 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004579 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004580 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004581 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4582 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004583 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004584 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4585 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004586 &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`
4587 &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`
4588 },
4589 ],
4590 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
4591 { # A person&#x27;s nickname.
4592 &quot;value&quot;: &quot;A String&quot;, # The nickname.
4593 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
4594 &quot;source&quot;: { # The source of a field. # The source of the field.
4595 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4596 &quot;type&quot;: &quot;A String&quot;, # The source type.
4597 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4598 &quot;userTypes&quot;: [ # Output only. The user types.
4599 &quot;A String&quot;,
4600 ],
4601 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4602 },
4603 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4604 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4605 },
4606 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4607 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4608 },
4609 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
4610 },
4611 ],
4612 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
4613 { # An identifier from an external entity related to the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004614 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
4615 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08004616 &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`
4617 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
4618 &quot;source&quot;: { # The source of a field. # The source of the field.
4619 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4620 &quot;type&quot;: &quot;A String&quot;, # The source type.
4621 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4622 &quot;userTypes&quot;: [ # Output only. The user types.
4623 &quot;A String&quot;,
4624 ],
4625 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4626 },
4627 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4628 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4629 },
4630 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4631 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4632 },
4633 },
4634 ],
4635 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
4636 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
4637 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
4638 &quot;source&quot;: { # The source of a field. # The source of the field.
4639 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4640 &quot;type&quot;: &quot;A String&quot;, # The source type.
4641 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4642 &quot;userTypes&quot;: [ # Output only. The user types.
4643 &quot;A String&quot;,
4644 ],
4645 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4646 },
4647 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4648 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4649 },
4650 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4651 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4652 },
4653 &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`
4654 &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.
4655 },
4656 ],
4657 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
4658 { # A person&#x27;s phone number.
4659 &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.
4660 &quot;value&quot;: &quot;A String&quot;, # The phone number.
4661 &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`
4662 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
4663 &quot;source&quot;: { # The source of a field. # The source of the field.
4664 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4665 &quot;type&quot;: &quot;A String&quot;, # The source type.
4666 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4667 &quot;userTypes&quot;: [ # Output only. The user types.
4668 &quot;A String&quot;,
4669 ],
4670 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4671 },
4672 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4673 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4674 },
4675 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4676 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4677 },
4678 &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.
4679 },
4680 ],
4681 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
4682 { # Arbitrary user data that is populated by the end users.
4683 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
4684 &quot;source&quot;: { # The source of a field. # The source of the field.
4685 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4686 &quot;type&quot;: &quot;A String&quot;, # The source type.
4687 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4688 &quot;userTypes&quot;: [ # Output only. The user types.
4689 &quot;A String&quot;,
4690 ],
4691 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4692 },
4693 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4694 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4695 },
4696 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4697 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4698 },
4699 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
4700 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
4701 },
4702 ],
4703 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
4704 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
4705 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
4706 &quot;source&quot;: { # The source of a field. # The source of the field.
4707 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4708 &quot;type&quot;: &quot;A String&quot;, # The source type.
4709 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4710 &quot;userTypes&quot;: [ # Output only. The user types.
4711 &quot;A String&quot;,
4712 ],
4713 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4714 },
4715 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4716 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4717 },
4718 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4719 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4720 },
4721 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
4722 },
4723 ],
4724 &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.
4725 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
4726 { # A person&#x27;s instant messaging client.
4727 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
4728 &quot;source&quot;: { # The source of a field. # The source of the field.
4729 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4730 &quot;type&quot;: &quot;A String&quot;, # The source type.
4731 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4732 &quot;userTypes&quot;: [ # Output only. The user types.
4733 &quot;A String&quot;,
4734 ],
4735 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4736 },
4737 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4738 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4739 },
4740 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4741 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4742 },
4743 &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`
4744 &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`
4745 &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.
4746 &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.
4747 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
4748 },
4749 ],
4750 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
4751 { # A person&#x27;s locale preference.
4752 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
4753 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
4754 &quot;source&quot;: { # The source of a field. # The source of the field.
4755 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4756 &quot;type&quot;: &quot;A String&quot;, # The source type.
4757 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4758 &quot;userTypes&quot;: [ # Output only. The user types.
4759 &quot;A String&quot;,
4760 ],
4761 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4762 },
4763 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4764 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4765 },
4766 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4767 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4768 },
4769 },
4770 ],
4771 &quot;relations&quot;: [ # The person&#x27;s relations.
4772 { # A person&#x27;s relation to another person.
4773 &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.
4774 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
4775 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
4776 &quot;source&quot;: { # The source of a field. # The source of the field.
4777 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4778 &quot;type&quot;: &quot;A String&quot;, # The source type.
4779 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4780 &quot;userTypes&quot;: [ # Output only. The user types.
4781 &quot;A String&quot;,
4782 ],
4783 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4784 },
4785 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4786 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4787 },
4788 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4789 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4790 },
4791 &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`
4792 },
4793 ],
4794 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
4795 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
4796 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
4797 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
4798 &quot;source&quot;: { # The source of a field. # The source of the field.
4799 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4800 &quot;type&quot;: &quot;A String&quot;, # The source type.
4801 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4802 &quot;userTypes&quot;: [ # Output only. The user types.
4803 &quot;A String&quot;,
4804 ],
4805 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4806 },
4807 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4808 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4809 },
4810 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4811 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4812 },
4813 &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.
4814 },
4815 ],
4816 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
4817 { # The name that should be used to sort the person in a list.
4818 &quot;value&quot;: &quot;A String&quot;, # The file-as value
4819 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
4820 &quot;source&quot;: { # The source of a field. # The source of the field.
4821 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4822 &quot;type&quot;: &quot;A String&quot;, # The source type.
4823 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4824 &quot;userTypes&quot;: [ # Output only. The user types.
4825 &quot;A String&quot;,
4826 ],
4827 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4828 },
4829 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4830 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4831 },
4832 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4833 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4834 },
4835 },
4836 ],
4837 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
4838 { # A person&#x27;s age range.
4839 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
4840 &quot;source&quot;: { # The source of a field. # The source of the field.
4841 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4842 &quot;type&quot;: &quot;A String&quot;, # The source type.
4843 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4844 &quot;userTypes&quot;: [ # Output only. The user types.
4845 &quot;A String&quot;,
4846 ],
4847 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4848 },
4849 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4850 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4851 },
4852 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4853 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4854 },
4855 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
4856 },
4857 ],
4858 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
4859 { # 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.
4860 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
4861 &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.
4862 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
4863 &quot;source&quot;: { # The source of a field. # The source of the field.
4864 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4865 &quot;type&quot;: &quot;A String&quot;, # The source type.
4866 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4867 &quot;userTypes&quot;: [ # Output only. The user types.
4868 &quot;A String&quot;,
4869 ],
4870 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4871 },
4872 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4873 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4874 },
4875 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4876 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4877 },
4878 },
4879 ],
4880 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
4881 &quot;locations&quot;: [ # The person&#x27;s locations.
4882 { # A person&#x27;s location.
4883 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
4884 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
4885 &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`
4886 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
4887 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
4888 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
4889 &quot;current&quot;: True or False, # Whether the location is the current location.
4890 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
4891 &quot;source&quot;: { # The source of a field. # The source of the field.
4892 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4893 &quot;type&quot;: &quot;A String&quot;, # The source type.
4894 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4895 &quot;userTypes&quot;: [ # Output only. The user types.
4896 &quot;A String&quot;,
4897 ],
4898 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4899 },
4900 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4901 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4902 },
4903 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4904 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4905 },
4906 },
4907 ],
4908 &quot;occupations&quot;: [ # The person&#x27;s occupations.
4909 { # A person&#x27;s occupation.
4910 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
4911 &quot;source&quot;: { # The source of a field. # The source of the field.
4912 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4913 &quot;type&quot;: &quot;A String&quot;, # The source type.
4914 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4915 &quot;userTypes&quot;: [ # Output only. The user types.
4916 &quot;A String&quot;,
4917 ],
4918 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4919 },
4920 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4921 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4922 },
4923 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4924 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4925 },
4926 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
4927 },
4928 ],
4929 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
4930 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
4931 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
4932 &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.
4933 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
4934 &quot;source&quot;: { # The source of a field. # The source of the field.
4935 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4936 &quot;type&quot;: &quot;A String&quot;, # The source type.
4937 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4938 &quot;userTypes&quot;: [ # Output only. The user types.
4939 &quot;A String&quot;,
4940 ],
4941 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4942 },
4943 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4944 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4945 },
4946 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4947 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4948 },
4949 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
4950 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
4951 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
4952 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
4953 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
4954 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
4955 &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.
4956 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
4957 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
4958 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
4959 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
4960 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
4961 },
4962 ],
4963 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
4964 { # A person&#x27;s email address.
4965 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
4966 &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`
4967 &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.
4968 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
4969 &quot;source&quot;: { # The source of a field. # The source of the field.
4970 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4971 &quot;type&quot;: &quot;A String&quot;, # The source type.
4972 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4973 &quot;userTypes&quot;: [ # Output only. The user types.
4974 &quot;A String&quot;,
4975 ],
4976 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4977 },
4978 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4979 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4980 },
4981 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4982 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4983 },
4984 &quot;value&quot;: &quot;A String&quot;, # The email address.
4985 },
4986 ],
4987 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
4988 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
4989 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
4990 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
4991 &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.
4992 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
4993 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
4994 &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`
4995 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
4996 &quot;source&quot;: { # The source of a field. # The source of the field.
4997 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4998 &quot;type&quot;: &quot;A String&quot;, # The source type.
4999 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5000 &quot;userTypes&quot;: [ # Output only. The user types.
5001 &quot;A String&quot;,
5002 ],
5003 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5004 },
5005 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5006 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5007 },
5008 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5009 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5010 },
5011 &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.
5012 &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.
5013 &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.
5014 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5015 },
5016 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
5017 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
5018 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
5019 &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.
5020 &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.
5021 &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.
5022 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5023 },
5024 &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.
5025 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
5026 },
5027 ],
5028 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
5029 { # A person&#x27;s calendar URL.
5030 &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.
5031 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
5032 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
5033 &quot;source&quot;: { # The source of a field. # The source of the field.
5034 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5035 &quot;type&quot;: &quot;A String&quot;, # The source type.
5036 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5037 &quot;userTypes&quot;: [ # Output only. The user types.
5038 &quot;A String&quot;,
5039 ],
5040 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5041 },
5042 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5043 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5044 },
5045 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5046 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5047 },
5048 &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`
5049 },
5050 ],
5051 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
5052 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
5053 &quot;value&quot;: &quot;A String&quot;, # The tagline.
5054 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
5055 &quot;source&quot;: { # The source of a field. # The source of the field.
5056 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5057 &quot;type&quot;: &quot;A String&quot;, # The source type.
5058 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5059 &quot;userTypes&quot;: [ # Output only. The user types.
5060 &quot;A String&quot;,
5061 ],
5062 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5063 },
5064 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5065 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5066 },
5067 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5068 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5069 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005070 },
5071 ],
5072 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
5073 { # A person&#x27;s short biography.
5074 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
5075 &quot;value&quot;: &quot;A String&quot;, # The short biography.
5076 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005077 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005078 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005079 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005080 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005081 &quot;userTypes&quot;: [ # Output only. The user types.
5082 &quot;A String&quot;,
5083 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005084 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005085 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005086 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005087 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5088 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005089 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005090 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5091 },
5092 },
5093 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005094 &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}`.
5095 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
5096 { # A person&#x27;s miscellaneous keyword.
5097 &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.
5098 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
5099 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005100 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005101 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005102 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005103 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005104 &quot;userTypes&quot;: [ # Output only. The user types.
5105 &quot;A String&quot;,
5106 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005107 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005108 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005109 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005110 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5111 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005112 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005113 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5114 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005115 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
5116 },
5117 ],
5118 &quot;events&quot;: [ # The person&#x27;s events.
5119 { # An event related to the person.
5120 &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.
5121 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
5122 &quot;source&quot;: { # The source of a field. # The source of the field.
5123 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5124 &quot;type&quot;: &quot;A String&quot;, # The source type.
5125 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5126 &quot;userTypes&quot;: [ # Output only. The user types.
5127 &quot;A String&quot;,
5128 ],
5129 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5130 },
5131 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5132 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5133 },
5134 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5135 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5136 },
5137 &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.
5138 &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.
5139 &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.
5140 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5141 },
5142 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005143 },
5144 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005145 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
5146 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005147 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
5148 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
5149 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005150 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005151 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005152 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005153 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005154 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005155 &quot;userTypes&quot;: [ # Output only. The user types.
5156 &quot;A String&quot;,
5157 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005158 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005159 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005160 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005161 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5162 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005163 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005164 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5165 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005166 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
5167 &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.
5168 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
5169 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005170 },
5171 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005172 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
5173 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
5174 &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`
5175 &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.
5176 &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.
5177 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
5178 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
5179 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
5180 &quot;source&quot;: { # The source of a field. # The source of the field.
5181 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5182 &quot;type&quot;: &quot;A String&quot;, # The source type.
5183 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5184 &quot;userTypes&quot;: [ # Output only. The user types.
5185 &quot;A String&quot;,
5186 ],
5187 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5188 },
5189 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5190 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5191 },
5192 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5193 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5194 },
5195 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
5196 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
5197 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
5198 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
5199 &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.
5200 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
5201 },
5202 ],
5203 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
5204 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
5205 &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
5206 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
5207 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
5208 &quot;source&quot;: { # The source of a field. # The source of the field.
5209 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5210 &quot;type&quot;: &quot;A String&quot;, # The source type.
5211 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5212 &quot;userTypes&quot;: [ # Output only. The user types.
5213 &quot;A String&quot;,
5214 ],
5215 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5216 },
5217 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5218 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5219 },
5220 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5221 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5222 },
5223 },
5224 ],
5225 &quot;clientData&quot;: [ # The person&#x27;s client data.
5226 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
5227 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
5228 &quot;source&quot;: { # The source of a field. # The source of the field.
5229 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5230 &quot;type&quot;: &quot;A String&quot;, # The source type.
5231 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5232 &quot;userTypes&quot;: [ # Output only. The user types.
5233 &quot;A String&quot;,
5234 ],
5235 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5236 },
5237 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5238 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5239 },
5240 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5241 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5242 },
5243 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
5244 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
5245 },
5246 ],
5247 &quot;interests&quot;: [ # The person&#x27;s interests.
5248 { # One of the person&#x27;s interests.
5249 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
5250 &quot;source&quot;: { # The source of a field. # The source of the field.
5251 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5252 &quot;type&quot;: &quot;A String&quot;, # The source type.
5253 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5254 &quot;userTypes&quot;: [ # Output only. The user types.
5255 &quot;A String&quot;,
5256 ],
5257 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5258 },
5259 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5260 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5261 },
5262 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5263 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5264 },
5265 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
5266 },
5267 ],
5268 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
5269 { # 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.
5270 &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.
5271 &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.
5272 &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.
5273 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5274 },
5275 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
5276 &quot;source&quot;: { # The source of a field. # The source of the field.
5277 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5278 &quot;type&quot;: &quot;A String&quot;, # The source type.
5279 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5280 &quot;userTypes&quot;: [ # Output only. The user types.
5281 &quot;A String&quot;,
5282 ],
5283 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5284 },
5285 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5286 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5287 },
5288 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5289 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5290 },
5291 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
5292 },
5293 ],
5294 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
5295 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
5296 &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`
5297 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
5298 &quot;source&quot;: { # The source of a field. # The source of the field.
5299 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5300 &quot;type&quot;: &quot;A String&quot;, # The source type.
5301 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5302 &quot;userTypes&quot;: [ # Output only. The user types.
5303 &quot;A String&quot;,
5304 ],
5305 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5306 },
5307 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5308 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5309 },
5310 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5311 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5312 },
5313 &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.
5314 },
5315 ],
5316 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
5317 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
5318 &quot;A String&quot;,
5319 ],
5320 &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.
5321 &quot;A String&quot;,
5322 ],
5323 &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.
5324 &quot;sources&quot;: [ # The sources of data for the person.
5325 { # The source of a field.
5326 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5327 &quot;type&quot;: &quot;A String&quot;, # The source type.
5328 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5329 &quot;userTypes&quot;: [ # Output only. The user types.
5330 &quot;A String&quot;,
5331 ],
5332 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5333 },
5334 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5335 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5336 },
5337 ],
5338 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
5339 },
Dan O'Mearadd494642020-05-01 07:42:23 -07005340 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07005341 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005342 }</pre>
5343</div>
5344
5345<div class="method">
5346 <code class="details" id="listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</code>
5347 <pre>Retrieves the next page of results.
5348
5349Args:
5350 previous_request: The request for the previous page. (required)
5351 previous_response: The response from the request for the previous page. (required)
5352
5353Returns:
5354 A request object that you can call &#x27;execute()&#x27; on to request the next
5355 page. Returns None if there are no more items in the collection.
5356 </pre>
5357</div>
5358
5359<div class="method">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005360 <code class="details" id="searchDirectoryPeople">searchDirectoryPeople(readMask=None, pageSize=None, sources=None, mergeSources=None, query=None, pageToken=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005361 <pre>Provides a list of domain profiles and domain contacts in the authenticated user&#x27;s domain directory that match the search query.
5362
5363Args:
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005364 readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * 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
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005365 pageSize: integer, Optional. The number of people to include in the response. Valid values are between 1 and 500, inclusive. Defaults to 100 if not set or set to 0.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005366 sources: string, Required. Directory sources to return. (repeated)
5367 Allowed values
5368 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
5369 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact.
5370 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005371 mergeSources: string, Optional. Additional data to merge into the directory sources if they are connected through verified join keys such as email addresses or phone numbers. (repeated)
5372 Allowed values
5373 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
5374 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
5375 query: string, Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match.
5376 pageToken: string, Optional. A page token, received from a previous `SearchDirectoryPeople` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchDirectoryPeople` must match the call that provided the page token.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005377 x__xgafv: string, V1 error format.
5378 Allowed values
5379 1 - v1 error format
5380 2 - v2 error format
5381
5382Returns:
5383 An object of the form:
5384
5385 { # The response to a request for people in the authenticated user&#x27;s domain directory that match the specified query.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005386 &quot;totalSize&quot;: 42, # The total number of items in the list without pagination.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005387 &quot;people&quot;: [ # The list of people in the domain directory that match the query.
5388 { # 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 Botc2228be2020-11-24 15:48:03 -08005389 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
5390 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
5391 &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`
5392 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005393 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005394 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005395 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005396 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005397 &quot;userTypes&quot;: [ # Output only. The user types.
5398 &quot;A String&quot;,
5399 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005400 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005401 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005402 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005403 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005404 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005405 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005406 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005407 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005408 &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.
5409 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005410 },
5411 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005412 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
5413 { # A person&#x27;s associated URLs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005414 &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`
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005415 &quot;value&quot;: &quot;A String&quot;, # The URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005416 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005417 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005418 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005419 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005420 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005421 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5422 &quot;userTypes&quot;: [ # Output only. The user types.
5423 &quot;A String&quot;,
5424 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005425 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005426 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005427 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005428 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5429 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005430 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005431 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5432 },
5433 },
5434 ],
5435 &quot;skills&quot;: [ # The person&#x27;s skills.
5436 { # A skill that the person has.
5437 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005438 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005439 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005440 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005441 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005442 &quot;userTypes&quot;: [ # Output only. The user types.
5443 &quot;A String&quot;,
5444 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005445 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005446 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005447 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005448 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5449 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005450 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005451 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5452 },
5453 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
5454 },
5455 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005456 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
5457 { # A person&#x27;s gender.
5458 &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.
5459 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005460 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005461 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005462 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005463 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005464 &quot;userTypes&quot;: [ # Output only. The user types.
5465 &quot;A String&quot;,
5466 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005467 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005468 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005469 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005470 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5471 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005472 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005473 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5474 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005475 &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`
5476 &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`
5477 },
5478 ],
5479 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
5480 { # A person&#x27;s nickname.
5481 &quot;value&quot;: &quot;A String&quot;, # The nickname.
5482 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
5483 &quot;source&quot;: { # The source of a field. # The source of the field.
5484 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5485 &quot;type&quot;: &quot;A String&quot;, # The source type.
5486 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5487 &quot;userTypes&quot;: [ # Output only. The user types.
5488 &quot;A String&quot;,
5489 ],
5490 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5491 },
5492 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5493 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5494 },
5495 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5496 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5497 },
5498 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
5499 },
5500 ],
5501 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
5502 { # An identifier from an external entity related to the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005503 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
5504 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005505 &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`
5506 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
5507 &quot;source&quot;: { # The source of a field. # The source of the field.
5508 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5509 &quot;type&quot;: &quot;A String&quot;, # The source type.
5510 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5511 &quot;userTypes&quot;: [ # Output only. The user types.
5512 &quot;A String&quot;,
5513 ],
5514 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5515 },
5516 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5517 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5518 },
5519 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5520 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5521 },
5522 },
5523 ],
5524 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
5525 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
5526 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
5527 &quot;source&quot;: { # The source of a field. # The source of the field.
5528 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5529 &quot;type&quot;: &quot;A String&quot;, # The source type.
5530 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5531 &quot;userTypes&quot;: [ # Output only. The user types.
5532 &quot;A String&quot;,
5533 ],
5534 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5535 },
5536 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5537 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5538 },
5539 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5540 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5541 },
5542 &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`
5543 &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.
5544 },
5545 ],
5546 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
5547 { # A person&#x27;s phone number.
5548 &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.
5549 &quot;value&quot;: &quot;A String&quot;, # The phone number.
5550 &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`
5551 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
5552 &quot;source&quot;: { # The source of a field. # The source of the field.
5553 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5554 &quot;type&quot;: &quot;A String&quot;, # The source type.
5555 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5556 &quot;userTypes&quot;: [ # Output only. The user types.
5557 &quot;A String&quot;,
5558 ],
5559 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5560 },
5561 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5562 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5563 },
5564 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5565 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5566 },
5567 &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.
5568 },
5569 ],
5570 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
5571 { # Arbitrary user data that is populated by the end users.
5572 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
5573 &quot;source&quot;: { # The source of a field. # The source of the field.
5574 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5575 &quot;type&quot;: &quot;A String&quot;, # The source type.
5576 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5577 &quot;userTypes&quot;: [ # Output only. The user types.
5578 &quot;A String&quot;,
5579 ],
5580 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5581 },
5582 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5583 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5584 },
5585 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5586 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5587 },
5588 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
5589 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
5590 },
5591 ],
5592 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
5593 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
5594 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
5595 &quot;source&quot;: { # The source of a field. # The source of the field.
5596 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5597 &quot;type&quot;: &quot;A String&quot;, # The source type.
5598 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5599 &quot;userTypes&quot;: [ # Output only. The user types.
5600 &quot;A String&quot;,
5601 ],
5602 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5603 },
5604 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5605 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5606 },
5607 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5608 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5609 },
5610 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
5611 },
5612 ],
5613 &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.
5614 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
5615 { # A person&#x27;s instant messaging client.
5616 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
5617 &quot;source&quot;: { # The source of a field. # The source of the field.
5618 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5619 &quot;type&quot;: &quot;A String&quot;, # The source type.
5620 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5621 &quot;userTypes&quot;: [ # Output only. The user types.
5622 &quot;A String&quot;,
5623 ],
5624 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5625 },
5626 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5627 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5628 },
5629 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5630 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5631 },
5632 &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`
5633 &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`
5634 &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.
5635 &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.
5636 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
5637 },
5638 ],
5639 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
5640 { # A person&#x27;s locale preference.
5641 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
5642 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
5643 &quot;source&quot;: { # The source of a field. # The source of the field.
5644 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5645 &quot;type&quot;: &quot;A String&quot;, # The source type.
5646 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5647 &quot;userTypes&quot;: [ # Output only. The user types.
5648 &quot;A String&quot;,
5649 ],
5650 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5651 },
5652 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5653 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5654 },
5655 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5656 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5657 },
5658 },
5659 ],
5660 &quot;relations&quot;: [ # The person&#x27;s relations.
5661 { # A person&#x27;s relation to another person.
5662 &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.
5663 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
5664 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
5665 &quot;source&quot;: { # The source of a field. # The source of the field.
5666 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5667 &quot;type&quot;: &quot;A String&quot;, # The source type.
5668 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5669 &quot;userTypes&quot;: [ # Output only. The user types.
5670 &quot;A String&quot;,
5671 ],
5672 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5673 },
5674 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5675 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5676 },
5677 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5678 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5679 },
5680 &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`
5681 },
5682 ],
5683 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
5684 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
5685 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
5686 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
5687 &quot;source&quot;: { # The source of a field. # The source of the field.
5688 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5689 &quot;type&quot;: &quot;A String&quot;, # The source type.
5690 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5691 &quot;userTypes&quot;: [ # Output only. The user types.
5692 &quot;A String&quot;,
5693 ],
5694 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5695 },
5696 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5697 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5698 },
5699 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5700 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5701 },
5702 &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.
5703 },
5704 ],
5705 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
5706 { # The name that should be used to sort the person in a list.
5707 &quot;value&quot;: &quot;A String&quot;, # The file-as value
5708 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
5709 &quot;source&quot;: { # The source of a field. # The source of the field.
5710 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5711 &quot;type&quot;: &quot;A String&quot;, # The source type.
5712 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5713 &quot;userTypes&quot;: [ # Output only. The user types.
5714 &quot;A String&quot;,
5715 ],
5716 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5717 },
5718 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5719 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5720 },
5721 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5722 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5723 },
5724 },
5725 ],
5726 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
5727 { # A person&#x27;s age range.
5728 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
5729 &quot;source&quot;: { # The source of a field. # The source of the field.
5730 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5731 &quot;type&quot;: &quot;A String&quot;, # The source type.
5732 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5733 &quot;userTypes&quot;: [ # Output only. The user types.
5734 &quot;A String&quot;,
5735 ],
5736 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5737 },
5738 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5739 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5740 },
5741 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5742 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5743 },
5744 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
5745 },
5746 ],
5747 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
5748 { # 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.
5749 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
5750 &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.
5751 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
5752 &quot;source&quot;: { # The source of a field. # The source of the field.
5753 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5754 &quot;type&quot;: &quot;A String&quot;, # The source type.
5755 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5756 &quot;userTypes&quot;: [ # Output only. The user types.
5757 &quot;A String&quot;,
5758 ],
5759 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5760 },
5761 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5762 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5763 },
5764 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5765 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5766 },
5767 },
5768 ],
5769 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
5770 &quot;locations&quot;: [ # The person&#x27;s locations.
5771 { # A person&#x27;s location.
5772 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
5773 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
5774 &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`
5775 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
5776 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
5777 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
5778 &quot;current&quot;: True or False, # Whether the location is the current location.
5779 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
5780 &quot;source&quot;: { # The source of a field. # The source of the field.
5781 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5782 &quot;type&quot;: &quot;A String&quot;, # The source type.
5783 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5784 &quot;userTypes&quot;: [ # Output only. The user types.
5785 &quot;A String&quot;,
5786 ],
5787 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5788 },
5789 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5790 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5791 },
5792 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5793 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5794 },
5795 },
5796 ],
5797 &quot;occupations&quot;: [ # The person&#x27;s occupations.
5798 { # A person&#x27;s occupation.
5799 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
5800 &quot;source&quot;: { # The source of a field. # The source of the field.
5801 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5802 &quot;type&quot;: &quot;A String&quot;, # The source type.
5803 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5804 &quot;userTypes&quot;: [ # Output only. The user types.
5805 &quot;A String&quot;,
5806 ],
5807 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5808 },
5809 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5810 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5811 },
5812 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5813 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5814 },
5815 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
5816 },
5817 ],
5818 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
5819 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
5820 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
5821 &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.
5822 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
5823 &quot;source&quot;: { # The source of a field. # The source of the field.
5824 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5825 &quot;type&quot;: &quot;A String&quot;, # The source type.
5826 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5827 &quot;userTypes&quot;: [ # Output only. The user types.
5828 &quot;A String&quot;,
5829 ],
5830 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5831 },
5832 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5833 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5834 },
5835 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5836 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5837 },
5838 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
5839 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
5840 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
5841 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
5842 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
5843 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
5844 &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.
5845 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
5846 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
5847 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
5848 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
5849 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
5850 },
5851 ],
5852 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
5853 { # A person&#x27;s email address.
5854 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
5855 &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`
5856 &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.
5857 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
5858 &quot;source&quot;: { # The source of a field. # The source of the field.
5859 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5860 &quot;type&quot;: &quot;A String&quot;, # The source type.
5861 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5862 &quot;userTypes&quot;: [ # Output only. The user types.
5863 &quot;A String&quot;,
5864 ],
5865 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5866 },
5867 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5868 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5869 },
5870 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5871 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5872 },
5873 &quot;value&quot;: &quot;A String&quot;, # The email address.
5874 },
5875 ],
5876 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
5877 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
5878 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
5879 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
5880 &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.
5881 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
5882 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
5883 &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`
5884 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
5885 &quot;source&quot;: { # The source of a field. # The source of the field.
5886 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5887 &quot;type&quot;: &quot;A String&quot;, # The source type.
5888 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5889 &quot;userTypes&quot;: [ # Output only. The user types.
5890 &quot;A String&quot;,
5891 ],
5892 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5893 },
5894 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5895 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5896 },
5897 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5898 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5899 },
5900 &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.
5901 &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.
5902 &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.
5903 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5904 },
5905 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
5906 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
5907 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
5908 &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.
5909 &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.
5910 &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.
5911 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5912 },
5913 &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.
5914 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
5915 },
5916 ],
5917 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
5918 { # A person&#x27;s calendar URL.
5919 &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.
5920 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
5921 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
5922 &quot;source&quot;: { # The source of a field. # The source of the field.
5923 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5924 &quot;type&quot;: &quot;A String&quot;, # The source type.
5925 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5926 &quot;userTypes&quot;: [ # Output only. The user types.
5927 &quot;A String&quot;,
5928 ],
5929 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5930 },
5931 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5932 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5933 },
5934 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5935 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5936 },
5937 &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`
5938 },
5939 ],
5940 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
5941 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
5942 &quot;value&quot;: &quot;A String&quot;, # The tagline.
5943 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
5944 &quot;source&quot;: { # The source of a field. # The source of the field.
5945 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5946 &quot;type&quot;: &quot;A String&quot;, # The source type.
5947 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5948 &quot;userTypes&quot;: [ # Output only. The user types.
5949 &quot;A String&quot;,
5950 ],
5951 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5952 },
5953 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5954 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5955 },
5956 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5957 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5958 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005959 },
5960 ],
5961 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
5962 { # A person&#x27;s short biography.
5963 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
5964 &quot;value&quot;: &quot;A String&quot;, # The short biography.
5965 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005966 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005967 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005968 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005969 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005970 &quot;userTypes&quot;: [ # Output only. The user types.
5971 &quot;A String&quot;,
5972 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005973 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005974 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005975 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005976 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5977 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005978 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005979 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5980 },
5981 },
5982 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005983 &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}`.
5984 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
5985 { # A person&#x27;s miscellaneous keyword.
5986 &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.
5987 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
5988 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005989 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005990 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005991 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005992 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005993 &quot;userTypes&quot;: [ # Output only. The user types.
5994 &quot;A String&quot;,
5995 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005996 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005997 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08005998 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005999 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6000 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006001 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006002 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6003 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006004 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
6005 },
6006 ],
6007 &quot;events&quot;: [ # The person&#x27;s events.
6008 { # An event related to the person.
6009 &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.
6010 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
6011 &quot;source&quot;: { # The source of a field. # The source of the field.
6012 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6013 &quot;type&quot;: &quot;A String&quot;, # The source type.
6014 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6015 &quot;userTypes&quot;: [ # Output only. The user types.
6016 &quot;A String&quot;,
6017 ],
6018 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6019 },
6020 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6021 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6022 },
6023 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6024 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6025 },
6026 &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.
6027 &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.
6028 &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.
6029 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6030 },
6031 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006032 },
6033 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006034 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
6035 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006036 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
6037 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
6038 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006039 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006040 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006041 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006042 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006043 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006044 &quot;userTypes&quot;: [ # Output only. The user types.
6045 &quot;A String&quot;,
6046 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006047 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006048 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006049 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006050 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6051 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006052 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006053 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6054 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006055 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
6056 &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.
6057 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
6058 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006059 },
6060 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006061 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
6062 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
6063 &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`
6064 &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.
6065 &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.
6066 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
6067 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
6068 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
6069 &quot;source&quot;: { # The source of a field. # The source of the field.
6070 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6071 &quot;type&quot;: &quot;A String&quot;, # The source type.
6072 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6073 &quot;userTypes&quot;: [ # Output only. The user types.
6074 &quot;A String&quot;,
6075 ],
6076 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6077 },
6078 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6079 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6080 },
6081 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6082 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6083 },
6084 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
6085 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
6086 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
6087 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
6088 &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.
6089 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
6090 },
6091 ],
6092 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
6093 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
6094 &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
6095 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
6096 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
6097 &quot;source&quot;: { # The source of a field. # The source of the field.
6098 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6099 &quot;type&quot;: &quot;A String&quot;, # The source type.
6100 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6101 &quot;userTypes&quot;: [ # Output only. The user types.
6102 &quot;A String&quot;,
6103 ],
6104 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6105 },
6106 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6107 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6108 },
6109 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6110 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6111 },
6112 },
6113 ],
6114 &quot;clientData&quot;: [ # The person&#x27;s client data.
6115 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
6116 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
6117 &quot;source&quot;: { # The source of a field. # The source of the field.
6118 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6119 &quot;type&quot;: &quot;A String&quot;, # The source type.
6120 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6121 &quot;userTypes&quot;: [ # Output only. The user types.
6122 &quot;A String&quot;,
6123 ],
6124 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6125 },
6126 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6127 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6128 },
6129 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6130 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6131 },
6132 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
6133 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
6134 },
6135 ],
6136 &quot;interests&quot;: [ # The person&#x27;s interests.
6137 { # One of the person&#x27;s interests.
6138 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
6139 &quot;source&quot;: { # The source of a field. # The source of the field.
6140 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6141 &quot;type&quot;: &quot;A String&quot;, # The source type.
6142 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6143 &quot;userTypes&quot;: [ # Output only. The user types.
6144 &quot;A String&quot;,
6145 ],
6146 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6147 },
6148 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6149 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6150 },
6151 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6152 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6153 },
6154 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
6155 },
6156 ],
6157 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
6158 { # 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.
6159 &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.
6160 &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.
6161 &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.
6162 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6163 },
6164 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
6165 &quot;source&quot;: { # The source of a field. # The source of the field.
6166 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6167 &quot;type&quot;: &quot;A String&quot;, # The source type.
6168 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6169 &quot;userTypes&quot;: [ # Output only. The user types.
6170 &quot;A String&quot;,
6171 ],
6172 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6173 },
6174 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6175 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6176 },
6177 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6178 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6179 },
6180 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
6181 },
6182 ],
6183 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
6184 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
6185 &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`
6186 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
6187 &quot;source&quot;: { # The source of a field. # The source of the field.
6188 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6189 &quot;type&quot;: &quot;A String&quot;, # The source type.
6190 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6191 &quot;userTypes&quot;: [ # Output only. The user types.
6192 &quot;A String&quot;,
6193 ],
6194 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6195 },
6196 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6197 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6198 },
6199 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6200 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6201 },
6202 &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.
6203 },
6204 ],
6205 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
6206 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
6207 &quot;A String&quot;,
6208 ],
6209 &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.
6210 &quot;A String&quot;,
6211 ],
6212 &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.
6213 &quot;sources&quot;: [ # The sources of data for the person.
6214 { # The source of a field.
6215 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6216 &quot;type&quot;: &quot;A String&quot;, # The source type.
6217 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6218 &quot;userTypes&quot;: [ # Output only. The user types.
6219 &quot;A String&quot;,
6220 ],
6221 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6222 },
6223 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6224 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6225 },
6226 ],
6227 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
6228 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006229 },
6230 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006231 &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 -07006232 }</pre>
6233</div>
6234
6235<div class="method">
6236 <code class="details" id="searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</code>
6237 <pre>Retrieves the next page of results.
6238
6239Args:
6240 previous_request: The request for the previous page. (required)
6241 previous_response: The response from the request for the previous page. (required)
6242
6243Returns:
6244 A request object that you can call &#x27;execute()&#x27; on to request the next
6245 page. Returns None if there are no more items in the collection.
6246 </pre>
6247</div>
6248
6249<div class="method">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006250 <code class="details" id="updateContact">updateContact(resourceName, body=None, personFields=None, updatePersonFields=None, sources=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006251 <pre>Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `&quot;failedPrecondition&quot;` if `person.metadata.sources.etag` is different than the contact&#x27;s etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006252
6253Args:
6254 resourceName: string, The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`. (required)
6255 body: object, The request body.
6256 The object takes the form of:
6257
6258{ # 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 Botc2228be2020-11-24 15:48:03 -08006259 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
6260 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
6261 &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`
6262 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006263 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006264 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006265 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006266 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006267 &quot;userTypes&quot;: [ # Output only. The user types.
6268 &quot;A String&quot;,
6269 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006270 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006271 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006272 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006273 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006274 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006275 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006276 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006277 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006278 &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.
6279 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006280 },
6281 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006282 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
6283 { # A person&#x27;s associated URLs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006284 &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`
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006285 &quot;value&quot;: &quot;A String&quot;, # The URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006286 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006287 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006288 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006289 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006290 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006291 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6292 &quot;userTypes&quot;: [ # Output only. The user types.
6293 &quot;A String&quot;,
6294 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006295 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006296 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006297 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006298 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6299 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006300 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006301 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6302 },
6303 },
6304 ],
6305 &quot;skills&quot;: [ # The person&#x27;s skills.
6306 { # A skill that the person has.
6307 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006308 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006309 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006310 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006311 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006312 &quot;userTypes&quot;: [ # Output only. The user types.
6313 &quot;A String&quot;,
6314 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006315 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006316 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006317 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006318 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6319 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006320 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006321 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6322 },
6323 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
6324 },
6325 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006326 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
6327 { # A person&#x27;s gender.
6328 &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.
6329 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006330 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006331 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006332 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006333 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006334 &quot;userTypes&quot;: [ # Output only. The user types.
6335 &quot;A String&quot;,
6336 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006337 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006338 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006339 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006340 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6341 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006342 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006343 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6344 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006345 &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`
6346 &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`
6347 },
6348 ],
6349 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
6350 { # A person&#x27;s nickname.
6351 &quot;value&quot;: &quot;A String&quot;, # The nickname.
6352 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
6353 &quot;source&quot;: { # The source of a field. # The source of the field.
6354 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6355 &quot;type&quot;: &quot;A String&quot;, # The source type.
6356 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6357 &quot;userTypes&quot;: [ # Output only. The user types.
6358 &quot;A String&quot;,
6359 ],
6360 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6361 },
6362 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6363 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6364 },
6365 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6366 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6367 },
6368 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
6369 },
6370 ],
6371 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
6372 { # An identifier from an external entity related to the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006373 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
6374 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006375 &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`
6376 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
6377 &quot;source&quot;: { # The source of a field. # The source of the field.
6378 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6379 &quot;type&quot;: &quot;A String&quot;, # The source type.
6380 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6381 &quot;userTypes&quot;: [ # Output only. The user types.
6382 &quot;A String&quot;,
6383 ],
6384 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6385 },
6386 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6387 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6388 },
6389 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6390 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6391 },
6392 },
6393 ],
6394 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
6395 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
6396 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
6397 &quot;source&quot;: { # The source of a field. # The source of the field.
6398 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6399 &quot;type&quot;: &quot;A String&quot;, # The source type.
6400 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6401 &quot;userTypes&quot;: [ # Output only. The user types.
6402 &quot;A String&quot;,
6403 ],
6404 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6405 },
6406 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6407 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6408 },
6409 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6410 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6411 },
6412 &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`
6413 &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.
6414 },
6415 ],
6416 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
6417 { # A person&#x27;s phone number.
6418 &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.
6419 &quot;value&quot;: &quot;A String&quot;, # The phone number.
6420 &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`
6421 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
6422 &quot;source&quot;: { # The source of a field. # The source of the field.
6423 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6424 &quot;type&quot;: &quot;A String&quot;, # The source type.
6425 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6426 &quot;userTypes&quot;: [ # Output only. The user types.
6427 &quot;A String&quot;,
6428 ],
6429 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6430 },
6431 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6432 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6433 },
6434 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6435 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6436 },
6437 &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.
6438 },
6439 ],
6440 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
6441 { # Arbitrary user data that is populated by the end users.
6442 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
6443 &quot;source&quot;: { # The source of a field. # The source of the field.
6444 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6445 &quot;type&quot;: &quot;A String&quot;, # The source type.
6446 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6447 &quot;userTypes&quot;: [ # Output only. The user types.
6448 &quot;A String&quot;,
6449 ],
6450 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6451 },
6452 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6453 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6454 },
6455 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6456 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6457 },
6458 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
6459 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
6460 },
6461 ],
6462 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
6463 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
6464 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
6465 &quot;source&quot;: { # The source of a field. # The source of the field.
6466 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6467 &quot;type&quot;: &quot;A String&quot;, # The source type.
6468 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6469 &quot;userTypes&quot;: [ # Output only. The user types.
6470 &quot;A String&quot;,
6471 ],
6472 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6473 },
6474 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6475 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6476 },
6477 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6478 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6479 },
6480 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
6481 },
6482 ],
6483 &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.
6484 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
6485 { # A person&#x27;s instant messaging client.
6486 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
6487 &quot;source&quot;: { # The source of a field. # The source of the field.
6488 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6489 &quot;type&quot;: &quot;A String&quot;, # The source type.
6490 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6491 &quot;userTypes&quot;: [ # Output only. The user types.
6492 &quot;A String&quot;,
6493 ],
6494 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6495 },
6496 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6497 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6498 },
6499 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6500 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6501 },
6502 &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`
6503 &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`
6504 &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.
6505 &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.
6506 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
6507 },
6508 ],
6509 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
6510 { # A person&#x27;s locale preference.
6511 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
6512 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
6513 &quot;source&quot;: { # The source of a field. # The source of the field.
6514 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6515 &quot;type&quot;: &quot;A String&quot;, # The source type.
6516 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6517 &quot;userTypes&quot;: [ # Output only. The user types.
6518 &quot;A String&quot;,
6519 ],
6520 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6521 },
6522 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6523 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6524 },
6525 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6526 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6527 },
6528 },
6529 ],
6530 &quot;relations&quot;: [ # The person&#x27;s relations.
6531 { # A person&#x27;s relation to another person.
6532 &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.
6533 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
6534 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
6535 &quot;source&quot;: { # The source of a field. # The source of the field.
6536 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6537 &quot;type&quot;: &quot;A String&quot;, # The source type.
6538 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6539 &quot;userTypes&quot;: [ # Output only. The user types.
6540 &quot;A String&quot;,
6541 ],
6542 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6543 },
6544 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6545 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6546 },
6547 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6548 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6549 },
6550 &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`
6551 },
6552 ],
6553 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
6554 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
6555 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
6556 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
6557 &quot;source&quot;: { # The source of a field. # The source of the field.
6558 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6559 &quot;type&quot;: &quot;A String&quot;, # The source type.
6560 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6561 &quot;userTypes&quot;: [ # Output only. The user types.
6562 &quot;A String&quot;,
6563 ],
6564 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6565 },
6566 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6567 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6568 },
6569 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6570 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6571 },
6572 &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.
6573 },
6574 ],
6575 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
6576 { # The name that should be used to sort the person in a list.
6577 &quot;value&quot;: &quot;A String&quot;, # The file-as value
6578 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
6579 &quot;source&quot;: { # The source of a field. # The source of the field.
6580 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6581 &quot;type&quot;: &quot;A String&quot;, # The source type.
6582 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6583 &quot;userTypes&quot;: [ # Output only. The user types.
6584 &quot;A String&quot;,
6585 ],
6586 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6587 },
6588 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6589 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6590 },
6591 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6592 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6593 },
6594 },
6595 ],
6596 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
6597 { # A person&#x27;s age range.
6598 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
6599 &quot;source&quot;: { # The source of a field. # The source of the field.
6600 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6601 &quot;type&quot;: &quot;A String&quot;, # The source type.
6602 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6603 &quot;userTypes&quot;: [ # Output only. The user types.
6604 &quot;A String&quot;,
6605 ],
6606 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6607 },
6608 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6609 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6610 },
6611 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6612 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6613 },
6614 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
6615 },
6616 ],
6617 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
6618 { # 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.
6619 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
6620 &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.
6621 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
6622 &quot;source&quot;: { # The source of a field. # The source of the field.
6623 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6624 &quot;type&quot;: &quot;A String&quot;, # The source type.
6625 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6626 &quot;userTypes&quot;: [ # Output only. The user types.
6627 &quot;A String&quot;,
6628 ],
6629 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6630 },
6631 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6632 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6633 },
6634 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6635 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6636 },
6637 },
6638 ],
6639 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
6640 &quot;locations&quot;: [ # The person&#x27;s locations.
6641 { # A person&#x27;s location.
6642 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
6643 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
6644 &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`
6645 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
6646 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
6647 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
6648 &quot;current&quot;: True or False, # Whether the location is the current location.
6649 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
6650 &quot;source&quot;: { # The source of a field. # The source of the field.
6651 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6652 &quot;type&quot;: &quot;A String&quot;, # The source type.
6653 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6654 &quot;userTypes&quot;: [ # Output only. The user types.
6655 &quot;A String&quot;,
6656 ],
6657 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6658 },
6659 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6660 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6661 },
6662 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6663 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6664 },
6665 },
6666 ],
6667 &quot;occupations&quot;: [ # The person&#x27;s occupations.
6668 { # A person&#x27;s occupation.
6669 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
6670 &quot;source&quot;: { # The source of a field. # The source of the field.
6671 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6672 &quot;type&quot;: &quot;A String&quot;, # The source type.
6673 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6674 &quot;userTypes&quot;: [ # Output only. The user types.
6675 &quot;A String&quot;,
6676 ],
6677 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6678 },
6679 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6680 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6681 },
6682 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6683 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6684 },
6685 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
6686 },
6687 ],
6688 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
6689 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
6690 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
6691 &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.
6692 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
6693 &quot;source&quot;: { # The source of a field. # The source of the field.
6694 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6695 &quot;type&quot;: &quot;A String&quot;, # The source type.
6696 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6697 &quot;userTypes&quot;: [ # Output only. The user types.
6698 &quot;A String&quot;,
6699 ],
6700 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6701 },
6702 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6703 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6704 },
6705 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6706 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6707 },
6708 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
6709 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
6710 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
6711 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
6712 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
6713 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
6714 &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.
6715 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
6716 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
6717 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
6718 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
6719 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
6720 },
6721 ],
6722 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
6723 { # A person&#x27;s email address.
6724 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
6725 &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`
6726 &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.
6727 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
6728 &quot;source&quot;: { # The source of a field. # The source of the field.
6729 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6730 &quot;type&quot;: &quot;A String&quot;, # The source type.
6731 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6732 &quot;userTypes&quot;: [ # Output only. The user types.
6733 &quot;A String&quot;,
6734 ],
6735 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6736 },
6737 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6738 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6739 },
6740 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6741 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6742 },
6743 &quot;value&quot;: &quot;A String&quot;, # The email address.
6744 },
6745 ],
6746 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
6747 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
6748 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
6749 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
6750 &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.
6751 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
6752 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
6753 &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`
6754 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
6755 &quot;source&quot;: { # The source of a field. # The source of the field.
6756 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6757 &quot;type&quot;: &quot;A String&quot;, # The source type.
6758 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6759 &quot;userTypes&quot;: [ # Output only. The user types.
6760 &quot;A String&quot;,
6761 ],
6762 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6763 },
6764 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6765 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6766 },
6767 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6768 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6769 },
6770 &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.
6771 &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.
6772 &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.
6773 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6774 },
6775 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
6776 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
6777 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
6778 &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.
6779 &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.
6780 &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.
6781 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6782 },
6783 &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.
6784 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
6785 },
6786 ],
6787 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
6788 { # A person&#x27;s calendar URL.
6789 &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.
6790 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
6791 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
6792 &quot;source&quot;: { # The source of a field. # The source of the field.
6793 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6794 &quot;type&quot;: &quot;A String&quot;, # The source type.
6795 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6796 &quot;userTypes&quot;: [ # Output only. The user types.
6797 &quot;A String&quot;,
6798 ],
6799 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6800 },
6801 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6802 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6803 },
6804 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6805 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6806 },
6807 &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`
6808 },
6809 ],
6810 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
6811 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
6812 &quot;value&quot;: &quot;A String&quot;, # The tagline.
6813 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
6814 &quot;source&quot;: { # The source of a field. # The source of the field.
6815 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6816 &quot;type&quot;: &quot;A String&quot;, # The source type.
6817 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6818 &quot;userTypes&quot;: [ # Output only. The user types.
6819 &quot;A String&quot;,
6820 ],
6821 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6822 },
6823 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6824 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6825 },
6826 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6827 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6828 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006829 },
6830 ],
6831 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
6832 { # A person&#x27;s short biography.
6833 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
6834 &quot;value&quot;: &quot;A String&quot;, # The short biography.
6835 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006836 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006837 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006838 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006839 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006840 &quot;userTypes&quot;: [ # Output only. The user types.
6841 &quot;A String&quot;,
6842 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006843 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006844 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006845 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006846 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6847 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006848 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006849 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6850 },
6851 },
6852 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006853 &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}`.
6854 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
6855 { # A person&#x27;s miscellaneous keyword.
6856 &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.
6857 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
6858 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006859 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006860 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006861 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006862 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006863 &quot;userTypes&quot;: [ # Output only. The user types.
6864 &quot;A String&quot;,
6865 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006866 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006867 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006868 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006869 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6870 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006871 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006872 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6873 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006874 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
6875 },
6876 ],
6877 &quot;events&quot;: [ # The person&#x27;s events.
6878 { # An event related to the person.
6879 &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.
6880 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
6881 &quot;source&quot;: { # The source of a field. # The source of the field.
6882 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6883 &quot;type&quot;: &quot;A String&quot;, # The source type.
6884 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6885 &quot;userTypes&quot;: [ # Output only. The user types.
6886 &quot;A String&quot;,
6887 ],
6888 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6889 },
6890 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6891 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6892 },
6893 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6894 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6895 },
6896 &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.
6897 &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.
6898 &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.
6899 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6900 },
6901 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006902 },
6903 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006904 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
6905 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006906 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
6907 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
6908 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006909 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006910 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006911 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006912 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006913 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006914 &quot;userTypes&quot;: [ # Output only. The user types.
6915 &quot;A String&quot;,
6916 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006917 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006918 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006919 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006920 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6921 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006922 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006923 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6924 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006925 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
6926 &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.
6927 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
6928 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006929 },
6930 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08006931 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
6932 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
6933 &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`
6934 &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.
6935 &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.
6936 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
6937 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
6938 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
6939 &quot;source&quot;: { # The source of a field. # The source of the field.
6940 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6941 &quot;type&quot;: &quot;A String&quot;, # The source type.
6942 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6943 &quot;userTypes&quot;: [ # Output only. The user types.
6944 &quot;A String&quot;,
6945 ],
6946 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6947 },
6948 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6949 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6950 },
6951 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6952 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6953 },
6954 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
6955 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
6956 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
6957 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
6958 &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.
6959 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
6960 },
6961 ],
6962 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
6963 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
6964 &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
6965 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
6966 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
6967 &quot;source&quot;: { # The source of a field. # The source of the field.
6968 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6969 &quot;type&quot;: &quot;A String&quot;, # The source type.
6970 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6971 &quot;userTypes&quot;: [ # Output only. The user types.
6972 &quot;A String&quot;,
6973 ],
6974 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6975 },
6976 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6977 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6978 },
6979 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6980 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6981 },
6982 },
6983 ],
6984 &quot;clientData&quot;: [ # The person&#x27;s client data.
6985 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
6986 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
6987 &quot;source&quot;: { # The source of a field. # The source of the field.
6988 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6989 &quot;type&quot;: &quot;A String&quot;, # The source type.
6990 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6991 &quot;userTypes&quot;: [ # Output only. The user types.
6992 &quot;A String&quot;,
6993 ],
6994 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6995 },
6996 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6997 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6998 },
6999 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7000 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7001 },
7002 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
7003 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
7004 },
7005 ],
7006 &quot;interests&quot;: [ # The person&#x27;s interests.
7007 { # One of the person&#x27;s interests.
7008 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
7009 &quot;source&quot;: { # The source of a field. # The source of the field.
7010 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7011 &quot;type&quot;: &quot;A String&quot;, # The source type.
7012 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7013 &quot;userTypes&quot;: [ # Output only. The user types.
7014 &quot;A String&quot;,
7015 ],
7016 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7017 },
7018 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7019 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7020 },
7021 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7022 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7023 },
7024 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
7025 },
7026 ],
7027 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
7028 { # 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.
7029 &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.
7030 &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.
7031 &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.
7032 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7033 },
7034 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
7035 &quot;source&quot;: { # The source of a field. # The source of the field.
7036 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7037 &quot;type&quot;: &quot;A String&quot;, # The source type.
7038 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7039 &quot;userTypes&quot;: [ # Output only. The user types.
7040 &quot;A String&quot;,
7041 ],
7042 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7043 },
7044 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7045 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7046 },
7047 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7048 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7049 },
7050 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
7051 },
7052 ],
7053 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
7054 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
7055 &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`
7056 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
7057 &quot;source&quot;: { # The source of a field. # The source of the field.
7058 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7059 &quot;type&quot;: &quot;A String&quot;, # The source type.
7060 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7061 &quot;userTypes&quot;: [ # Output only. The user types.
7062 &quot;A String&quot;,
7063 ],
7064 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7065 },
7066 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7067 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7068 },
7069 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7070 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7071 },
7072 &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.
7073 },
7074 ],
7075 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
7076 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
7077 &quot;A String&quot;,
7078 ],
7079 &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.
7080 &quot;A String&quot;,
7081 ],
7082 &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.
7083 &quot;sources&quot;: [ # The sources of data for the person.
7084 { # The source of a field.
7085 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7086 &quot;type&quot;: &quot;A String&quot;, # The source type.
7087 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7088 &quot;userTypes&quot;: [ # Output only. The user types.
7089 &quot;A String&quot;,
7090 ],
7091 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7092 },
7093 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7094 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7095 },
7096 ],
7097 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
7098 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007099}
7100
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007101 personFields: string, Optional. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * 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 Botc2228be2020-11-24 15:48:03 -08007102 updatePersonFields: string, Required. A field mask to restrict which fields on the person are updated. Multiple fields can be specified by separating them with commas. All updated fields will be replaced. Valid values are: * addresses * biographies * birthdays * calendarUrls * clientData * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * relations * sipAddresses * urls * userDefined
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007103 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated)
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007104 Allowed values
7105 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
7106 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
7107 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
7108 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007109 x__xgafv: string, V1 error format.
7110 Allowed values
7111 1 - v1 error format
7112 2 - v2 error format
7113
7114Returns:
7115 An object of the form:
7116
7117 { # 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 Botc2228be2020-11-24 15:48:03 -08007118 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
7119 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
7120 &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`
7121 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007122 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007123 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007124 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007125 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007126 &quot;userTypes&quot;: [ # Output only. The user types.
7127 &quot;A String&quot;,
7128 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007129 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007130 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007131 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007132 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007133 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007134 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007135 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007136 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007137 &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.
7138 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007139 },
7140 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007141 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
7142 { # A person&#x27;s associated URLs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007143 &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`
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007144 &quot;value&quot;: &quot;A String&quot;, # The URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007145 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007146 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007147 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007148 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007149 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007150 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7151 &quot;userTypes&quot;: [ # Output only. The user types.
7152 &quot;A String&quot;,
7153 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007154 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007155 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007156 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007157 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7158 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007159 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007160 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7161 },
7162 },
7163 ],
7164 &quot;skills&quot;: [ # The person&#x27;s skills.
7165 { # A skill that the person has.
7166 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007167 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007168 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007169 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007170 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007171 &quot;userTypes&quot;: [ # Output only. The user types.
7172 &quot;A String&quot;,
7173 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007174 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007175 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007176 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007177 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7178 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007179 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007180 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7181 },
7182 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
7183 },
7184 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007185 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
7186 { # A person&#x27;s gender.
7187 &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.
7188 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007189 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007190 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007191 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007192 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007193 &quot;userTypes&quot;: [ # Output only. The user types.
7194 &quot;A String&quot;,
7195 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007196 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007197 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007198 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007199 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7200 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007201 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007202 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7203 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007204 &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`
7205 &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`
7206 },
7207 ],
7208 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
7209 { # A person&#x27;s nickname.
7210 &quot;value&quot;: &quot;A String&quot;, # The nickname.
7211 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
7212 &quot;source&quot;: { # The source of a field. # The source of the field.
7213 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7214 &quot;type&quot;: &quot;A String&quot;, # The source type.
7215 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7216 &quot;userTypes&quot;: [ # Output only. The user types.
7217 &quot;A String&quot;,
7218 ],
7219 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7220 },
7221 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7222 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7223 },
7224 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7225 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7226 },
7227 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
7228 },
7229 ],
7230 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
7231 { # An identifier from an external entity related to the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007232 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
7233 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007234 &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`
7235 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
7236 &quot;source&quot;: { # The source of a field. # The source of the field.
7237 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7238 &quot;type&quot;: &quot;A String&quot;, # The source type.
7239 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7240 &quot;userTypes&quot;: [ # Output only. The user types.
7241 &quot;A String&quot;,
7242 ],
7243 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7244 },
7245 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7246 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7247 },
7248 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7249 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7250 },
7251 },
7252 ],
7253 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
7254 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
7255 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
7256 &quot;source&quot;: { # The source of a field. # The source of the field.
7257 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7258 &quot;type&quot;: &quot;A String&quot;, # The source type.
7259 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7260 &quot;userTypes&quot;: [ # Output only. The user types.
7261 &quot;A String&quot;,
7262 ],
7263 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7264 },
7265 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7266 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7267 },
7268 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7269 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7270 },
7271 &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`
7272 &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.
7273 },
7274 ],
7275 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
7276 { # A person&#x27;s phone number.
7277 &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.
7278 &quot;value&quot;: &quot;A String&quot;, # The phone number.
7279 &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`
7280 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
7281 &quot;source&quot;: { # The source of a field. # The source of the field.
7282 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7283 &quot;type&quot;: &quot;A String&quot;, # The source type.
7284 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7285 &quot;userTypes&quot;: [ # Output only. The user types.
7286 &quot;A String&quot;,
7287 ],
7288 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7289 },
7290 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7291 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7292 },
7293 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7294 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7295 },
7296 &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.
7297 },
7298 ],
7299 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
7300 { # Arbitrary user data that is populated by the end users.
7301 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
7302 &quot;source&quot;: { # The source of a field. # The source of the field.
7303 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7304 &quot;type&quot;: &quot;A String&quot;, # The source type.
7305 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7306 &quot;userTypes&quot;: [ # Output only. The user types.
7307 &quot;A String&quot;,
7308 ],
7309 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7310 },
7311 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7312 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7313 },
7314 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7315 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7316 },
7317 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
7318 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
7319 },
7320 ],
7321 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
7322 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
7323 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
7324 &quot;source&quot;: { # The source of a field. # The source of the field.
7325 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7326 &quot;type&quot;: &quot;A String&quot;, # The source type.
7327 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7328 &quot;userTypes&quot;: [ # Output only. The user types.
7329 &quot;A String&quot;,
7330 ],
7331 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7332 },
7333 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7334 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7335 },
7336 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7337 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7338 },
7339 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
7340 },
7341 ],
7342 &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.
7343 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
7344 { # A person&#x27;s instant messaging client.
7345 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
7346 &quot;source&quot;: { # The source of a field. # The source of the field.
7347 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7348 &quot;type&quot;: &quot;A String&quot;, # The source type.
7349 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7350 &quot;userTypes&quot;: [ # Output only. The user types.
7351 &quot;A String&quot;,
7352 ],
7353 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7354 },
7355 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7356 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7357 },
7358 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7359 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7360 },
7361 &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`
7362 &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`
7363 &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.
7364 &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.
7365 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
7366 },
7367 ],
7368 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
7369 { # A person&#x27;s locale preference.
7370 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
7371 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
7372 &quot;source&quot;: { # The source of a field. # The source of the field.
7373 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7374 &quot;type&quot;: &quot;A String&quot;, # The source type.
7375 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7376 &quot;userTypes&quot;: [ # Output only. The user types.
7377 &quot;A String&quot;,
7378 ],
7379 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7380 },
7381 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7382 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7383 },
7384 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7385 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7386 },
7387 },
7388 ],
7389 &quot;relations&quot;: [ # The person&#x27;s relations.
7390 { # A person&#x27;s relation to another person.
7391 &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.
7392 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
7393 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
7394 &quot;source&quot;: { # The source of a field. # The source of the field.
7395 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7396 &quot;type&quot;: &quot;A String&quot;, # The source type.
7397 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7398 &quot;userTypes&quot;: [ # Output only. The user types.
7399 &quot;A String&quot;,
7400 ],
7401 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7402 },
7403 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7404 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7405 },
7406 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7407 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7408 },
7409 &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`
7410 },
7411 ],
7412 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
7413 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
7414 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
7415 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
7416 &quot;source&quot;: { # The source of a field. # The source of the field.
7417 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7418 &quot;type&quot;: &quot;A String&quot;, # The source type.
7419 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7420 &quot;userTypes&quot;: [ # Output only. The user types.
7421 &quot;A String&quot;,
7422 ],
7423 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7424 },
7425 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7426 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7427 },
7428 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7429 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7430 },
7431 &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.
7432 },
7433 ],
7434 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
7435 { # The name that should be used to sort the person in a list.
7436 &quot;value&quot;: &quot;A String&quot;, # The file-as value
7437 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
7438 &quot;source&quot;: { # The source of a field. # The source of the field.
7439 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7440 &quot;type&quot;: &quot;A String&quot;, # The source type.
7441 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7442 &quot;userTypes&quot;: [ # Output only. The user types.
7443 &quot;A String&quot;,
7444 ],
7445 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7446 },
7447 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7448 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7449 },
7450 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7451 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7452 },
7453 },
7454 ],
7455 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
7456 { # A person&#x27;s age range.
7457 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
7458 &quot;source&quot;: { # The source of a field. # The source of the field.
7459 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7460 &quot;type&quot;: &quot;A String&quot;, # The source type.
7461 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7462 &quot;userTypes&quot;: [ # Output only. The user types.
7463 &quot;A String&quot;,
7464 ],
7465 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7466 },
7467 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7468 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7469 },
7470 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7471 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7472 },
7473 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
7474 },
7475 ],
7476 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
7477 { # 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.
7478 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
7479 &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.
7480 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
7481 &quot;source&quot;: { # The source of a field. # The source of the field.
7482 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7483 &quot;type&quot;: &quot;A String&quot;, # The source type.
7484 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7485 &quot;userTypes&quot;: [ # Output only. The user types.
7486 &quot;A String&quot;,
7487 ],
7488 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7489 },
7490 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7491 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7492 },
7493 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7494 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7495 },
7496 },
7497 ],
7498 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
7499 &quot;locations&quot;: [ # The person&#x27;s locations.
7500 { # A person&#x27;s location.
7501 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
7502 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
7503 &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`
7504 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
7505 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
7506 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
7507 &quot;current&quot;: True or False, # Whether the location is the current location.
7508 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
7509 &quot;source&quot;: { # The source of a field. # The source of the field.
7510 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7511 &quot;type&quot;: &quot;A String&quot;, # The source type.
7512 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7513 &quot;userTypes&quot;: [ # Output only. The user types.
7514 &quot;A String&quot;,
7515 ],
7516 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7517 },
7518 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7519 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7520 },
7521 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7522 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7523 },
7524 },
7525 ],
7526 &quot;occupations&quot;: [ # The person&#x27;s occupations.
7527 { # A person&#x27;s occupation.
7528 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
7529 &quot;source&quot;: { # The source of a field. # The source of the field.
7530 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7531 &quot;type&quot;: &quot;A String&quot;, # The source type.
7532 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7533 &quot;userTypes&quot;: [ # Output only. The user types.
7534 &quot;A String&quot;,
7535 ],
7536 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7537 },
7538 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7539 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7540 },
7541 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7542 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7543 },
7544 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
7545 },
7546 ],
7547 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
7548 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
7549 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
7550 &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.
7551 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
7552 &quot;source&quot;: { # The source of a field. # The source of the field.
7553 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7554 &quot;type&quot;: &quot;A String&quot;, # The source type.
7555 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7556 &quot;userTypes&quot;: [ # Output only. The user types.
7557 &quot;A String&quot;,
7558 ],
7559 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7560 },
7561 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7562 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7563 },
7564 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7565 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7566 },
7567 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
7568 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
7569 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
7570 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
7571 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
7572 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
7573 &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.
7574 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
7575 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
7576 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
7577 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
7578 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
7579 },
7580 ],
7581 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
7582 { # A person&#x27;s email address.
7583 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
7584 &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`
7585 &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.
7586 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
7587 &quot;source&quot;: { # The source of a field. # The source of the field.
7588 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7589 &quot;type&quot;: &quot;A String&quot;, # The source type.
7590 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7591 &quot;userTypes&quot;: [ # Output only. The user types.
7592 &quot;A String&quot;,
7593 ],
7594 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7595 },
7596 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7597 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7598 },
7599 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7600 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7601 },
7602 &quot;value&quot;: &quot;A String&quot;, # The email address.
7603 },
7604 ],
7605 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
7606 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
7607 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
7608 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
7609 &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.
7610 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
7611 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
7612 &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`
7613 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
7614 &quot;source&quot;: { # The source of a field. # The source of the field.
7615 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7616 &quot;type&quot;: &quot;A String&quot;, # The source type.
7617 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7618 &quot;userTypes&quot;: [ # Output only. The user types.
7619 &quot;A String&quot;,
7620 ],
7621 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7622 },
7623 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7624 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7625 },
7626 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7627 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7628 },
7629 &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.
7630 &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.
7631 &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.
7632 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7633 },
7634 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
7635 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
7636 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
7637 &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.
7638 &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.
7639 &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.
7640 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7641 },
7642 &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.
7643 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
7644 },
7645 ],
7646 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
7647 { # A person&#x27;s calendar URL.
7648 &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.
7649 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
7650 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
7651 &quot;source&quot;: { # The source of a field. # The source of the field.
7652 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7653 &quot;type&quot;: &quot;A String&quot;, # The source type.
7654 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7655 &quot;userTypes&quot;: [ # Output only. The user types.
7656 &quot;A String&quot;,
7657 ],
7658 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7659 },
7660 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7661 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7662 },
7663 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7664 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7665 },
7666 &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`
7667 },
7668 ],
7669 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
7670 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
7671 &quot;value&quot;: &quot;A String&quot;, # The tagline.
7672 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
7673 &quot;source&quot;: { # The source of a field. # The source of the field.
7674 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7675 &quot;type&quot;: &quot;A String&quot;, # The source type.
7676 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7677 &quot;userTypes&quot;: [ # Output only. The user types.
7678 &quot;A String&quot;,
7679 ],
7680 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7681 },
7682 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7683 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7684 },
7685 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7686 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7687 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007688 },
7689 ],
7690 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
7691 { # A person&#x27;s short biography.
7692 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
7693 &quot;value&quot;: &quot;A String&quot;, # The short biography.
7694 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007695 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007696 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007697 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007698 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007699 &quot;userTypes&quot;: [ # Output only. The user types.
7700 &quot;A String&quot;,
7701 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007702 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007703 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007704 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007705 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7706 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007707 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007708 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7709 },
7710 },
7711 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007712 &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}`.
7713 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
7714 { # A person&#x27;s miscellaneous keyword.
7715 &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.
7716 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
7717 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007718 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007719 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007720 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007721 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007722 &quot;userTypes&quot;: [ # Output only. The user types.
7723 &quot;A String&quot;,
7724 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007725 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007726 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007727 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007728 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7729 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007730 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007731 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7732 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007733 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
7734 },
7735 ],
7736 &quot;events&quot;: [ # The person&#x27;s events.
7737 { # An event related to the person.
7738 &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.
7739 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
7740 &quot;source&quot;: { # The source of a field. # The source of the field.
7741 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7742 &quot;type&quot;: &quot;A String&quot;, # The source type.
7743 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7744 &quot;userTypes&quot;: [ # Output only. The user types.
7745 &quot;A String&quot;,
7746 ],
7747 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7748 },
7749 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7750 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7751 },
7752 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7753 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7754 },
7755 &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.
7756 &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.
7757 &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.
7758 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7759 },
7760 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007761 },
7762 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007763 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
7764 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007765 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
7766 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
7767 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007768 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007769 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007770 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007771 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007772 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007773 &quot;userTypes&quot;: [ # Output only. The user types.
7774 &quot;A String&quot;,
7775 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007776 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007777 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007778 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007779 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7780 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007781 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007782 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7783 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007784 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
7785 &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.
7786 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
7787 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007788 },
7789 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007790 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
7791 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
7792 &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`
7793 &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.
7794 &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.
7795 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
7796 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
7797 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
7798 &quot;source&quot;: { # The source of a field. # The source of the field.
7799 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7800 &quot;type&quot;: &quot;A String&quot;, # The source type.
7801 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7802 &quot;userTypes&quot;: [ # Output only. The user types.
7803 &quot;A String&quot;,
7804 ],
7805 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7806 },
7807 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7808 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7809 },
7810 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7811 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7812 },
7813 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
7814 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
7815 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
7816 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
7817 &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.
7818 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
7819 },
7820 ],
7821 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
7822 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
7823 &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
7824 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
7825 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
7826 &quot;source&quot;: { # The source of a field. # The source of the field.
7827 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7828 &quot;type&quot;: &quot;A String&quot;, # The source type.
7829 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7830 &quot;userTypes&quot;: [ # Output only. The user types.
7831 &quot;A String&quot;,
7832 ],
7833 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7834 },
7835 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7836 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7837 },
7838 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7839 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7840 },
7841 },
7842 ],
7843 &quot;clientData&quot;: [ # The person&#x27;s client data.
7844 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
7845 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
7846 &quot;source&quot;: { # The source of a field. # The source of the field.
7847 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7848 &quot;type&quot;: &quot;A String&quot;, # The source type.
7849 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7850 &quot;userTypes&quot;: [ # Output only. The user types.
7851 &quot;A String&quot;,
7852 ],
7853 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7854 },
7855 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7856 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7857 },
7858 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7859 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7860 },
7861 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
7862 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
7863 },
7864 ],
7865 &quot;interests&quot;: [ # The person&#x27;s interests.
7866 { # One of the person&#x27;s interests.
7867 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
7868 &quot;source&quot;: { # The source of a field. # The source of the field.
7869 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7870 &quot;type&quot;: &quot;A String&quot;, # The source type.
7871 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7872 &quot;userTypes&quot;: [ # Output only. The user types.
7873 &quot;A String&quot;,
7874 ],
7875 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7876 },
7877 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7878 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7879 },
7880 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7881 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7882 },
7883 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
7884 },
7885 ],
7886 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
7887 { # 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.
7888 &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.
7889 &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.
7890 &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.
7891 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7892 },
7893 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
7894 &quot;source&quot;: { # The source of a field. # The source of the field.
7895 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7896 &quot;type&quot;: &quot;A String&quot;, # The source type.
7897 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7898 &quot;userTypes&quot;: [ # Output only. The user types.
7899 &quot;A String&quot;,
7900 ],
7901 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7902 },
7903 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7904 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7905 },
7906 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7907 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7908 },
7909 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
7910 },
7911 ],
7912 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
7913 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
7914 &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`
7915 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
7916 &quot;source&quot;: { # The source of a field. # The source of the field.
7917 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7918 &quot;type&quot;: &quot;A String&quot;, # The source type.
7919 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7920 &quot;userTypes&quot;: [ # Output only. The user types.
7921 &quot;A String&quot;,
7922 ],
7923 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7924 },
7925 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7926 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7927 },
7928 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7929 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7930 },
7931 &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.
7932 },
7933 ],
7934 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
7935 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
7936 &quot;A String&quot;,
7937 ],
7938 &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.
7939 &quot;A String&quot;,
7940 ],
7941 &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.
7942 &quot;sources&quot;: [ # The sources of data for the person.
7943 { # The source of a field.
7944 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7945 &quot;type&quot;: &quot;A String&quot;, # The source type.
7946 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7947 &quot;userTypes&quot;: [ # Output only. The user types.
7948 &quot;A String&quot;,
7949 ],
7950 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7951 },
7952 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7953 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7954 },
7955 ],
7956 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
7957 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07007958 }</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -07007959</div>
7960
7961<div class="method">
7962 <code class="details" id="updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07007963 <pre>Update a contact&#x27;s photo.
Dan O'Mearadd494642020-05-01 07:42:23 -07007964
7965Args:
7966 resourceName: string, Required. Person resource name (required)
7967 body: object, The request body.
7968 The object takes the form of:
7969
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007970{ # A request to update an existing contact&#x27;s photo. All requests must have a valid photo format: JPEG or PNG.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007971 &quot;photoBytes&quot;: &quot;A String&quot;, # Required. Raw photo bytes
7972 &quot;personFields&quot;: &quot;A String&quot;, # Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to empty if not set, which will skip the post mutate get. Valid values are: * addresses * ageRanges * biographies * birthdays * 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
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007973 &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 -07007974 &quot;A String&quot;,
7975 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07007976 }
7977
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07007978 x__xgafv: string, V1 error format.
7979 Allowed values
7980 1 - v1 error format
7981 2 - v2 error format
7982
7983Returns:
7984 An object of the form:
7985
Bu Sun Kim65020912020-05-20 12:08:20 -07007986 { # The response for updating a contact&#x27;s photo.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007987 &quot;person&quot;: { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The updated person, if person_fields is set in the UpdateContactPhotoRequest; otherwise this will be unset.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007988 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
7989 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
7990 &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`
7991 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007992 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007993 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007994 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007995 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007996 &quot;userTypes&quot;: [ # Output only. The user types.
7997 &quot;A String&quot;,
7998 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007999 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008000 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008001 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008002 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008003 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008004 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008005 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008006 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008007 &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.
8008 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008009 },
8010 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008011 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
8012 { # A person&#x27;s associated URLs.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008013 &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`
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008014 &quot;value&quot;: &quot;A String&quot;, # The URL.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008015 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008016 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008017 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008018 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008019 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008020 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8021 &quot;userTypes&quot;: [ # Output only. The user types.
8022 &quot;A String&quot;,
8023 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008024 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008025 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008026 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008027 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8028 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008029 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008030 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8031 },
8032 },
8033 ],
8034 &quot;skills&quot;: [ # The person&#x27;s skills.
8035 { # A skill that the person has.
8036 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008037 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008038 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008039 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008040 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008041 &quot;userTypes&quot;: [ # Output only. The user types.
8042 &quot;A String&quot;,
8043 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008044 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008045 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008046 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008047 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8048 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008049 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008050 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8051 },
8052 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
8053 },
8054 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008055 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
8056 { # A person&#x27;s gender.
8057 &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.
8058 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008059 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008060 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008061 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008062 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008063 &quot;userTypes&quot;: [ # Output only. The user types.
8064 &quot;A String&quot;,
8065 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008066 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008067 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008068 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008069 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8070 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008071 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008072 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8073 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008074 &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`
8075 &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`
8076 },
8077 ],
8078 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
8079 { # A person&#x27;s nickname.
8080 &quot;value&quot;: &quot;A String&quot;, # The nickname.
8081 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
8082 &quot;source&quot;: { # The source of a field. # The source of the field.
8083 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8084 &quot;type&quot;: &quot;A String&quot;, # The source type.
8085 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8086 &quot;userTypes&quot;: [ # Output only. The user types.
8087 &quot;A String&quot;,
8088 ],
8089 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8090 },
8091 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8092 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8093 },
8094 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8095 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8096 },
8097 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
8098 },
8099 ],
8100 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
8101 { # An identifier from an external entity related to the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008102 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
8103 &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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008104 &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`
8105 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
8106 &quot;source&quot;: { # The source of a field. # The source of the field.
8107 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8108 &quot;type&quot;: &quot;A String&quot;, # The source type.
8109 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8110 &quot;userTypes&quot;: [ # Output only. The user types.
8111 &quot;A String&quot;,
8112 ],
8113 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8114 },
8115 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8116 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8117 },
8118 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8119 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8120 },
8121 },
8122 ],
8123 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
8124 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
8125 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
8126 &quot;source&quot;: { # The source of a field. # The source of the field.
8127 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8128 &quot;type&quot;: &quot;A String&quot;, # The source type.
8129 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8130 &quot;userTypes&quot;: [ # Output only. The user types.
8131 &quot;A String&quot;,
8132 ],
8133 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8134 },
8135 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8136 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8137 },
8138 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8139 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8140 },
8141 &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`
8142 &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.
8143 },
8144 ],
8145 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
8146 { # A person&#x27;s phone number.
8147 &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.
8148 &quot;value&quot;: &quot;A String&quot;, # The phone number.
8149 &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`
8150 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
8151 &quot;source&quot;: { # The source of a field. # The source of the field.
8152 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8153 &quot;type&quot;: &quot;A String&quot;, # The source type.
8154 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8155 &quot;userTypes&quot;: [ # Output only. The user types.
8156 &quot;A String&quot;,
8157 ],
8158 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8159 },
8160 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8161 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8162 },
8163 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8164 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8165 },
8166 &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.
8167 },
8168 ],
8169 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
8170 { # Arbitrary user data that is populated by the end users.
8171 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
8172 &quot;source&quot;: { # The source of a field. # The source of the field.
8173 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8174 &quot;type&quot;: &quot;A String&quot;, # The source type.
8175 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8176 &quot;userTypes&quot;: [ # Output only. The user types.
8177 &quot;A String&quot;,
8178 ],
8179 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8180 },
8181 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8182 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8183 },
8184 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8185 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8186 },
8187 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
8188 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
8189 },
8190 ],
8191 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
8192 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
8193 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
8194 &quot;source&quot;: { # The source of a field. # The source of the field.
8195 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8196 &quot;type&quot;: &quot;A String&quot;, # The source type.
8197 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8198 &quot;userTypes&quot;: [ # Output only. The user types.
8199 &quot;A String&quot;,
8200 ],
8201 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8202 },
8203 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8204 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8205 },
8206 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8207 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8208 },
8209 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
8210 },
8211 ],
8212 &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.
8213 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
8214 { # A person&#x27;s instant messaging client.
8215 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
8216 &quot;source&quot;: { # The source of a field. # The source of the field.
8217 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8218 &quot;type&quot;: &quot;A String&quot;, # The source type.
8219 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8220 &quot;userTypes&quot;: [ # Output only. The user types.
8221 &quot;A String&quot;,
8222 ],
8223 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8224 },
8225 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8226 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8227 },
8228 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8229 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8230 },
8231 &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`
8232 &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`
8233 &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.
8234 &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.
8235 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
8236 },
8237 ],
8238 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
8239 { # A person&#x27;s locale preference.
8240 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
8241 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
8242 &quot;source&quot;: { # The source of a field. # The source of the field.
8243 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8244 &quot;type&quot;: &quot;A String&quot;, # The source type.
8245 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8246 &quot;userTypes&quot;: [ # Output only. The user types.
8247 &quot;A String&quot;,
8248 ],
8249 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8250 },
8251 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8252 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8253 },
8254 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8255 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8256 },
8257 },
8258 ],
8259 &quot;relations&quot;: [ # The person&#x27;s relations.
8260 { # A person&#x27;s relation to another person.
8261 &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.
8262 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
8263 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
8264 &quot;source&quot;: { # The source of a field. # The source of the field.
8265 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8266 &quot;type&quot;: &quot;A String&quot;, # The source type.
8267 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8268 &quot;userTypes&quot;: [ # Output only. The user types.
8269 &quot;A String&quot;,
8270 ],
8271 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8272 },
8273 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8274 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8275 },
8276 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8277 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8278 },
8279 &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`
8280 },
8281 ],
8282 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
8283 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
8284 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
8285 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
8286 &quot;source&quot;: { # The source of a field. # The source of the field.
8287 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8288 &quot;type&quot;: &quot;A String&quot;, # The source type.
8289 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8290 &quot;userTypes&quot;: [ # Output only. The user types.
8291 &quot;A String&quot;,
8292 ],
8293 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8294 },
8295 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8296 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8297 },
8298 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8299 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8300 },
8301 &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.
8302 },
8303 ],
8304 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
8305 { # The name that should be used to sort the person in a list.
8306 &quot;value&quot;: &quot;A String&quot;, # The file-as value
8307 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
8308 &quot;source&quot;: { # The source of a field. # The source of the field.
8309 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8310 &quot;type&quot;: &quot;A String&quot;, # The source type.
8311 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8312 &quot;userTypes&quot;: [ # Output only. The user types.
8313 &quot;A String&quot;,
8314 ],
8315 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8316 },
8317 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8318 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8319 },
8320 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8321 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8322 },
8323 },
8324 ],
8325 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
8326 { # A person&#x27;s age range.
8327 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
8328 &quot;source&quot;: { # The source of a field. # The source of the field.
8329 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8330 &quot;type&quot;: &quot;A String&quot;, # The source type.
8331 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8332 &quot;userTypes&quot;: [ # Output only. The user types.
8333 &quot;A String&quot;,
8334 ],
8335 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8336 },
8337 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8338 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8339 },
8340 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8341 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8342 },
8343 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
8344 },
8345 ],
8346 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
8347 { # 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.
8348 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
8349 &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.
8350 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
8351 &quot;source&quot;: { # The source of a field. # The source of the field.
8352 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8353 &quot;type&quot;: &quot;A String&quot;, # The source type.
8354 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8355 &quot;userTypes&quot;: [ # Output only. The user types.
8356 &quot;A String&quot;,
8357 ],
8358 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8359 },
8360 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8361 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8362 },
8363 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8364 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8365 },
8366 },
8367 ],
8368 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
8369 &quot;locations&quot;: [ # The person&#x27;s locations.
8370 { # A person&#x27;s location.
8371 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
8372 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
8373 &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`
8374 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
8375 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
8376 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
8377 &quot;current&quot;: True or False, # Whether the location is the current location.
8378 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
8379 &quot;source&quot;: { # The source of a field. # The source of the field.
8380 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8381 &quot;type&quot;: &quot;A String&quot;, # The source type.
8382 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8383 &quot;userTypes&quot;: [ # Output only. The user types.
8384 &quot;A String&quot;,
8385 ],
8386 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8387 },
8388 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8389 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8390 },
8391 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8392 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8393 },
8394 },
8395 ],
8396 &quot;occupations&quot;: [ # The person&#x27;s occupations.
8397 { # A person&#x27;s occupation.
8398 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
8399 &quot;source&quot;: { # The source of a field. # The source of the field.
8400 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8401 &quot;type&quot;: &quot;A String&quot;, # The source type.
8402 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8403 &quot;userTypes&quot;: [ # Output only. The user types.
8404 &quot;A String&quot;,
8405 ],
8406 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8407 },
8408 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8409 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8410 },
8411 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8412 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8413 },
8414 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
8415 },
8416 ],
8417 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
8418 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
8419 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
8420 &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.
8421 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
8422 &quot;source&quot;: { # The source of a field. # The source of the field.
8423 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8424 &quot;type&quot;: &quot;A String&quot;, # The source type.
8425 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8426 &quot;userTypes&quot;: [ # Output only. The user types.
8427 &quot;A String&quot;,
8428 ],
8429 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8430 },
8431 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8432 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8433 },
8434 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8435 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8436 },
8437 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
8438 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
8439 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
8440 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
8441 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
8442 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
8443 &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.
8444 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
8445 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
8446 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
8447 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
8448 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
8449 },
8450 ],
8451 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
8452 { # A person&#x27;s email address.
8453 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
8454 &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`
8455 &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.
8456 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
8457 &quot;source&quot;: { # The source of a field. # The source of the field.
8458 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8459 &quot;type&quot;: &quot;A String&quot;, # The source type.
8460 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8461 &quot;userTypes&quot;: [ # Output only. The user types.
8462 &quot;A String&quot;,
8463 ],
8464 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8465 },
8466 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8467 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8468 },
8469 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8470 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8471 },
8472 &quot;value&quot;: &quot;A String&quot;, # The email address.
8473 },
8474 ],
8475 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
8476 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
8477 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
8478 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
8479 &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.
8480 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
8481 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
8482 &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`
8483 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
8484 &quot;source&quot;: { # The source of a field. # The source of the field.
8485 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8486 &quot;type&quot;: &quot;A String&quot;, # The source type.
8487 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8488 &quot;userTypes&quot;: [ # Output only. The user types.
8489 &quot;A String&quot;,
8490 ],
8491 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8492 },
8493 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8494 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8495 },
8496 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8497 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8498 },
8499 &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.
8500 &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.
8501 &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.
8502 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8503 },
8504 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
8505 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
8506 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
8507 &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.
8508 &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.
8509 &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.
8510 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8511 },
8512 &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.
8513 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
8514 },
8515 ],
8516 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
8517 { # A person&#x27;s calendar URL.
8518 &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.
8519 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
8520 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
8521 &quot;source&quot;: { # The source of a field. # The source of the field.
8522 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8523 &quot;type&quot;: &quot;A String&quot;, # The source type.
8524 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8525 &quot;userTypes&quot;: [ # Output only. The user types.
8526 &quot;A String&quot;,
8527 ],
8528 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8529 },
8530 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8531 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8532 },
8533 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8534 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8535 },
8536 &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`
8537 },
8538 ],
8539 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
8540 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
8541 &quot;value&quot;: &quot;A String&quot;, # The tagline.
8542 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
8543 &quot;source&quot;: { # The source of a field. # The source of the field.
8544 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8545 &quot;type&quot;: &quot;A String&quot;, # The source type.
8546 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8547 &quot;userTypes&quot;: [ # Output only. The user types.
8548 &quot;A String&quot;,
8549 ],
8550 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8551 },
8552 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8553 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8554 },
8555 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8556 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8557 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008558 },
8559 ],
8560 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
8561 { # A person&#x27;s short biography.
8562 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
8563 &quot;value&quot;: &quot;A String&quot;, # The short biography.
8564 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008565 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008566 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008567 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008568 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008569 &quot;userTypes&quot;: [ # Output only. The user types.
8570 &quot;A String&quot;,
8571 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008572 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008573 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008574 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008575 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8576 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008577 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008578 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8579 },
8580 },
8581 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008582 &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}`.
8583 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
8584 { # A person&#x27;s miscellaneous keyword.
8585 &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.
8586 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
8587 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008588 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008589 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008590 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008591 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008592 &quot;userTypes&quot;: [ # Output only. The user types.
8593 &quot;A String&quot;,
8594 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008595 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008596 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008597 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008598 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8599 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008600 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008601 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8602 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008603 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
8604 },
8605 ],
8606 &quot;events&quot;: [ # The person&#x27;s events.
8607 { # An event related to the person.
8608 &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.
8609 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
8610 &quot;source&quot;: { # The source of a field. # The source of the field.
8611 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8612 &quot;type&quot;: &quot;A String&quot;, # The source type.
8613 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8614 &quot;userTypes&quot;: [ # Output only. The user types.
8615 &quot;A String&quot;,
8616 ],
8617 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8618 },
8619 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8620 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8621 },
8622 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8623 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8624 },
8625 &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.
8626 &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.
8627 &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.
8628 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8629 },
8630 &quot;type&quot;: &quot;A String&quot;, # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008631 },
8632 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008633 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
8634 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008635 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
8636 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
8637 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008638 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008639 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008640 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008641 &quot;type&quot;: &quot;A String&quot;, # The source type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008642 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008643 &quot;userTypes&quot;: [ # Output only. The user types.
8644 &quot;A String&quot;,
8645 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008646 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008647 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008648 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008649 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8650 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008651 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008652 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8653 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008654 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
8655 &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.
8656 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
8657 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008658 },
8659 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08008660 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
8661 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
8662 &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`
8663 &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.
8664 &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.
8665 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
8666 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
8667 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
8668 &quot;source&quot;: { # The source of a field. # The source of the field.
8669 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8670 &quot;type&quot;: &quot;A String&quot;, # The source type.
8671 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8672 &quot;userTypes&quot;: [ # Output only. The user types.
8673 &quot;A String&quot;,
8674 ],
8675 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8676 },
8677 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8678 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8679 },
8680 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8681 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8682 },
8683 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
8684 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
8685 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
8686 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
8687 &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.
8688 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
8689 },
8690 ],
8691 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
8692 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
8693 &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
8694 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
8695 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
8696 &quot;source&quot;: { # The source of a field. # The source of the field.
8697 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8698 &quot;type&quot;: &quot;A String&quot;, # The source type.
8699 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8700 &quot;userTypes&quot;: [ # Output only. The user types.
8701 &quot;A String&quot;,
8702 ],
8703 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8704 },
8705 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8706 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8707 },
8708 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8709 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8710 },
8711 },
8712 ],
8713 &quot;clientData&quot;: [ # The person&#x27;s client data.
8714 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
8715 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
8716 &quot;source&quot;: { # The source of a field. # The source of the field.
8717 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8718 &quot;type&quot;: &quot;A String&quot;, # The source type.
8719 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8720 &quot;userTypes&quot;: [ # Output only. The user types.
8721 &quot;A String&quot;,
8722 ],
8723 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8724 },
8725 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8726 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8727 },
8728 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8729 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8730 },
8731 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
8732 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
8733 },
8734 ],
8735 &quot;interests&quot;: [ # The person&#x27;s interests.
8736 { # One of the person&#x27;s interests.
8737 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
8738 &quot;source&quot;: { # The source of a field. # The source of the field.
8739 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8740 &quot;type&quot;: &quot;A String&quot;, # The source type.
8741 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8742 &quot;userTypes&quot;: [ # Output only. The user types.
8743 &quot;A String&quot;,
8744 ],
8745 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8746 },
8747 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8748 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8749 },
8750 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8751 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8752 },
8753 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
8754 },
8755 ],
8756 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
8757 { # 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.
8758 &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.
8759 &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.
8760 &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.
8761 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8762 },
8763 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
8764 &quot;source&quot;: { # The source of a field. # The source of the field.
8765 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8766 &quot;type&quot;: &quot;A String&quot;, # The source type.
8767 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8768 &quot;userTypes&quot;: [ # Output only. The user types.
8769 &quot;A String&quot;,
8770 ],
8771 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8772 },
8773 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8774 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8775 },
8776 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8777 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8778 },
8779 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
8780 },
8781 ],
8782 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
8783 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
8784 &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`
8785 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
8786 &quot;source&quot;: { # The source of a field. # The source of the field.
8787 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8788 &quot;type&quot;: &quot;A String&quot;, # The source type.
8789 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8790 &quot;userTypes&quot;: [ # Output only. The user types.
8791 &quot;A String&quot;,
8792 ],
8793 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8794 },
8795 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8796 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8797 },
8798 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8799 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8800 },
8801 &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.
8802 },
8803 ],
8804 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
8805 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
8806 &quot;A String&quot;,
8807 ],
8808 &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.
8809 &quot;A String&quot;,
8810 ],
8811 &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.
8812 &quot;sources&quot;: [ # The sources of data for the person.
8813 { # The source of a field.
8814 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8815 &quot;type&quot;: &quot;A String&quot;, # The source type.
8816 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8817 &quot;userTypes&quot;: [ # Output only. The user types.
8818 &quot;A String&quot;,
8819 ],
8820 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8821 },
8822 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8823 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8824 },
8825 ],
8826 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
8827 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07008828 },
Dan O'Mearadd494642020-05-01 07:42:23 -07008829 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07008830</div>
8831
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08008832</body></html>