blob: 9abdc81a9be80699c0820774e109d0f7aac39321 [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">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070098 <code><a href="#getBatchGet">getBatchGet(resourceNames=None, sources=None, personFields=None, requestMask_includeField=None, x__xgafv=None)</a></code></p>
99<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">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700101 <code><a href="#listDirectoryPeople">listDirectoryPeople(requestSyncToken=None, syncToken=None, sources=None, readMask=None, pageToken=None, pageSize=None, mergeSources=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">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700107 <code><a href="#searchDirectoryPeople">searchDirectoryPeople(readMask=None, query=None, pageToken=None, pageSize=None, mergeSources=None, sources=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">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700113 <code><a href="#updateContact">updateContact(resourceName, body=None, updatePersonFields=None, personFields=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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700133 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
134 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700135 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
136 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
137 &quot;source&quot;: { # The source of a field. # The source of the field.
138 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
139 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
140 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
141 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
142 &quot;userTypes&quot;: [ # Output only. The user types.
143 &quot;A String&quot;,
144 ],
145 },
146 &quot;type&quot;: &quot;A String&quot;, # The source type.
147 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
148 },
149 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
150 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700151 &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.
152 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700153 },
154 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700155 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700156 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
157 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700158 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700159 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
160 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700161 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700162 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700164 &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 -0700165 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700166 &quot;userTypes&quot;: [ # Output only. The user types.
167 &quot;A String&quot;,
168 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700169 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700170 &quot;type&quot;: &quot;A String&quot;, # The source type.
171 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700172 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700173 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
174 },
175 },
176 ],
177 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
178 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700179 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700180 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700181 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700182 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700184 &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 -0700185 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700186 &quot;userTypes&quot;: [ # Output only. The user types.
187 &quot;A String&quot;,
188 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700189 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700190 &quot;type&quot;: &quot;A String&quot;, # The source type.
191 &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 -0700192 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700193 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
194 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700195 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700196 },
197 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700198 &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.
199 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
200 { # Arbitrary user data that is populated by the end users.
201 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
202 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
203 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
204 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700205 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700206 &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 -0700207 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700208 &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 -0700209 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700210 &quot;userTypes&quot;: [ # Output only. The user types.
211 &quot;A String&quot;,
212 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700213 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700214 &quot;type&quot;: &quot;A String&quot;, # The source type.
215 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700216 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700217 &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 -0700218 },
219 },
220 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700221 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
222 { # A person&#x27;s associated URLs.
223 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700224 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700225 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700226 &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 -0700227 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700228 &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 -0700229 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700230 &quot;userTypes&quot;: [ # Output only. The user types.
231 &quot;A String&quot;,
232 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700233 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700234 &quot;type&quot;: &quot;A String&quot;, # The source type.
235 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700236 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700237 &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 -0700238 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700239 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700240 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700241 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700242 },
243 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700244 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
245 { # A person&#x27;s instant messaging client.
246 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
247 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700248 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700249 &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 -0700250 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700251 &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 -0700252 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700253 &quot;userTypes&quot;: [ # Output only. The user types.
254 &quot;A String&quot;,
255 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700256 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700257 &quot;type&quot;: &quot;A String&quot;, # The source type.
258 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700259 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700260 &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 -0700261 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700262 &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`
263 &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.
264 &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`
265 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
266 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700267 },
268 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700269 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700270 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
271 &quot;sources&quot;: [ # The sources of data for the person.
272 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700273 &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 -0700274 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700275 &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 -0700276 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700277 &quot;userTypes&quot;: [ # Output only. The user types.
278 &quot;A String&quot;,
279 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700280 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700281 &quot;type&quot;: &quot;A String&quot;, # The source type.
282 &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 -0700283 },
284 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700285 &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.
286 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
287 &quot;A String&quot;,
288 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700289 &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.
290 &quot;A String&quot;,
291 ],
292 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700293 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
294 { # 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.
295 &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.
296 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
297 &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.
298 &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.
299 },
300 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
301 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
302 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700303 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700304 &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 -0700305 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700306 &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 -0700307 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700308 &quot;userTypes&quot;: [ # Output only. The user types.
309 &quot;A String&quot;,
310 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700311 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700312 &quot;type&quot;: &quot;A String&quot;, # The source type.
313 &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 -0700314 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700315 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
316 },
317 },
318 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700319 &quot;clientData&quot;: [ # The person&#x27;s client data.
320 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
321 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
322 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
323 &quot;source&quot;: { # The source of a field. # The source of the field.
324 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
325 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
326 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
327 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
328 &quot;userTypes&quot;: [ # Output only. The user types.
329 &quot;A String&quot;,
330 ],
331 },
332 &quot;type&quot;: &quot;A String&quot;, # The source type.
333 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
334 },
335 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
336 },
337 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
338 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
339 },
340 ],
341 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
342 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
343 &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`
344 &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.
345 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
346 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
347 &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.
348 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
349 &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.
350 &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.
351 },
352 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
353 &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.
354 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
355 &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.
356 &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.
357 },
358 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
359 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
360 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
361 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
362 &quot;source&quot;: { # The source of a field. # The source of the field.
363 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
364 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
365 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
366 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
367 &quot;userTypes&quot;: [ # Output only. The user types.
368 &quot;A String&quot;,
369 ],
370 },
371 &quot;type&quot;: &quot;A String&quot;, # The source type.
372 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
373 },
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;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
377 &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.
378 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
379 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
380 },
381 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700382 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
383 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700384 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700385 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700386 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700387 &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 -0700388 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700389 &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 -0700390 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700391 &quot;userTypes&quot;: [ # Output only. The user types.
392 &quot;A String&quot;,
393 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700394 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700395 &quot;type&quot;: &quot;A String&quot;, # The source type.
396 &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 -0700397 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700398 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
399 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700400 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700401 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
402 },
403 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700404 &quot;occupations&quot;: [ # The person&#x27;s occupations.
405 { # A person&#x27;s occupation.
406 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
407 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
408 &quot;source&quot;: { # The source of a field. # The source of the field.
409 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
412 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
413 &quot;userTypes&quot;: [ # Output only. The user types.
414 &quot;A String&quot;,
415 ],
416 },
417 &quot;type&quot;: &quot;A String&quot;, # The source type.
418 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
419 },
420 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
421 },
422 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
423 },
424 ],
425 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
426 { # A person&#x27;s phone number.
427 &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.
428 &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.
429 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
430 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
431 &quot;source&quot;: { # The source of a field. # The source of the field.
432 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
433 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
436 &quot;userTypes&quot;: [ # Output only. The user types.
437 &quot;A String&quot;,
438 ],
439 },
440 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
444 },
445 &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`
446 &quot;value&quot;: &quot;A String&quot;, # The phone number.
447 },
448 ],
449 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
450 { # 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.
451 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
452 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
453 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
454 &quot;source&quot;: { # The source of a field. # The source of the field.
455 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
456 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
457 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
458 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
459 &quot;userTypes&quot;: [ # Output only. The user types.
460 &quot;A String&quot;,
461 ],
462 },
463 &quot;type&quot;: &quot;A String&quot;, # The source type.
464 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
465 },
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 &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.
469 },
470 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700471 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
472 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700473 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
474 &quot;value&quot;: &quot;A String&quot;, # The email address.
475 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700476 &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.
477 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700478 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -0700479 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700480 &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 -0700481 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700482 &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 -0700483 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700484 &quot;userTypes&quot;: [ # Output only. The user types.
485 &quot;A String&quot;,
486 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700487 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700488 &quot;type&quot;: &quot;A String&quot;, # The source type.
489 &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 -0700490 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700491 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
492 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700493 },
494 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700495 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
496 &quot;relations&quot;: [ # The person&#x27;s relations.
497 { # A person&#x27;s relation to another person.
498 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
499 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
500 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
501 &quot;source&quot;: { # The source of a field. # The source of the field.
502 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
503 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
504 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
505 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
506 &quot;userTypes&quot;: [ # Output only. The user types.
507 &quot;A String&quot;,
508 ],
509 },
510 &quot;type&quot;: &quot;A String&quot;, # The source type.
511 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
512 },
513 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
514 },
515 &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.
516 &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`
517 },
518 ],
519 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
520 { # A person&#x27;s miscellaneous keyword.
521 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
522 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
523 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
524 &quot;source&quot;: { # The source of a field. # The source of the field.
525 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
526 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
529 &quot;userTypes&quot;: [ # Output only. The user types.
530 &quot;A String&quot;,
531 ],
532 },
533 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
537 },
538 &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.
539 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
540 },
541 ],
542 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
543 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
544 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
545 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
546 &quot;source&quot;: { # The source of a field. # The source of the field.
547 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
548 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
549 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
550 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
551 &quot;userTypes&quot;: [ # Output only. The user types.
552 &quot;A String&quot;,
553 ],
554 },
555 &quot;type&quot;: &quot;A String&quot;, # The source type.
556 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
557 },
558 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
559 },
560 &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`
561 &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.
562 },
563 ],
564 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
565 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
566 &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.
567 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
568 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
569 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
570 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
571 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
572 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
573 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
574 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
575 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
576 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
577 &quot;source&quot;: { # The source of a field. # The source of the field.
578 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
579 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
580 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
581 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
582 &quot;userTypes&quot;: [ # Output only. The user types.
583 &quot;A String&quot;,
584 ],
585 },
586 &quot;type&quot;: &quot;A String&quot;, # The source type.
587 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
588 },
589 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
590 },
591 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
592 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
593 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
594 &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.
595 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
596 },
597 ],
598 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
599 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
600 &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.
601 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
602 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
603 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
604 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
605 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
606 &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`
607 &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.
608 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
609 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
610 &quot;source&quot;: { # The source of a field. # The source of the field.
611 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
612 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
613 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
614 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
615 &quot;userTypes&quot;: [ # Output only. The user types.
616 &quot;A String&quot;,
617 ],
618 },
619 &quot;type&quot;: &quot;A String&quot;, # The source type.
620 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
621 },
622 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
623 },
624 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
625 &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.
626 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
627 },
628 ],
629 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
630 { # A person&#x27;s gender.
631 &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.
632 &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`
633 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
634 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
635 &quot;source&quot;: { # The source of a field. # The source of the field.
636 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
637 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
638 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
639 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
640 &quot;userTypes&quot;: [ # Output only. The user types.
641 &quot;A String&quot;,
642 ],
643 },
644 &quot;type&quot;: &quot;A String&quot;, # The source type.
645 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
646 },
647 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
648 },
649 &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`
650 },
651 ],
652 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
653 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
654 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
655 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
656 &quot;source&quot;: { # The source of a field. # The source of the field.
657 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
658 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
659 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
660 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
661 &quot;userTypes&quot;: [ # Output only. The user types.
662 &quot;A String&quot;,
663 ],
664 },
665 &quot;type&quot;: &quot;A String&quot;, # The source type.
666 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
667 },
668 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
669 },
670 &quot;value&quot;: &quot;A String&quot;, # The tagline.
671 },
672 ],
673 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
674 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
675 &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.
676 &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`
677 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
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;source&quot;: { # The source of a field. # The source of the field.
680 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
681 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
682 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
683 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
684 &quot;userTypes&quot;: [ # Output only. The user types.
685 &quot;A String&quot;,
686 ],
687 },
688 &quot;type&quot;: &quot;A String&quot;, # The source type.
689 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
690 },
691 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
692 },
693 &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.
694 },
695 ],
696 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
697 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
698 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
699 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
700 &quot;source&quot;: { # The source of a field. # The source of the field.
701 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
702 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
703 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
704 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
705 &quot;userTypes&quot;: [ # Output only. The user types.
706 &quot;A String&quot;,
707 ],
708 },
709 &quot;type&quot;: &quot;A String&quot;, # The source type.
710 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
711 },
712 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
713 },
714 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
715 &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
716 },
717 ],
718 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
719 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
720 &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.
721 &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`
722 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
723 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
724 &quot;source&quot;: { # The source of a field. # The source of the field.
725 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
726 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
727 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
728 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
729 &quot;userTypes&quot;: [ # Output only. The user types.
730 &quot;A String&quot;,
731 ],
732 },
733 &quot;type&quot;: &quot;A String&quot;, # The source type.
734 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
735 },
736 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
737 },
738 },
739 ],
740 &quot;interests&quot;: [ # The person&#x27;s interests.
741 { # One of the person&#x27;s interests.
742 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
743 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
744 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
745 &quot;source&quot;: { # The source of a field. # The source of the field.
746 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
747 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
748 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
749 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
750 &quot;userTypes&quot;: [ # Output only. The user types.
751 &quot;A String&quot;,
752 ],
753 },
754 &quot;type&quot;: &quot;A String&quot;, # The source type.
755 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
756 },
757 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
758 },
759 },
760 ],
761 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
762 { # A person&#x27;s locale preference.
763 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
764 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
765 &quot;source&quot;: { # The source of a field. # The source of the field.
766 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
767 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
768 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
769 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
770 &quot;userTypes&quot;: [ # Output only. The user types.
771 &quot;A String&quot;,
772 ],
773 },
774 &quot;type&quot;: &quot;A String&quot;, # The source type.
775 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
776 },
777 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
778 },
779 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
780 },
781 ],
782 &quot;events&quot;: [ # The person&#x27;s events.
783 { # An event related to the person.
784 &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.
785 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
786 &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.
787 &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.
788 },
789 &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`
790 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
791 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
792 &quot;source&quot;: { # The source of a field. # The source of the field.
793 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
794 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
795 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
796 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
797 &quot;userTypes&quot;: [ # Output only. The user types.
798 &quot;A String&quot;,
799 ],
800 },
801 &quot;type&quot;: &quot;A String&quot;, # The source type.
802 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
803 },
804 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
805 },
806 &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.
807 },
808 ],
809 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
810 { # A person&#x27;s calendar URL.
811 &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.
812 &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`
813 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
814 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
815 &quot;source&quot;: { # The source of a field. # The source of the field.
816 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
817 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
818 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
819 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
820 &quot;userTypes&quot;: [ # Output only. The user types.
821 &quot;A String&quot;,
822 ],
823 },
824 &quot;type&quot;: &quot;A String&quot;, # The source type.
825 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
826 },
827 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
828 },
829 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
830 },
831 ],
832 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
833 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
834 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
835 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
836 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
837 &quot;source&quot;: { # The source of a field. # The source of the field.
838 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
839 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
840 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
841 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
842 &quot;userTypes&quot;: [ # Output only. The user types.
843 &quot;A String&quot;,
844 ],
845 },
846 &quot;type&quot;: &quot;A String&quot;, # The source type.
847 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
848 },
849 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
850 },
851 },
852 ],
853 &quot;skills&quot;: [ # The person&#x27;s skills.
854 { # A skill that the person has.
855 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
856 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
857 &quot;source&quot;: { # The source of a field. # The source of the field.
858 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
859 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
860 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
861 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
862 &quot;userTypes&quot;: [ # Output only. The user types.
863 &quot;A String&quot;,
864 ],
865 },
866 &quot;type&quot;: &quot;A String&quot;, # The source type.
867 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
868 },
869 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
870 },
871 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
872 },
873 ],
874 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
875 { # An identifier from an external entity related to the person.
876 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
877 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
878 &quot;source&quot;: { # The source of a field. # The source of the field.
879 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
880 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
881 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
882 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
883 &quot;userTypes&quot;: [ # Output only. The user types.
884 &quot;A String&quot;,
885 ],
886 },
887 &quot;type&quot;: &quot;A String&quot;, # The source type.
888 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
889 },
890 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
891 },
892 &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`
893 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
894 &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.
895 },
896 ],
897 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
898 { # A person&#x27;s short biography.
899 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
900 &quot;value&quot;: &quot;A String&quot;, # The short biography.
901 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
902 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
903 &quot;source&quot;: { # The source of a field. # The source of the field.
904 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
905 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
906 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
907 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
908 &quot;userTypes&quot;: [ # Output only. The user types.
909 &quot;A String&quot;,
910 ],
911 },
912 &quot;type&quot;: &quot;A String&quot;, # The source type.
913 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
914 },
915 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
916 },
917 },
918 ],
919 &quot;locations&quot;: [ # The person&#x27;s locations.
920 { # A person&#x27;s location.
921 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
922 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
923 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
924 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
925 &quot;source&quot;: { # The source of a field. # The source of the field.
926 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
927 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
928 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
929 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
930 &quot;userTypes&quot;: [ # Output only. The user types.
931 &quot;A String&quot;,
932 ],
933 },
934 &quot;type&quot;: &quot;A String&quot;, # The source type.
935 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
936 },
937 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
938 },
939 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
940 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
941 &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`
942 &quot;current&quot;: True or False, # Whether the location is the current location.
943 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
944 },
945 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700946 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
947 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700948 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
949 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
950 &quot;source&quot;: { # The source of a field. # The source of the field.
951 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
952 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
953 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
954 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
955 &quot;userTypes&quot;: [ # Output only. The user types.
956 &quot;A String&quot;,
957 ],
958 },
959 &quot;type&quot;: &quot;A String&quot;, # The source type.
960 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
961 },
962 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
963 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700964 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
965 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
966 },
967 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
968 &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.
969 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
970 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700971 },
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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700991 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
992 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700993 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
994 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
995 &quot;source&quot;: { # The source of a field. # The source of the field.
996 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
997 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
998 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
999 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1000 &quot;userTypes&quot;: [ # Output only. The user types.
1001 &quot;A String&quot;,
1002 ],
1003 },
1004 &quot;type&quot;: &quot;A String&quot;, # The source type.
1005 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1006 },
1007 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1008 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001009 &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.
1010 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001011 },
1012 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001013 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001014 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1015 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001016 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001017 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
1018 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07001019 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001020 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001022 &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 -07001023 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001024 &quot;userTypes&quot;: [ # Output only. The user types.
1025 &quot;A String&quot;,
1026 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001027 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001028 &quot;type&quot;: &quot;A String&quot;, # The source type.
1029 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001030 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001031 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1032 },
1033 },
1034 ],
1035 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1036 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001037 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001038 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07001039 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001040 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001042 &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 -07001043 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001044 &quot;userTypes&quot;: [ # Output only. The user types.
1045 &quot;A String&quot;,
1046 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001047 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001048 &quot;type&quot;: &quot;A String&quot;, # The source type.
1049 &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 -07001050 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001051 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1052 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001053 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001054 },
1055 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001056 &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.
1057 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1058 { # Arbitrary user data that is populated by the end users.
1059 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1060 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1061 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
1062 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001063 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001064 &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 -07001065 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001066 &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 -07001067 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001068 &quot;userTypes&quot;: [ # Output only. The user types.
1069 &quot;A String&quot;,
1070 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001071 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001072 &quot;type&quot;: &quot;A String&quot;, # The source type.
1073 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001074 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001075 &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 -07001076 },
1077 },
1078 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001079 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1080 { # A person&#x27;s associated URLs.
1081 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001082 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001083 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001084 &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 -07001085 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001086 &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 -07001087 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001088 &quot;userTypes&quot;: [ # Output only. The user types.
1089 &quot;A String&quot;,
1090 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001091 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001092 &quot;type&quot;: &quot;A String&quot;, # The source type.
1093 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001094 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001095 &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 -07001096 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001097 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001098 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001099 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001100 },
1101 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001102 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1103 { # A person&#x27;s instant messaging client.
1104 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
1105 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001106 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001107 &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 -07001108 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001109 &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 -07001110 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001111 &quot;userTypes&quot;: [ # Output only. The user types.
1112 &quot;A String&quot;,
1113 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001114 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001115 &quot;type&quot;: &quot;A String&quot;, # The source type.
1116 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001117 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001118 &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 -07001119 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001120 &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`
1121 &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.
1122 &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`
1123 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
1124 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001125 },
1126 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001127 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001128 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
1129 &quot;sources&quot;: [ # The sources of data for the person.
1130 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001131 &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 -07001132 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001133 &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 -07001134 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001135 &quot;userTypes&quot;: [ # Output only. The user types.
1136 &quot;A String&quot;,
1137 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001138 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001139 &quot;type&quot;: &quot;A String&quot;, # The source type.
1140 &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 -07001141 },
1142 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001143 &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.
1144 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1145 &quot;A String&quot;,
1146 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001147 &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.
1148 &quot;A String&quot;,
1149 ],
1150 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001151 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
1152 { # 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.
1153 &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.
1154 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1155 &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.
1156 &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.
1157 },
1158 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1159 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
1160 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07001161 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001162 &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 -07001163 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001164 &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 -07001165 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001166 &quot;userTypes&quot;: [ # Output only. The user types.
1167 &quot;A String&quot;,
1168 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001169 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001170 &quot;type&quot;: &quot;A String&quot;, # The source type.
1171 &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 -07001172 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001173 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1174 },
1175 },
1176 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001177 &quot;clientData&quot;: [ # The person&#x27;s client data.
1178 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
1179 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
1180 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1181 &quot;source&quot;: { # The source of a field. # The source of the field.
1182 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1183 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1184 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1185 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1186 &quot;userTypes&quot;: [ # Output only. The user types.
1187 &quot;A String&quot;,
1188 ],
1189 },
1190 &quot;type&quot;: &quot;A String&quot;, # The source type.
1191 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1192 },
1193 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1194 },
1195 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
1196 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
1197 },
1198 ],
1199 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
1200 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
1201 &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`
1202 &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.
1203 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1204 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1205 &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.
1206 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1207 &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.
1208 &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.
1209 },
1210 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
1211 &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.
1212 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1213 &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.
1214 &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.
1215 },
1216 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
1217 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1218 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
1219 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1220 &quot;source&quot;: { # The source of a field. # The source of the field.
1221 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1222 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1223 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1224 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1225 &quot;userTypes&quot;: [ # Output only. The user types.
1226 &quot;A String&quot;,
1227 ],
1228 },
1229 &quot;type&quot;: &quot;A String&quot;, # The source type.
1230 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1231 },
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;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1235 &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.
1236 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
1237 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
1238 },
1239 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001240 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1241 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001242 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001243 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07001244 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001245 &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 -07001246 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001247 &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 -07001248 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001249 &quot;userTypes&quot;: [ # Output only. The user types.
1250 &quot;A String&quot;,
1251 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001252 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001253 &quot;type&quot;: &quot;A String&quot;, # The source type.
1254 &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 -07001255 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001256 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1257 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001258 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001259 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1260 },
1261 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001262 &quot;occupations&quot;: [ # The person&#x27;s occupations.
1263 { # A person&#x27;s occupation.
1264 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
1265 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1266 &quot;source&quot;: { # The source of a field. # The source of the field.
1267 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1270 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1271 &quot;userTypes&quot;: [ # Output only. The user types.
1272 &quot;A String&quot;,
1273 ],
1274 },
1275 &quot;type&quot;: &quot;A String&quot;, # The source type.
1276 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1277 },
1278 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1279 },
1280 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1281 },
1282 ],
1283 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
1284 { # A person&#x27;s phone number.
1285 &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.
1286 &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.
1287 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
1288 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1289 &quot;source&quot;: { # The source of a field. # The source of the field.
1290 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1291 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1294 &quot;userTypes&quot;: [ # Output only. The user types.
1295 &quot;A String&quot;,
1296 ],
1297 },
1298 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1302 },
1303 &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`
1304 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1305 },
1306 ],
1307 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1308 { # 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.
1309 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1310 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
1311 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1312 &quot;source&quot;: { # The source of a field. # The source of the field.
1313 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1314 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1315 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1316 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1317 &quot;userTypes&quot;: [ # Output only. The user types.
1318 &quot;A String&quot;,
1319 ],
1320 },
1321 &quot;type&quot;: &quot;A String&quot;, # The source type.
1322 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1323 },
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 &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.
1327 },
1328 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001329 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
1330 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001331 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1332 &quot;value&quot;: &quot;A String&quot;, # The email address.
1333 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001334 &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.
1335 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001336 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07001337 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001338 &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 -07001339 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001340 &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 -07001341 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001342 &quot;userTypes&quot;: [ # Output only. The user types.
1343 &quot;A String&quot;,
1344 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001345 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001346 &quot;type&quot;: &quot;A String&quot;, # The source type.
1347 &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 -07001348 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001349 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1350 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001351 },
1352 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001353 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1354 &quot;relations&quot;: [ # The person&#x27;s relations.
1355 { # A person&#x27;s relation to another person.
1356 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
1357 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
1358 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1359 &quot;source&quot;: { # The source of a field. # The source of the field.
1360 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1361 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1362 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1363 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1364 &quot;userTypes&quot;: [ # Output only. The user types.
1365 &quot;A String&quot;,
1366 ],
1367 },
1368 &quot;type&quot;: &quot;A String&quot;, # The source type.
1369 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1370 },
1371 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1372 },
1373 &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.
1374 &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`
1375 },
1376 ],
1377 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
1378 { # A person&#x27;s miscellaneous keyword.
1379 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
1380 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
1381 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1382 &quot;source&quot;: { # The source of a field. # The source of the field.
1383 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1384 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1387 &quot;userTypes&quot;: [ # Output only. The user types.
1388 &quot;A String&quot;,
1389 ],
1390 },
1391 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1395 },
1396 &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.
1397 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
1398 },
1399 ],
1400 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
1401 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
1402 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
1403 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1404 &quot;source&quot;: { # The source of a field. # The source of the field.
1405 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1406 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1407 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1408 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1409 &quot;userTypes&quot;: [ # Output only. The user types.
1410 &quot;A String&quot;,
1411 ],
1412 },
1413 &quot;type&quot;: &quot;A String&quot;, # The source type.
1414 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1415 },
1416 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1417 },
1418 &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`
1419 &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.
1420 },
1421 ],
1422 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
1423 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1424 &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.
1425 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1426 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1427 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1428 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1429 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1430 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1431 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1432 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1433 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
1434 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1435 &quot;source&quot;: { # The source of a field. # The source of the field.
1436 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1437 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1438 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1439 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1440 &quot;userTypes&quot;: [ # Output only. The user types.
1441 &quot;A String&quot;,
1442 ],
1443 },
1444 &quot;type&quot;: &quot;A String&quot;, # The source type.
1445 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1446 },
1447 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1448 },
1449 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1450 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1451 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1452 &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.
1453 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1454 },
1455 ],
1456 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1457 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1458 &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.
1459 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1460 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1461 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1462 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1463 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1464 &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`
1465 &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.
1466 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
1467 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1468 &quot;source&quot;: { # The source of a field. # The source of the field.
1469 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1470 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1471 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1472 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1473 &quot;userTypes&quot;: [ # Output only. The user types.
1474 &quot;A String&quot;,
1475 ],
1476 },
1477 &quot;type&quot;: &quot;A String&quot;, # The source type.
1478 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1479 },
1480 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1481 },
1482 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1483 &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.
1484 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1485 },
1486 ],
1487 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
1488 { # A person&#x27;s gender.
1489 &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.
1490 &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`
1491 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
1492 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1493 &quot;source&quot;: { # The source of a field. # The source of the field.
1494 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1495 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1496 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1497 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1498 &quot;userTypes&quot;: [ # Output only. The user types.
1499 &quot;A String&quot;,
1500 ],
1501 },
1502 &quot;type&quot;: &quot;A String&quot;, # The source type.
1503 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1504 },
1505 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1506 },
1507 &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`
1508 },
1509 ],
1510 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
1511 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
1512 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
1513 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1514 &quot;source&quot;: { # The source of a field. # The source of the field.
1515 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1516 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1517 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1518 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1519 &quot;userTypes&quot;: [ # Output only. The user types.
1520 &quot;A String&quot;,
1521 ],
1522 },
1523 &quot;type&quot;: &quot;A String&quot;, # The source type.
1524 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1525 },
1526 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1527 },
1528 &quot;value&quot;: &quot;A String&quot;, # The tagline.
1529 },
1530 ],
1531 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1532 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
1533 &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.
1534 &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`
1535 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
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;source&quot;: { # The source of a field. # The source of the field.
1538 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1539 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1540 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1541 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1542 &quot;userTypes&quot;: [ # Output only. The user types.
1543 &quot;A String&quot;,
1544 ],
1545 },
1546 &quot;type&quot;: &quot;A String&quot;, # The source type.
1547 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1548 },
1549 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1550 },
1551 &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.
1552 },
1553 ],
1554 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1555 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1556 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
1557 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1558 &quot;source&quot;: { # The source of a field. # The source of the field.
1559 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1560 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1561 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1562 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1563 &quot;userTypes&quot;: [ # Output only. The user types.
1564 &quot;A String&quot;,
1565 ],
1566 },
1567 &quot;type&quot;: &quot;A String&quot;, # The source type.
1568 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1569 },
1570 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1571 },
1572 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1573 &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
1574 },
1575 ],
1576 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1577 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1578 &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.
1579 &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`
1580 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
1581 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1582 &quot;source&quot;: { # The source of a field. # The source of the field.
1583 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1584 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1585 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1586 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1587 &quot;userTypes&quot;: [ # Output only. The user types.
1588 &quot;A String&quot;,
1589 ],
1590 },
1591 &quot;type&quot;: &quot;A String&quot;, # The source type.
1592 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1593 },
1594 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1595 },
1596 },
1597 ],
1598 &quot;interests&quot;: [ # The person&#x27;s interests.
1599 { # One of the person&#x27;s interests.
1600 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1601 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
1602 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1603 &quot;source&quot;: { # The source of a field. # The source of the field.
1604 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1605 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1606 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1607 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1608 &quot;userTypes&quot;: [ # Output only. The user types.
1609 &quot;A String&quot;,
1610 ],
1611 },
1612 &quot;type&quot;: &quot;A String&quot;, # The source type.
1613 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1614 },
1615 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1616 },
1617 },
1618 ],
1619 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1620 { # A person&#x27;s locale preference.
1621 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
1622 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1623 &quot;source&quot;: { # The source of a field. # The source of the field.
1624 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1625 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1626 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1627 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1628 &quot;userTypes&quot;: [ # Output only. The user types.
1629 &quot;A String&quot;,
1630 ],
1631 },
1632 &quot;type&quot;: &quot;A String&quot;, # The source type.
1633 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1634 },
1635 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1636 },
1637 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
1638 },
1639 ],
1640 &quot;events&quot;: [ # The person&#x27;s events.
1641 { # An event related to the person.
1642 &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.
1643 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1644 &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.
1645 &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.
1646 },
1647 &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`
1648 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
1649 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1650 &quot;source&quot;: { # The source of a field. # The source of the field.
1651 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1652 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1653 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1654 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1655 &quot;userTypes&quot;: [ # Output only. The user types.
1656 &quot;A String&quot;,
1657 ],
1658 },
1659 &quot;type&quot;: &quot;A String&quot;, # The source type.
1660 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1661 },
1662 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1663 },
1664 &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.
1665 },
1666 ],
1667 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
1668 { # A person&#x27;s calendar URL.
1669 &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.
1670 &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`
1671 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
1672 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1673 &quot;source&quot;: { # The source of a field. # The source of the field.
1674 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1675 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1676 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1677 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1678 &quot;userTypes&quot;: [ # Output only. The user types.
1679 &quot;A String&quot;,
1680 ],
1681 },
1682 &quot;type&quot;: &quot;A String&quot;, # The source type.
1683 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1684 },
1685 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1686 },
1687 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
1688 },
1689 ],
1690 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
1691 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
1692 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
1693 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
1694 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1695 &quot;source&quot;: { # The source of a field. # The source of the field.
1696 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1697 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1698 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1699 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1700 &quot;userTypes&quot;: [ # Output only. The user types.
1701 &quot;A String&quot;,
1702 ],
1703 },
1704 &quot;type&quot;: &quot;A String&quot;, # The source type.
1705 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1706 },
1707 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1708 },
1709 },
1710 ],
1711 &quot;skills&quot;: [ # The person&#x27;s skills.
1712 { # A skill that the person has.
1713 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
1714 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1715 &quot;source&quot;: { # The source of a field. # The source of the field.
1716 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1717 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1718 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1719 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1720 &quot;userTypes&quot;: [ # Output only. The user types.
1721 &quot;A String&quot;,
1722 ],
1723 },
1724 &quot;type&quot;: &quot;A String&quot;, # The source type.
1725 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1726 },
1727 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1728 },
1729 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
1730 },
1731 ],
1732 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
1733 { # An identifier from an external entity related to the person.
1734 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
1735 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1736 &quot;source&quot;: { # The source of a field. # The source of the field.
1737 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1738 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1739 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1740 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1741 &quot;userTypes&quot;: [ # Output only. The user types.
1742 &quot;A String&quot;,
1743 ],
1744 },
1745 &quot;type&quot;: &quot;A String&quot;, # The source type.
1746 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1747 },
1748 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1749 },
1750 &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`
1751 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
1752 &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.
1753 },
1754 ],
1755 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
1756 { # A person&#x27;s short biography.
1757 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1758 &quot;value&quot;: &quot;A String&quot;, # The short biography.
1759 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
1760 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1761 &quot;source&quot;: { # The source of a field. # The source of the field.
1762 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1763 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1764 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1765 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1766 &quot;userTypes&quot;: [ # Output only. The user types.
1767 &quot;A String&quot;,
1768 ],
1769 },
1770 &quot;type&quot;: &quot;A String&quot;, # The source type.
1771 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1772 },
1773 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1774 },
1775 },
1776 ],
1777 &quot;locations&quot;: [ # The person&#x27;s locations.
1778 { # A person&#x27;s location.
1779 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
1780 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
1781 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
1782 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1783 &quot;source&quot;: { # The source of a field. # The source of the field.
1784 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1785 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1786 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1787 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1788 &quot;userTypes&quot;: [ # Output only. The user types.
1789 &quot;A String&quot;,
1790 ],
1791 },
1792 &quot;type&quot;: &quot;A String&quot;, # The source type.
1793 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1794 },
1795 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1796 },
1797 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
1798 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
1799 &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`
1800 &quot;current&quot;: True or False, # Whether the location is the current location.
1801 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
1802 },
1803 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001804 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
1805 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001806 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
1807 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1808 &quot;source&quot;: { # The source of a field. # The source of the field.
1809 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1810 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1811 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1812 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1813 &quot;userTypes&quot;: [ # Output only. The user types.
1814 &quot;A String&quot;,
1815 ],
1816 },
1817 &quot;type&quot;: &quot;A String&quot;, # The source type.
1818 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1819 },
1820 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1821 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001822 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
1823 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
1824 },
1825 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
1826 &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.
1827 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
1828 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001829 },
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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001875 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
1876 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001877 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
1878 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1879 &quot;source&quot;: { # The source of a field. # The source of the field.
1880 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1881 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1882 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1883 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1884 &quot;userTypes&quot;: [ # Output only. The user types.
1885 &quot;A String&quot;,
1886 ],
1887 },
1888 &quot;type&quot;: &quot;A String&quot;, # The source type.
1889 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1890 },
1891 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1892 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001893 &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.
1894 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001895 },
1896 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001897 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001898 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1899 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001900 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001901 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
1902 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07001903 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001904 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001906 &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 -07001907 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001908 &quot;userTypes&quot;: [ # Output only. The user types.
1909 &quot;A String&quot;,
1910 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001911 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001912 &quot;type&quot;: &quot;A String&quot;, # The source type.
1913 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001914 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001915 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1916 },
1917 },
1918 ],
1919 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1920 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001921 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001922 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07001923 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001924 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001926 &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 -07001927 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001928 &quot;userTypes&quot;: [ # Output only. The user types.
1929 &quot;A String&quot;,
1930 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001931 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001932 &quot;type&quot;: &quot;A String&quot;, # The source type.
1933 &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 -07001934 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001935 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1936 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001937 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001938 },
1939 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001940 &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.
1941 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1942 { # Arbitrary user data that is populated by the end users.
1943 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1944 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1945 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
1946 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001947 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001948 &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 -07001949 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001950 &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 -07001951 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001952 &quot;userTypes&quot;: [ # Output only. The user types.
1953 &quot;A String&quot;,
1954 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001955 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001956 &quot;type&quot;: &quot;A String&quot;, # The source type.
1957 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001958 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001959 &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 -07001960 },
1961 },
1962 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001963 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1964 { # A person&#x27;s associated URLs.
1965 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001966 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001967 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001968 &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 -07001969 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001970 &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 -07001971 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001972 &quot;userTypes&quot;: [ # Output only. The user types.
1973 &quot;A String&quot;,
1974 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001975 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001976 &quot;type&quot;: &quot;A String&quot;, # The source type.
1977 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001978 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001979 &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 -07001980 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001981 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001982 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001983 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001984 },
1985 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001986 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1987 { # A person&#x27;s instant messaging client.
1988 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
1989 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001990 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001991 &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 -07001992 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001993 &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 -07001994 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001995 &quot;userTypes&quot;: [ # Output only. The user types.
1996 &quot;A String&quot;,
1997 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001998 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001999 &quot;type&quot;: &quot;A String&quot;, # The source type.
2000 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002001 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002002 &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 -07002003 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002004 &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`
2005 &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.
2006 &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`
2007 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
2008 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002009 },
2010 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002011 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002012 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
2013 &quot;sources&quot;: [ # The sources of data for the person.
2014 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002015 &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 -07002016 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002017 &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 -07002018 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002019 &quot;userTypes&quot;: [ # Output only. The user types.
2020 &quot;A String&quot;,
2021 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002022 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002023 &quot;type&quot;: &quot;A String&quot;, # The source type.
2024 &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 -07002025 },
2026 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002027 &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.
2028 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
2029 &quot;A String&quot;,
2030 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002031 &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.
2032 &quot;A String&quot;,
2033 ],
2034 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002035 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
2036 { # 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.
2037 &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.
2038 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2039 &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.
2040 &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.
2041 },
2042 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
2043 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
2044 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07002045 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002046 &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 -07002047 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002048 &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 -07002049 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002050 &quot;userTypes&quot;: [ # Output only. The user types.
2051 &quot;A String&quot;,
2052 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002053 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002054 &quot;type&quot;: &quot;A String&quot;, # The source type.
2055 &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 -07002056 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002057 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2058 },
2059 },
2060 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002061 &quot;clientData&quot;: [ # The person&#x27;s client data.
2062 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
2063 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
2064 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2065 &quot;source&quot;: { # The source of a field. # The source of the field.
2066 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2067 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2068 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2069 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2070 &quot;userTypes&quot;: [ # Output only. The user types.
2071 &quot;A String&quot;,
2072 ],
2073 },
2074 &quot;type&quot;: &quot;A String&quot;, # The source type.
2075 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2076 },
2077 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2078 },
2079 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
2080 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
2081 },
2082 ],
2083 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
2084 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
2085 &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`
2086 &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.
2087 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
2088 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
2089 &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.
2090 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2091 &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.
2092 &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.
2093 },
2094 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
2095 &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.
2096 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2097 &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.
2098 &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.
2099 },
2100 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
2101 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
2102 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
2103 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2104 &quot;source&quot;: { # The source of a field. # The source of the field.
2105 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2106 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2107 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2108 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2109 &quot;userTypes&quot;: [ # Output only. The user types.
2110 &quot;A String&quot;,
2111 ],
2112 },
2113 &quot;type&quot;: &quot;A String&quot;, # The source type.
2114 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2115 },
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;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
2119 &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.
2120 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
2121 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
2122 },
2123 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002124 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
2125 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002126 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002127 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07002128 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002129 &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 -07002130 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002131 &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 -07002132 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002133 &quot;userTypes&quot;: [ # Output only. The user types.
2134 &quot;A String&quot;,
2135 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002136 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002137 &quot;type&quot;: &quot;A String&quot;, # The source type.
2138 &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 -07002139 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002140 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2141 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002142 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002143 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
2144 },
2145 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002146 &quot;occupations&quot;: [ # The person&#x27;s occupations.
2147 { # A person&#x27;s occupation.
2148 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
2149 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2150 &quot;source&quot;: { # The source of a field. # The source of the field.
2151 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2154 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2155 &quot;userTypes&quot;: [ # Output only. The user types.
2156 &quot;A String&quot;,
2157 ],
2158 },
2159 &quot;type&quot;: &quot;A String&quot;, # The source type.
2160 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2161 },
2162 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2163 },
2164 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
2165 },
2166 ],
2167 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
2168 { # A person&#x27;s phone number.
2169 &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.
2170 &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.
2171 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
2172 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2173 &quot;source&quot;: { # The source of a field. # The source of the field.
2174 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2175 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2178 &quot;userTypes&quot;: [ # Output only. The user types.
2179 &quot;A String&quot;,
2180 ],
2181 },
2182 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2186 },
2187 &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`
2188 &quot;value&quot;: &quot;A String&quot;, # The phone number.
2189 },
2190 ],
2191 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
2192 { # 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.
2193 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
2194 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
2195 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2196 &quot;source&quot;: { # The source of a field. # The source of the field.
2197 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2198 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2199 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2200 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2201 &quot;userTypes&quot;: [ # Output only. The user types.
2202 &quot;A String&quot;,
2203 ],
2204 },
2205 &quot;type&quot;: &quot;A String&quot;, # The source type.
2206 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2207 },
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 &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.
2211 },
2212 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002213 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
2214 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002215 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
2216 &quot;value&quot;: &quot;A String&quot;, # The email address.
2217 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002218 &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.
2219 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002220 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07002221 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002222 &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 -07002223 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002224 &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 -07002225 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002226 &quot;userTypes&quot;: [ # Output only. The user types.
2227 &quot;A String&quot;,
2228 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002229 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002230 &quot;type&quot;: &quot;A String&quot;, # The source type.
2231 &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 -07002232 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002233 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2234 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002235 },
2236 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002237 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
2238 &quot;relations&quot;: [ # The person&#x27;s relations.
2239 { # A person&#x27;s relation to another person.
2240 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
2241 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
2242 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2243 &quot;source&quot;: { # The source of a field. # The source of the field.
2244 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2245 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2246 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2247 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2248 &quot;userTypes&quot;: [ # Output only. The user types.
2249 &quot;A String&quot;,
2250 ],
2251 },
2252 &quot;type&quot;: &quot;A String&quot;, # The source type.
2253 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2254 },
2255 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2256 },
2257 &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.
2258 &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`
2259 },
2260 ],
2261 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
2262 { # A person&#x27;s miscellaneous keyword.
2263 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
2264 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
2265 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2266 &quot;source&quot;: { # The source of a field. # The source of the field.
2267 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2268 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2271 &quot;userTypes&quot;: [ # Output only. The user types.
2272 &quot;A String&quot;,
2273 ],
2274 },
2275 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2279 },
2280 &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.
2281 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
2282 },
2283 ],
2284 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
2285 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
2286 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
2287 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2288 &quot;source&quot;: { # The source of a field. # The source of the field.
2289 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2290 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2291 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2292 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2293 &quot;userTypes&quot;: [ # Output only. The user types.
2294 &quot;A String&quot;,
2295 ],
2296 },
2297 &quot;type&quot;: &quot;A String&quot;, # The source type.
2298 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2299 },
2300 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2301 },
2302 &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`
2303 &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.
2304 },
2305 ],
2306 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
2307 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
2308 &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.
2309 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
2310 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
2311 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
2312 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
2313 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
2314 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
2315 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
2316 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
2317 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
2318 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2319 &quot;source&quot;: { # The source of a field. # The source of the field.
2320 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2321 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2322 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2323 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2324 &quot;userTypes&quot;: [ # Output only. The user types.
2325 &quot;A String&quot;,
2326 ],
2327 },
2328 &quot;type&quot;: &quot;A String&quot;, # The source type.
2329 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2330 },
2331 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2332 },
2333 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
2334 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
2335 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
2336 &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.
2337 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
2338 },
2339 ],
2340 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
2341 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
2342 &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.
2343 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
2344 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
2345 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
2346 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
2347 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
2348 &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`
2349 &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.
2350 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
2351 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2352 &quot;source&quot;: { # The source of a field. # The source of the field.
2353 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2354 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2355 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2356 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2357 &quot;userTypes&quot;: [ # Output only. The user types.
2358 &quot;A String&quot;,
2359 ],
2360 },
2361 &quot;type&quot;: &quot;A String&quot;, # The source type.
2362 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2363 },
2364 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2365 },
2366 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
2367 &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.
2368 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
2369 },
2370 ],
2371 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
2372 { # A person&#x27;s gender.
2373 &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.
2374 &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`
2375 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
2376 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2377 &quot;source&quot;: { # The source of a field. # The source of the field.
2378 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2379 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2380 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2381 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2382 &quot;userTypes&quot;: [ # Output only. The user types.
2383 &quot;A String&quot;,
2384 ],
2385 },
2386 &quot;type&quot;: &quot;A String&quot;, # The source type.
2387 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2388 },
2389 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2390 },
2391 &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`
2392 },
2393 ],
2394 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
2395 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
2396 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
2397 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2398 &quot;source&quot;: { # The source of a field. # The source of the field.
2399 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2400 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2401 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2402 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2403 &quot;userTypes&quot;: [ # Output only. The user types.
2404 &quot;A String&quot;,
2405 ],
2406 },
2407 &quot;type&quot;: &quot;A String&quot;, # The source type.
2408 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2409 },
2410 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2411 },
2412 &quot;value&quot;: &quot;A String&quot;, # The tagline.
2413 },
2414 ],
2415 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
2416 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
2417 &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.
2418 &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`
2419 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
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;source&quot;: { # The source of a field. # The source of the field.
2422 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2423 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2424 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2425 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2426 &quot;userTypes&quot;: [ # Output only. The user types.
2427 &quot;A String&quot;,
2428 ],
2429 },
2430 &quot;type&quot;: &quot;A String&quot;, # The source type.
2431 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2432 },
2433 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2434 },
2435 &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.
2436 },
2437 ],
2438 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
2439 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
2440 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
2441 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2442 &quot;source&quot;: { # The source of a field. # The source of the field.
2443 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2444 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2445 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2446 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2447 &quot;userTypes&quot;: [ # Output only. The user types.
2448 &quot;A String&quot;,
2449 ],
2450 },
2451 &quot;type&quot;: &quot;A String&quot;, # The source type.
2452 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2453 },
2454 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2455 },
2456 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
2457 &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
2458 },
2459 ],
2460 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
2461 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
2462 &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.
2463 &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`
2464 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
2465 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2466 &quot;source&quot;: { # The source of a field. # The source of the field.
2467 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2468 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2469 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2470 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2471 &quot;userTypes&quot;: [ # Output only. The user types.
2472 &quot;A String&quot;,
2473 ],
2474 },
2475 &quot;type&quot;: &quot;A String&quot;, # The source type.
2476 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2477 },
2478 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2479 },
2480 },
2481 ],
2482 &quot;interests&quot;: [ # The person&#x27;s interests.
2483 { # One of the person&#x27;s interests.
2484 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
2485 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
2486 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2487 &quot;source&quot;: { # The source of a field. # The source of the field.
2488 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2489 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2490 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2491 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2492 &quot;userTypes&quot;: [ # Output only. The user types.
2493 &quot;A String&quot;,
2494 ],
2495 },
2496 &quot;type&quot;: &quot;A String&quot;, # The source type.
2497 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2498 },
2499 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2500 },
2501 },
2502 ],
2503 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
2504 { # A person&#x27;s locale preference.
2505 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
2506 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2507 &quot;source&quot;: { # The source of a field. # The source of the field.
2508 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2509 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2510 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2511 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2512 &quot;userTypes&quot;: [ # Output only. The user types.
2513 &quot;A String&quot;,
2514 ],
2515 },
2516 &quot;type&quot;: &quot;A String&quot;, # The source type.
2517 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2518 },
2519 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2520 },
2521 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
2522 },
2523 ],
2524 &quot;events&quot;: [ # The person&#x27;s events.
2525 { # An event related to the person.
2526 &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.
2527 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2528 &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.
2529 &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.
2530 },
2531 &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`
2532 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
2533 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2534 &quot;source&quot;: { # The source of a field. # The source of the field.
2535 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2536 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2537 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2538 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2539 &quot;userTypes&quot;: [ # Output only. The user types.
2540 &quot;A String&quot;,
2541 ],
2542 },
2543 &quot;type&quot;: &quot;A String&quot;, # The source type.
2544 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2545 },
2546 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2547 },
2548 &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.
2549 },
2550 ],
2551 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
2552 { # A person&#x27;s calendar URL.
2553 &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.
2554 &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`
2555 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
2556 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2557 &quot;source&quot;: { # The source of a field. # The source of the field.
2558 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2559 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2560 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2561 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2562 &quot;userTypes&quot;: [ # Output only. The user types.
2563 &quot;A String&quot;,
2564 ],
2565 },
2566 &quot;type&quot;: &quot;A String&quot;, # The source type.
2567 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2568 },
2569 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2570 },
2571 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
2572 },
2573 ],
2574 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2575 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2576 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2577 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
2578 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2579 &quot;source&quot;: { # The source of a field. # The source of the field.
2580 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2581 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2582 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2583 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2584 &quot;userTypes&quot;: [ # Output only. The user types.
2585 &quot;A String&quot;,
2586 ],
2587 },
2588 &quot;type&quot;: &quot;A String&quot;, # The source type.
2589 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2590 },
2591 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2592 },
2593 },
2594 ],
2595 &quot;skills&quot;: [ # The person&#x27;s skills.
2596 { # A skill that the person has.
2597 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
2598 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2599 &quot;source&quot;: { # The source of a field. # The source of the field.
2600 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2601 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2602 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2603 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2604 &quot;userTypes&quot;: [ # Output only. The user types.
2605 &quot;A String&quot;,
2606 ],
2607 },
2608 &quot;type&quot;: &quot;A String&quot;, # The source type.
2609 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2610 },
2611 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2612 },
2613 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
2614 },
2615 ],
2616 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
2617 { # An identifier from an external entity related to the person.
2618 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
2619 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2620 &quot;source&quot;: { # The source of a field. # The source of the field.
2621 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2622 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2623 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2624 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2625 &quot;userTypes&quot;: [ # Output only. The user types.
2626 &quot;A String&quot;,
2627 ],
2628 },
2629 &quot;type&quot;: &quot;A String&quot;, # The source type.
2630 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2631 },
2632 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2633 },
2634 &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`
2635 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
2636 &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.
2637 },
2638 ],
2639 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
2640 { # A person&#x27;s short biography.
2641 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
2642 &quot;value&quot;: &quot;A String&quot;, # The short biography.
2643 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
2644 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2645 &quot;source&quot;: { # The source of a field. # The source of the field.
2646 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2647 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2648 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2649 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2650 &quot;userTypes&quot;: [ # Output only. The user types.
2651 &quot;A String&quot;,
2652 ],
2653 },
2654 &quot;type&quot;: &quot;A String&quot;, # The source type.
2655 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2656 },
2657 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2658 },
2659 },
2660 ],
2661 &quot;locations&quot;: [ # The person&#x27;s locations.
2662 { # A person&#x27;s location.
2663 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
2664 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
2665 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
2666 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2667 &quot;source&quot;: { # The source of a field. # The source of the field.
2668 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2669 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2670 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2671 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2672 &quot;userTypes&quot;: [ # Output only. The user types.
2673 &quot;A String&quot;,
2674 ],
2675 },
2676 &quot;type&quot;: &quot;A String&quot;, # The source type.
2677 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2678 },
2679 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2680 },
2681 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
2682 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
2683 &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`
2684 &quot;current&quot;: True or False, # Whether the location is the current location.
2685 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
2686 },
2687 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002688 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
2689 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002690 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
2691 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2692 &quot;source&quot;: { # The source of a field. # The source of the field.
2693 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2694 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2695 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2696 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2697 &quot;userTypes&quot;: [ # Output only. The user types.
2698 &quot;A String&quot;,
2699 ],
2700 },
2701 &quot;type&quot;: &quot;A String&quot;, # The source type.
2702 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2703 },
2704 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2705 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002706 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
2707 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
2708 },
2709 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
2710 &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.
2711 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
2712 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002713 },
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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002742 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
2743 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002744 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
2745 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2746 &quot;source&quot;: { # The source of a field. # The source of the field.
2747 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2748 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2749 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2750 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2751 &quot;userTypes&quot;: [ # Output only. The user types.
2752 &quot;A String&quot;,
2753 ],
2754 },
2755 &quot;type&quot;: &quot;A String&quot;, # The source type.
2756 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2757 },
2758 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2759 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002760 &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.
2761 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002762 },
2763 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002764 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002765 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
2766 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002767 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002768 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
2769 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07002770 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002771 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002773 &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 -07002774 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002775 &quot;userTypes&quot;: [ # Output only. The user types.
2776 &quot;A String&quot;,
2777 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002778 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002779 &quot;type&quot;: &quot;A String&quot;, # The source type.
2780 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07002781 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002782 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2783 },
2784 },
2785 ],
2786 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
2787 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002788 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002789 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07002790 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002791 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002793 &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 -07002794 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002795 &quot;userTypes&quot;: [ # Output only. The user types.
2796 &quot;A String&quot;,
2797 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002798 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002799 &quot;type&quot;: &quot;A String&quot;, # The source type.
2800 &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 -07002801 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002802 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2803 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002804 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002805 },
2806 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002807 &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.
2808 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
2809 { # Arbitrary user data that is populated by the end users.
2810 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
2811 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
2812 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
2813 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002814 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002815 &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 -07002816 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002817 &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 -07002818 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002819 &quot;userTypes&quot;: [ # Output only. The user types.
2820 &quot;A String&quot;,
2821 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002822 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002823 &quot;type&quot;: &quot;A String&quot;, # The source type.
2824 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002825 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002826 &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 -07002827 },
2828 },
2829 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002830 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
2831 { # A person&#x27;s associated URLs.
2832 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002833 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002834 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002835 &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 -07002836 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002837 &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 -07002838 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002839 &quot;userTypes&quot;: [ # Output only. The user types.
2840 &quot;A String&quot;,
2841 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002842 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002843 &quot;type&quot;: &quot;A String&quot;, # The source type.
2844 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002845 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002846 &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 -07002847 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002848 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002849 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002850 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002851 },
2852 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002853 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
2854 { # A person&#x27;s instant messaging client.
2855 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
2856 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002857 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002858 &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 -07002859 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002860 &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 -07002861 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002862 &quot;userTypes&quot;: [ # Output only. The user types.
2863 &quot;A String&quot;,
2864 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002865 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002866 &quot;type&quot;: &quot;A String&quot;, # The source type.
2867 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002868 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002869 &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 -07002870 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002871 &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`
2872 &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.
2873 &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`
2874 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
2875 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07002876 },
2877 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002878 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002879 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
2880 &quot;sources&quot;: [ # The sources of data for the person.
2881 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002882 &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 -07002883 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002884 &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 -07002885 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002886 &quot;userTypes&quot;: [ # Output only. The user types.
2887 &quot;A String&quot;,
2888 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002889 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002890 &quot;type&quot;: &quot;A String&quot;, # The source type.
2891 &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 -07002892 },
2893 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002894 &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.
2895 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
2896 &quot;A String&quot;,
2897 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002898 &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.
2899 &quot;A String&quot;,
2900 ],
2901 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002902 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
2903 { # 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.
2904 &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.
2905 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2906 &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.
2907 &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.
2908 },
2909 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
2910 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
2911 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07002912 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002913 &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 -07002914 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002915 &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 -07002916 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002917 &quot;userTypes&quot;: [ # Output only. The user types.
2918 &quot;A String&quot;,
2919 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002920 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002921 &quot;type&quot;: &quot;A String&quot;, # The source type.
2922 &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 -07002923 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002924 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2925 },
2926 },
2927 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002928 &quot;clientData&quot;: [ # The person&#x27;s client data.
2929 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
2930 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
2931 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2932 &quot;source&quot;: { # The source of a field. # The source of the field.
2933 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2934 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2935 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2936 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2937 &quot;userTypes&quot;: [ # Output only. The user types.
2938 &quot;A String&quot;,
2939 ],
2940 },
2941 &quot;type&quot;: &quot;A String&quot;, # The source type.
2942 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2943 },
2944 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2945 },
2946 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
2947 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
2948 },
2949 ],
2950 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
2951 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
2952 &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`
2953 &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.
2954 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
2955 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
2956 &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.
2957 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2958 &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.
2959 &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.
2960 },
2961 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
2962 &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.
2963 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2964 &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.
2965 &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.
2966 },
2967 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
2968 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
2969 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
2970 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2971 &quot;source&quot;: { # The source of a field. # The source of the field.
2972 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2973 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2974 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2975 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2976 &quot;userTypes&quot;: [ # Output only. The user types.
2977 &quot;A String&quot;,
2978 ],
2979 },
2980 &quot;type&quot;: &quot;A String&quot;, # The source type.
2981 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2982 },
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;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
2986 &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.
2987 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
2988 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
2989 },
2990 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002991 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
2992 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002993 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07002994 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07002995 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002996 &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 -07002997 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07002998 &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 -07002999 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003000 &quot;userTypes&quot;: [ # Output only. The user types.
3001 &quot;A String&quot;,
3002 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003003 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003004 &quot;type&quot;: &quot;A String&quot;, # The source type.
3005 &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 -07003006 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003007 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3008 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003009 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003010 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
3011 },
3012 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003013 &quot;occupations&quot;: [ # The person&#x27;s occupations.
3014 { # A person&#x27;s occupation.
3015 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
3016 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3017 &quot;source&quot;: { # The source of a field. # The source of the field.
3018 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3021 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3022 &quot;userTypes&quot;: [ # Output only. The user types.
3023 &quot;A String&quot;,
3024 ],
3025 },
3026 &quot;type&quot;: &quot;A String&quot;, # The source type.
3027 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3028 },
3029 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3030 },
3031 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
3032 },
3033 ],
3034 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
3035 { # A person&#x27;s phone number.
3036 &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.
3037 &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.
3038 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
3039 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3040 &quot;source&quot;: { # The source of a field. # The source of the field.
3041 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3042 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3045 &quot;userTypes&quot;: [ # Output only. The user types.
3046 &quot;A String&quot;,
3047 ],
3048 },
3049 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3053 },
3054 &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`
3055 &quot;value&quot;: &quot;A String&quot;, # The phone number.
3056 },
3057 ],
3058 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3059 { # 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.
3060 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3061 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
3062 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3063 &quot;source&quot;: { # The source of a field. # The source of the field.
3064 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3065 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3066 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3067 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3068 &quot;userTypes&quot;: [ # Output only. The user types.
3069 &quot;A String&quot;,
3070 ],
3071 },
3072 &quot;type&quot;: &quot;A String&quot;, # The source type.
3073 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3074 },
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 &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.
3078 },
3079 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003080 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
3081 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003082 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3083 &quot;value&quot;: &quot;A String&quot;, # The email address.
3084 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003085 &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.
3086 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003087 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07003088 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003089 &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 -07003090 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003091 &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 -07003092 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003093 &quot;userTypes&quot;: [ # Output only. The user types.
3094 &quot;A String&quot;,
3095 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003096 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003097 &quot;type&quot;: &quot;A String&quot;, # The source type.
3098 &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 -07003099 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003100 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3101 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003102 },
3103 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003104 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
3105 &quot;relations&quot;: [ # The person&#x27;s relations.
3106 { # A person&#x27;s relation to another person.
3107 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
3108 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
3109 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3110 &quot;source&quot;: { # The source of a field. # The source of the field.
3111 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3112 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3113 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3114 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3115 &quot;userTypes&quot;: [ # Output only. The user types.
3116 &quot;A String&quot;,
3117 ],
3118 },
3119 &quot;type&quot;: &quot;A String&quot;, # The source type.
3120 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3121 },
3122 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3123 },
3124 &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.
3125 &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`
3126 },
3127 ],
3128 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
3129 { # A person&#x27;s miscellaneous keyword.
3130 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
3131 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
3132 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3133 &quot;source&quot;: { # The source of a field. # The source of the field.
3134 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3135 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3138 &quot;userTypes&quot;: [ # Output only. The user types.
3139 &quot;A String&quot;,
3140 ],
3141 },
3142 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3146 },
3147 &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.
3148 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
3149 },
3150 ],
3151 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
3152 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
3153 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
3154 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3155 &quot;source&quot;: { # The source of a field. # The source of the field.
3156 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3157 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3158 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3159 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3160 &quot;userTypes&quot;: [ # Output only. The user types.
3161 &quot;A String&quot;,
3162 ],
3163 },
3164 &quot;type&quot;: &quot;A String&quot;, # The source type.
3165 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3166 },
3167 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3168 },
3169 &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`
3170 &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.
3171 },
3172 ],
3173 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
3174 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
3175 &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.
3176 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
3177 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
3178 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
3179 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
3180 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
3181 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
3182 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
3183 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
3184 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
3185 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3186 &quot;source&quot;: { # The source of a field. # The source of the field.
3187 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3188 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3189 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3190 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3191 &quot;userTypes&quot;: [ # Output only. The user types.
3192 &quot;A String&quot;,
3193 ],
3194 },
3195 &quot;type&quot;: &quot;A String&quot;, # The source type.
3196 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3197 },
3198 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3199 },
3200 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
3201 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
3202 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
3203 &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.
3204 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
3205 },
3206 ],
3207 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
3208 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
3209 &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.
3210 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
3211 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
3212 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
3213 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
3214 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
3215 &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`
3216 &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.
3217 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
3218 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3219 &quot;source&quot;: { # The source of a field. # The source of the field.
3220 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3221 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3222 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3223 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3224 &quot;userTypes&quot;: [ # Output only. The user types.
3225 &quot;A String&quot;,
3226 ],
3227 },
3228 &quot;type&quot;: &quot;A String&quot;, # The source type.
3229 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3230 },
3231 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3232 },
3233 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
3234 &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.
3235 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
3236 },
3237 ],
3238 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
3239 { # A person&#x27;s gender.
3240 &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.
3241 &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`
3242 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
3243 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3244 &quot;source&quot;: { # The source of a field. # The source of the field.
3245 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3246 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3247 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3248 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3249 &quot;userTypes&quot;: [ # Output only. The user types.
3250 &quot;A String&quot;,
3251 ],
3252 },
3253 &quot;type&quot;: &quot;A String&quot;, # The source type.
3254 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3255 },
3256 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3257 },
3258 &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`
3259 },
3260 ],
3261 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
3262 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
3263 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
3264 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3265 &quot;source&quot;: { # The source of a field. # The source of the field.
3266 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3267 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3268 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3269 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3270 &quot;userTypes&quot;: [ # Output only. The user types.
3271 &quot;A String&quot;,
3272 ],
3273 },
3274 &quot;type&quot;: &quot;A String&quot;, # The source type.
3275 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3276 },
3277 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3278 },
3279 &quot;value&quot;: &quot;A String&quot;, # The tagline.
3280 },
3281 ],
3282 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
3283 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
3284 &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.
3285 &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`
3286 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
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;source&quot;: { # The source of a field. # The source of the field.
3289 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3290 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3291 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3292 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3293 &quot;userTypes&quot;: [ # Output only. The user types.
3294 &quot;A String&quot;,
3295 ],
3296 },
3297 &quot;type&quot;: &quot;A String&quot;, # The source type.
3298 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3299 },
3300 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3301 },
3302 &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.
3303 },
3304 ],
3305 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
3306 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
3307 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
3308 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3309 &quot;source&quot;: { # The source of a field. # The source of the field.
3310 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3311 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3312 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3313 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3314 &quot;userTypes&quot;: [ # Output only. The user types.
3315 &quot;A String&quot;,
3316 ],
3317 },
3318 &quot;type&quot;: &quot;A String&quot;, # The source type.
3319 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3320 },
3321 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3322 },
3323 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
3324 &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
3325 },
3326 ],
3327 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
3328 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
3329 &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.
3330 &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`
3331 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
3332 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3333 &quot;source&quot;: { # The source of a field. # The source of the field.
3334 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3335 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3336 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3337 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3338 &quot;userTypes&quot;: [ # Output only. The user types.
3339 &quot;A String&quot;,
3340 ],
3341 },
3342 &quot;type&quot;: &quot;A String&quot;, # The source type.
3343 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3344 },
3345 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3346 },
3347 },
3348 ],
3349 &quot;interests&quot;: [ # The person&#x27;s interests.
3350 { # One of the person&#x27;s interests.
3351 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
3352 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
3353 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3354 &quot;source&quot;: { # The source of a field. # The source of the field.
3355 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3356 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3357 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3358 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3359 &quot;userTypes&quot;: [ # Output only. The user types.
3360 &quot;A String&quot;,
3361 ],
3362 },
3363 &quot;type&quot;: &quot;A String&quot;, # The source type.
3364 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3365 },
3366 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3367 },
3368 },
3369 ],
3370 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
3371 { # A person&#x27;s locale preference.
3372 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
3373 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3374 &quot;source&quot;: { # The source of a field. # The source of the field.
3375 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3376 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3377 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3378 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3379 &quot;userTypes&quot;: [ # Output only. The user types.
3380 &quot;A String&quot;,
3381 ],
3382 },
3383 &quot;type&quot;: &quot;A String&quot;, # The source type.
3384 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3385 },
3386 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3387 },
3388 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
3389 },
3390 ],
3391 &quot;events&quot;: [ # The person&#x27;s events.
3392 { # An event related to the person.
3393 &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.
3394 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3395 &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.
3396 &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.
3397 },
3398 &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`
3399 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
3400 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3401 &quot;source&quot;: { # The source of a field. # The source of the field.
3402 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3403 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3404 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3405 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3406 &quot;userTypes&quot;: [ # Output only. The user types.
3407 &quot;A String&quot;,
3408 ],
3409 },
3410 &quot;type&quot;: &quot;A String&quot;, # The source type.
3411 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3412 },
3413 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3414 },
3415 &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.
3416 },
3417 ],
3418 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
3419 { # A person&#x27;s calendar URL.
3420 &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.
3421 &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`
3422 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
3423 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3424 &quot;source&quot;: { # The source of a field. # The source of the field.
3425 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3426 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3427 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3428 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3429 &quot;userTypes&quot;: [ # Output only. The user types.
3430 &quot;A String&quot;,
3431 ],
3432 },
3433 &quot;type&quot;: &quot;A String&quot;, # The source type.
3434 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3435 },
3436 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3437 },
3438 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
3439 },
3440 ],
3441 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
3442 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
3443 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
3444 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
3445 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3446 &quot;source&quot;: { # The source of a field. # The source of the field.
3447 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3448 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3449 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3450 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3451 &quot;userTypes&quot;: [ # Output only. The user types.
3452 &quot;A String&quot;,
3453 ],
3454 },
3455 &quot;type&quot;: &quot;A String&quot;, # The source type.
3456 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3457 },
3458 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3459 },
3460 },
3461 ],
3462 &quot;skills&quot;: [ # The person&#x27;s skills.
3463 { # A skill that the person has.
3464 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
3465 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3466 &quot;source&quot;: { # The source of a field. # The source of the field.
3467 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3468 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3469 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3470 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3471 &quot;userTypes&quot;: [ # Output only. The user types.
3472 &quot;A String&quot;,
3473 ],
3474 },
3475 &quot;type&quot;: &quot;A String&quot;, # The source type.
3476 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3477 },
3478 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3479 },
3480 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
3481 },
3482 ],
3483 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
3484 { # An identifier from an external entity related to the person.
3485 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
3486 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3487 &quot;source&quot;: { # The source of a field. # The source of the field.
3488 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3489 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3490 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3491 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3492 &quot;userTypes&quot;: [ # Output only. The user types.
3493 &quot;A String&quot;,
3494 ],
3495 },
3496 &quot;type&quot;: &quot;A String&quot;, # The source type.
3497 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3498 },
3499 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3500 },
3501 &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`
3502 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
3503 &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.
3504 },
3505 ],
3506 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
3507 { # A person&#x27;s short biography.
3508 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
3509 &quot;value&quot;: &quot;A String&quot;, # The short biography.
3510 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
3511 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3512 &quot;source&quot;: { # The source of a field. # The source of the field.
3513 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3514 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3515 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3516 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3517 &quot;userTypes&quot;: [ # Output only. The user types.
3518 &quot;A String&quot;,
3519 ],
3520 },
3521 &quot;type&quot;: &quot;A String&quot;, # The source type.
3522 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3523 },
3524 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3525 },
3526 },
3527 ],
3528 &quot;locations&quot;: [ # The person&#x27;s locations.
3529 { # A person&#x27;s location.
3530 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
3531 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
3532 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
3533 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3534 &quot;source&quot;: { # The source of a field. # The source of the field.
3535 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3536 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3537 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3538 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3539 &quot;userTypes&quot;: [ # Output only. The user types.
3540 &quot;A String&quot;,
3541 ],
3542 },
3543 &quot;type&quot;: &quot;A String&quot;, # The source type.
3544 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3545 },
3546 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3547 },
3548 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
3549 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
3550 &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`
3551 &quot;current&quot;: True or False, # Whether the location is the current location.
3552 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
3553 },
3554 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003555 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
3556 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003557 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
3558 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3559 &quot;source&quot;: { # The source of a field. # The source of the field.
3560 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3561 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3562 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3563 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3564 &quot;userTypes&quot;: [ # Output only. The user types.
3565 &quot;A String&quot;,
3566 ],
3567 },
3568 &quot;type&quot;: &quot;A String&quot;, # The source type.
3569 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3570 },
3571 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3572 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003573 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
3574 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
3575 },
3576 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
3577 &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.
3578 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
3579 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003580 },
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">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003586 <code class="details" id="getBatchGet">getBatchGet(resourceNames=None, sources=None, personFields=None, requestMask_includeField=None, x__xgafv=None)</code>
3587 <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)
3591 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 -07003592 Allowed values
3593 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
3594 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
3595 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
3596 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003597 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
3598 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 -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 Kim673ec5c2020-11-16 11:05:03 -07003610 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003611 &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.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003612 &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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003613 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
3614 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003615 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
3616 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3617 &quot;source&quot;: { # The source of a field. # The source of the field.
3618 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3619 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3620 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3621 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3622 &quot;userTypes&quot;: [ # Output only. The user types.
3623 &quot;A String&quot;,
3624 ],
3625 },
3626 &quot;type&quot;: &quot;A String&quot;, # The source type.
3627 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3628 },
3629 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3630 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003631 &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.
3632 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003633 },
3634 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003635 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003636 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
3637 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003638 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003639 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
3640 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07003641 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003642 &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 -07003643 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003644 &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 -07003645 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003646 &quot;userTypes&quot;: [ # Output only. The user types.
3647 &quot;A String&quot;,
3648 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003649 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003650 &quot;type&quot;: &quot;A String&quot;, # The source type.
3651 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003652 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003653 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3654 },
3655 },
3656 ],
3657 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
3658 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003659 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003660 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07003661 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003662 &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 -07003663 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003664 &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 -07003665 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003666 &quot;userTypes&quot;: [ # Output only. The user types.
3667 &quot;A String&quot;,
3668 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003669 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003670 &quot;type&quot;: &quot;A String&quot;, # The source type.
3671 &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 -07003672 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003673 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3674 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003675 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003676 },
3677 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003678 &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.
3679 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
3680 { # Arbitrary user data that is populated by the end users.
3681 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
3682 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
3683 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
3684 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003685 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003686 &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 -07003687 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003688 &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 -07003689 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003690 &quot;userTypes&quot;: [ # Output only. The user types.
3691 &quot;A String&quot;,
3692 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003693 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003694 &quot;type&quot;: &quot;A String&quot;, # The source type.
3695 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003696 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003697 &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 -07003698 },
3699 },
3700 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003701 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
3702 { # A person&#x27;s associated URLs.
3703 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003704 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003705 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003706 &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 -07003707 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003708 &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 -07003709 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003710 &quot;userTypes&quot;: [ # Output only. The user types.
3711 &quot;A String&quot;,
3712 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003713 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003714 &quot;type&quot;: &quot;A String&quot;, # The source type.
3715 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003716 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003717 &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 -07003718 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003719 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003720 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003721 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003722 },
3723 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003724 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
3725 { # A person&#x27;s instant messaging client.
3726 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
3727 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003728 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003729 &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 -07003730 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003731 &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 -07003732 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003733 &quot;userTypes&quot;: [ # Output only. The user types.
3734 &quot;A String&quot;,
3735 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003736 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003737 &quot;type&quot;: &quot;A String&quot;, # The source type.
3738 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003739 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003740 &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 -07003741 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003742 &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`
3743 &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.
3744 &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`
3745 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
3746 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003747 },
3748 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003749 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003750 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
3751 &quot;sources&quot;: [ # The sources of data for the person.
3752 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003753 &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 -07003754 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003755 &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 -07003756 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003757 &quot;userTypes&quot;: [ # Output only. The user types.
3758 &quot;A String&quot;,
3759 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003760 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003761 &quot;type&quot;: &quot;A String&quot;, # The source type.
3762 &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 -07003763 },
3764 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003765 &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.
3766 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
3767 &quot;A String&quot;,
3768 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003769 &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.
3770 &quot;A String&quot;,
3771 ],
3772 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003773 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
3774 { # 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.
3775 &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.
3776 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3777 &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.
3778 &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.
3779 },
3780 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
3781 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
3782 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07003783 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003784 &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 -07003785 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003786 &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 -07003787 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003788 &quot;userTypes&quot;: [ # Output only. The user types.
3789 &quot;A String&quot;,
3790 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003791 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003792 &quot;type&quot;: &quot;A String&quot;, # The source type.
3793 &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 -07003794 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003795 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3796 },
3797 },
3798 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003799 &quot;clientData&quot;: [ # The person&#x27;s client data.
3800 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
3801 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
3802 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3803 &quot;source&quot;: { # The source of a field. # The source of the field.
3804 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3805 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3806 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3807 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3808 &quot;userTypes&quot;: [ # Output only. The user types.
3809 &quot;A String&quot;,
3810 ],
3811 },
3812 &quot;type&quot;: &quot;A String&quot;, # The source type.
3813 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3814 },
3815 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3816 },
3817 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
3818 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
3819 },
3820 ],
3821 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
3822 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
3823 &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`
3824 &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.
3825 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
3826 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
3827 &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.
3828 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3829 &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.
3830 &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.
3831 },
3832 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
3833 &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.
3834 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3835 &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.
3836 &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.
3837 },
3838 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
3839 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
3840 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
3841 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3842 &quot;source&quot;: { # The source of a field. # The source of the field.
3843 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3844 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3845 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3846 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3847 &quot;userTypes&quot;: [ # Output only. The user types.
3848 &quot;A String&quot;,
3849 ],
3850 },
3851 &quot;type&quot;: &quot;A String&quot;, # The source type.
3852 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3853 },
3854 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3855 },
3856 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
3857 &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.
3858 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
3859 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
3860 },
3861 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003862 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
3863 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003864 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003865 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07003866 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003867 &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 -07003868 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003869 &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 -07003870 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003871 &quot;userTypes&quot;: [ # Output only. The user types.
3872 &quot;A String&quot;,
3873 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003874 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003875 &quot;type&quot;: &quot;A String&quot;, # The source type.
3876 &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 -07003877 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003878 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3879 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003880 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003881 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
3882 },
3883 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003884 &quot;occupations&quot;: [ # The person&#x27;s occupations.
3885 { # A person&#x27;s occupation.
3886 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
3887 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3888 &quot;source&quot;: { # The source of a field. # The source of the field.
3889 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3890 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3891 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3892 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3893 &quot;userTypes&quot;: [ # Output only. The user types.
3894 &quot;A String&quot;,
3895 ],
3896 },
3897 &quot;type&quot;: &quot;A String&quot;, # The source type.
3898 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3899 },
3900 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3901 },
3902 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
3903 },
3904 ],
3905 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
3906 { # A person&#x27;s phone number.
3907 &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.
3908 &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.
3909 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
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;source&quot;: { # The source of a field. # The source of the field.
3912 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3913 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3914 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3915 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3916 &quot;userTypes&quot;: [ # Output only. The user types.
3917 &quot;A String&quot;,
3918 ],
3919 },
3920 &quot;type&quot;: &quot;A String&quot;, # The source type.
3921 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3922 },
3923 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3924 },
3925 &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`
3926 &quot;value&quot;: &quot;A String&quot;, # The phone number.
3927 },
3928 ],
3929 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3930 { # 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.
3931 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3932 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
3933 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3934 &quot;source&quot;: { # The source of a field. # The source of the field.
3935 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3936 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3937 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3938 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3939 &quot;userTypes&quot;: [ # Output only. The user types.
3940 &quot;A String&quot;,
3941 ],
3942 },
3943 &quot;type&quot;: &quot;A String&quot;, # The source type.
3944 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3945 },
3946 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3947 },
3948 &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.
3949 },
3950 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003951 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
3952 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003953 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3954 &quot;value&quot;: &quot;A String&quot;, # The email address.
3955 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003956 &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.
3957 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003958 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07003959 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003960 &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 -07003961 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003962 &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 -07003963 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003964 &quot;userTypes&quot;: [ # Output only. The user types.
3965 &quot;A String&quot;,
3966 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003967 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003968 &quot;type&quot;: &quot;A String&quot;, # The source type.
3969 &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 -07003970 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003971 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3972 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003973 },
3974 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003975 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
3976 &quot;relations&quot;: [ # The person&#x27;s relations.
3977 { # A person&#x27;s relation to another person.
3978 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
3979 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
3980 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3981 &quot;source&quot;: { # The source of a field. # The source of the field.
3982 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3983 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3984 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3985 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3986 &quot;userTypes&quot;: [ # Output only. The user types.
3987 &quot;A String&quot;,
3988 ],
3989 },
3990 &quot;type&quot;: &quot;A String&quot;, # The source type.
3991 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3992 },
3993 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3994 },
3995 &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.
3996 &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`
3997 },
3998 ],
3999 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
4000 { # A person&#x27;s miscellaneous keyword.
4001 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
4002 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
4003 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4004 &quot;source&quot;: { # The source of a field. # The source of the field.
4005 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4006 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4007 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4008 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4009 &quot;userTypes&quot;: [ # Output only. The user types.
4010 &quot;A String&quot;,
4011 ],
4012 },
4013 &quot;type&quot;: &quot;A String&quot;, # The source type.
4014 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4015 },
4016 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4017 },
4018 &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.
4019 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
4020 },
4021 ],
4022 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
4023 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
4024 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
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;source&quot;: { # The source of a field. # The source of the field.
4027 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4028 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4029 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4030 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4031 &quot;userTypes&quot;: [ # Output only. The user types.
4032 &quot;A String&quot;,
4033 ],
4034 },
4035 &quot;type&quot;: &quot;A String&quot;, # The source type.
4036 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4037 },
4038 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4039 },
4040 &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`
4041 &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.
4042 },
4043 ],
4044 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
4045 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
4046 &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.
4047 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
4048 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
4049 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
4050 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
4051 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
4052 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
4053 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
4054 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
4055 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
4056 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4057 &quot;source&quot;: { # The source of a field. # The source of the field.
4058 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4059 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4060 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4061 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4062 &quot;userTypes&quot;: [ # Output only. The user types.
4063 &quot;A String&quot;,
4064 ],
4065 },
4066 &quot;type&quot;: &quot;A String&quot;, # The source type.
4067 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4068 },
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;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
4072 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
4073 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
4074 &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.
4075 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
4076 },
4077 ],
4078 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
4079 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
4080 &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.
4081 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
4082 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
4083 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
4084 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
4085 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
4086 &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`
4087 &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.
4088 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
4089 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4090 &quot;source&quot;: { # The source of a field. # The source of the field.
4091 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4094 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4095 &quot;userTypes&quot;: [ # Output only. The user types.
4096 &quot;A String&quot;,
4097 ],
4098 },
4099 &quot;type&quot;: &quot;A String&quot;, # The source type.
4100 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4101 },
4102 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4103 },
4104 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
4105 &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.
4106 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
4107 },
4108 ],
4109 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
4110 { # A person&#x27;s gender.
4111 &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.
4112 &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`
4113 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
4114 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4115 &quot;source&quot;: { # The source of a field. # The source of the field.
4116 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4117 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4118 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4119 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4120 &quot;userTypes&quot;: [ # Output only. The user types.
4121 &quot;A String&quot;,
4122 ],
4123 },
4124 &quot;type&quot;: &quot;A String&quot;, # The source type.
4125 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4126 },
4127 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4128 },
4129 &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`
4130 },
4131 ],
4132 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
4133 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
4134 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
4135 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4136 &quot;source&quot;: { # The source of a field. # The source of the field.
4137 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4138 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4139 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4140 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4141 &quot;userTypes&quot;: [ # Output only. The user types.
4142 &quot;A String&quot;,
4143 ],
4144 },
4145 &quot;type&quot;: &quot;A String&quot;, # The source type.
4146 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4147 },
4148 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4149 },
4150 &quot;value&quot;: &quot;A String&quot;, # The tagline.
4151 },
4152 ],
4153 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
4154 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
4155 &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.
4156 &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`
4157 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
4158 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4159 &quot;source&quot;: { # The source of a field. # The source of the field.
4160 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4161 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4162 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4163 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4164 &quot;userTypes&quot;: [ # Output only. The user types.
4165 &quot;A String&quot;,
4166 ],
4167 },
4168 &quot;type&quot;: &quot;A String&quot;, # The source type.
4169 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4170 },
4171 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4172 },
4173 &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.
4174 },
4175 ],
4176 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
4177 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
4178 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
4179 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4180 &quot;source&quot;: { # The source of a field. # The source of the field.
4181 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4182 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4183 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4184 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4185 &quot;userTypes&quot;: [ # Output only. The user types.
4186 &quot;A String&quot;,
4187 ],
4188 },
4189 &quot;type&quot;: &quot;A String&quot;, # The source type.
4190 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4191 },
4192 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4193 },
4194 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
4195 &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
4196 },
4197 ],
4198 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
4199 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
4200 &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.
4201 &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`
4202 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
4203 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4204 &quot;source&quot;: { # The source of a field. # The source of the field.
4205 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4206 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4207 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4208 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4209 &quot;userTypes&quot;: [ # Output only. The user types.
4210 &quot;A String&quot;,
4211 ],
4212 },
4213 &quot;type&quot;: &quot;A String&quot;, # The source type.
4214 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4215 },
4216 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4217 },
4218 },
4219 ],
4220 &quot;interests&quot;: [ # The person&#x27;s interests.
4221 { # One of the person&#x27;s interests.
4222 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
4223 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
4224 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4225 &quot;source&quot;: { # The source of a field. # The source of the field.
4226 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4227 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4228 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4229 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4230 &quot;userTypes&quot;: [ # Output only. The user types.
4231 &quot;A String&quot;,
4232 ],
4233 },
4234 &quot;type&quot;: &quot;A String&quot;, # The source type.
4235 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4236 },
4237 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4238 },
4239 },
4240 ],
4241 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
4242 { # A person&#x27;s locale preference.
4243 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
4244 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4245 &quot;source&quot;: { # The source of a field. # The source of the field.
4246 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4247 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4248 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4249 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4250 &quot;userTypes&quot;: [ # Output only. The user types.
4251 &quot;A String&quot;,
4252 ],
4253 },
4254 &quot;type&quot;: &quot;A String&quot;, # The source type.
4255 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4256 },
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;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
4260 },
4261 ],
4262 &quot;events&quot;: [ # The person&#x27;s events.
4263 { # An event related to the person.
4264 &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.
4265 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4266 &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.
4267 &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.
4268 },
4269 &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`
4270 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
4271 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4272 &quot;source&quot;: { # The source of a field. # The source of the field.
4273 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4274 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4275 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4276 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4277 &quot;userTypes&quot;: [ # Output only. The user types.
4278 &quot;A String&quot;,
4279 ],
4280 },
4281 &quot;type&quot;: &quot;A String&quot;, # The source type.
4282 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4283 },
4284 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4285 },
4286 &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.
4287 },
4288 ],
4289 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
4290 { # A person&#x27;s calendar URL.
4291 &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.
4292 &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`
4293 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
4294 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4295 &quot;source&quot;: { # The source of a field. # The source of the field.
4296 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4297 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4298 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4299 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4300 &quot;userTypes&quot;: [ # Output only. The user types.
4301 &quot;A String&quot;,
4302 ],
4303 },
4304 &quot;type&quot;: &quot;A String&quot;, # The source type.
4305 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4306 },
4307 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4308 },
4309 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
4310 },
4311 ],
4312 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
4313 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
4314 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
4315 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
4316 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4317 &quot;source&quot;: { # The source of a field. # The source of the field.
4318 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4319 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4320 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4321 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4322 &quot;userTypes&quot;: [ # Output only. The user types.
4323 &quot;A String&quot;,
4324 ],
4325 },
4326 &quot;type&quot;: &quot;A String&quot;, # The source type.
4327 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4328 },
4329 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4330 },
4331 },
4332 ],
4333 &quot;skills&quot;: [ # The person&#x27;s skills.
4334 { # A skill that the person has.
4335 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
4336 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4337 &quot;source&quot;: { # The source of a field. # The source of the field.
4338 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4339 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4340 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4341 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4342 &quot;userTypes&quot;: [ # Output only. The user types.
4343 &quot;A String&quot;,
4344 ],
4345 },
4346 &quot;type&quot;: &quot;A String&quot;, # The source type.
4347 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4348 },
4349 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4350 },
4351 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
4352 },
4353 ],
4354 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
4355 { # An identifier from an external entity related to the person.
4356 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
4357 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4358 &quot;source&quot;: { # The source of a field. # The source of the field.
4359 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4360 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4361 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4362 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4363 &quot;userTypes&quot;: [ # Output only. The user types.
4364 &quot;A String&quot;,
4365 ],
4366 },
4367 &quot;type&quot;: &quot;A String&quot;, # The source type.
4368 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4369 },
4370 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4371 },
4372 &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`
4373 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
4374 &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.
4375 },
4376 ],
4377 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
4378 { # A person&#x27;s short biography.
4379 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
4380 &quot;value&quot;: &quot;A String&quot;, # The short biography.
4381 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
4382 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4383 &quot;source&quot;: { # The source of a field. # The source of the field.
4384 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4385 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4386 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4387 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4388 &quot;userTypes&quot;: [ # Output only. The user types.
4389 &quot;A String&quot;,
4390 ],
4391 },
4392 &quot;type&quot;: &quot;A String&quot;, # The source type.
4393 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4394 },
4395 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4396 },
4397 },
4398 ],
4399 &quot;locations&quot;: [ # The person&#x27;s locations.
4400 { # A person&#x27;s location.
4401 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
4402 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
4403 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
4404 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4405 &quot;source&quot;: { # The source of a field. # The source of the field.
4406 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4407 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4408 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4409 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4410 &quot;userTypes&quot;: [ # Output only. The user types.
4411 &quot;A String&quot;,
4412 ],
4413 },
4414 &quot;type&quot;: &quot;A String&quot;, # The source type.
4415 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4416 },
4417 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4418 },
4419 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
4420 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
4421 &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`
4422 &quot;current&quot;: True or False, # Whether the location is the current location.
4423 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
4424 },
4425 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004426 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
4427 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004428 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
4429 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4430 &quot;source&quot;: { # The source of a field. # The source of the field.
4431 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4432 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4433 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4434 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4435 &quot;userTypes&quot;: [ # Output only. The user types.
4436 &quot;A String&quot;,
4437 ],
4438 },
4439 &quot;type&quot;: &quot;A String&quot;, # The source type.
4440 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4441 },
4442 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4443 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004444 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
4445 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
4446 },
4447 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
4448 &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.
4449 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
4450 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004451 },
4452 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004453 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004454 &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.
4455 &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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004456 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004457 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
4458 {
4459 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
4460 },
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">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004469 <code class="details" id="listDirectoryPeople">listDirectoryPeople(requestSyncToken=None, syncToken=None, sources=None, readMask=None, pageToken=None, pageSize=None, mergeSources=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:
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004473 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 -07004474 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.
4475 sources: string, Required. Directory sources to return. (repeated)
4476 Allowed values
4477 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
4478 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact.
4479 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004480 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 -07004481 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.
4482 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.
4483 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)
4484 Allowed values
4485 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
4486 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004496 &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 -07004497 &quot;people&quot;: [ # The list of people in the domain directory.
4498 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004499 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
4500 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004501 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
4502 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4503 &quot;source&quot;: { # The source of a field. # The source of the field.
4504 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4505 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4506 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4507 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4508 &quot;userTypes&quot;: [ # Output only. The user types.
4509 &quot;A String&quot;,
4510 ],
4511 },
4512 &quot;type&quot;: &quot;A String&quot;, # The source type.
4513 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4514 },
4515 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4516 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004517 &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.
4518 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004519 },
4520 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004521 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004522 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
4523 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004524 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004525 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
4526 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07004527 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004528 &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 -07004529 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004530 &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 -07004531 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004532 &quot;userTypes&quot;: [ # Output only. The user types.
4533 &quot;A String&quot;,
4534 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004535 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004536 &quot;type&quot;: &quot;A String&quot;, # The source type.
4537 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004538 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004539 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4540 },
4541 },
4542 ],
4543 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
4544 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004545 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004546 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07004547 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004548 &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 -07004549 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004550 &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 -07004551 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004552 &quot;userTypes&quot;: [ # Output only. The user types.
4553 &quot;A String&quot;,
4554 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004555 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004556 &quot;type&quot;: &quot;A String&quot;, # The source type.
4557 &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 -07004558 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004559 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4560 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004561 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004562 },
4563 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004564 &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.
4565 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
4566 { # Arbitrary user data that is populated by the end users.
4567 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
4568 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
4569 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
4570 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004571 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004572 &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 -07004573 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004576 &quot;userTypes&quot;: [ # Output only. The user types.
4577 &quot;A String&quot;,
4578 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004579 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004580 &quot;type&quot;: &quot;A String&quot;, # The source type.
4581 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004582 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004583 &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 -07004584 },
4585 },
4586 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004587 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
4588 { # A person&#x27;s associated URLs.
4589 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004590 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004591 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004592 &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 -07004593 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004594 &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 -07004595 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004596 &quot;userTypes&quot;: [ # Output only. The user types.
4597 &quot;A String&quot;,
4598 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004599 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004600 &quot;type&quot;: &quot;A String&quot;, # The source type.
4601 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004602 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004603 &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 -07004604 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004605 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004606 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004607 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004608 },
4609 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004610 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
4611 { # A person&#x27;s instant messaging client.
4612 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
4613 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004614 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004615 &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 -07004616 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004617 &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 -07004618 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004619 &quot;userTypes&quot;: [ # Output only. The user types.
4620 &quot;A String&quot;,
4621 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004622 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004623 &quot;type&quot;: &quot;A String&quot;, # The source type.
4624 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004625 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004626 &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 -07004627 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004628 &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`
4629 &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.
4630 &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`
4631 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
4632 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004633 },
4634 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004635 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004636 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
4637 &quot;sources&quot;: [ # The sources of data for the person.
4638 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004639 &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 -07004640 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004641 &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 -07004642 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004643 &quot;userTypes&quot;: [ # Output only. The user types.
4644 &quot;A String&quot;,
4645 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004646 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004647 &quot;type&quot;: &quot;A String&quot;, # The source type.
4648 &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 -07004649 },
4650 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004651 &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.
4652 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
4653 &quot;A String&quot;,
4654 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004655 &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.
4656 &quot;A String&quot;,
4657 ],
4658 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004659 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
4660 { # 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.
4661 &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.
4662 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4663 &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.
4664 &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.
4665 },
4666 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
4667 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
4668 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07004669 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004670 &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 -07004671 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004672 &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 -07004673 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004674 &quot;userTypes&quot;: [ # Output only. The user types.
4675 &quot;A String&quot;,
4676 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004677 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004678 &quot;type&quot;: &quot;A String&quot;, # The source type.
4679 &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 -07004680 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004681 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4682 },
4683 },
4684 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004685 &quot;clientData&quot;: [ # The person&#x27;s client data.
4686 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
4687 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
4688 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4689 &quot;source&quot;: { # The source of a field. # The source of the field.
4690 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4691 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4692 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4693 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4694 &quot;userTypes&quot;: [ # Output only. The user types.
4695 &quot;A String&quot;,
4696 ],
4697 },
4698 &quot;type&quot;: &quot;A String&quot;, # The source type.
4699 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4700 },
4701 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4702 },
4703 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
4704 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
4705 },
4706 ],
4707 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
4708 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
4709 &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`
4710 &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.
4711 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
4712 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
4713 &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.
4714 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4715 &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.
4716 &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.
4717 },
4718 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
4719 &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.
4720 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4721 &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.
4722 &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.
4723 },
4724 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
4725 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
4726 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
4727 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4728 &quot;source&quot;: { # The source of a field. # The source of the field.
4729 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4730 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4733 &quot;userTypes&quot;: [ # Output only. The user types.
4734 &quot;A String&quot;,
4735 ],
4736 },
4737 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4741 },
4742 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
4743 &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.
4744 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
4745 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
4746 },
4747 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004748 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
4749 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004750 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004751 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07004752 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004753 &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 -07004754 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004755 &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 -07004756 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004757 &quot;userTypes&quot;: [ # Output only. The user types.
4758 &quot;A String&quot;,
4759 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004760 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004761 &quot;type&quot;: &quot;A String&quot;, # The source type.
4762 &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 -07004763 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004764 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4765 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004766 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004767 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
4768 },
4769 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004770 &quot;occupations&quot;: [ # The person&#x27;s occupations.
4771 { # A person&#x27;s occupation.
4772 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
4773 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4774 &quot;source&quot;: { # The source of a field. # The source of the field.
4775 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4776 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4777 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4778 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4779 &quot;userTypes&quot;: [ # Output only. The user types.
4780 &quot;A String&quot;,
4781 ],
4782 },
4783 &quot;type&quot;: &quot;A String&quot;, # The source type.
4784 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4785 },
4786 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4787 },
4788 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
4789 },
4790 ],
4791 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
4792 { # A person&#x27;s phone number.
4793 &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.
4794 &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.
4795 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
4796 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4797 &quot;source&quot;: { # The source of a field. # The source of the field.
4798 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4801 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4802 &quot;userTypes&quot;: [ # Output only. The user types.
4803 &quot;A String&quot;,
4804 ],
4805 },
4806 &quot;type&quot;: &quot;A String&quot;, # The source type.
4807 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4808 },
4809 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4810 },
4811 &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`
4812 &quot;value&quot;: &quot;A String&quot;, # The phone number.
4813 },
4814 ],
4815 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
4816 { # 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.
4817 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
4818 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
4819 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4820 &quot;source&quot;: { # The source of a field. # The source of the field.
4821 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4822 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4825 &quot;userTypes&quot;: [ # Output only. The user types.
4826 &quot;A String&quot;,
4827 ],
4828 },
4829 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4833 },
4834 &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.
4835 },
4836 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004837 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
4838 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004839 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
4840 &quot;value&quot;: &quot;A String&quot;, # The email address.
4841 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004842 &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.
4843 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004844 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07004845 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004846 &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 -07004847 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004848 &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 -07004849 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004850 &quot;userTypes&quot;: [ # Output only. The user types.
4851 &quot;A String&quot;,
4852 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004853 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004854 &quot;type&quot;: &quot;A String&quot;, # The source type.
4855 &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 -07004856 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004857 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4858 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07004859 },
4860 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07004861 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
4862 &quot;relations&quot;: [ # The person&#x27;s relations.
4863 { # A person&#x27;s relation to another person.
4864 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
4865 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
4866 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4867 &quot;source&quot;: { # The source of a field. # The source of the field.
4868 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4869 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4870 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4871 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4872 &quot;userTypes&quot;: [ # Output only. The user types.
4873 &quot;A String&quot;,
4874 ],
4875 },
4876 &quot;type&quot;: &quot;A String&quot;, # The source type.
4877 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4878 },
4879 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4880 },
4881 &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.
4882 &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`
4883 },
4884 ],
4885 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
4886 { # A person&#x27;s miscellaneous keyword.
4887 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
4888 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
4889 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4890 &quot;source&quot;: { # The source of a field. # The source of the field.
4891 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4894 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4895 &quot;userTypes&quot;: [ # Output only. The user types.
4896 &quot;A String&quot;,
4897 ],
4898 },
4899 &quot;type&quot;: &quot;A String&quot;, # The source type.
4900 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4901 },
4902 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4903 },
4904 &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.
4905 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
4906 },
4907 ],
4908 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
4909 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
4910 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
4911 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4912 &quot;source&quot;: { # The source of a field. # The source of the field.
4913 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4914 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4915 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4916 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4917 &quot;userTypes&quot;: [ # Output only. The user types.
4918 &quot;A String&quot;,
4919 ],
4920 },
4921 &quot;type&quot;: &quot;A String&quot;, # The source type.
4922 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4923 },
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 relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
4927 &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.
4928 },
4929 ],
4930 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
4931 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
4932 &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.
4933 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
4934 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
4935 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
4936 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
4937 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
4938 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
4939 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
4940 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
4941 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
4942 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4943 &quot;source&quot;: { # The source of a field. # The source of the field.
4944 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4945 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4946 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4947 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4948 &quot;userTypes&quot;: [ # Output only. The user types.
4949 &quot;A String&quot;,
4950 ],
4951 },
4952 &quot;type&quot;: &quot;A String&quot;, # The source type.
4953 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4954 },
4955 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4956 },
4957 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
4958 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
4959 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
4960 &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.
4961 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
4962 },
4963 ],
4964 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
4965 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
4966 &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.
4967 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
4968 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
4969 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
4970 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
4971 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
4972 &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`
4973 &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.
4974 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
4975 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4976 &quot;source&quot;: { # The source of a field. # The source of the field.
4977 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4978 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4979 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4980 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4981 &quot;userTypes&quot;: [ # Output only. The user types.
4982 &quot;A String&quot;,
4983 ],
4984 },
4985 &quot;type&quot;: &quot;A String&quot;, # The source type.
4986 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4987 },
4988 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4989 },
4990 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
4991 &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.
4992 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
4993 },
4994 ],
4995 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
4996 { # A person&#x27;s gender.
4997 &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.
4998 &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`
4999 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
5000 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5001 &quot;source&quot;: { # The source of a field. # The source of the field.
5002 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5003 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5004 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5005 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5006 &quot;userTypes&quot;: [ # Output only. The user types.
5007 &quot;A String&quot;,
5008 ],
5009 },
5010 &quot;type&quot;: &quot;A String&quot;, # The source type.
5011 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5012 },
5013 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5014 },
5015 &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`
5016 },
5017 ],
5018 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
5019 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
5020 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
5021 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5022 &quot;source&quot;: { # The source of a field. # The source of the field.
5023 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5024 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5025 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5026 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5027 &quot;userTypes&quot;: [ # Output only. The user types.
5028 &quot;A String&quot;,
5029 ],
5030 },
5031 &quot;type&quot;: &quot;A String&quot;, # The source type.
5032 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5033 },
5034 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5035 },
5036 &quot;value&quot;: &quot;A String&quot;, # The tagline.
5037 },
5038 ],
5039 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
5040 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
5041 &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.
5042 &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`
5043 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
5044 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5045 &quot;source&quot;: { # The source of a field. # The source of the field.
5046 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5047 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5048 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5049 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5050 &quot;userTypes&quot;: [ # Output only. The user types.
5051 &quot;A String&quot;,
5052 ],
5053 },
5054 &quot;type&quot;: &quot;A String&quot;, # The source type.
5055 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5056 },
5057 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5058 },
5059 &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.
5060 },
5061 ],
5062 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
5063 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
5064 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
5065 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5066 &quot;source&quot;: { # The source of a field. # The source of the field.
5067 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5068 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5069 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5070 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5071 &quot;userTypes&quot;: [ # Output only. The user types.
5072 &quot;A String&quot;,
5073 ],
5074 },
5075 &quot;type&quot;: &quot;A String&quot;, # The source type.
5076 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5077 },
5078 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5079 },
5080 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
5081 &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
5082 },
5083 ],
5084 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
5085 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
5086 &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.
5087 &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`
5088 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
5089 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5090 &quot;source&quot;: { # The source of a field. # The source of the field.
5091 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5092 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5093 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5094 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5095 &quot;userTypes&quot;: [ # Output only. The user types.
5096 &quot;A String&quot;,
5097 ],
5098 },
5099 &quot;type&quot;: &quot;A String&quot;, # The source type.
5100 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5101 },
5102 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5103 },
5104 },
5105 ],
5106 &quot;interests&quot;: [ # The person&#x27;s interests.
5107 { # One of the person&#x27;s interests.
5108 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
5109 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
5110 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5111 &quot;source&quot;: { # The source of a field. # The source of the field.
5112 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5113 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5114 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5115 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5116 &quot;userTypes&quot;: [ # Output only. The user types.
5117 &quot;A String&quot;,
5118 ],
5119 },
5120 &quot;type&quot;: &quot;A String&quot;, # The source type.
5121 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5122 },
5123 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5124 },
5125 },
5126 ],
5127 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
5128 { # A person&#x27;s locale preference.
5129 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
5130 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5131 &quot;source&quot;: { # The source of a field. # The source of the field.
5132 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5133 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5134 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5135 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5136 &quot;userTypes&quot;: [ # Output only. The user types.
5137 &quot;A String&quot;,
5138 ],
5139 },
5140 &quot;type&quot;: &quot;A String&quot;, # The source type.
5141 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5142 },
5143 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5144 },
5145 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
5146 },
5147 ],
5148 &quot;events&quot;: [ # The person&#x27;s events.
5149 { # An event related to the person.
5150 &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.
5151 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5152 &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.
5153 &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.
5154 },
5155 &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`
5156 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
5157 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5158 &quot;source&quot;: { # The source of a field. # The source of the field.
5159 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5160 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5161 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5162 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5163 &quot;userTypes&quot;: [ # Output only. The user types.
5164 &quot;A String&quot;,
5165 ],
5166 },
5167 &quot;type&quot;: &quot;A String&quot;, # The source type.
5168 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5169 },
5170 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5171 },
5172 &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.
5173 },
5174 ],
5175 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
5176 { # A person&#x27;s calendar URL.
5177 &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.
5178 &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`
5179 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
5180 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5181 &quot;source&quot;: { # The source of a field. # The source of the field.
5182 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5183 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5184 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5185 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5186 &quot;userTypes&quot;: [ # Output only. The user types.
5187 &quot;A String&quot;,
5188 ],
5189 },
5190 &quot;type&quot;: &quot;A String&quot;, # The source type.
5191 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5192 },
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;url&quot;: &quot;A String&quot;, # The calendar URL.
5196 },
5197 ],
5198 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
5199 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
5200 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
5201 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
5202 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5203 &quot;source&quot;: { # The source of a field. # The source of the field.
5204 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5205 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5206 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5207 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5208 &quot;userTypes&quot;: [ # Output only. The user types.
5209 &quot;A String&quot;,
5210 ],
5211 },
5212 &quot;type&quot;: &quot;A String&quot;, # The source type.
5213 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5214 },
5215 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5216 },
5217 },
5218 ],
5219 &quot;skills&quot;: [ # The person&#x27;s skills.
5220 { # A skill that the person has.
5221 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
5222 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5223 &quot;source&quot;: { # The source of a field. # The source of the field.
5224 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5225 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5226 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5227 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5228 &quot;userTypes&quot;: [ # Output only. The user types.
5229 &quot;A String&quot;,
5230 ],
5231 },
5232 &quot;type&quot;: &quot;A String&quot;, # The source type.
5233 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5234 },
5235 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5236 },
5237 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
5238 },
5239 ],
5240 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
5241 { # An identifier from an external entity related to the person.
5242 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
5243 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5244 &quot;source&quot;: { # The source of a field. # The source of the field.
5245 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5246 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5247 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5248 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5249 &quot;userTypes&quot;: [ # Output only. The user types.
5250 &quot;A String&quot;,
5251 ],
5252 },
5253 &quot;type&quot;: &quot;A String&quot;, # The source type.
5254 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5255 },
5256 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5257 },
5258 &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`
5259 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
5260 &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.
5261 },
5262 ],
5263 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
5264 { # A person&#x27;s short biography.
5265 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
5266 &quot;value&quot;: &quot;A String&quot;, # The short biography.
5267 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
5268 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5269 &quot;source&quot;: { # The source of a field. # The source of the field.
5270 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5271 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5272 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5273 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5274 &quot;userTypes&quot;: [ # Output only. The user types.
5275 &quot;A String&quot;,
5276 ],
5277 },
5278 &quot;type&quot;: &quot;A String&quot;, # The source type.
5279 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5280 },
5281 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5282 },
5283 },
5284 ],
5285 &quot;locations&quot;: [ # The person&#x27;s locations.
5286 { # A person&#x27;s location.
5287 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
5288 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
5289 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
5290 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5291 &quot;source&quot;: { # The source of a field. # The source of the field.
5292 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5293 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5294 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5295 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5296 &quot;userTypes&quot;: [ # Output only. The user types.
5297 &quot;A String&quot;,
5298 ],
5299 },
5300 &quot;type&quot;: &quot;A String&quot;, # The source type.
5301 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5302 },
5303 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5304 },
5305 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
5306 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
5307 &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`
5308 &quot;current&quot;: True or False, # Whether the location is the current location.
5309 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
5310 },
5311 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005312 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
5313 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005314 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
5315 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5316 &quot;source&quot;: { # The source of a field. # The source of the field.
5317 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5318 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5319 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5320 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5321 &quot;userTypes&quot;: [ # Output only. The user types.
5322 &quot;A String&quot;,
5323 ],
5324 },
5325 &quot;type&quot;: &quot;A String&quot;, # The source type.
5326 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5327 },
5328 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5329 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005330 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
5331 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
5332 },
5333 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
5334 &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.
5335 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
5336 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005337 },
5338 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07005339 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07005340 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005341 &quot;nextSyncToken&quot;: &quot;A String&quot;, # A token, which can be sent as `sync_token` to retrieve changes since the last request. Request must set `request_sync_token` to return the sync token.
Bu Sun Kimd059ad82020-07-22 17:02:09 -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">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005360 <code class="details" id="searchDirectoryPeople">searchDirectoryPeople(readMask=None, query=None, pageToken=None, pageSize=None, mergeSources=None, sources=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
5365 query: string, Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match.
5366 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.
5367 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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005368 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)
5369 Allowed values
5370 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
5371 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005372 sources: string, Required. Directory sources to return. (repeated)
5373 Allowed values
5374 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
5375 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact.
5376 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile.
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;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 -07005388 &quot;people&quot;: [ # The list of people in the domain directory that match the query.
5389 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005390 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
5391 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005392 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
5393 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5394 &quot;source&quot;: { # The source of a field. # The source of the field.
5395 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5396 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5397 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5398 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5399 &quot;userTypes&quot;: [ # Output only. The user types.
5400 &quot;A String&quot;,
5401 ],
5402 },
5403 &quot;type&quot;: &quot;A String&quot;, # The source type.
5404 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5405 },
5406 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5407 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005408 &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.
5409 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005410 },
5411 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005412 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005413 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
5414 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005415 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005416 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
5417 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07005418 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005419 &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 -07005420 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005421 &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 -07005422 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005423 &quot;userTypes&quot;: [ # Output only. The user types.
5424 &quot;A String&quot;,
5425 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005426 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005427 &quot;type&quot;: &quot;A String&quot;, # The source type.
5428 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005429 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005430 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5431 },
5432 },
5433 ],
5434 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
5435 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005436 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005437 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07005438 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005439 &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 -07005440 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005443 &quot;userTypes&quot;: [ # Output only. The user types.
5444 &quot;A String&quot;,
5445 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005446 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005447 &quot;type&quot;: &quot;A String&quot;, # The source type.
5448 &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 -07005449 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005450 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5451 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005452 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005453 },
5454 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005455 &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.
5456 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
5457 { # Arbitrary user data that is populated by the end users.
5458 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
5459 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
5460 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
5461 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005462 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005463 &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 -07005464 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005465 &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 -07005466 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005467 &quot;userTypes&quot;: [ # Output only. The user types.
5468 &quot;A String&quot;,
5469 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005470 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005471 &quot;type&quot;: &quot;A String&quot;, # The source type.
5472 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005473 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005474 &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 -07005475 },
5476 },
5477 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005478 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
5479 { # A person&#x27;s associated URLs.
5480 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005481 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005482 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005483 &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 -07005484 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005485 &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 -07005486 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005487 &quot;userTypes&quot;: [ # Output only. The user types.
5488 &quot;A String&quot;,
5489 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005490 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005491 &quot;type&quot;: &quot;A String&quot;, # The source type.
5492 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005493 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005494 &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 -07005495 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005496 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005497 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005498 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005499 },
5500 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005501 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
5502 { # A person&#x27;s instant messaging client.
5503 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
5504 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005505 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005506 &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 -07005507 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005508 &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 -07005509 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005510 &quot;userTypes&quot;: [ # Output only. The user types.
5511 &quot;A String&quot;,
5512 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005513 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005514 &quot;type&quot;: &quot;A String&quot;, # The source type.
5515 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005516 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005517 &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 -07005518 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005519 &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`
5520 &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.
5521 &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`
5522 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
5523 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005524 },
5525 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005526 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005527 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
5528 &quot;sources&quot;: [ # The sources of data for the person.
5529 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005530 &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 -07005531 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005532 &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 -07005533 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005534 &quot;userTypes&quot;: [ # Output only. The user types.
5535 &quot;A String&quot;,
5536 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005537 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005538 &quot;type&quot;: &quot;A String&quot;, # The source type.
5539 &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 -07005540 },
5541 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005542 &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.
5543 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
5544 &quot;A String&quot;,
5545 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005546 &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.
5547 &quot;A String&quot;,
5548 ],
5549 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005550 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
5551 { # 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.
5552 &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.
5553 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5554 &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.
5555 &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.
5556 },
5557 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
5558 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
5559 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07005560 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005561 &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 -07005562 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005563 &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 -07005564 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005565 &quot;userTypes&quot;: [ # Output only. The user types.
5566 &quot;A String&quot;,
5567 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005568 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005569 &quot;type&quot;: &quot;A String&quot;, # The source type.
5570 &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 -07005571 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005572 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5573 },
5574 },
5575 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005576 &quot;clientData&quot;: [ # The person&#x27;s client data.
5577 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
5578 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
5579 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5580 &quot;source&quot;: { # The source of a field. # The source of the field.
5581 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5582 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5583 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5584 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5585 &quot;userTypes&quot;: [ # Output only. The user types.
5586 &quot;A String&quot;,
5587 ],
5588 },
5589 &quot;type&quot;: &quot;A String&quot;, # The source type.
5590 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5591 },
5592 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5593 },
5594 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
5595 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
5596 },
5597 ],
5598 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
5599 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
5600 &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`
5601 &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.
5602 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
5603 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
5604 &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.
5605 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5606 &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.
5607 &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.
5608 },
5609 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
5610 &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.
5611 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5612 &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.
5613 &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.
5614 },
5615 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
5616 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
5617 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
5618 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5619 &quot;source&quot;: { # The source of a field. # The source of the field.
5620 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5621 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5622 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5623 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5624 &quot;userTypes&quot;: [ # Output only. The user types.
5625 &quot;A String&quot;,
5626 ],
5627 },
5628 &quot;type&quot;: &quot;A String&quot;, # The source type.
5629 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5630 },
5631 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5632 },
5633 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
5634 &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.
5635 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
5636 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
5637 },
5638 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005639 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
5640 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005641 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005642 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07005643 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005644 &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 -07005645 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005646 &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 -07005647 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005648 &quot;userTypes&quot;: [ # Output only. The user types.
5649 &quot;A String&quot;,
5650 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005651 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005652 &quot;type&quot;: &quot;A String&quot;, # The source type.
5653 &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 -07005654 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005655 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5656 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005657 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005658 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
5659 },
5660 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005661 &quot;occupations&quot;: [ # The person&#x27;s occupations.
5662 { # A person&#x27;s occupation.
5663 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
5664 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5665 &quot;source&quot;: { # The source of a field. # The source of the field.
5666 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5667 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5670 &quot;userTypes&quot;: [ # Output only. The user types.
5671 &quot;A String&quot;,
5672 ],
5673 },
5674 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5678 },
5679 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
5680 },
5681 ],
5682 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
5683 { # A person&#x27;s phone number.
5684 &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.
5685 &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.
5686 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
5687 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5688 &quot;source&quot;: { # The source of a field. # The source of the field.
5689 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5690 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5691 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5692 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5693 &quot;userTypes&quot;: [ # Output only. The user types.
5694 &quot;A String&quot;,
5695 ],
5696 },
5697 &quot;type&quot;: &quot;A String&quot;, # The source type.
5698 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5699 },
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;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`
5703 &quot;value&quot;: &quot;A String&quot;, # The phone number.
5704 },
5705 ],
5706 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
5707 { # 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.
5708 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
5709 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
5710 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5711 &quot;source&quot;: { # The source of a field. # The source of the field.
5712 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5713 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5714 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5715 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5716 &quot;userTypes&quot;: [ # Output only. The user types.
5717 &quot;A String&quot;,
5718 ],
5719 },
5720 &quot;type&quot;: &quot;A String&quot;, # The source type.
5721 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5722 },
5723 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5724 },
5725 &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.
5726 },
5727 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005728 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
5729 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005730 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
5731 &quot;value&quot;: &quot;A String&quot;, # The email address.
5732 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005733 &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.
5734 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005735 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07005736 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005737 &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 -07005738 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005739 &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 -07005740 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005741 &quot;userTypes&quot;: [ # Output only. The user types.
5742 &quot;A String&quot;,
5743 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005744 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005745 &quot;type&quot;: &quot;A String&quot;, # The source type.
5746 &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 -07005747 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005748 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5749 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07005750 },
5751 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07005752 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
5753 &quot;relations&quot;: [ # The person&#x27;s relations.
5754 { # A person&#x27;s relation to another person.
5755 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
5756 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
5757 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5758 &quot;source&quot;: { # The source of a field. # The source of the field.
5759 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5760 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5761 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5762 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5763 &quot;userTypes&quot;: [ # Output only. The user types.
5764 &quot;A String&quot;,
5765 ],
5766 },
5767 &quot;type&quot;: &quot;A String&quot;, # The source type.
5768 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5769 },
5770 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5771 },
5772 &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.
5773 &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`
5774 },
5775 ],
5776 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
5777 { # A person&#x27;s miscellaneous keyword.
5778 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
5779 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
5780 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5781 &quot;source&quot;: { # The source of a field. # The source of the field.
5782 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5783 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5784 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5785 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5786 &quot;userTypes&quot;: [ # Output only. The user types.
5787 &quot;A String&quot;,
5788 ],
5789 },
5790 &quot;type&quot;: &quot;A String&quot;, # The source type.
5791 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5792 },
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 &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.
5796 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
5797 },
5798 ],
5799 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
5800 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
5801 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
5802 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5803 &quot;source&quot;: { # The source of a field. # The source of the field.
5804 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5805 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5806 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5807 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5808 &quot;userTypes&quot;: [ # Output only. The user types.
5809 &quot;A String&quot;,
5810 ],
5811 },
5812 &quot;type&quot;: &quot;A String&quot;, # The source type.
5813 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5814 },
5815 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5816 },
5817 &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`
5818 &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.
5819 },
5820 ],
5821 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
5822 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
5823 &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.
5824 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
5825 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
5826 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
5827 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
5828 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
5829 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
5830 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
5831 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
5832 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
5833 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5834 &quot;source&quot;: { # The source of a field. # The source of the field.
5835 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5836 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5837 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5838 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5839 &quot;userTypes&quot;: [ # Output only. The user types.
5840 &quot;A String&quot;,
5841 ],
5842 },
5843 &quot;type&quot;: &quot;A String&quot;, # The source type.
5844 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5845 },
5846 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5847 },
5848 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
5849 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
5850 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
5851 &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.
5852 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
5853 },
5854 ],
5855 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
5856 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
5857 &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.
5858 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
5859 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
5860 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
5861 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
5862 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
5863 &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`
5864 &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.
5865 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
5866 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5867 &quot;source&quot;: { # The source of a field. # The source of the field.
5868 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5869 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5870 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5871 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5872 &quot;userTypes&quot;: [ # Output only. The user types.
5873 &quot;A String&quot;,
5874 ],
5875 },
5876 &quot;type&quot;: &quot;A String&quot;, # The source type.
5877 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5878 },
5879 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5880 },
5881 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
5882 &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.
5883 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
5884 },
5885 ],
5886 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
5887 { # A person&#x27;s gender.
5888 &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.
5889 &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`
5890 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
5891 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5892 &quot;source&quot;: { # The source of a field. # The source of the field.
5893 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5894 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5895 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5896 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5897 &quot;userTypes&quot;: [ # Output only. The user types.
5898 &quot;A String&quot;,
5899 ],
5900 },
5901 &quot;type&quot;: &quot;A String&quot;, # The source type.
5902 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5903 },
5904 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5905 },
5906 &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`
5907 },
5908 ],
5909 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
5910 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
5911 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
5912 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5913 &quot;source&quot;: { # The source of a field. # The source of the field.
5914 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5915 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5916 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5917 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5918 &quot;userTypes&quot;: [ # Output only. The user types.
5919 &quot;A String&quot;,
5920 ],
5921 },
5922 &quot;type&quot;: &quot;A String&quot;, # The source type.
5923 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5924 },
5925 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5926 },
5927 &quot;value&quot;: &quot;A String&quot;, # The tagline.
5928 },
5929 ],
5930 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
5931 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
5932 &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.
5933 &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`
5934 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
5935 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5936 &quot;source&quot;: { # The source of a field. # The source of the field.
5937 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5938 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5939 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5940 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5941 &quot;userTypes&quot;: [ # Output only. The user types.
5942 &quot;A String&quot;,
5943 ],
5944 },
5945 &quot;type&quot;: &quot;A String&quot;, # The source type.
5946 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5947 },
5948 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5949 },
5950 &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.
5951 },
5952 ],
5953 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
5954 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
5955 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
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;source&quot;: { # The source of a field. # The source of the field.
5958 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5959 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5960 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5961 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5962 &quot;userTypes&quot;: [ # Output only. The user types.
5963 &quot;A String&quot;,
5964 ],
5965 },
5966 &quot;type&quot;: &quot;A String&quot;, # The source type.
5967 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5968 },
5969 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5970 },
5971 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
5972 &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
5973 },
5974 ],
5975 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
5976 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
5977 &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.
5978 &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`
5979 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
5980 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5981 &quot;source&quot;: { # The source of a field. # The source of the field.
5982 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5983 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5984 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5985 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5986 &quot;userTypes&quot;: [ # Output only. The user types.
5987 &quot;A String&quot;,
5988 ],
5989 },
5990 &quot;type&quot;: &quot;A String&quot;, # The source type.
5991 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5992 },
5993 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5994 },
5995 },
5996 ],
5997 &quot;interests&quot;: [ # The person&#x27;s interests.
5998 { # One of the person&#x27;s interests.
5999 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
6000 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
6001 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6002 &quot;source&quot;: { # The source of a field. # The source of the field.
6003 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6004 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6005 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6006 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6007 &quot;userTypes&quot;: [ # Output only. The user types.
6008 &quot;A String&quot;,
6009 ],
6010 },
6011 &quot;type&quot;: &quot;A String&quot;, # The source type.
6012 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6013 },
6014 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6015 },
6016 },
6017 ],
6018 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
6019 { # A person&#x27;s locale preference.
6020 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
6021 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6022 &quot;source&quot;: { # The source of a field. # The source of the field.
6023 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6024 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6025 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6026 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6027 &quot;userTypes&quot;: [ # Output only. The user types.
6028 &quot;A String&quot;,
6029 ],
6030 },
6031 &quot;type&quot;: &quot;A String&quot;, # The source type.
6032 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6033 },
6034 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6035 },
6036 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
6037 },
6038 ],
6039 &quot;events&quot;: [ # The person&#x27;s events.
6040 { # An event related to the person.
6041 &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.
6042 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6043 &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.
6044 &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.
6045 },
6046 &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`
6047 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
6048 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6049 &quot;source&quot;: { # The source of a field. # The source of the field.
6050 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6051 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6052 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6053 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6054 &quot;userTypes&quot;: [ # Output only. The user types.
6055 &quot;A String&quot;,
6056 ],
6057 },
6058 &quot;type&quot;: &quot;A String&quot;, # The source type.
6059 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6060 },
6061 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6062 },
6063 &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.
6064 },
6065 ],
6066 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
6067 { # A person&#x27;s calendar URL.
6068 &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.
6069 &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`
6070 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
6071 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6072 &quot;source&quot;: { # The source of a field. # The source of the field.
6073 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6074 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6075 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6076 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6077 &quot;userTypes&quot;: [ # Output only. The user types.
6078 &quot;A String&quot;,
6079 ],
6080 },
6081 &quot;type&quot;: &quot;A String&quot;, # The source type.
6082 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6083 },
6084 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6085 },
6086 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
6087 },
6088 ],
6089 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
6090 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
6091 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
6092 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
6093 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6094 &quot;source&quot;: { # The source of a field. # The source of the field.
6095 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6096 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6097 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6098 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6099 &quot;userTypes&quot;: [ # Output only. The user types.
6100 &quot;A String&quot;,
6101 ],
6102 },
6103 &quot;type&quot;: &quot;A String&quot;, # The source type.
6104 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6105 },
6106 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6107 },
6108 },
6109 ],
6110 &quot;skills&quot;: [ # The person&#x27;s skills.
6111 { # A skill that the person has.
6112 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
6113 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6114 &quot;source&quot;: { # The source of a field. # The source of the field.
6115 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6116 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6117 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6118 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6119 &quot;userTypes&quot;: [ # Output only. The user types.
6120 &quot;A String&quot;,
6121 ],
6122 },
6123 &quot;type&quot;: &quot;A String&quot;, # The source type.
6124 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6125 },
6126 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6127 },
6128 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
6129 },
6130 ],
6131 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
6132 { # An identifier from an external entity related to the person.
6133 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
6134 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6135 &quot;source&quot;: { # The source of a field. # The source of the field.
6136 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6137 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6138 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6139 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6140 &quot;userTypes&quot;: [ # Output only. The user types.
6141 &quot;A String&quot;,
6142 ],
6143 },
6144 &quot;type&quot;: &quot;A String&quot;, # The source type.
6145 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6146 },
6147 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6148 },
6149 &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`
6150 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
6151 &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.
6152 },
6153 ],
6154 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
6155 { # A person&#x27;s short biography.
6156 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
6157 &quot;value&quot;: &quot;A String&quot;, # The short biography.
6158 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
6159 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6160 &quot;source&quot;: { # The source of a field. # The source of the field.
6161 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6162 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6163 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6164 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6165 &quot;userTypes&quot;: [ # Output only. The user types.
6166 &quot;A String&quot;,
6167 ],
6168 },
6169 &quot;type&quot;: &quot;A String&quot;, # The source type.
6170 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6171 },
6172 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6173 },
6174 },
6175 ],
6176 &quot;locations&quot;: [ # The person&#x27;s locations.
6177 { # A person&#x27;s location.
6178 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
6179 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
6180 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
6181 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6182 &quot;source&quot;: { # The source of a field. # The source of the field.
6183 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6184 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6185 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6186 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6187 &quot;userTypes&quot;: [ # Output only. The user types.
6188 &quot;A String&quot;,
6189 ],
6190 },
6191 &quot;type&quot;: &quot;A String&quot;, # The source type.
6192 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6193 },
6194 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6195 },
6196 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
6197 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
6198 &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`
6199 &quot;current&quot;: True or False, # Whether the location is the current location.
6200 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
6201 },
6202 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006203 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
6204 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006205 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
6206 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6207 &quot;source&quot;: { # The source of a field. # The source of the field.
6208 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6209 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6210 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6211 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6212 &quot;userTypes&quot;: [ # Output only. The user types.
6213 &quot;A String&quot;,
6214 ],
6215 },
6216 &quot;type&quot;: &quot;A String&quot;, # The source type.
6217 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6218 },
6219 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6220 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006221 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
6222 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
6223 },
6224 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
6225 &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.
6226 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
6227 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006228 },
6229 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07006230 },
6231 ],
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">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006250 <code class="details" id="updateContact">updateContact(resourceName, body=None, updatePersonFields=None, personFields=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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006259 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
6260 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006261 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
6262 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6263 &quot;source&quot;: { # The source of a field. # The source of the field.
6264 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6265 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6266 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6267 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6268 &quot;userTypes&quot;: [ # Output only. The user types.
6269 &quot;A String&quot;,
6270 ],
6271 },
6272 &quot;type&quot;: &quot;A String&quot;, # The source type.
6273 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6274 },
6275 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6276 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006277 &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.
6278 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006279 },
6280 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006281 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006282 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
6283 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006284 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006285 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
6286 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07006287 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006288 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006290 &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 -07006291 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006292 &quot;userTypes&quot;: [ # Output only. The user types.
6293 &quot;A String&quot;,
6294 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006295 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006296 &quot;type&quot;: &quot;A String&quot;, # The source type.
6297 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006298 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006299 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6300 },
6301 },
6302 ],
6303 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
6304 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006305 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006306 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07006307 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006308 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006310 &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 -07006311 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006312 &quot;userTypes&quot;: [ # Output only. The user types.
6313 &quot;A String&quot;,
6314 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006315 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006316 &quot;type&quot;: &quot;A String&quot;, # The source type.
6317 &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 -07006318 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006319 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6320 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006321 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006322 },
6323 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006324 &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.
6325 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
6326 { # Arbitrary user data that is populated by the end users.
6327 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
6328 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
6329 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
6330 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006331 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006332 &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 -07006333 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006334 &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 -07006335 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006336 &quot;userTypes&quot;: [ # Output only. The user types.
6337 &quot;A String&quot;,
6338 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006339 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006340 &quot;type&quot;: &quot;A String&quot;, # The source type.
6341 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006342 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006343 &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 -07006344 },
6345 },
6346 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006347 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
6348 { # A person&#x27;s associated URLs.
6349 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006350 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006351 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006352 &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 -07006353 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006354 &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 -07006355 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006356 &quot;userTypes&quot;: [ # Output only. The user types.
6357 &quot;A String&quot;,
6358 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006359 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006360 &quot;type&quot;: &quot;A String&quot;, # The source type.
6361 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006362 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006363 &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 -07006364 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006365 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006366 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006367 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006368 },
6369 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006370 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
6371 { # A person&#x27;s instant messaging client.
6372 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
6373 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006374 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006375 &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 -07006376 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006377 &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 -07006378 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006379 &quot;userTypes&quot;: [ # Output only. The user types.
6380 &quot;A String&quot;,
6381 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006382 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006383 &quot;type&quot;: &quot;A String&quot;, # The source type.
6384 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006385 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006386 &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 -07006387 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006388 &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`
6389 &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.
6390 &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`
6391 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
6392 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006393 },
6394 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006395 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006396 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
6397 &quot;sources&quot;: [ # The sources of data for the person.
6398 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006399 &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 -07006400 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006401 &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 -07006402 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006403 &quot;userTypes&quot;: [ # Output only. The user types.
6404 &quot;A String&quot;,
6405 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006406 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006407 &quot;type&quot;: &quot;A String&quot;, # The source type.
6408 &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 -07006409 },
6410 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006411 &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.
6412 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
6413 &quot;A String&quot;,
6414 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006415 &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.
6416 &quot;A String&quot;,
6417 ],
6418 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006419 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
6420 { # 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.
6421 &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.
6422 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6423 &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.
6424 &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.
6425 },
6426 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
6427 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
6428 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07006429 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006430 &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 -07006431 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006432 &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 -07006433 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006434 &quot;userTypes&quot;: [ # Output only. The user types.
6435 &quot;A String&quot;,
6436 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006437 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006438 &quot;type&quot;: &quot;A String&quot;, # The source type.
6439 &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 -07006440 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006441 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6442 },
6443 },
6444 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006445 &quot;clientData&quot;: [ # The person&#x27;s client data.
6446 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
6447 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
6448 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6449 &quot;source&quot;: { # The source of a field. # The source of the field.
6450 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6451 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6452 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6453 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6454 &quot;userTypes&quot;: [ # Output only. The user types.
6455 &quot;A String&quot;,
6456 ],
6457 },
6458 &quot;type&quot;: &quot;A String&quot;, # The source type.
6459 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6460 },
6461 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6462 },
6463 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
6464 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
6465 },
6466 ],
6467 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
6468 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
6469 &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`
6470 &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.
6471 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
6472 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
6473 &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.
6474 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6475 &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.
6476 &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.
6477 },
6478 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
6479 &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.
6480 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6481 &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.
6482 &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.
6483 },
6484 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
6485 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
6486 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
6487 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6488 &quot;source&quot;: { # The source of a field. # The source of the field.
6489 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6490 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6491 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6492 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6493 &quot;userTypes&quot;: [ # Output only. The user types.
6494 &quot;A String&quot;,
6495 ],
6496 },
6497 &quot;type&quot;: &quot;A String&quot;, # The source type.
6498 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6499 },
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;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
6503 &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.
6504 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
6505 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
6506 },
6507 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006508 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
6509 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006510 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006511 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07006512 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006513 &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 -07006514 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006515 &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 -07006516 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006517 &quot;userTypes&quot;: [ # Output only. The user types.
6518 &quot;A String&quot;,
6519 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006520 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006521 &quot;type&quot;: &quot;A String&quot;, # The source type.
6522 &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 -07006523 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006524 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6525 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006526 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006527 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
6528 },
6529 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006530 &quot;occupations&quot;: [ # The person&#x27;s occupations.
6531 { # A person&#x27;s occupation.
6532 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
6533 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6534 &quot;source&quot;: { # The source of a field. # The source of the field.
6535 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6538 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6539 &quot;userTypes&quot;: [ # Output only. The user types.
6540 &quot;A String&quot;,
6541 ],
6542 },
6543 &quot;type&quot;: &quot;A String&quot;, # The source type.
6544 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6545 },
6546 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6547 },
6548 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
6549 },
6550 ],
6551 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
6552 { # A person&#x27;s phone number.
6553 &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.
6554 &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.
6555 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
6556 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6557 &quot;source&quot;: { # The source of a field. # The source of the field.
6558 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6559 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6562 &quot;userTypes&quot;: [ # Output only. The user types.
6563 &quot;A String&quot;,
6564 ],
6565 },
6566 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6570 },
6571 &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`
6572 &quot;value&quot;: &quot;A String&quot;, # The phone number.
6573 },
6574 ],
6575 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
6576 { # 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.
6577 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
6578 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
6579 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6580 &quot;source&quot;: { # The source of a field. # The source of the field.
6581 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6582 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6583 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6584 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6585 &quot;userTypes&quot;: [ # Output only. The user types.
6586 &quot;A String&quot;,
6587 ],
6588 },
6589 &quot;type&quot;: &quot;A String&quot;, # The source type.
6590 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6591 },
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 &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.
6595 },
6596 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006597 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
6598 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006599 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
6600 &quot;value&quot;: &quot;A String&quot;, # The email address.
6601 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006602 &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.
6603 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006604 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07006605 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006606 &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 -07006607 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006608 &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 -07006609 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006610 &quot;userTypes&quot;: [ # Output only. The user types.
6611 &quot;A String&quot;,
6612 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006613 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006614 &quot;type&quot;: &quot;A String&quot;, # The source type.
6615 &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 -07006616 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006617 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6618 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07006619 },
6620 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006621 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
6622 &quot;relations&quot;: [ # The person&#x27;s relations.
6623 { # A person&#x27;s relation to another person.
6624 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
6625 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
6626 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6627 &quot;source&quot;: { # The source of a field. # The source of the field.
6628 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6629 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6630 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6631 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6632 &quot;userTypes&quot;: [ # Output only. The user types.
6633 &quot;A String&quot;,
6634 ],
6635 },
6636 &quot;type&quot;: &quot;A String&quot;, # The source type.
6637 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6638 },
6639 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6640 },
6641 &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.
6642 &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`
6643 },
6644 ],
6645 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
6646 { # A person&#x27;s miscellaneous keyword.
6647 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
6648 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
6649 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6650 &quot;source&quot;: { # The source of a field. # The source of the field.
6651 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6652 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6655 &quot;userTypes&quot;: [ # Output only. The user types.
6656 &quot;A String&quot;,
6657 ],
6658 },
6659 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6663 },
6664 &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.
6665 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
6666 },
6667 ],
6668 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
6669 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
6670 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
6671 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6672 &quot;source&quot;: { # The source of a field. # The source of the field.
6673 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6674 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6675 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6676 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6677 &quot;userTypes&quot;: [ # Output only. The user types.
6678 &quot;A String&quot;,
6679 ],
6680 },
6681 &quot;type&quot;: &quot;A String&quot;, # The source type.
6682 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6683 },
6684 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6685 },
6686 &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`
6687 &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.
6688 },
6689 ],
6690 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
6691 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
6692 &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.
6693 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
6694 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
6695 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
6696 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
6697 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
6698 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
6699 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
6700 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
6701 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
6702 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6703 &quot;source&quot;: { # The source of a field. # The source of the field.
6704 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6705 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6706 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6707 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6708 &quot;userTypes&quot;: [ # Output only. The user types.
6709 &quot;A String&quot;,
6710 ],
6711 },
6712 &quot;type&quot;: &quot;A String&quot;, # The source type.
6713 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6714 },
6715 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6716 },
6717 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
6718 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
6719 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
6720 &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.
6721 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
6722 },
6723 ],
6724 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
6725 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
6726 &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.
6727 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
6728 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
6729 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
6730 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
6731 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
6732 &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`
6733 &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.
6734 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
6735 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6736 &quot;source&quot;: { # The source of a field. # The source of the field.
6737 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6738 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6739 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6740 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6741 &quot;userTypes&quot;: [ # Output only. The user types.
6742 &quot;A String&quot;,
6743 ],
6744 },
6745 &quot;type&quot;: &quot;A String&quot;, # The source type.
6746 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6747 },
6748 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6749 },
6750 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
6751 &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.
6752 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
6753 },
6754 ],
6755 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
6756 { # A person&#x27;s gender.
6757 &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.
6758 &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`
6759 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
6760 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6761 &quot;source&quot;: { # The source of a field. # The source of the field.
6762 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6763 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6764 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6765 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6766 &quot;userTypes&quot;: [ # Output only. The user types.
6767 &quot;A String&quot;,
6768 ],
6769 },
6770 &quot;type&quot;: &quot;A String&quot;, # The source type.
6771 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6772 },
6773 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6774 },
6775 &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`
6776 },
6777 ],
6778 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
6779 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
6780 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
6781 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6782 &quot;source&quot;: { # The source of a field. # The source of the field.
6783 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6784 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6785 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6786 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6787 &quot;userTypes&quot;: [ # Output only. The user types.
6788 &quot;A String&quot;,
6789 ],
6790 },
6791 &quot;type&quot;: &quot;A String&quot;, # The source type.
6792 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6793 },
6794 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6795 },
6796 &quot;value&quot;: &quot;A String&quot;, # The tagline.
6797 },
6798 ],
6799 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
6800 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
6801 &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.
6802 &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`
6803 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
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;source&quot;: { # The source of a field. # The source of the field.
6806 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6807 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6808 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6809 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6810 &quot;userTypes&quot;: [ # Output only. The user types.
6811 &quot;A String&quot;,
6812 ],
6813 },
6814 &quot;type&quot;: &quot;A String&quot;, # The source type.
6815 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6816 },
6817 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6818 },
6819 &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.
6820 },
6821 ],
6822 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
6823 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
6824 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
6825 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6826 &quot;source&quot;: { # The source of a field. # The source of the field.
6827 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6828 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6829 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6830 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6831 &quot;userTypes&quot;: [ # Output only. The user types.
6832 &quot;A String&quot;,
6833 ],
6834 },
6835 &quot;type&quot;: &quot;A String&quot;, # The source type.
6836 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6837 },
6838 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6839 },
6840 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
6841 &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
6842 },
6843 ],
6844 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
6845 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
6846 &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.
6847 &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`
6848 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
6849 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6850 &quot;source&quot;: { # The source of a field. # The source of the field.
6851 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6852 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6853 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6854 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6855 &quot;userTypes&quot;: [ # Output only. The user types.
6856 &quot;A String&quot;,
6857 ],
6858 },
6859 &quot;type&quot;: &quot;A String&quot;, # The source type.
6860 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6861 },
6862 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6863 },
6864 },
6865 ],
6866 &quot;interests&quot;: [ # The person&#x27;s interests.
6867 { # One of the person&#x27;s interests.
6868 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
6869 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
6870 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6871 &quot;source&quot;: { # The source of a field. # The source of the field.
6872 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6873 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6874 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6875 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6876 &quot;userTypes&quot;: [ # Output only. The user types.
6877 &quot;A String&quot;,
6878 ],
6879 },
6880 &quot;type&quot;: &quot;A String&quot;, # The source type.
6881 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6882 },
6883 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6884 },
6885 },
6886 ],
6887 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
6888 { # A person&#x27;s locale preference.
6889 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
6890 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6891 &quot;source&quot;: { # The source of a field. # The source of the field.
6892 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6893 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6894 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6895 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6896 &quot;userTypes&quot;: [ # Output only. The user types.
6897 &quot;A String&quot;,
6898 ],
6899 },
6900 &quot;type&quot;: &quot;A String&quot;, # The source type.
6901 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6902 },
6903 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6904 },
6905 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
6906 },
6907 ],
6908 &quot;events&quot;: [ # The person&#x27;s events.
6909 { # An event related to the person.
6910 &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.
6911 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6912 &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.
6913 &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.
6914 },
6915 &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`
6916 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
6917 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6918 &quot;source&quot;: { # The source of a field. # The source of the field.
6919 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6920 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6921 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6922 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6923 &quot;userTypes&quot;: [ # Output only. The user types.
6924 &quot;A String&quot;,
6925 ],
6926 },
6927 &quot;type&quot;: &quot;A String&quot;, # The source type.
6928 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6929 },
6930 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6931 },
6932 &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.
6933 },
6934 ],
6935 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
6936 { # A person&#x27;s calendar URL.
6937 &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.
6938 &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`
6939 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
6940 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6941 &quot;source&quot;: { # The source of a field. # The source of the field.
6942 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6943 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6944 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6945 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6946 &quot;userTypes&quot;: [ # Output only. The user types.
6947 &quot;A String&quot;,
6948 ],
6949 },
6950 &quot;type&quot;: &quot;A String&quot;, # The source type.
6951 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6952 },
6953 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6954 },
6955 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
6956 },
6957 ],
6958 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
6959 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
6960 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
6961 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
6962 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6963 &quot;source&quot;: { # The source of a field. # The source of the field.
6964 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6965 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6966 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6967 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6968 &quot;userTypes&quot;: [ # Output only. The user types.
6969 &quot;A String&quot;,
6970 ],
6971 },
6972 &quot;type&quot;: &quot;A String&quot;, # The source type.
6973 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6974 },
6975 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6976 },
6977 },
6978 ],
6979 &quot;skills&quot;: [ # The person&#x27;s skills.
6980 { # A skill that the person has.
6981 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
6982 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6983 &quot;source&quot;: { # The source of a field. # The source of the field.
6984 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6985 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6986 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6987 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6988 &quot;userTypes&quot;: [ # Output only. The user types.
6989 &quot;A String&quot;,
6990 ],
6991 },
6992 &quot;type&quot;: &quot;A String&quot;, # The source type.
6993 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6994 },
6995 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6996 },
6997 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
6998 },
6999 ],
7000 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
7001 { # An identifier from an external entity related to the person.
7002 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
7003 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7004 &quot;source&quot;: { # The source of a field. # The source of the field.
7005 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7006 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7007 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7008 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7009 &quot;userTypes&quot;: [ # Output only. The user types.
7010 &quot;A String&quot;,
7011 ],
7012 },
7013 &quot;type&quot;: &quot;A String&quot;, # The source type.
7014 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7015 },
7016 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7017 },
7018 &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`
7019 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
7020 &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.
7021 },
7022 ],
7023 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
7024 { # A person&#x27;s short biography.
7025 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
7026 &quot;value&quot;: &quot;A String&quot;, # The short biography.
7027 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
7028 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7029 &quot;source&quot;: { # The source of a field. # The source of the field.
7030 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7031 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7032 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7033 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7034 &quot;userTypes&quot;: [ # Output only. The user types.
7035 &quot;A String&quot;,
7036 ],
7037 },
7038 &quot;type&quot;: &quot;A String&quot;, # The source type.
7039 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7040 },
7041 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7042 },
7043 },
7044 ],
7045 &quot;locations&quot;: [ # The person&#x27;s locations.
7046 { # A person&#x27;s location.
7047 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
7048 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
7049 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
7050 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7051 &quot;source&quot;: { # The source of a field. # The source of the field.
7052 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7053 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7054 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7055 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7056 &quot;userTypes&quot;: [ # Output only. The user types.
7057 &quot;A String&quot;,
7058 ],
7059 },
7060 &quot;type&quot;: &quot;A String&quot;, # The source type.
7061 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7062 },
7063 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7064 },
7065 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
7066 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
7067 &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`
7068 &quot;current&quot;: True or False, # Whether the location is the current location.
7069 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
7070 },
7071 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007072 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
7073 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007074 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
7075 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7076 &quot;source&quot;: { # The source of a field. # The source of the field.
7077 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7078 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7079 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7080 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7081 &quot;userTypes&quot;: [ # Output only. The user types.
7082 &quot;A String&quot;,
7083 ],
7084 },
7085 &quot;type&quot;: &quot;A String&quot;, # The source type.
7086 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7087 },
7088 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7089 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007090 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
7091 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
7092 },
7093 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
7094 &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.
7095 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
7096 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007097 },
7098 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007099}
7100
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007101 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 -07007102 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
7103 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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007118 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
7119 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007120 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
7121 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7122 &quot;source&quot;: { # The source of a field. # The source of the field.
7123 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7124 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7125 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7126 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7127 &quot;userTypes&quot;: [ # Output only. The user types.
7128 &quot;A String&quot;,
7129 ],
7130 },
7131 &quot;type&quot;: &quot;A String&quot;, # The source type.
7132 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7133 },
7134 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7135 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007136 &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.
7137 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007138 },
7139 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007140 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007141 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
7142 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007143 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007144 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
7145 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07007146 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007147 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007149 &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 -07007150 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007151 &quot;userTypes&quot;: [ # Output only. The user types.
7152 &quot;A String&quot;,
7153 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007154 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007155 &quot;type&quot;: &quot;A String&quot;, # The source type.
7156 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007157 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007158 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7159 },
7160 },
7161 ],
7162 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
7163 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007164 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007165 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07007166 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007167 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007169 &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 -07007170 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007171 &quot;userTypes&quot;: [ # Output only. The user types.
7172 &quot;A String&quot;,
7173 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007174 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007175 &quot;type&quot;: &quot;A String&quot;, # The source type.
7176 &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 -07007177 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007178 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7179 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007180 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007181 },
7182 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007183 &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.
7184 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
7185 { # Arbitrary user data that is populated by the end users.
7186 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
7187 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
7188 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
7189 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007190 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007191 &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 -07007192 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007193 &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 -07007194 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007195 &quot;userTypes&quot;: [ # Output only. The user types.
7196 &quot;A String&quot;,
7197 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007198 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007199 &quot;type&quot;: &quot;A String&quot;, # The source type.
7200 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007201 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007202 &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 -07007203 },
7204 },
7205 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007206 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
7207 { # A person&#x27;s associated URLs.
7208 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007209 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007210 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007211 &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 -07007212 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007213 &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 -07007214 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007215 &quot;userTypes&quot;: [ # Output only. The user types.
7216 &quot;A String&quot;,
7217 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007218 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007219 &quot;type&quot;: &quot;A String&quot;, # The source type.
7220 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007221 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007222 &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 -07007223 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007224 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007225 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007226 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007227 },
7228 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007229 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
7230 { # A person&#x27;s instant messaging client.
7231 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
7232 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007233 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007234 &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 -07007235 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007236 &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 -07007237 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007238 &quot;userTypes&quot;: [ # Output only. The user types.
7239 &quot;A String&quot;,
7240 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007241 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007242 &quot;type&quot;: &quot;A String&quot;, # The source type.
7243 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007244 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007245 &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 -07007246 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007247 &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`
7248 &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.
7249 &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`
7250 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
7251 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007252 },
7253 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007254 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007255 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
7256 &quot;sources&quot;: [ # The sources of data for the person.
7257 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007258 &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 -07007259 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007260 &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 -07007261 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007262 &quot;userTypes&quot;: [ # Output only. The user types.
7263 &quot;A String&quot;,
7264 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007265 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007266 &quot;type&quot;: &quot;A String&quot;, # The source type.
7267 &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 -07007268 },
7269 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007270 &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.
7271 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
7272 &quot;A String&quot;,
7273 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007274 &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.
7275 &quot;A String&quot;,
7276 ],
7277 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007278 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
7279 { # 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.
7280 &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.
7281 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7282 &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.
7283 &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.
7284 },
7285 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
7286 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
7287 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07007288 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007289 &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 -07007290 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007291 &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 -07007292 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007293 &quot;userTypes&quot;: [ # Output only. The user types.
7294 &quot;A String&quot;,
7295 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007296 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007297 &quot;type&quot;: &quot;A String&quot;, # The source type.
7298 &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 -07007299 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007300 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7301 },
7302 },
7303 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007304 &quot;clientData&quot;: [ # The person&#x27;s client data.
7305 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
7306 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
7307 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7308 &quot;source&quot;: { # The source of a field. # The source of the field.
7309 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7310 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7311 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7312 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7313 &quot;userTypes&quot;: [ # Output only. The user types.
7314 &quot;A String&quot;,
7315 ],
7316 },
7317 &quot;type&quot;: &quot;A String&quot;, # The source type.
7318 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7319 },
7320 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7321 },
7322 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
7323 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
7324 },
7325 ],
7326 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
7327 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
7328 &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`
7329 &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.
7330 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
7331 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
7332 &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.
7333 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7334 &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.
7335 &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.
7336 },
7337 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
7338 &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.
7339 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7340 &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.
7341 &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.
7342 },
7343 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
7344 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
7345 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
7346 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7347 &quot;source&quot;: { # The source of a field. # The source of the field.
7348 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7349 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7350 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7351 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7352 &quot;userTypes&quot;: [ # Output only. The user types.
7353 &quot;A String&quot;,
7354 ],
7355 },
7356 &quot;type&quot;: &quot;A String&quot;, # The source type.
7357 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7358 },
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;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
7362 &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.
7363 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
7364 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
7365 },
7366 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007367 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
7368 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007369 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007370 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07007371 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007372 &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 -07007373 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007374 &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 -07007375 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007376 &quot;userTypes&quot;: [ # Output only. The user types.
7377 &quot;A String&quot;,
7378 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007379 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007380 &quot;type&quot;: &quot;A String&quot;, # The source type.
7381 &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 -07007382 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007383 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7384 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007385 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007386 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
7387 },
7388 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007389 &quot;occupations&quot;: [ # The person&#x27;s occupations.
7390 { # A person&#x27;s occupation.
7391 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
7392 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7393 &quot;source&quot;: { # The source of a field. # The source of the field.
7394 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7397 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7398 &quot;userTypes&quot;: [ # Output only. The user types.
7399 &quot;A String&quot;,
7400 ],
7401 },
7402 &quot;type&quot;: &quot;A String&quot;, # The source type.
7403 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7404 },
7405 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7406 },
7407 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
7408 },
7409 ],
7410 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
7411 { # A person&#x27;s phone number.
7412 &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.
7413 &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.
7414 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
7415 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7416 &quot;source&quot;: { # The source of a field. # The source of the field.
7417 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7418 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7421 &quot;userTypes&quot;: [ # Output only. The user types.
7422 &quot;A String&quot;,
7423 ],
7424 },
7425 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7429 },
7430 &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`
7431 &quot;value&quot;: &quot;A String&quot;, # The phone number.
7432 },
7433 ],
7434 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
7435 { # 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.
7436 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
7437 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
7438 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7439 &quot;source&quot;: { # The source of a field. # The source of the field.
7440 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7441 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7442 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7443 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7444 &quot;userTypes&quot;: [ # Output only. The user types.
7445 &quot;A String&quot;,
7446 ],
7447 },
7448 &quot;type&quot;: &quot;A String&quot;, # The source type.
7449 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7450 },
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 &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.
7454 },
7455 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007456 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
7457 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007458 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
7459 &quot;value&quot;: &quot;A String&quot;, # The email address.
7460 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007461 &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.
7462 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007463 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07007464 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007465 &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 -07007466 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007467 &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 -07007468 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007469 &quot;userTypes&quot;: [ # Output only. The user types.
7470 &quot;A String&quot;,
7471 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007472 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007473 &quot;type&quot;: &quot;A String&quot;, # The source type.
7474 &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 -07007475 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007476 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7477 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007478 },
7479 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007480 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
7481 &quot;relations&quot;: [ # The person&#x27;s relations.
7482 { # A person&#x27;s relation to another person.
7483 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
7484 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
7485 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7486 &quot;source&quot;: { # The source of a field. # The source of the field.
7487 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7488 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7489 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7490 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7491 &quot;userTypes&quot;: [ # Output only. The user types.
7492 &quot;A String&quot;,
7493 ],
7494 },
7495 &quot;type&quot;: &quot;A String&quot;, # The source type.
7496 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7497 },
7498 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7499 },
7500 &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.
7501 &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`
7502 },
7503 ],
7504 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
7505 { # A person&#x27;s miscellaneous keyword.
7506 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
7507 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
7508 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7509 &quot;source&quot;: { # The source of a field. # The source of the field.
7510 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7511 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7514 &quot;userTypes&quot;: [ # Output only. The user types.
7515 &quot;A String&quot;,
7516 ],
7517 },
7518 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7522 },
7523 &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.
7524 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
7525 },
7526 ],
7527 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
7528 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
7529 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
7530 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7531 &quot;source&quot;: { # The source of a field. # The source of the field.
7532 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7533 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7534 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7535 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7536 &quot;userTypes&quot;: [ # Output only. The user types.
7537 &quot;A String&quot;,
7538 ],
7539 },
7540 &quot;type&quot;: &quot;A String&quot;, # The source type.
7541 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7542 },
7543 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7544 },
7545 &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`
7546 &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.
7547 },
7548 ],
7549 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
7550 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
7551 &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.
7552 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
7553 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
7554 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
7555 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
7556 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
7557 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
7558 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
7559 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
7560 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
7561 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7562 &quot;source&quot;: { # The source of a field. # The source of the field.
7563 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7564 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7565 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7566 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7567 &quot;userTypes&quot;: [ # Output only. The user types.
7568 &quot;A String&quot;,
7569 ],
7570 },
7571 &quot;type&quot;: &quot;A String&quot;, # The source type.
7572 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7573 },
7574 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7575 },
7576 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
7577 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
7578 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
7579 &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.
7580 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
7581 },
7582 ],
7583 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
7584 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
7585 &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.
7586 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
7587 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
7588 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
7589 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
7590 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
7591 &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`
7592 &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.
7593 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
7594 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7595 &quot;source&quot;: { # The source of a field. # The source of the field.
7596 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7597 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7598 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7599 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7600 &quot;userTypes&quot;: [ # Output only. The user types.
7601 &quot;A String&quot;,
7602 ],
7603 },
7604 &quot;type&quot;: &quot;A String&quot;, # The source type.
7605 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7606 },
7607 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7608 },
7609 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
7610 &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.
7611 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
7612 },
7613 ],
7614 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
7615 { # A person&#x27;s gender.
7616 &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.
7617 &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`
7618 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
7619 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7620 &quot;source&quot;: { # The source of a field. # The source of the field.
7621 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7622 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7623 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7624 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7625 &quot;userTypes&quot;: [ # Output only. The user types.
7626 &quot;A String&quot;,
7627 ],
7628 },
7629 &quot;type&quot;: &quot;A String&quot;, # The source type.
7630 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7631 },
7632 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7633 },
7634 &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`
7635 },
7636 ],
7637 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
7638 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
7639 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
7640 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7641 &quot;source&quot;: { # The source of a field. # The source of the field.
7642 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7643 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7644 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7645 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7646 &quot;userTypes&quot;: [ # Output only. The user types.
7647 &quot;A String&quot;,
7648 ],
7649 },
7650 &quot;type&quot;: &quot;A String&quot;, # The source type.
7651 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7652 },
7653 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7654 },
7655 &quot;value&quot;: &quot;A String&quot;, # The tagline.
7656 },
7657 ],
7658 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
7659 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
7660 &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.
7661 &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`
7662 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
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;source&quot;: { # The source of a field. # The source of the field.
7665 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7666 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7667 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7668 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7669 &quot;userTypes&quot;: [ # Output only. The user types.
7670 &quot;A String&quot;,
7671 ],
7672 },
7673 &quot;type&quot;: &quot;A String&quot;, # The source type.
7674 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7675 },
7676 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7677 },
7678 &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.
7679 },
7680 ],
7681 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
7682 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
7683 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
7684 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7685 &quot;source&quot;: { # The source of a field. # The source of the field.
7686 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7687 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7688 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7689 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7690 &quot;userTypes&quot;: [ # Output only. The user types.
7691 &quot;A String&quot;,
7692 ],
7693 },
7694 &quot;type&quot;: &quot;A String&quot;, # The source type.
7695 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7696 },
7697 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7698 },
7699 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
7700 &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
7701 },
7702 ],
7703 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
7704 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
7705 &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.
7706 &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`
7707 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
7708 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7709 &quot;source&quot;: { # The source of a field. # The source of the field.
7710 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7711 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7712 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7713 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7714 &quot;userTypes&quot;: [ # Output only. The user types.
7715 &quot;A String&quot;,
7716 ],
7717 },
7718 &quot;type&quot;: &quot;A String&quot;, # The source type.
7719 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7720 },
7721 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7722 },
7723 },
7724 ],
7725 &quot;interests&quot;: [ # The person&#x27;s interests.
7726 { # One of the person&#x27;s interests.
7727 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
7728 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
7729 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7730 &quot;source&quot;: { # The source of a field. # The source of the field.
7731 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7732 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7733 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7734 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7735 &quot;userTypes&quot;: [ # Output only. The user types.
7736 &quot;A String&quot;,
7737 ],
7738 },
7739 &quot;type&quot;: &quot;A String&quot;, # The source type.
7740 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7741 },
7742 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7743 },
7744 },
7745 ],
7746 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
7747 { # A person&#x27;s locale preference.
7748 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
7749 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7750 &quot;source&quot;: { # The source of a field. # The source of the field.
7751 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7752 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7753 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7754 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7755 &quot;userTypes&quot;: [ # Output only. The user types.
7756 &quot;A String&quot;,
7757 ],
7758 },
7759 &quot;type&quot;: &quot;A String&quot;, # The source type.
7760 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7761 },
7762 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7763 },
7764 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
7765 },
7766 ],
7767 &quot;events&quot;: [ # The person&#x27;s events.
7768 { # An event related to the person.
7769 &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.
7770 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7771 &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.
7772 &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.
7773 },
7774 &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`
7775 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
7776 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7777 &quot;source&quot;: { # The source of a field. # The source of the field.
7778 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7779 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7780 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7781 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7782 &quot;userTypes&quot;: [ # Output only. The user types.
7783 &quot;A String&quot;,
7784 ],
7785 },
7786 &quot;type&quot;: &quot;A String&quot;, # The source type.
7787 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7788 },
7789 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7790 },
7791 &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.
7792 },
7793 ],
7794 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
7795 { # A person&#x27;s calendar URL.
7796 &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.
7797 &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`
7798 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
7799 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7800 &quot;source&quot;: { # The source of a field. # The source of the field.
7801 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7802 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7803 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7804 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7805 &quot;userTypes&quot;: [ # Output only. The user types.
7806 &quot;A String&quot;,
7807 ],
7808 },
7809 &quot;type&quot;: &quot;A String&quot;, # The source type.
7810 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7811 },
7812 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7813 },
7814 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
7815 },
7816 ],
7817 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
7818 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
7819 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
7820 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
7821 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7822 &quot;source&quot;: { # The source of a field. # The source of the field.
7823 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7824 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7825 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7826 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7827 &quot;userTypes&quot;: [ # Output only. The user types.
7828 &quot;A String&quot;,
7829 ],
7830 },
7831 &quot;type&quot;: &quot;A String&quot;, # The source type.
7832 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7833 },
7834 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7835 },
7836 },
7837 ],
7838 &quot;skills&quot;: [ # The person&#x27;s skills.
7839 { # A skill that the person has.
7840 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
7841 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7842 &quot;source&quot;: { # The source of a field. # The source of the field.
7843 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7844 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7845 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7846 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7847 &quot;userTypes&quot;: [ # Output only. The user types.
7848 &quot;A String&quot;,
7849 ],
7850 },
7851 &quot;type&quot;: &quot;A String&quot;, # The source type.
7852 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7853 },
7854 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7855 },
7856 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
7857 },
7858 ],
7859 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
7860 { # An identifier from an external entity related to the person.
7861 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
7862 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7863 &quot;source&quot;: { # The source of a field. # The source of the field.
7864 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7865 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7866 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7867 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7868 &quot;userTypes&quot;: [ # Output only. The user types.
7869 &quot;A String&quot;,
7870 ],
7871 },
7872 &quot;type&quot;: &quot;A String&quot;, # The source type.
7873 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7874 },
7875 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7876 },
7877 &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`
7878 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
7879 &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.
7880 },
7881 ],
7882 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
7883 { # A person&#x27;s short biography.
7884 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
7885 &quot;value&quot;: &quot;A String&quot;, # The short biography.
7886 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
7887 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7888 &quot;source&quot;: { # The source of a field. # The source of the field.
7889 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7890 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7891 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7892 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7893 &quot;userTypes&quot;: [ # Output only. The user types.
7894 &quot;A String&quot;,
7895 ],
7896 },
7897 &quot;type&quot;: &quot;A String&quot;, # The source type.
7898 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7899 },
7900 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7901 },
7902 },
7903 ],
7904 &quot;locations&quot;: [ # The person&#x27;s locations.
7905 { # A person&#x27;s location.
7906 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
7907 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
7908 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
7909 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7910 &quot;source&quot;: { # The source of a field. # The source of the field.
7911 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7912 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7913 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7914 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7915 &quot;userTypes&quot;: [ # Output only. The user types.
7916 &quot;A String&quot;,
7917 ],
7918 },
7919 &quot;type&quot;: &quot;A String&quot;, # The source type.
7920 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7921 },
7922 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7923 },
7924 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
7925 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
7926 &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`
7927 &quot;current&quot;: True or False, # Whether the location is the current location.
7928 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
7929 },
7930 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007931 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
7932 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007933 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
7934 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7935 &quot;source&quot;: { # The source of a field. # The source of the field.
7936 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7937 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7938 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7939 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7940 &quot;userTypes&quot;: [ # Output only. The user types.
7941 &quot;A String&quot;,
7942 ],
7943 },
7944 &quot;type&quot;: &quot;A String&quot;, # The source type.
7945 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7946 },
7947 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7948 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007949 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
7950 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
7951 },
7952 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
7953 &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.
7954 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
7955 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007956 },
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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007971 &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 -07007972 &quot;A String&quot;,
7973 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007974 &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
7975 &quot;photoBytes&quot;: &quot;A String&quot;, # Required. Raw photo bytes
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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007988 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
7989 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007990 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
7991 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7992 &quot;source&quot;: { # The source of a field. # The source of the field.
7993 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7994 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7995 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7996 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7997 &quot;userTypes&quot;: [ # Output only. The user types.
7998 &quot;A String&quot;,
7999 ],
8000 },
8001 &quot;type&quot;: &quot;A String&quot;, # The source type.
8002 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8003 },
8004 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8005 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008006 &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.
8007 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008008 },
8009 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008010 &quot;resourceName&quot;: &quot;A String&quot;, # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008011 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
8012 { # A person&#x27;s age range.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008013 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008014 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
8015 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07008016 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008017 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008019 &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 -07008020 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008021 &quot;userTypes&quot;: [ # Output only. The user types.
8022 &quot;A String&quot;,
8023 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008024 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008025 &quot;type&quot;: &quot;A String&quot;, # The source type.
8026 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07008027 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008028 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8029 },
8030 },
8031 ],
8032 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
8033 { # The name that should be used to sort the person in a list.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008034 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008035 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07008036 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008037 &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 -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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008039 &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 -07008040 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008041 &quot;userTypes&quot;: [ # Output only. The user types.
8042 &quot;A String&quot;,
8043 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008044 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008045 &quot;type&quot;: &quot;A String&quot;, # The source type.
8046 &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 -07008047 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008048 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8049 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008050 &quot;value&quot;: &quot;A String&quot;, # The file-as value
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008051 },
8052 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008053 &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.
8054 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
8055 { # Arbitrary user data that is populated by the end users.
8056 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
8057 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
8058 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
8059 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008060 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008061 &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 -07008062 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008063 &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 -07008064 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008065 &quot;userTypes&quot;: [ # Output only. The user types.
8066 &quot;A String&quot;,
8067 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008068 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008069 &quot;type&quot;: &quot;A String&quot;, # The source type.
8070 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008071 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008072 &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 -07008073 },
8074 },
8075 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008076 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
8077 { # A person&#x27;s associated URLs.
8078 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008079 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008080 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008081 &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 -07008082 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008083 &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 -07008084 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008085 &quot;userTypes&quot;: [ # Output only. The user types.
8086 &quot;A String&quot;,
8087 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008088 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008089 &quot;type&quot;: &quot;A String&quot;, # The source type.
8090 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008091 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008092 &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 -07008093 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008094 &quot;value&quot;: &quot;A String&quot;, # The URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008095 &quot;type&quot;: &quot;A String&quot;, # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008096 &quot;formattedType&quot;: &quot;A String&quot;, # Output only. The type of the URL translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008097 },
8098 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008099 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
8100 { # A person&#x27;s instant messaging client.
8101 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
8102 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008103 &quot;source&quot;: { # The source of a field. # The source of the field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008104 &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 -07008105 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008106 &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 -07008107 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008108 &quot;userTypes&quot;: [ # Output only. The user types.
8109 &quot;A String&quot;,
8110 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008111 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008112 &quot;type&quot;: &quot;A String&quot;, # The source type.
8113 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008114 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008115 &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 -07008116 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008117 &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`
8118 &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.
8119 &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`
8120 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
8121 &quot;formattedProtocol&quot;: &quot;A String&quot;, # Output only. The protocol of the IM client formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008122 },
8123 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008124 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008125 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
8126 &quot;sources&quot;: [ # The sources of data for the person.
8127 { # The source of a field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008128 &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 -07008129 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008130 &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 -07008131 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008132 &quot;userTypes&quot;: [ # Output only. The user types.
8133 &quot;A String&quot;,
8134 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008135 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008136 &quot;type&quot;: &quot;A String&quot;, # The source type.
8137 &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 -07008138 },
8139 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008140 &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.
8141 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
8142 &quot;A String&quot;,
8143 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008144 &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.
8145 &quot;A String&quot;,
8146 ],
8147 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008148 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
8149 { # 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.
8150 &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.
8151 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8152 &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.
8153 &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.
8154 },
8155 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
8156 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
8157 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07008158 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008159 &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 -07008160 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008161 &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 -07008162 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008163 &quot;userTypes&quot;: [ # Output only. The user types.
8164 &quot;A String&quot;,
8165 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008166 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008167 &quot;type&quot;: &quot;A String&quot;, # The source type.
8168 &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 -07008169 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008170 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8171 },
8172 },
8173 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008174 &quot;clientData&quot;: [ # The person&#x27;s client data.
8175 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
8176 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
8177 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8178 &quot;source&quot;: { # The source of a field. # The source of the field.
8179 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8180 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8181 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8182 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8183 &quot;userTypes&quot;: [ # Output only. The user types.
8184 &quot;A String&quot;,
8185 ],
8186 },
8187 &quot;type&quot;: &quot;A String&quot;, # The source type.
8188 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8189 },
8190 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8191 },
8192 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
8193 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
8194 },
8195 ],
8196 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
8197 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
8198 &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`
8199 &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.
8200 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
8201 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
8202 &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.
8203 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8204 &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.
8205 &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.
8206 },
8207 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
8208 &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.
8209 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8210 &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.
8211 &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.
8212 },
8213 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
8214 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
8215 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
8216 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8217 &quot;source&quot;: { # The source of a field. # The source of the field.
8218 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8219 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8220 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8221 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8222 &quot;userTypes&quot;: [ # Output only. The user types.
8223 &quot;A String&quot;,
8224 ],
8225 },
8226 &quot;type&quot;: &quot;A String&quot;, # The source type.
8227 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8228 },
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;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
8232 &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.
8233 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
8234 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
8235 },
8236 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008237 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
8238 { # A person&#x27;s nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008239 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008240 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07008241 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008242 &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 -07008243 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008244 &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 -07008245 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008246 &quot;userTypes&quot;: [ # Output only. The user types.
8247 &quot;A String&quot;,
8248 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008249 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008250 &quot;type&quot;: &quot;A String&quot;, # The source type.
8251 &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 -07008252 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008253 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8254 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008255 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008256 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
8257 },
8258 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008259 &quot;occupations&quot;: [ # The person&#x27;s occupations.
8260 { # A person&#x27;s occupation.
8261 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
8262 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8263 &quot;source&quot;: { # The source of a field. # The source of the field.
8264 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8267 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8268 &quot;userTypes&quot;: [ # Output only. The user types.
8269 &quot;A String&quot;,
8270 ],
8271 },
8272 &quot;type&quot;: &quot;A String&quot;, # The source type.
8273 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8274 },
8275 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8276 },
8277 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
8278 },
8279 ],
8280 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
8281 { # A person&#x27;s phone number.
8282 &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.
8283 &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.
8284 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
8285 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8286 &quot;source&quot;: { # The source of a field. # The source of the field.
8287 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8288 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8291 &quot;userTypes&quot;: [ # Output only. The user types.
8292 &quot;A String&quot;,
8293 ],
8294 },
8295 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8299 },
8300 &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`
8301 &quot;value&quot;: &quot;A String&quot;, # The phone number.
8302 },
8303 ],
8304 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
8305 { # 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.
8306 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
8307 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
8308 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8309 &quot;source&quot;: { # The source of a field. # The source of the field.
8310 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8311 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8312 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8313 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8314 &quot;userTypes&quot;: [ # Output only. The user types.
8315 &quot;A String&quot;,
8316 ],
8317 },
8318 &quot;type&quot;: &quot;A String&quot;, # The source type.
8319 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8320 },
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 &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.
8324 },
8325 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008326 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
8327 { # A person&#x27;s email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008328 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
8329 &quot;value&quot;: &quot;A String&quot;, # The email address.
8330 &quot;type&quot;: &quot;A String&quot;, # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008331 &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.
8332 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008333 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is 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 -07008334 &quot;source&quot;: { # The source of a field. # The source of the field.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008335 &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 -07008336 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008337 &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 -07008338 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008339 &quot;userTypes&quot;: [ # Output only. The user types.
8340 &quot;A String&quot;,
8341 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008342 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008343 &quot;type&quot;: &quot;A String&quot;, # The source type.
8344 &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 -07008345 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008346 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8347 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008348 },
8349 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008350 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
8351 &quot;relations&quot;: [ # The person&#x27;s relations.
8352 { # A person&#x27;s relation to another person.
8353 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
8354 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
8355 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8356 &quot;source&quot;: { # The source of a field. # The source of the field.
8357 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8358 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8359 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8360 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8361 &quot;userTypes&quot;: [ # Output only. The user types.
8362 &quot;A String&quot;,
8363 ],
8364 },
8365 &quot;type&quot;: &quot;A String&quot;, # The source type.
8366 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8367 },
8368 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8369 },
8370 &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.
8371 &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`
8372 },
8373 ],
8374 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
8375 { # A person&#x27;s miscellaneous keyword.
8376 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
8377 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
8378 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8379 &quot;source&quot;: { # The source of a field. # The source of the field.
8380 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8381 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
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;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8384 &quot;userTypes&quot;: [ # Output only. The user types.
8385 &quot;A String&quot;,
8386 ],
8387 },
8388 &quot;type&quot;: &quot;A String&quot;, # The source type.
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;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8392 },
8393 &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.
8394 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
8395 },
8396 ],
8397 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
8398 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
8399 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
8400 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8401 &quot;source&quot;: { # The source of a field. # The source of the field.
8402 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8403 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8404 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8405 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8406 &quot;userTypes&quot;: [ # Output only. The user types.
8407 &quot;A String&quot;,
8408 ],
8409 },
8410 &quot;type&quot;: &quot;A String&quot;, # The source type.
8411 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8412 },
8413 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8414 },
8415 &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`
8416 &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.
8417 },
8418 ],
8419 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
8420 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
8421 &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.
8422 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
8423 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
8424 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
8425 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
8426 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
8427 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
8428 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
8429 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
8430 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
8431 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8432 &quot;source&quot;: { # The source of a field. # The source of the field.
8433 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8434 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8435 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8436 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8437 &quot;userTypes&quot;: [ # Output only. The user types.
8438 &quot;A String&quot;,
8439 ],
8440 },
8441 &quot;type&quot;: &quot;A String&quot;, # The source type.
8442 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8443 },
8444 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8445 },
8446 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
8447 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
8448 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
8449 &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.
8450 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
8451 },
8452 ],
8453 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
8454 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
8455 &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.
8456 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
8457 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
8458 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
8459 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
8460 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
8461 &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`
8462 &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.
8463 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
8464 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8465 &quot;source&quot;: { # The source of a field. # The source of the field.
8466 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8467 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8468 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8469 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8470 &quot;userTypes&quot;: [ # Output only. The user types.
8471 &quot;A String&quot;,
8472 ],
8473 },
8474 &quot;type&quot;: &quot;A String&quot;, # The source type.
8475 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8476 },
8477 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8478 },
8479 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
8480 &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.
8481 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
8482 },
8483 ],
8484 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
8485 { # A person&#x27;s gender.
8486 &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.
8487 &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`
8488 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
8489 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8490 &quot;source&quot;: { # The source of a field. # The source of the field.
8491 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8492 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8493 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8494 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8495 &quot;userTypes&quot;: [ # Output only. The user types.
8496 &quot;A String&quot;,
8497 ],
8498 },
8499 &quot;type&quot;: &quot;A String&quot;, # The source type.
8500 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8501 },
8502 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8503 },
8504 &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`
8505 },
8506 ],
8507 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
8508 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
8509 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
8510 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8511 &quot;source&quot;: { # The source of a field. # The source of the field.
8512 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8513 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8514 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8515 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8516 &quot;userTypes&quot;: [ # Output only. The user types.
8517 &quot;A String&quot;,
8518 ],
8519 },
8520 &quot;type&quot;: &quot;A String&quot;, # The source type.
8521 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8522 },
8523 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8524 },
8525 &quot;value&quot;: &quot;A String&quot;, # The tagline.
8526 },
8527 ],
8528 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
8529 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
8530 &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.
8531 &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`
8532 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
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;source&quot;: { # The source of a field. # The source of the field.
8535 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8536 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8537 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8538 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8539 &quot;userTypes&quot;: [ # Output only. The user types.
8540 &quot;A String&quot;,
8541 ],
8542 },
8543 &quot;type&quot;: &quot;A String&quot;, # The source type.
8544 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8545 },
8546 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8547 },
8548 &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.
8549 },
8550 ],
8551 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
8552 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
8553 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
8554 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8555 &quot;source&quot;: { # The source of a field. # The source of the field.
8556 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8557 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8558 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8559 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8560 &quot;userTypes&quot;: [ # Output only. The user types.
8561 &quot;A String&quot;,
8562 ],
8563 },
8564 &quot;type&quot;: &quot;A String&quot;, # The source type.
8565 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8566 },
8567 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8568 },
8569 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
8570 &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
8571 },
8572 ],
8573 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
8574 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
8575 &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.
8576 &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`
8577 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
8578 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8579 &quot;source&quot;: { # The source of a field. # The source of the field.
8580 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8581 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8582 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8583 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8584 &quot;userTypes&quot;: [ # Output only. The user types.
8585 &quot;A String&quot;,
8586 ],
8587 },
8588 &quot;type&quot;: &quot;A String&quot;, # The source type.
8589 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8590 },
8591 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8592 },
8593 },
8594 ],
8595 &quot;interests&quot;: [ # The person&#x27;s interests.
8596 { # One of the person&#x27;s interests.
8597 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
8598 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
8599 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8600 &quot;source&quot;: { # The source of a field. # The source of the field.
8601 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8602 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8603 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8604 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8605 &quot;userTypes&quot;: [ # Output only. The user types.
8606 &quot;A String&quot;,
8607 ],
8608 },
8609 &quot;type&quot;: &quot;A String&quot;, # The source type.
8610 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8611 },
8612 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8613 },
8614 },
8615 ],
8616 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
8617 { # A person&#x27;s locale preference.
8618 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
8619 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8620 &quot;source&quot;: { # The source of a field. # The source of the field.
8621 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8622 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8623 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8624 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8625 &quot;userTypes&quot;: [ # Output only. The user types.
8626 &quot;A String&quot;,
8627 ],
8628 },
8629 &quot;type&quot;: &quot;A String&quot;, # The source type.
8630 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8631 },
8632 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8633 },
8634 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
8635 },
8636 ],
8637 &quot;events&quot;: [ # The person&#x27;s events.
8638 { # An event related to the person.
8639 &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.
8640 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8641 &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.
8642 &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.
8643 },
8644 &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`
8645 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
8646 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8647 &quot;source&quot;: { # The source of a field. # The source of the field.
8648 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8649 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8650 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8651 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8652 &quot;userTypes&quot;: [ # Output only. The user types.
8653 &quot;A String&quot;,
8654 ],
8655 },
8656 &quot;type&quot;: &quot;A String&quot;, # The source type.
8657 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8658 },
8659 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8660 },
8661 &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.
8662 },
8663 ],
8664 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
8665 { # A person&#x27;s calendar URL.
8666 &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.
8667 &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`
8668 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
8669 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8670 &quot;source&quot;: { # The source of a field. # The source of the field.
8671 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8672 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8673 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8674 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8675 &quot;userTypes&quot;: [ # Output only. The user types.
8676 &quot;A String&quot;,
8677 ],
8678 },
8679 &quot;type&quot;: &quot;A String&quot;, # The source type.
8680 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8681 },
8682 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8683 },
8684 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
8685 },
8686 ],
8687 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
8688 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
8689 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
8690 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
8691 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8692 &quot;source&quot;: { # The source of a field. # The source of the field.
8693 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8694 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8695 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8696 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8697 &quot;userTypes&quot;: [ # Output only. The user types.
8698 &quot;A String&quot;,
8699 ],
8700 },
8701 &quot;type&quot;: &quot;A String&quot;, # The source type.
8702 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8703 },
8704 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8705 },
8706 },
8707 ],
8708 &quot;skills&quot;: [ # The person&#x27;s skills.
8709 { # A skill that the person has.
8710 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
8711 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8712 &quot;source&quot;: { # The source of a field. # The source of the field.
8713 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8714 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8715 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8716 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8717 &quot;userTypes&quot;: [ # Output only. The user types.
8718 &quot;A String&quot;,
8719 ],
8720 },
8721 &quot;type&quot;: &quot;A String&quot;, # The source type.
8722 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8723 },
8724 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8725 },
8726 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
8727 },
8728 ],
8729 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
8730 { # An identifier from an external entity related to the person.
8731 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
8732 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8733 &quot;source&quot;: { # The source of a field. # The source of the field.
8734 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8735 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8736 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8737 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8738 &quot;userTypes&quot;: [ # Output only. The user types.
8739 &quot;A String&quot;,
8740 ],
8741 },
8742 &quot;type&quot;: &quot;A String&quot;, # The source type.
8743 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8744 },
8745 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8746 },
8747 &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`
8748 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
8749 &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.
8750 },
8751 ],
8752 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
8753 { # A person&#x27;s short biography.
8754 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
8755 &quot;value&quot;: &quot;A String&quot;, # The short biography.
8756 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
8757 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8758 &quot;source&quot;: { # The source of a field. # The source of the field.
8759 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8760 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8761 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8762 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8763 &quot;userTypes&quot;: [ # Output only. The user types.
8764 &quot;A String&quot;,
8765 ],
8766 },
8767 &quot;type&quot;: &quot;A String&quot;, # The source type.
8768 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8769 },
8770 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8771 },
8772 },
8773 ],
8774 &quot;locations&quot;: [ # The person&#x27;s locations.
8775 { # A person&#x27;s location.
8776 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
8777 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
8778 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
8779 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8780 &quot;source&quot;: { # The source of a field. # The source of the field.
8781 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8782 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8783 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8784 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8785 &quot;userTypes&quot;: [ # Output only. The user types.
8786 &quot;A String&quot;,
8787 ],
8788 },
8789 &quot;type&quot;: &quot;A String&quot;, # The source type.
8790 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8791 },
8792 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8793 },
8794 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
8795 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
8796 &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`
8797 &quot;current&quot;: True or False, # Whether the location is the current location.
8798 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
8799 },
8800 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008801 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
8802 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07008803 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
8804 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8805 &quot;source&quot;: { # The source of a field. # The source of the field.
8806 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8807 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8808 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8809 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8810 &quot;userTypes&quot;: [ # Output only. The user types.
8811 &quot;A String&quot;,
8812 ],
8813 },
8814 &quot;type&quot;: &quot;A String&quot;, # The source type.
8815 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8816 },
8817 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8818 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008819 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
8820 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
8821 },
8822 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
8823 &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.
8824 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
8825 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07008826 },
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>