blob: 3ca99c8a26d2006158e9d438d4ea95574d59bbbf [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">
yoshi-code-bota8b35b92021-03-31 13:33:30 -070083 <code><a href="#batchCreateContacts">batchCreateContacts(body=None, x__xgafv=None)</a></code></p>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -040084<p class="firstline">Create a batch of new contacts and return the PersonResponses for the newly created contacts. Limited to 10 parallel requests per user.</p>
yoshi-code-bota8b35b92021-03-31 13:33:30 -070085<p class="toc_element">
86 <code><a href="#batchDeleteContacts">batchDeleteContacts(body=None, x__xgafv=None)</a></code></p>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -040087<p class="firstline">Delete a batch of contacts. Any non-contact data will not be deleted. Limited to 10 parallel requests per user.</p>
yoshi-code-bota8b35b92021-03-31 13:33:30 -070088<p class="toc_element">
89 <code><a href="#batchUpdateContacts">batchUpdateContacts(body=None, x__xgafv=None)</a></code></p>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -040090<p class="firstline">Update a batch of contacts and return a map of resource names to PersonResponses for the updated contacts. Limited to 10 parallel requests per user.</p>
yoshi-code-bota8b35b92021-03-31 13:33:30 -070091<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070092 <code><a href="#close">close()</a></code></p>
93<p class="firstline">Close httplib2 connections.</p>
94<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080095 <code><a href="#createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070096<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 -070097<p class="toc_element">
98 <code><a href="#deleteContact">deleteContact(resourceName, x__xgafv=None)</a></code></p>
99<p class="firstline">Delete a contact person. Any non-contact data will not be deleted.</p>
100<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800101 <code><a href="#deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700102<p class="firstline">Delete a contact's photo.</p>
103<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800104 <code><a href="#get">get(resourceName, personFields=None, requestMask_includeField=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700105<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 -0800106<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800107 <code><a href="#getBatchGet">getBatchGet(personFields=None, requestMask_includeField=None, resourceNames=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700108<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 -0700109<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800110 <code><a href="#listDirectoryPeople">listDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, readMask=None, requestSyncToken=None, sources=None, syncToken=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700111<p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory.</p>
112<p class="toc_element">
113 <code><a href="#listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</a></code></p>
114<p class="firstline">Retrieves the next page of results.</p>
115<p class="toc_element">
Anthonios Partheniou10f4b672021-04-13 14:47:53 -0400116 <code><a href="#searchContacts">searchContacts(pageSize=None, query=None, readMask=None, sources=None, x__xgafv=None)</a></code></p>
117<p class="firstline">Provides a list of contacts in the authenticated user's grouped contacts that matches the search query. The query matches on a contact's `names`, `nickNames`, `emailAddresses`, `phoneNumbers`, and `organizations` fields that are from the CONTACT" source.</p>
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800118<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800119 <code><a href="#searchDirectoryPeople">searchDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, query=None, readMask=None, sources=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700120<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>
121<p class="toc_element">
122 <code><a href="#searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</a></code></p>
123<p class="firstline">Retrieves the next page of results.</p>
124<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800125 <code><a href="#updateContact">updateContact(resourceName, body=None, personFields=None, sources=None, updatePersonFields=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700126<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 -0700127<p class="toc_element">
128 <code><a href="#updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</a></code></p>
129<p class="firstline">Update a contact's photo.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800130<h3>Method Details</h3>
131<div class="method">
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700132 <code class="details" id="batchCreateContacts">batchCreateContacts(body=None, x__xgafv=None)</code>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -0400133 <pre>Create a batch of new contacts and return the PersonResponses for the newly created contacts. Limited to 10 parallel requests per user.
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700134
135Args:
136 body: object, The request body.
137 The object takes the form of:
138
139{ # A request to create a batch of contacts.
140 &quot;contacts&quot;: [ # Required. The contact to create. Allows up to 200 contacts in a single request.
141 { # A wrapper that contains the person data to populate a newly created source.
142 &quot;contactPerson&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. # Required. The person data to populate a newly created source.
143 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
144 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
145 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
146 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
147 &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.
148 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
149 &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.
150 &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.
151 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
152 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
153 &quot;source&quot;: { # The source of a field. # The source of the field.
154 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
155 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
156 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
157 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
158 &quot;userTypes&quot;: [ # Output only. The user types.
159 &quot;A String&quot;,
160 ],
161 },
162 &quot;type&quot;: &quot;A String&quot;, # The source type.
163 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
164 },
165 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
166 },
167 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
168 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
169 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
170 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
171 &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`
172 },
173 ],
174 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
175 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
176 { # A person&#x27;s age range.
177 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
178 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
179 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
180 &quot;source&quot;: { # The source of a field. # The source of the field.
181 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
182 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
183 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
184 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
185 &quot;userTypes&quot;: [ # Output only. The user types.
186 &quot;A String&quot;,
187 ],
188 },
189 &quot;type&quot;: &quot;A String&quot;, # The source type.
190 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
191 },
192 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
193 },
194 },
195 ],
196 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
197 { # A person&#x27;s short biography.
198 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
199 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
200 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
201 &quot;source&quot;: { # The source of a field. # The source of the field.
202 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
203 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
204 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
205 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
206 &quot;userTypes&quot;: [ # Output only. The user types.
207 &quot;A String&quot;,
208 ],
209 },
210 &quot;type&quot;: &quot;A String&quot;, # The source type.
211 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
212 },
213 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
214 },
215 &quot;value&quot;: &quot;A String&quot;, # The short biography.
216 },
217 ],
218 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
219 { # 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.
220 &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.
221 &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.
222 &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.
223 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
224 },
225 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
226 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
227 &quot;source&quot;: { # The source of a field. # The source of the field.
228 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
229 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
230 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
231 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
232 &quot;userTypes&quot;: [ # Output only. The user types.
233 &quot;A String&quot;,
234 ],
235 },
236 &quot;type&quot;: &quot;A String&quot;, # The source type.
237 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
238 },
239 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
240 },
241 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
242 },
243 ],
244 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
245 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
246 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
247 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
248 &quot;source&quot;: { # The source of a field. # The source of the field.
249 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
250 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
251 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
252 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
253 &quot;userTypes&quot;: [ # Output only. The user types.
254 &quot;A String&quot;,
255 ],
256 },
257 &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.
259 },
260 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
261 },
262 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
263 },
264 ],
265 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
266 { # A person&#x27;s calendar URL.
267 &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.
268 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
269 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
270 &quot;source&quot;: { # The source of a field. # The source of the field.
271 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
272 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
273 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
274 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
275 &quot;userTypes&quot;: [ # Output only. The user types.
276 &quot;A String&quot;,
277 ],
278 },
279 &quot;type&quot;: &quot;A String&quot;, # The source type.
280 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
281 },
282 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
283 },
284 &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`
285 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
286 },
287 ],
288 &quot;clientData&quot;: [ # The person&#x27;s client data.
289 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
290 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
291 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
292 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
293 &quot;source&quot;: { # The source of a field. # The source of the field.
294 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
295 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
296 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
297 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
298 &quot;userTypes&quot;: [ # Output only. The user types.
299 &quot;A String&quot;,
300 ],
301 },
302 &quot;type&quot;: &quot;A String&quot;, # The source type.
303 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
304 },
305 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
306 },
307 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
308 },
309 ],
310 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
311 { # 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.
312 &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.
313 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
314 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
315 &quot;source&quot;: { # The source of a field. # The source of the field.
316 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
317 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
318 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
319 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
320 &quot;userTypes&quot;: [ # Output only. The user types.
321 &quot;A String&quot;,
322 ],
323 },
324 &quot;type&quot;: &quot;A String&quot;, # The source type.
325 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
326 },
327 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
328 },
329 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
330 },
331 ],
332 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
333 { # A person&#x27;s email address.
334 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
335 &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.
336 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
337 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
338 &quot;source&quot;: { # The source of a field. # The source of the field.
339 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
340 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
341 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
342 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
343 &quot;userTypes&quot;: [ # Output only. The user types.
344 &quot;A String&quot;,
345 ],
346 },
347 &quot;type&quot;: &quot;A String&quot;, # The source type.
348 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
349 },
350 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
351 },
352 &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`
353 &quot;value&quot;: &quot;A String&quot;, # The email address.
354 },
355 ],
356 &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.
357 &quot;events&quot;: [ # The person&#x27;s events.
358 { # An event related to the person.
359 &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.
360 &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.
361 &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.
362 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
363 },
364 &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.
365 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
366 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
367 &quot;source&quot;: { # The source of a field. # The source of the field.
368 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
369 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
370 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
371 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
372 &quot;userTypes&quot;: [ # Output only. The user types.
373 &quot;A String&quot;,
374 ],
375 },
376 &quot;type&quot;: &quot;A String&quot;, # The source type.
377 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
378 },
379 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
380 },
381 &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`
382 },
383 ],
384 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
385 { # An identifier from an external entity related to the person.
386 &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.
387 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
388 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
389 &quot;source&quot;: { # The source of a field. # The source of the field.
390 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
391 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
392 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
393 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
394 &quot;userTypes&quot;: [ # Output only. The user types.
395 &quot;A String&quot;,
396 ],
397 },
398 &quot;type&quot;: &quot;A String&quot;, # The source type.
399 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
400 },
401 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
402 },
403 &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`
404 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
405 },
406 ],
407 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
408 { # The name that should be used to sort the person in a list.
409 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
410 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
411 &quot;source&quot;: { # The source of a field. # The source of the field.
412 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
413 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
414 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
415 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
416 &quot;userTypes&quot;: [ # Output only. The user types.
417 &quot;A String&quot;,
418 ],
419 },
420 &quot;type&quot;: &quot;A String&quot;, # The source type.
421 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
422 },
423 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
424 },
425 &quot;value&quot;: &quot;A String&quot;, # The file-as value
426 },
427 ],
428 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
429 { # A person&#x27;s gender.
430 &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`
431 &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.
432 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
433 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
434 &quot;source&quot;: { # The source of a field. # The source of the field.
435 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
436 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
437 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
438 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
439 &quot;userTypes&quot;: [ # Output only. The user types.
440 &quot;A String&quot;,
441 ],
442 },
443 &quot;type&quot;: &quot;A String&quot;, # The source type.
444 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
445 },
446 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
447 },
448 &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`
449 },
450 ],
451 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
452 { # A person&#x27;s instant messaging client.
453 &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.
454 &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.
455 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
456 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
457 &quot;source&quot;: { # The source of a field. # The source of the field.
458 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
459 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
460 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
461 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
462 &quot;userTypes&quot;: [ # Output only. The user types.
463 &quot;A String&quot;,
464 ],
465 },
466 &quot;type&quot;: &quot;A String&quot;, # The source type.
467 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
468 },
469 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
470 },
471 &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`
472 &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`
473 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
474 },
475 ],
476 &quot;interests&quot;: [ # The person&#x27;s interests.
477 { # One of the person&#x27;s interests.
478 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
479 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
480 &quot;source&quot;: { # The source of a field. # The source of the field.
481 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
482 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
483 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
484 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
485 &quot;userTypes&quot;: [ # Output only. The user types.
486 &quot;A String&quot;,
487 ],
488 },
489 &quot;type&quot;: &quot;A String&quot;, # The source type.
490 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
491 },
492 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
493 },
494 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
495 },
496 ],
497 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
498 { # A person&#x27;s locale preference.
499 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
500 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
501 &quot;source&quot;: { # The source of a field. # The source of the field.
502 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
503 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
514 },
515 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
516 },
517 ],
518 &quot;locations&quot;: [ # The person&#x27;s locations.
519 { # A person&#x27;s location.
520 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
521 &quot;current&quot;: True or False, # Whether the location is the current location.
522 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
523 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
524 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
525 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
526 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
527 &quot;source&quot;: { # The source of a field. # The source of the field.
528 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
529 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
530 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
531 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
532 &quot;userTypes&quot;: [ # Output only. The user types.
533 &quot;A String&quot;,
534 ],
535 },
536 &quot;type&quot;: &quot;A String&quot;, # The source type.
537 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
538 },
539 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
540 },
541 &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`
542 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
543 },
544 ],
545 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
546 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
547 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
548 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
549 &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.
550 },
551 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
552 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
553 },
554 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
555 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
556 &quot;source&quot;: { # The source of a field. # The source of the field.
557 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
558 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
559 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
560 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
561 &quot;userTypes&quot;: [ # Output only. The user types.
562 &quot;A String&quot;,
563 ],
564 },
565 &quot;type&quot;: &quot;A String&quot;, # The source type.
566 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
567 },
568 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
569 },
570 },
571 ],
572 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
573 &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.
574 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
575 &quot;A String&quot;,
576 ],
577 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
578 &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.
579 &quot;A String&quot;,
580 ],
581 &quot;sources&quot;: [ # The sources of data for the person.
582 { # The source of a field.
583 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
584 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
585 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
586 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
587 &quot;userTypes&quot;: [ # Output only. The user types.
588 &quot;A String&quot;,
589 ],
590 },
591 &quot;type&quot;: &quot;A String&quot;, # The source type.
592 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
593 },
594 ],
595 },
596 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
597 { # A person&#x27;s miscellaneous keyword.
598 &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.
599 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
600 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
601 &quot;source&quot;: { # The source of a field. # The source of the field.
602 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
603 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
604 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
605 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
606 &quot;userTypes&quot;: [ # Output only. The user types.
607 &quot;A String&quot;,
608 ],
609 },
610 &quot;type&quot;: &quot;A String&quot;, # The source type.
611 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
612 },
613 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
614 },
615 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
616 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
617 },
618 ],
619 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
620 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
621 &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.
622 &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.
623 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
624 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
625 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
626 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
627 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
628 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
629 &quot;source&quot;: { # The source of a field. # The source of the field.
630 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
631 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
632 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
633 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
634 &quot;userTypes&quot;: [ # Output only. The user types.
635 &quot;A String&quot;,
636 ],
637 },
638 &quot;type&quot;: &quot;A String&quot;, # The source type.
639 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
640 },
641 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
642 },
643 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
644 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
645 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
646 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
647 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
648 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
649 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
650 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
651 },
652 ],
653 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
654 { # A person&#x27;s nickname.
655 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
656 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
657 &quot;source&quot;: { # The source of a field. # The source of the field.
658 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
659 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
660 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
661 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
662 &quot;userTypes&quot;: [ # Output only. The user types.
663 &quot;A String&quot;,
664 ],
665 },
666 &quot;type&quot;: &quot;A String&quot;, # The source type.
667 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
668 },
669 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
670 },
671 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
672 &quot;value&quot;: &quot;A String&quot;, # The nickname.
673 },
674 ],
675 &quot;occupations&quot;: [ # The person&#x27;s occupations.
676 { # A person&#x27;s occupation.
677 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
678 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
679 &quot;source&quot;: { # The source of a field. # The source of the field.
680 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
681 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
692 },
693 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
694 },
695 ],
696 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
697 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
698 &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.
699 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
700 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
701 &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.
702 &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.
703 &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.
704 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
705 },
706 &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.
707 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
708 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
709 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
710 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
711 &quot;source&quot;: { # The source of a field. # The source of the field.
712 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
713 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
714 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
715 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
716 &quot;userTypes&quot;: [ # Output only. The user types.
717 &quot;A String&quot;,
718 ],
719 },
720 &quot;type&quot;: &quot;A String&quot;, # The source type.
721 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
722 },
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 },
725 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
726 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
727 &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.
728 &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.
729 &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.
730 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
731 },
732 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
733 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
734 &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`
735 },
736 ],
737 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
738 { # A person&#x27;s phone number.
739 &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.
740 &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.
741 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
742 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
743 &quot;source&quot;: { # The source of a field. # The source of the field.
744 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
745 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
746 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
747 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
748 &quot;userTypes&quot;: [ # Output only. The user types.
749 &quot;A String&quot;,
750 ],
751 },
752 &quot;type&quot;: &quot;A String&quot;, # The source type.
753 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
754 },
755 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
756 },
757 &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`
758 &quot;value&quot;: &quot;A String&quot;, # The phone number.
759 },
760 ],
761 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
762 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
763 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
764 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
765 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
766 &quot;source&quot;: { # The source of a field. # The source of the field.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
769 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
770 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
771 &quot;userTypes&quot;: [ # Output only. The user types.
772 &quot;A String&quot;,
773 ],
774 },
775 &quot;type&quot;: &quot;A String&quot;, # The source type.
776 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
777 },
778 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
779 },
780 &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
781 },
782 ],
783 &quot;relations&quot;: [ # The person&#x27;s relations.
784 { # A person&#x27;s relation to another person.
785 &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.
786 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
787 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
788 &quot;source&quot;: { # The source of a field. # The source of the field.
789 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
790 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
791 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
792 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
793 &quot;userTypes&quot;: [ # Output only. The user types.
794 &quot;A String&quot;,
795 ],
796 },
797 &quot;type&quot;: &quot;A String&quot;, # The source type.
798 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
799 },
800 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
801 },
802 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
803 &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`
804 },
805 ],
806 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
807 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
808 &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.
809 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
810 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
811 &quot;source&quot;: { # The source of a field. # The source of the field.
812 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
813 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
814 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
815 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
816 &quot;userTypes&quot;: [ # Output only. The user types.
817 &quot;A String&quot;,
818 ],
819 },
820 &quot;type&quot;: &quot;A String&quot;, # The source type.
821 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
822 },
823 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
824 },
825 &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`
826 },
827 ],
828 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
829 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
830 &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.
831 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
832 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
833 &quot;source&quot;: { # The source of a field. # The source of the field.
834 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
835 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
836 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
837 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
838 &quot;userTypes&quot;: [ # Output only. The user types.
839 &quot;A String&quot;,
840 ],
841 },
842 &quot;type&quot;: &quot;A String&quot;, # The source type.
843 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
844 },
845 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
846 },
847 &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`
848 },
849 ],
850 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
851 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
852 &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.
853 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
854 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
855 &quot;source&quot;: { # The source of a field. # The source of the field.
856 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
857 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
858 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
859 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
860 &quot;userTypes&quot;: [ # Output only. The user types.
861 &quot;A String&quot;,
862 ],
863 },
864 &quot;type&quot;: &quot;A String&quot;, # The source type.
865 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
866 },
867 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
868 },
869 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
870 },
871 ],
872 &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}`.
873 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
874 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
875 &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.
876 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
877 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
878 &quot;source&quot;: { # The source of a field. # The source of the field.
879 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
880 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
891 },
892 &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`
893 &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.
894 },
895 ],
896 &quot;skills&quot;: [ # The person&#x27;s skills.
897 { # A skill that the person has.
898 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
899 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
900 &quot;source&quot;: { # The source of a field. # The source of the field.
901 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
902 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
903 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
904 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
905 &quot;userTypes&quot;: [ # Output only. The user types.
906 &quot;A String&quot;,
907 ],
908 },
909 &quot;type&quot;: &quot;A String&quot;, # The source type.
910 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
911 },
912 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
913 },
914 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
915 },
916 ],
917 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
918 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
919 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
920 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
921 &quot;source&quot;: { # The source of a field. # The source of the field.
922 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
923 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
924 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
925 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
926 &quot;userTypes&quot;: [ # Output only. The user types.
927 &quot;A String&quot;,
928 ],
929 },
930 &quot;type&quot;: &quot;A String&quot;, # The source type.
931 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
932 },
933 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
934 },
935 &quot;value&quot;: &quot;A String&quot;, # The tagline.
936 },
937 ],
938 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
939 { # A person&#x27;s associated URLs.
940 &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.
941 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
942 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
943 &quot;source&quot;: { # The source of a field. # The source of the field.
944 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
945 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
946 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
947 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
948 &quot;userTypes&quot;: [ # Output only. The user types.
949 &quot;A String&quot;,
950 ],
951 },
952 &quot;type&quot;: &quot;A String&quot;, # The source type.
953 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
954 },
955 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
956 },
957 &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`
958 &quot;value&quot;: &quot;A String&quot;, # The URL.
959 },
960 ],
961 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
962 { # Arbitrary user data that is populated by the end users.
963 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
964 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
965 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
966 &quot;source&quot;: { # The source of a field. # The source of the field.
967 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
968 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
969 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
970 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
971 &quot;userTypes&quot;: [ # Output only. The user types.
972 &quot;A String&quot;,
973 ],
974 },
975 &quot;type&quot;: &quot;A String&quot;, # The source type.
976 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
977 },
978 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
979 },
980 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
981 },
982 ],
983 },
984 },
985 ],
986 &quot;readMask&quot;: &quot;A String&quot;, # Required. A field mask to restrict which fields on each person are returned in the response. Multiple fields can be specified by separating them with commas. If read mask is left empty, the post-mutate-get is skipped and no data will be returned in the response. 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
987 &quot;sources&quot;: [ # Optional. A mask of what source types to return in the post mutate read. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
988 &quot;A String&quot;,
989 ],
990}
991
992 x__xgafv: string, V1 error format.
993 Allowed values
994 1 - v1 error format
995 2 - v2 error format
996
997Returns:
998 An object of the form:
999
1000 { # The response to a request to create a batch of contacts.
1001 &quot;createdPeople&quot;: [ # The contacts that were created, unless the request `read_mask` is empty.
1002 { # The response for a single person
1003 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
1004 &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.
1005 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1006 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1007 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1008 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1009 &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.
1010 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1011 &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.
1012 &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.
1013 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
1014 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1015 &quot;source&quot;: { # The source of a field. # The source of the field.
1016 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1017 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1018 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1019 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1020 &quot;userTypes&quot;: [ # Output only. The user types.
1021 &quot;A String&quot;,
1022 ],
1023 },
1024 &quot;type&quot;: &quot;A String&quot;, # The source type.
1025 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1026 },
1027 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1028 },
1029 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1030 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1031 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1032 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1033 &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`
1034 },
1035 ],
1036 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1037 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1038 { # A person&#x27;s age range.
1039 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1040 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
1041 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1042 &quot;source&quot;: { # The source of a field. # The source of the field.
1043 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1044 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1045 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1046 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1047 &quot;userTypes&quot;: [ # Output only. The user types.
1048 &quot;A String&quot;,
1049 ],
1050 },
1051 &quot;type&quot;: &quot;A String&quot;, # The source type.
1052 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1053 },
1054 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1055 },
1056 },
1057 ],
1058 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
1059 { # A person&#x27;s short biography.
1060 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1061 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
1062 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1063 &quot;source&quot;: { # The source of a field. # The source of the field.
1064 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1065 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1066 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1067 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1068 &quot;userTypes&quot;: [ # Output only. The user types.
1069 &quot;A String&quot;,
1070 ],
1071 },
1072 &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.
1074 },
1075 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1076 },
1077 &quot;value&quot;: &quot;A String&quot;, # The short biography.
1078 },
1079 ],
1080 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
1081 { # 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.
1082 &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.
1083 &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.
1084 &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.
1085 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1086 },
1087 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
1088 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1089 &quot;source&quot;: { # The source of a field. # The source of the field.
1090 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1091 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1092 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1093 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1094 &quot;userTypes&quot;: [ # Output only. The user types.
1095 &quot;A String&quot;,
1096 ],
1097 },
1098 &quot;type&quot;: &quot;A String&quot;, # The source type.
1099 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1100 },
1101 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1102 },
1103 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1104 },
1105 ],
1106 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
1107 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
1108 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
1109 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1110 &quot;source&quot;: { # The source of a field. # The source of the field.
1111 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1112 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1113 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1114 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1115 &quot;userTypes&quot;: [ # Output only. The user types.
1116 &quot;A String&quot;,
1117 ],
1118 },
1119 &quot;type&quot;: &quot;A String&quot;, # The source type.
1120 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1121 },
1122 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1123 },
1124 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
1125 },
1126 ],
1127 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
1128 { # A person&#x27;s calendar URL.
1129 &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.
1130 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
1131 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1132 &quot;source&quot;: { # The source of a field. # The source of the field.
1133 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1134 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1135 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1136 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1137 &quot;userTypes&quot;: [ # Output only. The user types.
1138 &quot;A String&quot;,
1139 ],
1140 },
1141 &quot;type&quot;: &quot;A String&quot;, # The source type.
1142 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1143 },
1144 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1145 },
1146 &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`
1147 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
1148 },
1149 ],
1150 &quot;clientData&quot;: [ # The person&#x27;s client data.
1151 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
1152 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
1153 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
1154 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1155 &quot;source&quot;: { # The source of a field. # The source of the field.
1156 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1157 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1158 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1159 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1160 &quot;userTypes&quot;: [ # Output only. The user types.
1161 &quot;A String&quot;,
1162 ],
1163 },
1164 &quot;type&quot;: &quot;A String&quot;, # The source type.
1165 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1166 },
1167 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1168 },
1169 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
1170 },
1171 ],
1172 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1173 { # 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.
1174 &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.
1175 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
1176 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1177 &quot;source&quot;: { # The source of a field. # The source of the field.
1178 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1179 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1180 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1181 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1182 &quot;userTypes&quot;: [ # Output only. The user types.
1183 &quot;A String&quot;,
1184 ],
1185 },
1186 &quot;type&quot;: &quot;A String&quot;, # The source type.
1187 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1188 },
1189 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1190 },
1191 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1192 },
1193 ],
1194 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
1195 { # A person&#x27;s email address.
1196 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1197 &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.
1198 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
1199 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1200 &quot;source&quot;: { # The source of a field. # The source of the field.
1201 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1202 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1203 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1204 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1205 &quot;userTypes&quot;: [ # Output only. The user types.
1206 &quot;A String&quot;,
1207 ],
1208 },
1209 &quot;type&quot;: &quot;A String&quot;, # The source type.
1210 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1211 },
1212 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1213 },
1214 &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`
1215 &quot;value&quot;: &quot;A String&quot;, # The email address.
1216 },
1217 ],
1218 &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.
1219 &quot;events&quot;: [ # The person&#x27;s events.
1220 { # An event related to the person.
1221 &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.
1222 &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.
1223 &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.
1224 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1225 },
1226 &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.
1227 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
1228 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1229 &quot;source&quot;: { # The source of a field. # The source of the field.
1230 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1231 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1232 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1233 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1234 &quot;userTypes&quot;: [ # Output only. The user types.
1235 &quot;A String&quot;,
1236 ],
1237 },
1238 &quot;type&quot;: &quot;A String&quot;, # The source type.
1239 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1240 },
1241 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1242 },
1243 &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`
1244 },
1245 ],
1246 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
1247 { # An identifier from an external entity related to the person.
1248 &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.
1249 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
1250 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1251 &quot;source&quot;: { # The source of a field. # The source of the field.
1252 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1253 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1254 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1255 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1256 &quot;userTypes&quot;: [ # Output only. The user types.
1257 &quot;A String&quot;,
1258 ],
1259 },
1260 &quot;type&quot;: &quot;A String&quot;, # The source type.
1261 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1262 },
1263 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1264 },
1265 &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`
1266 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
1267 },
1268 ],
1269 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1270 { # The name that should be used to sort the person in a list.
1271 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
1272 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1273 &quot;source&quot;: { # The source of a field. # The source of the field.
1274 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1275 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1276 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1277 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1278 &quot;userTypes&quot;: [ # Output only. The user types.
1279 &quot;A String&quot;,
1280 ],
1281 },
1282 &quot;type&quot;: &quot;A String&quot;, # The source type.
1283 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1284 },
1285 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1286 },
1287 &quot;value&quot;: &quot;A String&quot;, # The file-as value
1288 },
1289 ],
1290 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
1291 { # A person&#x27;s gender.
1292 &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`
1293 &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.
1294 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
1295 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1296 &quot;source&quot;: { # The source of a field. # The source of the field.
1297 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1298 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1299 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1300 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1301 &quot;userTypes&quot;: [ # Output only. The user types.
1302 &quot;A String&quot;,
1303 ],
1304 },
1305 &quot;type&quot;: &quot;A String&quot;, # The source type.
1306 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1307 },
1308 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1309 },
1310 &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`
1311 },
1312 ],
1313 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1314 { # A person&#x27;s instant messaging client.
1315 &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.
1316 &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.
1317 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
1318 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1319 &quot;source&quot;: { # The source of a field. # The source of the field.
1320 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1321 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1322 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1323 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1324 &quot;userTypes&quot;: [ # Output only. The user types.
1325 &quot;A String&quot;,
1326 ],
1327 },
1328 &quot;type&quot;: &quot;A String&quot;, # The source type.
1329 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1330 },
1331 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1332 },
1333 &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`
1334 &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`
1335 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
1336 },
1337 ],
1338 &quot;interests&quot;: [ # The person&#x27;s interests.
1339 { # One of the person&#x27;s interests.
1340 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
1341 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1342 &quot;source&quot;: { # The source of a field. # The source of the field.
1343 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1344 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1345 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1346 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1347 &quot;userTypes&quot;: [ # Output only. The user types.
1348 &quot;A String&quot;,
1349 ],
1350 },
1351 &quot;type&quot;: &quot;A String&quot;, # The source type.
1352 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1353 },
1354 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1355 },
1356 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1357 },
1358 ],
1359 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1360 { # A person&#x27;s locale preference.
1361 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
1362 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1363 &quot;source&quot;: { # The source of a field. # The source of the field.
1364 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1365 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1366 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1367 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1368 &quot;userTypes&quot;: [ # Output only. The user types.
1369 &quot;A String&quot;,
1370 ],
1371 },
1372 &quot;type&quot;: &quot;A String&quot;, # The source type.
1373 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1374 },
1375 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1376 },
1377 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
1378 },
1379 ],
1380 &quot;locations&quot;: [ # The person&#x27;s locations.
1381 { # A person&#x27;s location.
1382 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
1383 &quot;current&quot;: True or False, # Whether the location is the current location.
1384 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
1385 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
1386 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
1387 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
1388 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1389 &quot;source&quot;: { # The source of a field. # The source of the field.
1390 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1391 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1392 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1393 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1394 &quot;userTypes&quot;: [ # Output only. The user types.
1395 &quot;A String&quot;,
1396 ],
1397 },
1398 &quot;type&quot;: &quot;A String&quot;, # The source type.
1399 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1400 },
1401 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1402 },
1403 &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`
1404 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
1405 },
1406 ],
1407 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
1408 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
1409 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
1410 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
1411 &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.
1412 },
1413 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
1414 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
1415 },
1416 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
1417 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1418 &quot;source&quot;: { # The source of a field. # The source of the field.
1419 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1420 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1421 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1422 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1423 &quot;userTypes&quot;: [ # Output only. The user types.
1424 &quot;A String&quot;,
1425 ],
1426 },
1427 &quot;type&quot;: &quot;A String&quot;, # The source type.
1428 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1429 },
1430 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1431 },
1432 },
1433 ],
1434 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
1435 &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.
1436 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1437 &quot;A String&quot;,
1438 ],
1439 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
1440 &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.
1441 &quot;A String&quot;,
1442 ],
1443 &quot;sources&quot;: [ # The sources of data for the person.
1444 { # The source of a field.
1445 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1446 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1447 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1448 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1449 &quot;userTypes&quot;: [ # Output only. The user types.
1450 &quot;A String&quot;,
1451 ],
1452 },
1453 &quot;type&quot;: &quot;A String&quot;, # The source type.
1454 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1455 },
1456 ],
1457 },
1458 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
1459 { # A person&#x27;s miscellaneous keyword.
1460 &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.
1461 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
1462 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1463 &quot;source&quot;: { # The source of a field. # The source of the field.
1464 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1465 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1466 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1467 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1468 &quot;userTypes&quot;: [ # Output only. The user types.
1469 &quot;A String&quot;,
1470 ],
1471 },
1472 &quot;type&quot;: &quot;A String&quot;, # The source type.
1473 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1474 },
1475 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1476 },
1477 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
1478 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
1479 },
1480 ],
1481 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
1482 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1483 &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.
1484 &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.
1485 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1486 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1487 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1488 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1489 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
1490 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1491 &quot;source&quot;: { # The source of a field. # The source of the field.
1492 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1493 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1494 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1495 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1496 &quot;userTypes&quot;: [ # Output only. The user types.
1497 &quot;A String&quot;,
1498 ],
1499 },
1500 &quot;type&quot;: &quot;A String&quot;, # The source type.
1501 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1502 },
1503 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1504 },
1505 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1506 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1507 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1508 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1509 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1510 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1511 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1512 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1513 },
1514 ],
1515 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1516 { # A person&#x27;s nickname.
1517 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
1518 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1519 &quot;source&quot;: { # The source of a field. # The source of the field.
1520 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1521 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1522 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1523 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1524 &quot;userTypes&quot;: [ # Output only. The user types.
1525 &quot;A String&quot;,
1526 ],
1527 },
1528 &quot;type&quot;: &quot;A String&quot;, # The source type.
1529 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1530 },
1531 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1532 },
1533 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1534 &quot;value&quot;: &quot;A String&quot;, # The nickname.
1535 },
1536 ],
1537 &quot;occupations&quot;: [ # The person&#x27;s occupations.
1538 { # A person&#x27;s occupation.
1539 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
1540 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1541 &quot;source&quot;: { # The source of a field. # The source of the field.
1542 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1543 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1544 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1545 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1546 &quot;userTypes&quot;: [ # Output only. The user types.
1547 &quot;A String&quot;,
1548 ],
1549 },
1550 &quot;type&quot;: &quot;A String&quot;, # The source type.
1551 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1552 },
1553 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1554 },
1555 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1556 },
1557 ],
1558 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
1559 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
1560 &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.
1561 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
1562 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
1563 &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.
1564 &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.
1565 &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.
1566 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1567 },
1568 &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.
1569 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
1570 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1571 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
1572 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1573 &quot;source&quot;: { # The source of a field. # The source of the field.
1574 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1575 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1576 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1577 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1578 &quot;userTypes&quot;: [ # Output only. The user types.
1579 &quot;A String&quot;,
1580 ],
1581 },
1582 &quot;type&quot;: &quot;A String&quot;, # The source type.
1583 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1584 },
1585 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1586 },
1587 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
1588 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1589 &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.
1590 &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.
1591 &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.
1592 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1593 },
1594 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1595 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1596 &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`
1597 },
1598 ],
1599 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
1600 { # A person&#x27;s phone number.
1601 &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.
1602 &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.
1603 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
1604 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1605 &quot;source&quot;: { # The source of a field. # The source of the field.
1606 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1607 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1608 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1609 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1610 &quot;userTypes&quot;: [ # Output only. The user types.
1611 &quot;A String&quot;,
1612 ],
1613 },
1614 &quot;type&quot;: &quot;A String&quot;, # The source type.
1615 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1616 },
1617 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1618 },
1619 &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`
1620 &quot;value&quot;: &quot;A String&quot;, # The phone number.
1621 },
1622 ],
1623 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1624 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1625 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1626 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
1627 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1628 &quot;source&quot;: { # The source of a field. # The source of the field.
1629 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1630 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1631 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1632 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1633 &quot;userTypes&quot;: [ # Output only. The user types.
1634 &quot;A String&quot;,
1635 ],
1636 },
1637 &quot;type&quot;: &quot;A String&quot;, # The source type.
1638 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1639 },
1640 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1641 },
1642 &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
1643 },
1644 ],
1645 &quot;relations&quot;: [ # The person&#x27;s relations.
1646 { # A person&#x27;s relation to another person.
1647 &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.
1648 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
1649 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1650 &quot;source&quot;: { # The source of a field. # The source of the field.
1651 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1652 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1663 },
1664 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
1665 &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`
1666 },
1667 ],
1668 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1669 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1670 &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.
1671 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
1672 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1673 &quot;source&quot;: { # The source of a field. # The source of the field.
1674 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1675 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1686 },
1687 &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`
1688 },
1689 ],
1690 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
1691 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
1692 &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.
1693 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
1694 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1695 &quot;source&quot;: { # The source of a field. # The source of the field.
1696 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1697 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1708 },
1709 &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`
1710 },
1711 ],
1712 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
1713 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
1714 &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.
1715 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
1716 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1717 &quot;source&quot;: { # The source of a field. # The source of the field.
1718 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1719 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1720 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1721 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1722 &quot;userTypes&quot;: [ # Output only. The user types.
1723 &quot;A String&quot;,
1724 ],
1725 },
1726 &quot;type&quot;: &quot;A String&quot;, # The source type.
1727 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1728 },
1729 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1730 },
1731 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
1732 },
1733 ],
1734 &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}`.
1735 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1736 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
1737 &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.
1738 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
1739 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1740 &quot;source&quot;: { # The source of a field. # The source of the field.
1741 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1742 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1743 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1744 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1745 &quot;userTypes&quot;: [ # Output only. The user types.
1746 &quot;A String&quot;,
1747 ],
1748 },
1749 &quot;type&quot;: &quot;A String&quot;, # The source type.
1750 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1751 },
1752 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1753 },
1754 &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`
1755 &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.
1756 },
1757 ],
1758 &quot;skills&quot;: [ # The person&#x27;s skills.
1759 { # A skill that the person has.
1760 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
1761 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1762 &quot;source&quot;: { # The source of a field. # The source of the field.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1765 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1766 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1767 &quot;userTypes&quot;: [ # Output only. The user types.
1768 &quot;A String&quot;,
1769 ],
1770 },
1771 &quot;type&quot;: &quot;A String&quot;, # The source type.
1772 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1773 },
1774 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1775 },
1776 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
1777 },
1778 ],
1779 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
1780 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
1781 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
1782 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1783 &quot;source&quot;: { # The source of a field. # The source of the field.
1784 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1785 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1796 },
1797 &quot;value&quot;: &quot;A String&quot;, # The tagline.
1798 },
1799 ],
1800 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1801 { # A person&#x27;s associated URLs.
1802 &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.
1803 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
1804 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1805 &quot;source&quot;: { # The source of a field. # The source of the field.
1806 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1807 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1808 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1809 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1810 &quot;userTypes&quot;: [ # Output only. The user types.
1811 &quot;A String&quot;,
1812 ],
1813 },
1814 &quot;type&quot;: &quot;A String&quot;, # The source type.
1815 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1816 },
1817 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1818 },
1819 &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`
1820 &quot;value&quot;: &quot;A String&quot;, # The URL.
1821 },
1822 ],
1823 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1824 { # Arbitrary user data that is populated by the end users.
1825 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1826 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
1827 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1828 &quot;source&quot;: { # The source of a field. # The source of the field.
1829 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1830 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1831 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1832 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1833 &quot;userTypes&quot;: [ # Output only. The user types.
1834 &quot;A String&quot;,
1835 ],
1836 },
1837 &quot;type&quot;: &quot;A String&quot;, # The source type.
1838 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1839 },
1840 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1841 },
1842 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1843 },
1844 ],
1845 },
1846 &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.
1847 &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.
1848 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
1849 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1850 {
1851 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
1852 },
1853 ],
1854 &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.
1855 },
1856 },
1857 ],
1858}</pre>
1859</div>
1860
1861<div class="method">
1862 <code class="details" id="batchDeleteContacts">batchDeleteContacts(body=None, x__xgafv=None)</code>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -04001863 <pre>Delete a batch of contacts. Any non-contact data will not be deleted. Limited to 10 parallel requests per user.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001864
1865Args:
1866 body: object, The request body.
1867 The object takes the form of:
1868
1869{ # A request to delete a batch of existing contacts.
1870 &quot;resourceNames&quot;: [ # Required. The resource names of the contact to delete. It&#x27;s repeatable. Allows up to 500 resource names in a single request.
1871 &quot;A String&quot;,
1872 ],
1873}
1874
1875 x__xgafv: string, V1 error format.
1876 Allowed values
1877 1 - v1 error format
1878 2 - v2 error format
1879
1880Returns:
1881 An object of the form:
1882
1883 { # 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 `{}`.
1884}</pre>
1885</div>
1886
1887<div class="method">
1888 <code class="details" id="batchUpdateContacts">batchUpdateContacts(body=None, x__xgafv=None)</code>
Anthonios Partheniou10f4b672021-04-13 14:47:53 -04001889 <pre>Update a batch of contacts and return a map of resource names to PersonResponses for the updated contacts. Limited to 10 parallel requests per user.
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001890
1891Args:
1892 body: object, The request body.
1893 The object takes the form of:
1894
1895{ # A request to update a batch of contacts.
1896 &quot;contacts&quot;: { # Required. A map of resource names to the person data to be updated. Allows up to 200 contacts in a single request.
1897 &quot;a_key&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.
1898 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1899 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1900 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1901 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1902 &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.
1903 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1904 &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.
1905 &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.
1906 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
1907 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1908 &quot;source&quot;: { # The source of a field. # The source of the field.
1909 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1910 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1911 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1912 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1913 &quot;userTypes&quot;: [ # Output only. The user types.
1914 &quot;A String&quot;,
1915 ],
1916 },
1917 &quot;type&quot;: &quot;A String&quot;, # The source type.
1918 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1919 },
1920 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1921 },
1922 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1923 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1924 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1925 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1926 &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`
1927 },
1928 ],
1929 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1930 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1931 { # A person&#x27;s age range.
1932 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1933 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
1934 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1935 &quot;source&quot;: { # The source of a field. # The source of the field.
1936 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1937 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1938 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1939 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1940 &quot;userTypes&quot;: [ # Output only. The user types.
1941 &quot;A String&quot;,
1942 ],
1943 },
1944 &quot;type&quot;: &quot;A String&quot;, # The source type.
1945 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1946 },
1947 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1948 },
1949 },
1950 ],
1951 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
1952 { # A person&#x27;s short biography.
1953 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1954 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
1955 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1956 &quot;source&quot;: { # The source of a field. # The source of the field.
1957 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1958 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1959 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1960 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1961 &quot;userTypes&quot;: [ # Output only. The user types.
1962 &quot;A String&quot;,
1963 ],
1964 },
1965 &quot;type&quot;: &quot;A String&quot;, # The source type.
1966 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1967 },
1968 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1969 },
1970 &quot;value&quot;: &quot;A String&quot;, # The short biography.
1971 },
1972 ],
1973 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
1974 { # 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.
1975 &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.
1976 &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.
1977 &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.
1978 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1979 },
1980 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
1981 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
1982 &quot;source&quot;: { # The source of a field. # The source of the field.
1983 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1984 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1985 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1986 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1987 &quot;userTypes&quot;: [ # Output only. The user types.
1988 &quot;A String&quot;,
1989 ],
1990 },
1991 &quot;type&quot;: &quot;A String&quot;, # The source type.
1992 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1993 },
1994 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1995 },
1996 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1997 },
1998 ],
1999 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2000 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2001 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
2002 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2003 &quot;source&quot;: { # The source of a field. # The source of the field.
2004 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2005 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2006 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2007 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2008 &quot;userTypes&quot;: [ # Output only. The user types.
2009 &quot;A String&quot;,
2010 ],
2011 },
2012 &quot;type&quot;: &quot;A String&quot;, # The source type.
2013 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2014 },
2015 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2016 },
2017 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2018 },
2019 ],
2020 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
2021 { # A person&#x27;s calendar URL.
2022 &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.
2023 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
2024 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2025 &quot;source&quot;: { # The source of a field. # The source of the field.
2026 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2027 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2028 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2029 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2030 &quot;userTypes&quot;: [ # Output only. The user types.
2031 &quot;A String&quot;,
2032 ],
2033 },
2034 &quot;type&quot;: &quot;A String&quot;, # The source type.
2035 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2036 },
2037 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2038 },
2039 &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`
2040 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
2041 },
2042 ],
2043 &quot;clientData&quot;: [ # The person&#x27;s client data.
2044 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
2045 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
2046 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
2047 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2048 &quot;source&quot;: { # The source of a field. # The source of the field.
2049 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2050 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2051 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2052 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2053 &quot;userTypes&quot;: [ # Output only. The user types.
2054 &quot;A String&quot;,
2055 ],
2056 },
2057 &quot;type&quot;: &quot;A String&quot;, # The source type.
2058 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2059 },
2060 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2061 },
2062 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
2063 },
2064 ],
2065 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
2066 { # 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.
2067 &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.
2068 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
2069 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2070 &quot;source&quot;: { # The source of a field. # The source of the field.
2071 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2072 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2073 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2074 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2075 &quot;userTypes&quot;: [ # Output only. The user types.
2076 &quot;A String&quot;,
2077 ],
2078 },
2079 &quot;type&quot;: &quot;A String&quot;, # The source type.
2080 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2081 },
2082 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2083 },
2084 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
2085 },
2086 ],
2087 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
2088 { # A person&#x27;s email address.
2089 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
2090 &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.
2091 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
2092 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2093 &quot;source&quot;: { # The source of a field. # The source of the field.
2094 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2095 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2096 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2097 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2098 &quot;userTypes&quot;: [ # Output only. The user types.
2099 &quot;A String&quot;,
2100 ],
2101 },
2102 &quot;type&quot;: &quot;A String&quot;, # The source type.
2103 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2104 },
2105 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2106 },
2107 &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`
2108 &quot;value&quot;: &quot;A String&quot;, # The email address.
2109 },
2110 ],
2111 &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.
2112 &quot;events&quot;: [ # The person&#x27;s events.
2113 { # An event related to the person.
2114 &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.
2115 &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.
2116 &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.
2117 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2118 },
2119 &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.
2120 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
2121 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2122 &quot;source&quot;: { # The source of a field. # The source of the field.
2123 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2124 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2125 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2126 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2127 &quot;userTypes&quot;: [ # Output only. The user types.
2128 &quot;A String&quot;,
2129 ],
2130 },
2131 &quot;type&quot;: &quot;A String&quot;, # The source type.
2132 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2133 },
2134 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2135 },
2136 &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`
2137 },
2138 ],
2139 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
2140 { # An identifier from an external entity related to the person.
2141 &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.
2142 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
2143 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2144 &quot;source&quot;: { # The source of a field. # The source of the field.
2145 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2146 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2147 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2148 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2149 &quot;userTypes&quot;: [ # Output only. The user types.
2150 &quot;A String&quot;,
2151 ],
2152 },
2153 &quot;type&quot;: &quot;A String&quot;, # The source type.
2154 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2155 },
2156 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2157 },
2158 &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`
2159 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
2160 },
2161 ],
2162 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
2163 { # The name that should be used to sort the person in a list.
2164 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
2165 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2166 &quot;source&quot;: { # The source of a field. # The source of the field.
2167 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2168 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2169 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2170 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2171 &quot;userTypes&quot;: [ # Output only. The user types.
2172 &quot;A String&quot;,
2173 ],
2174 },
2175 &quot;type&quot;: &quot;A String&quot;, # The source type.
2176 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2177 },
2178 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2179 },
2180 &quot;value&quot;: &quot;A String&quot;, # The file-as value
2181 },
2182 ],
2183 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
2184 { # A person&#x27;s gender.
2185 &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`
2186 &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.
2187 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
2188 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2189 &quot;source&quot;: { # The source of a field. # The source of the field.
2190 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2191 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2192 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2193 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2194 &quot;userTypes&quot;: [ # Output only. The user types.
2195 &quot;A String&quot;,
2196 ],
2197 },
2198 &quot;type&quot;: &quot;A String&quot;, # The source type.
2199 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2200 },
2201 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2202 },
2203 &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`
2204 },
2205 ],
2206 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
2207 { # A person&#x27;s instant messaging client.
2208 &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.
2209 &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.
2210 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
2211 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2212 &quot;source&quot;: { # The source of a field. # The source of the field.
2213 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2214 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2215 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2216 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2217 &quot;userTypes&quot;: [ # Output only. The user types.
2218 &quot;A String&quot;,
2219 ],
2220 },
2221 &quot;type&quot;: &quot;A String&quot;, # The source type.
2222 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2223 },
2224 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2225 },
2226 &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`
2227 &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`
2228 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
2229 },
2230 ],
2231 &quot;interests&quot;: [ # The person&#x27;s interests.
2232 { # One of the person&#x27;s interests.
2233 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
2234 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2235 &quot;source&quot;: { # The source of a field. # The source of the field.
2236 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2237 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2238 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2239 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2240 &quot;userTypes&quot;: [ # Output only. The user types.
2241 &quot;A String&quot;,
2242 ],
2243 },
2244 &quot;type&quot;: &quot;A String&quot;, # The source type.
2245 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2246 },
2247 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2248 },
2249 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
2250 },
2251 ],
2252 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
2253 { # A person&#x27;s locale preference.
2254 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
2255 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2256 &quot;source&quot;: { # The source of a field. # The source of the field.
2257 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2258 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2259 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2260 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2261 &quot;userTypes&quot;: [ # Output only. The user types.
2262 &quot;A String&quot;,
2263 ],
2264 },
2265 &quot;type&quot;: &quot;A String&quot;, # The source type.
2266 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2267 },
2268 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2269 },
2270 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
2271 },
2272 ],
2273 &quot;locations&quot;: [ # The person&#x27;s locations.
2274 { # A person&#x27;s location.
2275 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
2276 &quot;current&quot;: True or False, # Whether the location is the current location.
2277 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
2278 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
2279 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
2280 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
2281 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2282 &quot;source&quot;: { # The source of a field. # The source of the field.
2283 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2284 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2285 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2286 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2287 &quot;userTypes&quot;: [ # Output only. The user types.
2288 &quot;A String&quot;,
2289 ],
2290 },
2291 &quot;type&quot;: &quot;A String&quot;, # The source type.
2292 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2293 },
2294 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2295 },
2296 &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`
2297 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
2298 },
2299 ],
2300 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
2301 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
2302 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
2303 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
2304 &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.
2305 },
2306 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
2307 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
2308 },
2309 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
2310 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2311 &quot;source&quot;: { # The source of a field. # The source of the field.
2312 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2313 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2314 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2315 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2316 &quot;userTypes&quot;: [ # Output only. The user types.
2317 &quot;A String&quot;,
2318 ],
2319 },
2320 &quot;type&quot;: &quot;A String&quot;, # The source type.
2321 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2322 },
2323 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2324 },
2325 },
2326 ],
2327 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
2328 &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.
2329 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
2330 &quot;A String&quot;,
2331 ],
2332 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
2333 &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.
2334 &quot;A String&quot;,
2335 ],
2336 &quot;sources&quot;: [ # The sources of data for the person.
2337 { # The source of a field.
2338 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2339 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2340 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2341 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2342 &quot;userTypes&quot;: [ # Output only. The user types.
2343 &quot;A String&quot;,
2344 ],
2345 },
2346 &quot;type&quot;: &quot;A String&quot;, # The source type.
2347 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2348 },
2349 ],
2350 },
2351 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
2352 { # A person&#x27;s miscellaneous keyword.
2353 &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.
2354 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
2355 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2356 &quot;source&quot;: { # The source of a field. # The source of the field.
2357 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2358 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2359 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2360 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2361 &quot;userTypes&quot;: [ # Output only. The user types.
2362 &quot;A String&quot;,
2363 ],
2364 },
2365 &quot;type&quot;: &quot;A String&quot;, # The source type.
2366 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2367 },
2368 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2369 },
2370 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
2371 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
2372 },
2373 ],
2374 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
2375 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
2376 &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.
2377 &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.
2378 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
2379 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
2380 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
2381 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
2382 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
2383 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2384 &quot;source&quot;: { # The source of a field. # The source of the field.
2385 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2386 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2387 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2388 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2389 &quot;userTypes&quot;: [ # Output only. The user types.
2390 &quot;A String&quot;,
2391 ],
2392 },
2393 &quot;type&quot;: &quot;A String&quot;, # The source type.
2394 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2395 },
2396 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2397 },
2398 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
2399 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
2400 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
2401 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
2402 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
2403 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
2404 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
2405 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
2406 },
2407 ],
2408 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
2409 { # A person&#x27;s nickname.
2410 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
2411 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2412 &quot;source&quot;: { # The source of a field. # The source of the field.
2413 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2414 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2415 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2416 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2417 &quot;userTypes&quot;: [ # Output only. The user types.
2418 &quot;A String&quot;,
2419 ],
2420 },
2421 &quot;type&quot;: &quot;A String&quot;, # The source type.
2422 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2423 },
2424 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2425 },
2426 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
2427 &quot;value&quot;: &quot;A String&quot;, # The nickname.
2428 },
2429 ],
2430 &quot;occupations&quot;: [ # The person&#x27;s occupations.
2431 { # A person&#x27;s occupation.
2432 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
2433 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2434 &quot;source&quot;: { # The source of a field. # The source of the field.
2435 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2436 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2437 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2438 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2439 &quot;userTypes&quot;: [ # Output only. The user types.
2440 &quot;A String&quot;,
2441 ],
2442 },
2443 &quot;type&quot;: &quot;A String&quot;, # The source type.
2444 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2445 },
2446 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2447 },
2448 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
2449 },
2450 ],
2451 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
2452 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
2453 &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.
2454 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
2455 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
2456 &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.
2457 &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.
2458 &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.
2459 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2460 },
2461 &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.
2462 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
2463 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
2464 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
2465 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2466 &quot;source&quot;: { # The source of a field. # The source of the field.
2467 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2468 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2479 },
2480 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
2481 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
2482 &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.
2483 &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.
2484 &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.
2485 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2486 },
2487 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
2488 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
2489 &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`
2490 },
2491 ],
2492 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
2493 { # A person&#x27;s phone number.
2494 &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.
2495 &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.
2496 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
2497 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2498 &quot;source&quot;: { # The source of a field. # The source of the field.
2499 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2500 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2501 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2502 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2503 &quot;userTypes&quot;: [ # Output only. The user types.
2504 &quot;A String&quot;,
2505 ],
2506 },
2507 &quot;type&quot;: &quot;A String&quot;, # The source type.
2508 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2509 },
2510 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2511 },
2512 &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`
2513 &quot;value&quot;: &quot;A String&quot;, # The phone number.
2514 },
2515 ],
2516 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
2517 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
2518 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
2519 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
2520 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2521 &quot;source&quot;: { # The source of a field. # The source of the field.
2522 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2523 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2524 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2525 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2526 &quot;userTypes&quot;: [ # Output only. The user types.
2527 &quot;A String&quot;,
2528 ],
2529 },
2530 &quot;type&quot;: &quot;A String&quot;, # The source type.
2531 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2532 },
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 },
2535 &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
2536 },
2537 ],
2538 &quot;relations&quot;: [ # The person&#x27;s relations.
2539 { # A person&#x27;s relation to another person.
2540 &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.
2541 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
2542 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2543 &quot;source&quot;: { # The source of a field. # The source of the field.
2544 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2545 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2546 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2547 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2548 &quot;userTypes&quot;: [ # Output only. The user types.
2549 &quot;A String&quot;,
2550 ],
2551 },
2552 &quot;type&quot;: &quot;A String&quot;, # The source type.
2553 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2554 },
2555 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2556 },
2557 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
2558 &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`
2559 },
2560 ],
2561 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
2562 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
2563 &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.
2564 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
2565 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2566 &quot;source&quot;: { # The source of a field. # The source of the field.
2567 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2568 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2569 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2570 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2571 &quot;userTypes&quot;: [ # Output only. The user types.
2572 &quot;A String&quot;,
2573 ],
2574 },
2575 &quot;type&quot;: &quot;A String&quot;, # The source type.
2576 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2577 },
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 },
2580 &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`
2581 },
2582 ],
2583 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
2584 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
2585 &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.
2586 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
2587 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2588 &quot;source&quot;: { # The source of a field. # The source of the field.
2589 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2590 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2591 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2592 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2593 &quot;userTypes&quot;: [ # Output only. The user types.
2594 &quot;A String&quot;,
2595 ],
2596 },
2597 &quot;type&quot;: &quot;A String&quot;, # The source type.
2598 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2599 },
2600 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2601 },
2602 &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`
2603 },
2604 ],
2605 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
2606 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
2607 &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.
2608 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
2609 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2610 &quot;source&quot;: { # The source of a field. # The source of the field.
2611 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2612 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2613 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2614 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2615 &quot;userTypes&quot;: [ # Output only. The user types.
2616 &quot;A String&quot;,
2617 ],
2618 },
2619 &quot;type&quot;: &quot;A String&quot;, # The source type.
2620 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2621 },
2622 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2623 },
2624 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
2625 },
2626 ],
2627 &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}`.
2628 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
2629 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
2630 &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.
2631 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
2632 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2633 &quot;source&quot;: { # The source of a field. # The source of the field.
2634 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2635 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2636 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2637 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2638 &quot;userTypes&quot;: [ # Output only. The user types.
2639 &quot;A String&quot;,
2640 ],
2641 },
2642 &quot;type&quot;: &quot;A String&quot;, # The source type.
2643 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2644 },
2645 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2646 },
2647 &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`
2648 &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.
2649 },
2650 ],
2651 &quot;skills&quot;: [ # The person&#x27;s skills.
2652 { # A skill that the person has.
2653 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
2654 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2655 &quot;source&quot;: { # The source of a field. # The source of the field.
2656 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2657 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2658 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2659 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2660 &quot;userTypes&quot;: [ # Output only. The user types.
2661 &quot;A String&quot;,
2662 ],
2663 },
2664 &quot;type&quot;: &quot;A String&quot;, # The source type.
2665 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2666 },
2667 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2668 },
2669 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
2670 },
2671 ],
2672 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
2673 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
2674 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
2675 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2676 &quot;source&quot;: { # The source of a field. # The source of the field.
2677 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2678 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2679 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2680 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2681 &quot;userTypes&quot;: [ # Output only. The user types.
2682 &quot;A String&quot;,
2683 ],
2684 },
2685 &quot;type&quot;: &quot;A String&quot;, # The source type.
2686 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2687 },
2688 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2689 },
2690 &quot;value&quot;: &quot;A String&quot;, # The tagline.
2691 },
2692 ],
2693 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
2694 { # A person&#x27;s associated URLs.
2695 &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.
2696 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
2697 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2698 &quot;source&quot;: { # The source of a field. # The source of the field.
2699 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2700 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2701 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2702 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2703 &quot;userTypes&quot;: [ # Output only. The user types.
2704 &quot;A String&quot;,
2705 ],
2706 },
2707 &quot;type&quot;: &quot;A String&quot;, # The source type.
2708 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2709 },
2710 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2711 },
2712 &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`
2713 &quot;value&quot;: &quot;A String&quot;, # The URL.
2714 },
2715 ],
2716 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
2717 { # Arbitrary user data that is populated by the end users.
2718 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
2719 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
2720 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2721 &quot;source&quot;: { # The source of a field. # The source of the field.
2722 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2723 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2724 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2725 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2726 &quot;userTypes&quot;: [ # Output only. The user types.
2727 &quot;A String&quot;,
2728 ],
2729 },
2730 &quot;type&quot;: &quot;A String&quot;, # The source type.
2731 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2732 },
2733 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2734 },
2735 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
2736 },
2737 ],
2738 },
2739 },
2740 &quot;readMask&quot;: &quot;A String&quot;, # Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. If read mask is left empty, the post-mutate-get is skipped and no data will be returned in the response. 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
2741 &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.
2742 &quot;A String&quot;,
2743 ],
2744 &quot;updateMask&quot;: &quot;A String&quot;, # Required. A field mask to restrict which fields on the person are updated. Multiple fields can be specified by separating them with commas. All specified fields will be replaced, or cleared if left empty for each person. 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
2745}
2746
2747 x__xgafv: string, V1 error format.
2748 Allowed values
2749 1 - v1 error format
2750 2 - v2 error format
2751
2752Returns:
2753 An object of the form:
2754
2755 { # The response to a request to create a batch of contacts.
2756 &quot;updateResult&quot;: { # A map of resource names to the contacts that were updated, unless the request `read_mask` is empty.
2757 &quot;a_key&quot;: { # The response for a single person
2758 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
2759 &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.
2760 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
2761 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
2762 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
2763 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
2764 &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.
2765 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
2766 &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.
2767 &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.
2768 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
2769 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2770 &quot;source&quot;: { # The source of a field. # The source of the field.
2771 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2772 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2773 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2774 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2775 &quot;userTypes&quot;: [ # Output only. The user types.
2776 &quot;A String&quot;,
2777 ],
2778 },
2779 &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.
2781 },
2782 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2783 },
2784 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
2785 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
2786 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
2787 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
2788 &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`
2789 },
2790 ],
2791 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
2792 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
2793 { # A person&#x27;s age range.
2794 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
2795 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
2796 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2797 &quot;source&quot;: { # The source of a field. # The source of the field.
2798 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2799 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2800 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2801 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2802 &quot;userTypes&quot;: [ # Output only. The user types.
2803 &quot;A String&quot;,
2804 ],
2805 },
2806 &quot;type&quot;: &quot;A String&quot;, # The source type.
2807 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2808 },
2809 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2810 },
2811 },
2812 ],
2813 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
2814 { # A person&#x27;s short biography.
2815 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
2816 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
2817 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2818 &quot;source&quot;: { # The source of a field. # The source of the field.
2819 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2820 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2821 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2822 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2823 &quot;userTypes&quot;: [ # Output only. The user types.
2824 &quot;A String&quot;,
2825 ],
2826 },
2827 &quot;type&quot;: &quot;A String&quot;, # The source type.
2828 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2829 },
2830 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2831 },
2832 &quot;value&quot;: &quot;A String&quot;, # The short biography.
2833 },
2834 ],
2835 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
2836 { # 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.
2837 &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.
2838 &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.
2839 &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.
2840 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2841 },
2842 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
2843 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2844 &quot;source&quot;: { # The source of a field. # The source of the field.
2845 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2846 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2847 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2848 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2849 &quot;userTypes&quot;: [ # Output only. The user types.
2850 &quot;A String&quot;,
2851 ],
2852 },
2853 &quot;type&quot;: &quot;A String&quot;, # The source type.
2854 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2855 },
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.
2857 },
2858 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
2859 },
2860 ],
2861 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2862 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2863 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
2864 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2865 &quot;source&quot;: { # The source of a field. # The source of the field.
2866 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2867 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2868 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2869 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2870 &quot;userTypes&quot;: [ # Output only. The user types.
2871 &quot;A String&quot;,
2872 ],
2873 },
2874 &quot;type&quot;: &quot;A String&quot;, # The source type.
2875 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2876 },
2877 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2878 },
2879 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2880 },
2881 ],
2882 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
2883 { # A person&#x27;s calendar URL.
2884 &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.
2885 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
2886 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2887 &quot;source&quot;: { # The source of a field. # The source of the field.
2888 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2889 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2890 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2891 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2892 &quot;userTypes&quot;: [ # Output only. The user types.
2893 &quot;A String&quot;,
2894 ],
2895 },
2896 &quot;type&quot;: &quot;A String&quot;, # The source type.
2897 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2898 },
2899 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2900 },
2901 &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`
2902 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
2903 },
2904 ],
2905 &quot;clientData&quot;: [ # The person&#x27;s client data.
2906 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
2907 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
2908 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
2909 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2910 &quot;source&quot;: { # The source of a field. # The source of the field.
2911 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2912 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2913 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2914 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2915 &quot;userTypes&quot;: [ # Output only. The user types.
2916 &quot;A String&quot;,
2917 ],
2918 },
2919 &quot;type&quot;: &quot;A String&quot;, # The source type.
2920 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2921 },
2922 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2923 },
2924 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
2925 },
2926 ],
2927 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
2928 { # 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.
2929 &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.
2930 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
2931 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2932 &quot;source&quot;: { # The source of a field. # The source of the field.
2933 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2934 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2945 },
2946 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
2947 },
2948 ],
2949 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
2950 { # A person&#x27;s email address.
2951 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
2952 &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.
2953 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
2954 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2955 &quot;source&quot;: { # The source of a field. # The source of the field.
2956 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2957 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2958 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2959 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2960 &quot;userTypes&quot;: [ # Output only. The user types.
2961 &quot;A String&quot;,
2962 ],
2963 },
2964 &quot;type&quot;: &quot;A String&quot;, # The source type.
2965 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2966 },
2967 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2968 },
2969 &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`
2970 &quot;value&quot;: &quot;A String&quot;, # The email address.
2971 },
2972 ],
2973 &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.
2974 &quot;events&quot;: [ # The person&#x27;s events.
2975 { # An event related to the person.
2976 &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.
2977 &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.
2978 &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.
2979 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2980 },
2981 &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.
2982 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
2983 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
2984 &quot;source&quot;: { # The source of a field. # The source of the field.
2985 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2986 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2987 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2988 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2989 &quot;userTypes&quot;: [ # Output only. The user types.
2990 &quot;A String&quot;,
2991 ],
2992 },
2993 &quot;type&quot;: &quot;A String&quot;, # The source type.
2994 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2995 },
2996 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2997 },
2998 &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`
2999 },
3000 ],
3001 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
3002 { # An identifier from an external entity related to the person.
3003 &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.
3004 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
3005 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3006 &quot;source&quot;: { # The source of a field. # The source of the field.
3007 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3008 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3009 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3010 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3011 &quot;userTypes&quot;: [ # Output only. The user types.
3012 &quot;A String&quot;,
3013 ],
3014 },
3015 &quot;type&quot;: &quot;A String&quot;, # The source type.
3016 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3017 },
3018 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3019 },
3020 &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`
3021 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
3022 },
3023 ],
3024 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
3025 { # The name that should be used to sort the person in a list.
3026 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
3027 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3028 &quot;source&quot;: { # The source of a field. # The source of the field.
3029 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3030 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3031 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3032 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3033 &quot;userTypes&quot;: [ # Output only. The user types.
3034 &quot;A String&quot;,
3035 ],
3036 },
3037 &quot;type&quot;: &quot;A String&quot;, # The source type.
3038 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3039 },
3040 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3041 },
3042 &quot;value&quot;: &quot;A String&quot;, # The file-as value
3043 },
3044 ],
3045 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
3046 { # A person&#x27;s gender.
3047 &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`
3048 &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.
3049 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
3050 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3051 &quot;source&quot;: { # The source of a field. # The source of the field.
3052 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3053 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3054 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3055 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3056 &quot;userTypes&quot;: [ # Output only. The user types.
3057 &quot;A String&quot;,
3058 ],
3059 },
3060 &quot;type&quot;: &quot;A String&quot;, # The source type.
3061 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3062 },
3063 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3064 },
3065 &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`
3066 },
3067 ],
3068 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
3069 { # A person&#x27;s instant messaging client.
3070 &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.
3071 &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.
3072 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
3073 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3074 &quot;source&quot;: { # The source of a field. # The source of the field.
3075 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3076 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3077 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3078 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3079 &quot;userTypes&quot;: [ # Output only. The user types.
3080 &quot;A String&quot;,
3081 ],
3082 },
3083 &quot;type&quot;: &quot;A String&quot;, # The source type.
3084 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3085 },
3086 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3087 },
3088 &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`
3089 &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`
3090 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
3091 },
3092 ],
3093 &quot;interests&quot;: [ # The person&#x27;s interests.
3094 { # One of the person&#x27;s interests.
3095 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
3096 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3097 &quot;source&quot;: { # The source of a field. # The source of the field.
3098 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3099 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3100 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3101 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3102 &quot;userTypes&quot;: [ # Output only. The user types.
3103 &quot;A String&quot;,
3104 ],
3105 },
3106 &quot;type&quot;: &quot;A String&quot;, # The source type.
3107 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3108 },
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 },
3111 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
3112 },
3113 ],
3114 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
3115 { # A person&#x27;s locale preference.
3116 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
3117 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3118 &quot;source&quot;: { # The source of a field. # The source of the field.
3119 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3120 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3121 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3122 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3123 &quot;userTypes&quot;: [ # Output only. The user types.
3124 &quot;A String&quot;,
3125 ],
3126 },
3127 &quot;type&quot;: &quot;A String&quot;, # The source type.
3128 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3129 },
3130 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3131 },
3132 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
3133 },
3134 ],
3135 &quot;locations&quot;: [ # The person&#x27;s locations.
3136 { # A person&#x27;s location.
3137 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
3138 &quot;current&quot;: True or False, # Whether the location is the current location.
3139 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
3140 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
3141 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
3142 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
3143 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3144 &quot;source&quot;: { # The source of a field. # The source of the field.
3145 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3146 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3147 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3148 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3149 &quot;userTypes&quot;: [ # Output only. The user types.
3150 &quot;A String&quot;,
3151 ],
3152 },
3153 &quot;type&quot;: &quot;A String&quot;, # The source type.
3154 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3155 },
3156 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3157 },
3158 &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`
3159 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
3160 },
3161 ],
3162 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
3163 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
3164 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
3165 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
3166 &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.
3167 },
3168 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
3169 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
3170 },
3171 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
3172 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3173 &quot;source&quot;: { # The source of a field. # The source of the field.
3174 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3175 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3176 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3177 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3178 &quot;userTypes&quot;: [ # Output only. The user types.
3179 &quot;A String&quot;,
3180 ],
3181 },
3182 &quot;type&quot;: &quot;A String&quot;, # The source type.
3183 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3184 },
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 },
3187 },
3188 ],
3189 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
3190 &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.
3191 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
3192 &quot;A String&quot;,
3193 ],
3194 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
3195 &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.
3196 &quot;A String&quot;,
3197 ],
3198 &quot;sources&quot;: [ # The sources of data for the person.
3199 { # The source of a field.
3200 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3201 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3202 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3203 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3204 &quot;userTypes&quot;: [ # Output only. The user types.
3205 &quot;A String&quot;,
3206 ],
3207 },
3208 &quot;type&quot;: &quot;A String&quot;, # The source type.
3209 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3210 },
3211 ],
3212 },
3213 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
3214 { # A person&#x27;s miscellaneous keyword.
3215 &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.
3216 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
3217 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3218 &quot;source&quot;: { # The source of a field. # The source of the field.
3219 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3220 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3221 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3222 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3223 &quot;userTypes&quot;: [ # Output only. The user types.
3224 &quot;A String&quot;,
3225 ],
3226 },
3227 &quot;type&quot;: &quot;A String&quot;, # The source type.
3228 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3229 },
3230 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3231 },
3232 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
3233 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
3234 },
3235 ],
3236 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
3237 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
3238 &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.
3239 &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.
3240 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
3241 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
3242 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
3243 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
3244 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
3245 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3246 &quot;source&quot;: { # The source of a field. # The source of the field.
3247 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3248 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3249 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3250 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3251 &quot;userTypes&quot;: [ # Output only. The user types.
3252 &quot;A String&quot;,
3253 ],
3254 },
3255 &quot;type&quot;: &quot;A String&quot;, # The source type.
3256 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3257 },
3258 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3259 },
3260 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
3261 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
3262 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
3263 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
3264 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
3265 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
3266 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
3267 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
3268 },
3269 ],
3270 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
3271 { # A person&#x27;s nickname.
3272 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
3273 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3274 &quot;source&quot;: { # The source of a field. # The source of the field.
3275 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3276 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3277 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3278 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3279 &quot;userTypes&quot;: [ # Output only. The user types.
3280 &quot;A String&quot;,
3281 ],
3282 },
3283 &quot;type&quot;: &quot;A String&quot;, # The source type.
3284 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3285 },
3286 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3287 },
3288 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
3289 &quot;value&quot;: &quot;A String&quot;, # The nickname.
3290 },
3291 ],
3292 &quot;occupations&quot;: [ # The person&#x27;s occupations.
3293 { # A person&#x27;s occupation.
3294 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
3295 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3296 &quot;source&quot;: { # The source of a field. # The source of the field.
3297 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3298 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3299 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3300 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3301 &quot;userTypes&quot;: [ # Output only. The user types.
3302 &quot;A String&quot;,
3303 ],
3304 },
3305 &quot;type&quot;: &quot;A String&quot;, # The source type.
3306 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3307 },
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 },
3310 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
3311 },
3312 ],
3313 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
3314 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
3315 &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.
3316 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
3317 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
3318 &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.
3319 &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.
3320 &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.
3321 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3322 },
3323 &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.
3324 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
3325 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
3326 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
3327 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3328 &quot;source&quot;: { # The source of a field. # The source of the field.
3329 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3330 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3331 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3332 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3333 &quot;userTypes&quot;: [ # Output only. The user types.
3334 &quot;A String&quot;,
3335 ],
3336 },
3337 &quot;type&quot;: &quot;A String&quot;, # The source type.
3338 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3339 },
3340 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3341 },
3342 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
3343 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
3344 &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.
3345 &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.
3346 &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.
3347 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3348 },
3349 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
3350 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
3351 &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`
3352 },
3353 ],
3354 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
3355 { # A person&#x27;s phone number.
3356 &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.
3357 &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.
3358 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
3359 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3360 &quot;source&quot;: { # The source of a field. # The source of the field.
3361 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3362 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3363 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3364 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3365 &quot;userTypes&quot;: [ # Output only. The user types.
3366 &quot;A String&quot;,
3367 ],
3368 },
3369 &quot;type&quot;: &quot;A String&quot;, # The source type.
3370 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3371 },
3372 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3373 },
3374 &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`
3375 &quot;value&quot;: &quot;A String&quot;, # The phone number.
3376 },
3377 ],
3378 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
3379 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
3380 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
3381 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
3382 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3383 &quot;source&quot;: { # The source of a field. # The source of the field.
3384 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3385 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3386 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3387 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3388 &quot;userTypes&quot;: [ # Output only. The user types.
3389 &quot;A String&quot;,
3390 ],
3391 },
3392 &quot;type&quot;: &quot;A String&quot;, # The source type.
3393 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3394 },
3395 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3396 },
3397 &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
3398 },
3399 ],
3400 &quot;relations&quot;: [ # The person&#x27;s relations.
3401 { # A person&#x27;s relation to another person.
3402 &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.
3403 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
3404 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3405 &quot;source&quot;: { # The source of a field. # The source of the field.
3406 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3407 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3408 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3409 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3410 &quot;userTypes&quot;: [ # Output only. The user types.
3411 &quot;A String&quot;,
3412 ],
3413 },
3414 &quot;type&quot;: &quot;A String&quot;, # The source type.
3415 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3416 },
3417 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3418 },
3419 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
3420 &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`
3421 },
3422 ],
3423 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
3424 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
3425 &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.
3426 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
3427 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3428 &quot;source&quot;: { # The source of a field. # The source of the field.
3429 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3430 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3431 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3432 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3433 &quot;userTypes&quot;: [ # Output only. The user types.
3434 &quot;A String&quot;,
3435 ],
3436 },
3437 &quot;type&quot;: &quot;A String&quot;, # The source type.
3438 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3439 },
3440 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3441 },
3442 &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`
3443 },
3444 ],
3445 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
3446 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
3447 &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.
3448 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
3449 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3450 &quot;source&quot;: { # The source of a field. # The source of the field.
3451 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3452 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3453 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3454 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3455 &quot;userTypes&quot;: [ # Output only. The user types.
3456 &quot;A String&quot;,
3457 ],
3458 },
3459 &quot;type&quot;: &quot;A String&quot;, # The source type.
3460 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3461 },
3462 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3463 },
3464 &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`
3465 },
3466 ],
3467 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
3468 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
3469 &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.
3470 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
3471 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3472 &quot;source&quot;: { # The source of a field. # The source of the field.
3473 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3474 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3475 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3476 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3477 &quot;userTypes&quot;: [ # Output only. The user types.
3478 &quot;A String&quot;,
3479 ],
3480 },
3481 &quot;type&quot;: &quot;A String&quot;, # The source type.
3482 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3483 },
3484 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3485 },
3486 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
3487 },
3488 ],
3489 &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}`.
3490 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
3491 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
3492 &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.
3493 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
3494 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3495 &quot;source&quot;: { # The source of a field. # The source of the field.
3496 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3497 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3498 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3499 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3500 &quot;userTypes&quot;: [ # Output only. The user types.
3501 &quot;A String&quot;,
3502 ],
3503 },
3504 &quot;type&quot;: &quot;A String&quot;, # The source type.
3505 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3506 },
3507 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3508 },
3509 &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`
3510 &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.
3511 },
3512 ],
3513 &quot;skills&quot;: [ # The person&#x27;s skills.
3514 { # A skill that the person has.
3515 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
3516 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3517 &quot;source&quot;: { # The source of a field. # The source of the field.
3518 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3519 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3520 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3521 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3522 &quot;userTypes&quot;: [ # Output only. The user types.
3523 &quot;A String&quot;,
3524 ],
3525 },
3526 &quot;type&quot;: &quot;A String&quot;, # The source type.
3527 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3528 },
3529 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3530 },
3531 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
3532 },
3533 ],
3534 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
3535 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
3536 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
3537 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3538 &quot;source&quot;: { # The source of a field. # The source of the field.
3539 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3540 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3541 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3542 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3543 &quot;userTypes&quot;: [ # Output only. The user types.
3544 &quot;A String&quot;,
3545 ],
3546 },
3547 &quot;type&quot;: &quot;A String&quot;, # The source type.
3548 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3549 },
3550 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3551 },
3552 &quot;value&quot;: &quot;A String&quot;, # The tagline.
3553 },
3554 ],
3555 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
3556 { # A person&#x27;s associated URLs.
3557 &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.
3558 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
3559 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3560 &quot;source&quot;: { # The source of a field. # The source of the field.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3563 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3564 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3565 &quot;userTypes&quot;: [ # Output only. The user types.
3566 &quot;A String&quot;,
3567 ],
3568 },
3569 &quot;type&quot;: &quot;A String&quot;, # The source type.
3570 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3571 },
3572 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3573 },
3574 &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`
3575 &quot;value&quot;: &quot;A String&quot;, # The URL.
3576 },
3577 ],
3578 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
3579 { # Arbitrary user data that is populated by the end users.
3580 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
3581 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
3582 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3583 &quot;source&quot;: { # The source of a field. # The source of the field.
3584 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3585 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3586 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3587 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3588 &quot;userTypes&quot;: [ # Output only. The user types.
3589 &quot;A String&quot;,
3590 ],
3591 },
3592 &quot;type&quot;: &quot;A String&quot;, # The source type.
3593 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3594 },
3595 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3596 },
3597 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
3598 },
3599 ],
3600 },
3601 &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.
3602 &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.
3603 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
3604 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
3605 {
3606 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
3607 },
3608 ],
3609 &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.
3610 },
3611 },
3612 },
3613}</pre>
3614</div>
3615
3616<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003617 <code class="details" id="close">close()</code>
3618 <pre>Close httplib2 connections.</pre>
3619</div>
3620
3621<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003622 <code class="details" id="createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003623 <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 -08003624
3625Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07003626 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07003627 The object takes the form of:
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -04003628
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003629{ # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003630 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
3631 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
3632 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
3633 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
3634 &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.
3635 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
3636 &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.
3637 &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.
3638 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003639 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003640 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003641 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003642 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003643 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003644 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07003645 &quot;userTypes&quot;: [ # Output only. The user types.
3646 &quot;A String&quot;,
3647 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07003648 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003649 &quot;type&quot;: &quot;A String&quot;, # The source type.
3650 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07003651 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003652 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003653 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003654 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
3655 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
3656 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
3657 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
3658 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003659 },
3660 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003661 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003662 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
3663 { # A person&#x27;s age range.
3664 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
3665 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003666 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003667 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003668 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003669 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003670 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003671 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003672 &quot;userTypes&quot;: [ # Output only. The user types.
3673 &quot;A String&quot;,
3674 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003675 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003676 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003677 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003678 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003679 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003680 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003681 },
3682 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003683 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
3684 { # A person&#x27;s short biography.
3685 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
3686 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003687 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003688 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003689 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003690 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003691 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003692 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003693 &quot;userTypes&quot;: [ # Output only. The user types.
3694 &quot;A String&quot;,
3695 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003696 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003697 &quot;type&quot;: &quot;A String&quot;, # The source type.
3698 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003699 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003700 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003701 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003702 &quot;value&quot;: &quot;A String&quot;, # The short biography.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003703 },
3704 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003705 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
3706 { # 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.
3707 &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.
3708 &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.
3709 &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.
3710 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3711 },
3712 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003713 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003714 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003715 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003716 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003717 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003718 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003719 &quot;userTypes&quot;: [ # Output only. The user types.
3720 &quot;A String&quot;,
3721 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003722 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003723 &quot;type&quot;: &quot;A String&quot;, # The source type.
3724 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003725 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003726 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003727 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003728 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003729 },
3730 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003731 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
3732 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
3733 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003734 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003735 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003736 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003737 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003738 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003739 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003740 &quot;userTypes&quot;: [ # Output only. The user types.
3741 &quot;A String&quot;,
3742 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003743 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003744 &quot;type&quot;: &quot;A String&quot;, # The source type.
3745 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003746 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003747 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003748 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003749 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003750 },
3751 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003752 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
3753 { # A person&#x27;s calendar URL.
3754 &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.
3755 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003756 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003757 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003758 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003759 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003760 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003761 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003762 &quot;userTypes&quot;: [ # Output only. The user types.
3763 &quot;A String&quot;,
3764 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003765 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003766 &quot;type&quot;: &quot;A String&quot;, # The source type.
3767 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003768 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003769 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003770 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003771 &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`
3772 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003773 },
3774 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003775 &quot;clientData&quot;: [ # The person&#x27;s client data.
3776 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
3777 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
3778 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003779 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003780 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003781 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3782 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003783 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3784 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3785 &quot;userTypes&quot;: [ # Output only. The user types.
3786 &quot;A String&quot;,
3787 ],
3788 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003789 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003790 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003791 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003792 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003793 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003794 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003795 },
3796 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003797 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3798 { # 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.
3799 &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.
3800 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003801 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003802 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003803 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003804 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003805 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08003806 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003807 &quot;userTypes&quot;: [ # Output only. The user types.
3808 &quot;A String&quot;,
3809 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003810 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003811 &quot;type&quot;: &quot;A String&quot;, # The source type.
3812 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003813 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003814 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08003815 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08003816 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3817 },
3818 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08003819 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
3820 { # A person&#x27;s email address.
3821 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3822 &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.
3823 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
3824 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3825 &quot;source&quot;: { # The source of a field. # The source of the field.
3826 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3827 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3828 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3829 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3830 &quot;userTypes&quot;: [ # Output only. The user types.
3831 &quot;A String&quot;,
3832 ],
3833 },
3834 &quot;type&quot;: &quot;A String&quot;, # The source type.
3835 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3836 },
3837 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3838 },
3839 &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`
3840 &quot;value&quot;: &quot;A String&quot;, # The email address.
3841 },
3842 ],
3843 &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.
3844 &quot;events&quot;: [ # The person&#x27;s events.
3845 { # An event related to the person.
3846 &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.
3847 &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.
3848 &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.
3849 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3850 },
3851 &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.
3852 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
3853 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3854 &quot;source&quot;: { # The source of a field. # The source of the field.
3855 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3856 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3857 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3858 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3859 &quot;userTypes&quot;: [ # Output only. The user types.
3860 &quot;A String&quot;,
3861 ],
3862 },
3863 &quot;type&quot;: &quot;A String&quot;, # The source type.
3864 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3865 },
3866 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3867 },
3868 &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`
3869 },
3870 ],
3871 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
3872 { # An identifier from an external entity related to the person.
3873 &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.
3874 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
3875 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3876 &quot;source&quot;: { # The source of a field. # The source of the field.
3877 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3878 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3879 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3880 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3881 &quot;userTypes&quot;: [ # Output only. The user types.
3882 &quot;A String&quot;,
3883 ],
3884 },
3885 &quot;type&quot;: &quot;A String&quot;, # The source type.
3886 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3887 },
3888 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3889 },
3890 &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`
3891 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
3892 },
3893 ],
3894 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
3895 { # The name that should be used to sort the person in a list.
3896 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
3897 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3898 &quot;source&quot;: { # The source of a field. # The source of the field.
3899 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3900 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3901 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3902 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3903 &quot;userTypes&quot;: [ # Output only. The user types.
3904 &quot;A String&quot;,
3905 ],
3906 },
3907 &quot;type&quot;: &quot;A String&quot;, # The source type.
3908 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3909 },
3910 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3911 },
3912 &quot;value&quot;: &quot;A String&quot;, # The file-as value
3913 },
3914 ],
3915 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
3916 { # A person&#x27;s gender.
3917 &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`
3918 &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.
3919 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
3920 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3921 &quot;source&quot;: { # The source of a field. # The source of the field.
3922 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3923 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3924 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3925 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3926 &quot;userTypes&quot;: [ # Output only. The user types.
3927 &quot;A String&quot;,
3928 ],
3929 },
3930 &quot;type&quot;: &quot;A String&quot;, # The source type.
3931 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3932 },
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 },
3935 &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`
3936 },
3937 ],
3938 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
3939 { # A person&#x27;s instant messaging client.
3940 &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.
3941 &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.
3942 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
3943 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3944 &quot;source&quot;: { # The source of a field. # The source of the field.
3945 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3946 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3947 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3948 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3949 &quot;userTypes&quot;: [ # Output only. The user types.
3950 &quot;A String&quot;,
3951 ],
3952 },
3953 &quot;type&quot;: &quot;A String&quot;, # The source type.
3954 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3955 },
3956 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3957 },
3958 &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`
3959 &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`
3960 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
3961 },
3962 ],
3963 &quot;interests&quot;: [ # The person&#x27;s interests.
3964 { # One of the person&#x27;s interests.
3965 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
3966 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3967 &quot;source&quot;: { # The source of a field. # The source of the field.
3968 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3969 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3970 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3971 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3972 &quot;userTypes&quot;: [ # Output only. The user types.
3973 &quot;A String&quot;,
3974 ],
3975 },
3976 &quot;type&quot;: &quot;A String&quot;, # The source type.
3977 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3978 },
3979 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3980 },
3981 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
3982 },
3983 ],
3984 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
3985 { # A person&#x27;s locale preference.
3986 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
3987 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
3988 &quot;source&quot;: { # The source of a field. # The source of the field.
3989 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3990 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3991 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3992 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3993 &quot;userTypes&quot;: [ # Output only. The user types.
3994 &quot;A String&quot;,
3995 ],
3996 },
3997 &quot;type&quot;: &quot;A String&quot;, # The source type.
3998 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3999 },
4000 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4001 },
4002 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
4003 },
4004 ],
4005 &quot;locations&quot;: [ # The person&#x27;s locations.
4006 { # A person&#x27;s location.
4007 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
4008 &quot;current&quot;: True or False, # Whether the location is the current location.
4009 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
4010 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
4011 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
4012 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
4013 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4014 &quot;source&quot;: { # The source of a field. # The source of the field.
4015 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4016 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4017 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4018 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4019 &quot;userTypes&quot;: [ # Output only. The user types.
4020 &quot;A String&quot;,
4021 ],
4022 },
4023 &quot;type&quot;: &quot;A String&quot;, # The source type.
4024 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4025 },
4026 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4027 },
4028 &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`
4029 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
4030 },
4031 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004032 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
4033 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004034 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
4035 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
4036 &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.
4037 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004038 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
4039 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
4040 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004041 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004042 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004043 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004044 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004045 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004046 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004047 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004048 &quot;userTypes&quot;: [ # Output only. The user types.
4049 &quot;A String&quot;,
4050 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004051 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08004052 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004053 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004054 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004055 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004056 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004057 },
4058 ],
4059 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004060 &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.
4061 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
4062 &quot;A String&quot;,
4063 ],
4064 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004065 &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.
4066 &quot;A String&quot;,
4067 ],
4068 &quot;sources&quot;: [ # The sources of data for the person.
4069 { # The source of a field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004070 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4071 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004072 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4073 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4074 &quot;userTypes&quot;: [ # Output only. The user types.
4075 &quot;A String&quot;,
4076 ],
4077 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004078 &quot;type&quot;: &quot;A String&quot;, # The source type.
4079 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004080 },
4081 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004082 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004083 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
4084 { # A person&#x27;s miscellaneous keyword.
4085 &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.
4086 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
4087 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4088 &quot;source&quot;: { # The source of a field. # The source of the field.
4089 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4090 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4091 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4092 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4093 &quot;userTypes&quot;: [ # Output only. The user types.
4094 &quot;A String&quot;,
4095 ],
4096 },
4097 &quot;type&quot;: &quot;A String&quot;, # The source type.
4098 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4099 },
4100 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4101 },
4102 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
4103 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
4104 },
4105 ],
4106 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
4107 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
4108 &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.
4109 &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.
4110 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
4111 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
4112 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
4113 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
4114 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
4115 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4116 &quot;source&quot;: { # The source of a field. # The source of the field.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4119 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4120 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4121 &quot;userTypes&quot;: [ # Output only. The user types.
4122 &quot;A String&quot;,
4123 ],
4124 },
4125 &quot;type&quot;: &quot;A String&quot;, # The source type.
4126 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4127 },
4128 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4129 },
4130 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
4131 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
4132 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
4133 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
4134 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
4135 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
4136 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
4137 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
4138 },
4139 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004140 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
4141 { # A person&#x27;s nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004142 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004143 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4144 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004145 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4146 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004147 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4148 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4149 &quot;userTypes&quot;: [ # Output only. The user types.
4150 &quot;A String&quot;,
4151 ],
4152 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004153 &quot;type&quot;: &quot;A String&quot;, # The source type.
4154 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004155 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004156 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004157 },
4158 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004159 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004160 },
4161 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004162 &quot;occupations&quot;: [ # The person&#x27;s occupations.
4163 { # A person&#x27;s occupation.
4164 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004165 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4166 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004167 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4168 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004169 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4170 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4171 &quot;userTypes&quot;: [ # Output only. The user types.
4172 &quot;A String&quot;,
4173 ],
4174 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004175 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004176 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004177 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004178 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004179 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004180 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004181 },
4182 ],
4183 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
4184 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004185 &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.
4186 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
4187 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
4188 &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.
4189 &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.
4190 &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.
4191 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4192 },
4193 &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.
4194 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
4195 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
4196 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
4197 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4198 &quot;source&quot;: { # The source of a field. # The source of the field.
4199 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4200 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4201 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4202 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4203 &quot;userTypes&quot;: [ # Output only. The user types.
4204 &quot;A String&quot;,
4205 ],
4206 },
4207 &quot;type&quot;: &quot;A String&quot;, # The source type.
4208 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4209 },
4210 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4211 },
4212 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004213 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004214 &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.
4215 &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.
4216 &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.
4217 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4218 },
4219 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004220 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
4221 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004222 },
4223 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004224 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
4225 { # A person&#x27;s phone number.
4226 &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.
4227 &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.
4228 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004229 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4230 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004231 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4232 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004233 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4234 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4235 &quot;userTypes&quot;: [ # Output only. The user types.
4236 &quot;A String&quot;,
4237 ],
4238 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004239 &quot;type&quot;: &quot;A String&quot;, # The source type.
4240 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004241 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004242 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004243 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004244 &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`
4245 &quot;value&quot;: &quot;A String&quot;, # The phone number.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004246 },
4247 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004248 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
4249 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
4250 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
4251 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004252 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4253 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004254 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4255 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004256 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4257 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4258 &quot;userTypes&quot;: [ # Output only. The user types.
4259 &quot;A String&quot;,
4260 ],
4261 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004262 &quot;type&quot;: &quot;A String&quot;, # The source type.
4263 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004264 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004265 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004266 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004267 &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
4268 },
4269 ],
4270 &quot;relations&quot;: [ # The person&#x27;s relations.
4271 { # A person&#x27;s relation to another person.
4272 &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.
4273 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
4274 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4275 &quot;source&quot;: { # The source of a field. # The source of the field.
4276 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4277 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4278 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4279 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4280 &quot;userTypes&quot;: [ # Output only. The user types.
4281 &quot;A String&quot;,
4282 ],
4283 },
4284 &quot;type&quot;: &quot;A String&quot;, # The source type.
4285 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4286 },
4287 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4288 },
4289 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
4290 &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`
4291 },
4292 ],
4293 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
4294 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
4295 &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.
4296 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
4297 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4298 &quot;source&quot;: { # The source of a field. # The source of the field.
4299 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4300 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4301 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4302 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4303 &quot;userTypes&quot;: [ # Output only. The user types.
4304 &quot;A String&quot;,
4305 ],
4306 },
4307 &quot;type&quot;: &quot;A String&quot;, # The source type.
4308 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4309 },
4310 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4311 },
4312 &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`
4313 },
4314 ],
4315 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
4316 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
4317 &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.
4318 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
4319 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4320 &quot;source&quot;: { # The source of a field. # The source of the field.
4321 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4322 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4323 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4324 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4325 &quot;userTypes&quot;: [ # Output only. The user types.
4326 &quot;A String&quot;,
4327 ],
4328 },
4329 &quot;type&quot;: &quot;A String&quot;, # The source type.
4330 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4331 },
4332 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4333 },
4334 &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`
4335 },
4336 ],
4337 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
4338 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
4339 &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.
4340 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
4341 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4342 &quot;source&quot;: { # The source of a field. # The source of the field.
4343 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4344 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4345 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4346 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4347 &quot;userTypes&quot;: [ # Output only. The user types.
4348 &quot;A String&quot;,
4349 ],
4350 },
4351 &quot;type&quot;: &quot;A String&quot;, # The source type.
4352 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4353 },
4354 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4355 },
4356 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
4357 },
4358 ],
4359 &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}`.
4360 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
4361 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
4362 &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.
4363 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
4364 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4365 &quot;source&quot;: { # The source of a field. # The source of the field.
4366 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4367 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4368 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4369 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4370 &quot;userTypes&quot;: [ # Output only. The user types.
4371 &quot;A String&quot;,
4372 ],
4373 },
4374 &quot;type&quot;: &quot;A String&quot;, # The source type.
4375 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4376 },
4377 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4378 },
4379 &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`
4380 &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.
4381 },
4382 ],
4383 &quot;skills&quot;: [ # The person&#x27;s skills.
4384 { # A skill that the person has.
4385 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
4386 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4387 &quot;source&quot;: { # The source of a field. # The source of the field.
4388 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4389 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4390 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4391 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4392 &quot;userTypes&quot;: [ # Output only. The user types.
4393 &quot;A String&quot;,
4394 ],
4395 },
4396 &quot;type&quot;: &quot;A String&quot;, # The source type.
4397 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4398 },
4399 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4400 },
4401 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004402 },
4403 ],
4404 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
4405 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
4406 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004407 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4408 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004409 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4410 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004411 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4412 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4413 &quot;userTypes&quot;: [ # Output only. The user types.
4414 &quot;A String&quot;,
4415 ],
4416 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004417 &quot;type&quot;: &quot;A String&quot;, # The source type.
4418 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004419 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004420 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004421 },
4422 &quot;value&quot;: &quot;A String&quot;, # The tagline.
4423 },
4424 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004425 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
4426 { # A person&#x27;s associated URLs.
4427 &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.
4428 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004429 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4430 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004431 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4432 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004433 &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 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004439 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004441 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004442 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004443 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004444 &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`
4445 &quot;value&quot;: &quot;A String&quot;, # The URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004446 },
4447 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004448 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
4449 { # Arbitrary user data that is populated by the end users.
4450 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
4451 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004452 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4453 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004454 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4455 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004456 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4457 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4458 &quot;userTypes&quot;: [ # Output only. The user types.
4459 &quot;A String&quot;,
4460 ],
4461 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004462 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004463 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004464 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004465 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004466 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004467 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08004468 },
4469 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07004470}
4471
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004472 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 Kim673ec5c2020-11-16 11:05:03 -07004473 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 -07004474 Allowed values
4475 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
4476 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
4477 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
4478 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07004479 x__xgafv: string, V1 error format.
4480 Allowed values
4481 1 - v1 error format
4482 2 - v2 error format
4483
4484Returns:
4485 An object of the form:
4486
Bu Sun Kimd059ad82020-07-22 17:02:09 -07004487 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004488 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
4489 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
4490 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
4491 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
4492 &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.
4493 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
4494 &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.
4495 &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.
4496 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
4497 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4498 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004499 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4500 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004501 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4502 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4503 &quot;userTypes&quot;: [ # Output only. The user types.
4504 &quot;A String&quot;,
4505 ],
4506 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004507 &quot;type&quot;: &quot;A String&quot;, # The source type.
4508 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004509 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004510 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4511 },
4512 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
4513 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
4514 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
4515 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
4516 &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`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004517 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004518 ],
4519 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
4520 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
4521 { # A person&#x27;s age range.
4522 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
4523 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
4524 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4525 &quot;source&quot;: { # The source of a field. # The source of the field.
4526 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4527 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4528 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4529 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4530 &quot;userTypes&quot;: [ # Output only. The user types.
4531 &quot;A String&quot;,
4532 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004533 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004534 &quot;type&quot;: &quot;A String&quot;, # The source type.
4535 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004536 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004537 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4538 },
4539 },
4540 ],
4541 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
4542 { # A person&#x27;s short biography.
4543 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
4544 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
4545 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4546 &quot;source&quot;: { # The source of a field. # The source of the field.
4547 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4548 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4549 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4550 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4551 &quot;userTypes&quot;: [ # Output only. The user types.
4552 &quot;A String&quot;,
4553 ],
4554 },
4555 &quot;type&quot;: &quot;A String&quot;, # The source type.
4556 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4557 },
4558 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4559 },
4560 &quot;value&quot;: &quot;A String&quot;, # The short biography.
4561 },
4562 ],
4563 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
4564 { # 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.
4565 &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.
4566 &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.
4567 &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.
4568 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4569 },
4570 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
4571 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4572 &quot;source&quot;: { # The source of a field. # The source of the field.
4573 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4574 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4575 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4576 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4577 &quot;userTypes&quot;: [ # Output only. The user types.
4578 &quot;A String&quot;,
4579 ],
4580 },
4581 &quot;type&quot;: &quot;A String&quot;, # The source type.
4582 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4583 },
4584 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4585 },
4586 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
4587 },
4588 ],
4589 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
4590 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
4591 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
4592 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4593 &quot;source&quot;: { # The source of a field. # The source of the field.
4594 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4595 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4596 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4597 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4598 &quot;userTypes&quot;: [ # Output only. The user types.
4599 &quot;A String&quot;,
4600 ],
4601 },
4602 &quot;type&quot;: &quot;A String&quot;, # The source type.
4603 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4604 },
4605 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4606 },
4607 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
4608 },
4609 ],
4610 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
4611 { # A person&#x27;s calendar URL.
4612 &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.
4613 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
4614 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4615 &quot;source&quot;: { # The source of a field. # The source of the field.
4616 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4617 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4618 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4619 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4620 &quot;userTypes&quot;: [ # Output only. The user types.
4621 &quot;A String&quot;,
4622 ],
4623 },
4624 &quot;type&quot;: &quot;A String&quot;, # The source type.
4625 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4626 },
4627 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4628 },
4629 &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`
4630 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
4631 },
4632 ],
4633 &quot;clientData&quot;: [ # The person&#x27;s client data.
4634 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
4635 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
4636 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
4637 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4638 &quot;source&quot;: { # The source of a field. # The source of the field.
4639 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4640 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4641 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4642 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4643 &quot;userTypes&quot;: [ # Output only. The user types.
4644 &quot;A String&quot;,
4645 ],
4646 },
4647 &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.
4649 },
4650 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4651 },
4652 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
4653 },
4654 ],
4655 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
4656 { # 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.
4657 &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.
4658 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
4659 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4660 &quot;source&quot;: { # The source of a field. # The source of the field.
4661 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4662 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4663 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4664 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4665 &quot;userTypes&quot;: [ # Output only. The user types.
4666 &quot;A String&quot;,
4667 ],
4668 },
4669 &quot;type&quot;: &quot;A String&quot;, # The source type.
4670 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4671 },
4672 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4673 },
4674 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
4675 },
4676 ],
4677 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
4678 { # A person&#x27;s email address.
4679 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
4680 &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.
4681 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
4682 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4683 &quot;source&quot;: { # The source of a field. # The source of the field.
4684 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4685 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4686 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4687 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4688 &quot;userTypes&quot;: [ # Output only. The user types.
4689 &quot;A String&quot;,
4690 ],
4691 },
4692 &quot;type&quot;: &quot;A String&quot;, # The source type.
4693 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4694 },
4695 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4696 },
4697 &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`
4698 &quot;value&quot;: &quot;A String&quot;, # The email address.
4699 },
4700 ],
4701 &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.
4702 &quot;events&quot;: [ # The person&#x27;s events.
4703 { # An event related to the person.
4704 &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.
4705 &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.
4706 &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.
4707 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4708 },
4709 &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.
4710 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
4711 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4712 &quot;source&quot;: { # The source of a field. # The source of the field.
4713 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4714 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4715 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4716 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4717 &quot;userTypes&quot;: [ # Output only. The user types.
4718 &quot;A String&quot;,
4719 ],
4720 },
4721 &quot;type&quot;: &quot;A String&quot;, # The source type.
4722 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4723 },
4724 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4725 },
4726 &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`
4727 },
4728 ],
4729 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
4730 { # An identifier from an external entity related to the person.
4731 &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.
4732 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
4733 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4734 &quot;source&quot;: { # The source of a field. # The source of the field.
4735 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4736 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4737 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4738 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4739 &quot;userTypes&quot;: [ # Output only. The user types.
4740 &quot;A String&quot;,
4741 ],
4742 },
4743 &quot;type&quot;: &quot;A String&quot;, # The source type.
4744 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4745 },
4746 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4747 },
4748 &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`
4749 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
4750 },
4751 ],
4752 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
4753 { # The name that should be used to sort the person in a list.
4754 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
4755 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4756 &quot;source&quot;: { # The source of a field. # The source of the field.
4757 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4758 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4759 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4760 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4761 &quot;userTypes&quot;: [ # Output only. The user types.
4762 &quot;A String&quot;,
4763 ],
4764 },
4765 &quot;type&quot;: &quot;A String&quot;, # The source type.
4766 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4767 },
4768 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4769 },
4770 &quot;value&quot;: &quot;A String&quot;, # The file-as value
4771 },
4772 ],
4773 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
4774 { # A person&#x27;s gender.
4775 &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`
4776 &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.
4777 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
4778 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4779 &quot;source&quot;: { # The source of a field. # The source of the field.
4780 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4781 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4782 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4783 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4784 &quot;userTypes&quot;: [ # Output only. The user types.
4785 &quot;A String&quot;,
4786 ],
4787 },
4788 &quot;type&quot;: &quot;A String&quot;, # The source type.
4789 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4790 },
4791 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4792 },
4793 &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`
4794 },
4795 ],
4796 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
4797 { # A person&#x27;s instant messaging client.
4798 &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.
4799 &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.
4800 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
4801 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4802 &quot;source&quot;: { # The source of a field. # The source of the field.
4803 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4804 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4805 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4806 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4807 &quot;userTypes&quot;: [ # Output only. The user types.
4808 &quot;A String&quot;,
4809 ],
4810 },
4811 &quot;type&quot;: &quot;A String&quot;, # The source type.
4812 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4813 },
4814 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4815 },
4816 &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`
4817 &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`
4818 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
4819 },
4820 ],
4821 &quot;interests&quot;: [ # The person&#x27;s interests.
4822 { # One of the person&#x27;s interests.
4823 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
4824 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4825 &quot;source&quot;: { # The source of a field. # The source of the field.
4826 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4827 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4828 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4829 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4830 &quot;userTypes&quot;: [ # Output only. The user types.
4831 &quot;A String&quot;,
4832 ],
4833 },
4834 &quot;type&quot;: &quot;A String&quot;, # The source type.
4835 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4836 },
4837 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4838 },
4839 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
4840 },
4841 ],
4842 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
4843 { # A person&#x27;s locale preference.
4844 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
4845 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4846 &quot;source&quot;: { # The source of a field. # The source of the field.
4847 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4848 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4849 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4850 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4851 &quot;userTypes&quot;: [ # Output only. The user types.
4852 &quot;A String&quot;,
4853 ],
4854 },
4855 &quot;type&quot;: &quot;A String&quot;, # The source type.
4856 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4857 },
4858 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4859 },
4860 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
4861 },
4862 ],
4863 &quot;locations&quot;: [ # The person&#x27;s locations.
4864 { # A person&#x27;s location.
4865 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
4866 &quot;current&quot;: True or False, # Whether the location is the current location.
4867 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
4868 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
4869 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
4870 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
4871 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4872 &quot;source&quot;: { # The source of a field. # The source of the field.
4873 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4874 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4875 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4876 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4877 &quot;userTypes&quot;: [ # Output only. The user types.
4878 &quot;A String&quot;,
4879 ],
4880 },
4881 &quot;type&quot;: &quot;A String&quot;, # The source type.
4882 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4883 },
4884 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4885 },
4886 &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`
4887 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
4888 },
4889 ],
4890 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
4891 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
4892 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
4893 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
4894 &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.
4895 },
4896 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
4897 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
4898 },
4899 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
4900 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4901 &quot;source&quot;: { # The source of a field. # The source of the field.
4902 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4903 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4904 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4905 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4906 &quot;userTypes&quot;: [ # Output only. The user types.
4907 &quot;A String&quot;,
4908 ],
4909 },
4910 &quot;type&quot;: &quot;A String&quot;, # The source type.
4911 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4912 },
4913 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4914 },
4915 },
4916 ],
4917 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
4918 &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.
4919 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
4920 &quot;A String&quot;,
4921 ],
4922 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
4923 &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.
4924 &quot;A String&quot;,
4925 ],
4926 &quot;sources&quot;: [ # The sources of data for the person.
4927 { # The source of a field.
4928 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4929 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4930 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4931 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4932 &quot;userTypes&quot;: [ # Output only. The user types.
4933 &quot;A String&quot;,
4934 ],
4935 },
4936 &quot;type&quot;: &quot;A String&quot;, # The source type.
4937 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004938 },
4939 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004940 },
4941 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
4942 { # A person&#x27;s miscellaneous keyword.
4943 &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.
4944 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
4945 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4946 &quot;source&quot;: { # The source of a field. # The source of the field.
4947 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4948 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4949 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4950 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4951 &quot;userTypes&quot;: [ # Output only. The user types.
4952 &quot;A String&quot;,
4953 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004954 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004955 &quot;type&quot;: &quot;A String&quot;, # The source type.
4956 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004957 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004958 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004959 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004960 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
4961 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
4962 },
4963 ],
4964 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
4965 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
4966 &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.
4967 &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.
4968 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
4969 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
4970 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
4971 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
4972 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
4973 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
4974 &quot;source&quot;: { # The source of a field. # The source of the field.
4975 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4976 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4977 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4978 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4979 &quot;userTypes&quot;: [ # Output only. The user types.
4980 &quot;A String&quot;,
4981 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004982 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004983 &quot;type&quot;: &quot;A String&quot;, # The source type.
4984 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004985 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004986 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08004987 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08004988 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
4989 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
4990 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
4991 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
4992 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
4993 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
4994 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
4995 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
4996 },
4997 ],
4998 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
4999 { # A person&#x27;s nickname.
5000 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
5001 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5002 &quot;source&quot;: { # The source of a field. # The source of the field.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5005 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5006 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5007 &quot;userTypes&quot;: [ # Output only. The user types.
5008 &quot;A String&quot;,
5009 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005010 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005011 &quot;type&quot;: &quot;A String&quot;, # The source type.
5012 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005013 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005014 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005015 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005016 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
5017 &quot;value&quot;: &quot;A String&quot;, # The nickname.
5018 },
5019 ],
5020 &quot;occupations&quot;: [ # The person&#x27;s occupations.
5021 { # A person&#x27;s occupation.
5022 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
5023 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5024 &quot;source&quot;: { # The source of a field. # The source of the field.
5025 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5026 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5027 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5028 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5029 &quot;userTypes&quot;: [ # Output only. The user types.
5030 &quot;A String&quot;,
5031 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005032 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005033 &quot;type&quot;: &quot;A String&quot;, # The source type.
5034 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005035 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005036 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005037 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005038 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
5039 },
5040 ],
5041 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
5042 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
5043 &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.
5044 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
5045 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
5046 &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.
5047 &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.
5048 &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.
5049 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5050 },
5051 &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.
5052 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
5053 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
5054 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
5055 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5056 &quot;source&quot;: { # The source of a field. # The source of the field.
5057 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5058 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5059 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5060 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5061 &quot;userTypes&quot;: [ # Output only. The user types.
5062 &quot;A String&quot;,
5063 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005064 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005065 &quot;type&quot;: &quot;A String&quot;, # The source type.
5066 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005067 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005068 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005069 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005070 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
5071 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
5072 &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.
5073 &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.
5074 &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.
5075 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5076 },
5077 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
5078 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
5079 &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`
5080 },
5081 ],
5082 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
5083 { # A person&#x27;s phone number.
5084 &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.
5085 &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.
5086 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
5087 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5088 &quot;source&quot;: { # The source of a field. # The source of the field.
5089 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5090 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5091 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5092 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5093 &quot;userTypes&quot;: [ # Output only. The user types.
5094 &quot;A String&quot;,
5095 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005096 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005097 &quot;type&quot;: &quot;A String&quot;, # The source type.
5098 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005099 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005100 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005101 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005102 &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`
5103 &quot;value&quot;: &quot;A String&quot;, # The phone number.
5104 },
5105 ],
5106 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
5107 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
5108 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
5109 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
5110 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5111 &quot;source&quot;: { # The source of a field. # The source of the field.
5112 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5113 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005119 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005120 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005122 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005123 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005124 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005125 &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
5126 },
5127 ],
5128 &quot;relations&quot;: [ # The person&#x27;s relations.
5129 { # A person&#x27;s relation to another person.
5130 &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.
5131 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
5132 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5133 &quot;source&quot;: { # The source of a field. # The source of the field.
5134 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5135 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5136 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5137 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5138 &quot;userTypes&quot;: [ # Output only. The user types.
5139 &quot;A String&quot;,
5140 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005141 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005142 &quot;type&quot;: &quot;A String&quot;, # The source type.
5143 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005144 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005145 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005146 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005147 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
5148 &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`
5149 },
5150 ],
5151 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
5152 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
5153 &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.
5154 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
5155 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5156 &quot;source&quot;: { # The source of a field. # The source of the field.
5157 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5158 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5159 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5160 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5161 &quot;userTypes&quot;: [ # Output only. The user types.
5162 &quot;A String&quot;,
5163 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005164 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005165 &quot;type&quot;: &quot;A String&quot;, # The source type.
5166 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005167 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005168 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005169 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005170 &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`
5171 },
5172 ],
5173 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
5174 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
5175 &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.
5176 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
5177 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5178 &quot;source&quot;: { # The source of a field. # The source of the field.
5179 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5180 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5181 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5182 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5183 &quot;userTypes&quot;: [ # Output only. The user types.
5184 &quot;A String&quot;,
5185 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005186 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005187 &quot;type&quot;: &quot;A String&quot;, # The source type.
5188 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005189 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005190 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005191 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005192 &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`
5193 },
5194 ],
5195 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
5196 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
5197 &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.
5198 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
5199 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5200 &quot;source&quot;: { # The source of a field. # The source of the field.
5201 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5202 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5203 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5204 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5205 &quot;userTypes&quot;: [ # Output only. The user types.
5206 &quot;A String&quot;,
5207 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005208 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005209 &quot;type&quot;: &quot;A String&quot;, # The source type.
5210 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005211 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005212 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005213 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005214 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
5215 },
5216 ],
5217 &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}`.
5218 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
5219 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
5220 &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.
5221 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
5222 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5223 &quot;source&quot;: { # The source of a field. # The source of the field.
5224 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5225 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005231 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005232 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005234 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005235 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005236 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005237 &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`
5238 &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.
5239 },
5240 ],
5241 &quot;skills&quot;: [ # The person&#x27;s skills.
5242 { # A skill that the person has.
5243 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
5244 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5245 &quot;source&quot;: { # The source of a field. # The source of the field.
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;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5248 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5249 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5250 &quot;userTypes&quot;: [ # Output only. The user types.
5251 &quot;A String&quot;,
5252 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005253 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005254 &quot;type&quot;: &quot;A String&quot;, # The source type.
5255 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005256 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005257 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005258 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005259 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
5260 },
5261 ],
5262 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
5263 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
5264 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
5265 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5266 &quot;source&quot;: { # The source of a field. # The source of the field.
5267 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5268 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5269 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5270 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5271 &quot;userTypes&quot;: [ # Output only. The user types.
5272 &quot;A String&quot;,
5273 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005274 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005275 &quot;type&quot;: &quot;A String&quot;, # The source type.
5276 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005277 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005278 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005279 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005280 &quot;value&quot;: &quot;A String&quot;, # The tagline.
5281 },
5282 ],
5283 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
5284 { # A person&#x27;s associated URLs.
5285 &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.
5286 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
5287 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5288 &quot;source&quot;: { # The source of a field. # The source of the field.
5289 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5290 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5291 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5292 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5293 &quot;userTypes&quot;: [ # Output only. The user types.
5294 &quot;A String&quot;,
5295 ],
5296 },
5297 &quot;type&quot;: &quot;A String&quot;, # The source type.
5298 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5299 },
5300 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5301 },
5302 &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`
5303 &quot;value&quot;: &quot;A String&quot;, # The URL.
5304 },
5305 ],
5306 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
5307 { # Arbitrary user data that is populated by the end users.
5308 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
5309 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
5310 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5311 &quot;source&quot;: { # The source of a field. # The source of the field.
5312 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5313 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5314 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5315 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5316 &quot;userTypes&quot;: [ # Output only. The user types.
5317 &quot;A String&quot;,
5318 ],
5319 },
5320 &quot;type&quot;: &quot;A String&quot;, # The source type.
5321 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5322 },
5323 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5324 },
5325 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
5326 },
5327 ],
5328}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005329</div>
5330
5331<div class="method">
5332 <code class="details" id="deleteContact">deleteContact(resourceName, x__xgafv=None)</code>
5333 <pre>Delete a contact person. Any non-contact data will not be deleted.
5334
5335Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07005336 resourceName: string, Required. The resource name of the contact to delete. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005337 x__xgafv: string, V1 error format.
5338 Allowed values
5339 1 - v1 error format
5340 2 - v2 error format
5341
5342Returns:
5343 An object of the form:
5344
Bu Sun Kimd059ad82020-07-22 17:02:09 -07005345 { # 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 `{}`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005346}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005347</div>
5348
5349<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005350 <code class="details" id="deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07005351 <pre>Delete a contact&#x27;s photo.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005352
5353Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07005354 resourceName: string, Required. The resource name of the contact whose photo will be deleted. (required)
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005355 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 -07005356 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 -07005357 Allowed values
5358 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
5359 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
5360 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
5361 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07005362 x__xgafv: string, V1 error format.
5363 Allowed values
5364 1 - v1 error format
5365 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07005366
5367Returns:
5368 An object of the form:
5369
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08005370 { # The response for deleting a contact&#x27;s photo.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005371 &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.
5372 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
5373 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
5374 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
5375 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
5376 &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.
5377 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
5378 &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.
5379 &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.
5380 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
5381 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5382 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005383 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5384 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005385 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5386 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5387 &quot;userTypes&quot;: [ # Output only. The user types.
5388 &quot;A String&quot;,
5389 ],
5390 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005391 &quot;type&quot;: &quot;A String&quot;, # The source type.
5392 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005393 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005394 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5395 },
5396 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
5397 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
5398 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
5399 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
5400 &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`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005401 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005402 ],
5403 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
5404 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
5405 { # A person&#x27;s age range.
5406 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
5407 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
5408 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5409 &quot;source&quot;: { # The source of a field. # The source of the field.
5410 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5411 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5412 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5413 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5414 &quot;userTypes&quot;: [ # Output only. The user types.
5415 &quot;A String&quot;,
5416 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005417 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005418 &quot;type&quot;: &quot;A String&quot;, # The source type.
5419 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005420 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005421 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005422 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005423 },
5424 ],
5425 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
5426 { # A person&#x27;s short biography.
5427 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
5428 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
5429 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5430 &quot;source&quot;: { # The source of a field. # The source of the field.
5431 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5432 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5433 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5434 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5435 &quot;userTypes&quot;: [ # Output only. The user types.
5436 &quot;A String&quot;,
5437 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005438 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005439 &quot;type&quot;: &quot;A String&quot;, # The source type.
5440 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005441 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005442 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005443 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005444 &quot;value&quot;: &quot;A String&quot;, # The short biography.
5445 },
5446 ],
5447 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
5448 { # 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.
5449 &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.
5450 &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.
5451 &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.
5452 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005453 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005454 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
5455 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5456 &quot;source&quot;: { # The source of a field. # The source of the field.
5457 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5458 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5459 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5460 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5461 &quot;userTypes&quot;: [ # Output only. The user types.
5462 &quot;A String&quot;,
5463 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005464 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005465 &quot;type&quot;: &quot;A String&quot;, # The source type.
5466 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005467 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005468 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005469 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005470 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
5471 },
5472 ],
5473 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
5474 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
5475 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
5476 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5477 &quot;source&quot;: { # The source of a field. # The source of the field.
5478 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5479 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5480 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5481 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5482 &quot;userTypes&quot;: [ # Output only. The user types.
5483 &quot;A String&quot;,
5484 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005485 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005486 &quot;type&quot;: &quot;A String&quot;, # The source type.
5487 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005488 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005489 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005490 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005491 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
5492 },
5493 ],
5494 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
5495 { # A person&#x27;s calendar URL.
5496 &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.
5497 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
5498 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5499 &quot;source&quot;: { # The source of a field. # The source of the field.
5500 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5501 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5502 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5503 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5504 &quot;userTypes&quot;: [ # Output only. The user types.
5505 &quot;A String&quot;,
5506 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005507 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005508 &quot;type&quot;: &quot;A String&quot;, # The source type.
5509 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005510 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005511 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005512 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005513 &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`
5514 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
5515 },
5516 ],
5517 &quot;clientData&quot;: [ # The person&#x27;s client data.
5518 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
5519 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
5520 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
5521 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5522 &quot;source&quot;: { # The source of a field. # The source of the field.
5523 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5524 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5525 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5526 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5527 &quot;userTypes&quot;: [ # Output only. The user types.
5528 &quot;A String&quot;,
5529 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005530 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005531 &quot;type&quot;: &quot;A String&quot;, # The source type.
5532 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005533 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005534 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005535 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005536 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
5537 },
5538 ],
5539 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
5540 { # 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.
5541 &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.
5542 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
5543 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5544 &quot;source&quot;: { # The source of a field. # The source of the field.
5545 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5546 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5547 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5548 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5549 &quot;userTypes&quot;: [ # Output only. The user types.
5550 &quot;A String&quot;,
5551 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005552 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005553 &quot;type&quot;: &quot;A String&quot;, # The source type.
5554 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005555 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005556 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005557 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005558 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
5559 },
5560 ],
5561 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
5562 { # A person&#x27;s email address.
5563 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
5564 &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.
5565 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
5566 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5567 &quot;source&quot;: { # The source of a field. # The source of the field.
5568 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5569 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5570 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5571 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5572 &quot;userTypes&quot;: [ # Output only. The user types.
5573 &quot;A String&quot;,
5574 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005575 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005576 &quot;type&quot;: &quot;A String&quot;, # The source type.
5577 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005578 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005579 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005580 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005581 &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`
5582 &quot;value&quot;: &quot;A String&quot;, # The email address.
5583 },
5584 ],
5585 &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.
5586 &quot;events&quot;: [ # The person&#x27;s events.
5587 { # An event related to the person.
5588 &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.
5589 &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.
5590 &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.
5591 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005592 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005593 &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.
5594 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
5595 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5596 &quot;source&quot;: { # The source of a field. # The source of the field.
5597 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5598 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5599 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5600 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5601 &quot;userTypes&quot;: [ # Output only. The user types.
5602 &quot;A String&quot;,
5603 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005604 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005605 &quot;type&quot;: &quot;A String&quot;, # The source type.
5606 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005607 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005608 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005609 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005610 &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`
5611 },
5612 ],
5613 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
5614 { # An identifier from an external entity related to the person.
5615 &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.
5616 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
5617 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5618 &quot;source&quot;: { # The source of a field. # The source of the field.
5619 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5620 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5621 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5622 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5623 &quot;userTypes&quot;: [ # Output only. The user types.
5624 &quot;A String&quot;,
5625 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005626 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005627 &quot;type&quot;: &quot;A String&quot;, # The source type.
5628 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005629 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005630 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005631 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005632 &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`
5633 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
5634 },
5635 ],
5636 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
5637 { # The name that should be used to sort the person in a list.
5638 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
5639 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5640 &quot;source&quot;: { # The source of a field. # The source of the field.
5641 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5642 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5643 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5644 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5645 &quot;userTypes&quot;: [ # Output only. The user types.
5646 &quot;A String&quot;,
5647 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005648 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005649 &quot;type&quot;: &quot;A String&quot;, # The source type.
5650 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005651 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005652 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005653 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005654 &quot;value&quot;: &quot;A String&quot;, # The file-as value
5655 },
5656 ],
5657 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
5658 { # A person&#x27;s gender.
5659 &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`
5660 &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.
5661 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
5662 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5663 &quot;source&quot;: { # The source of a field. # The source of the field.
5664 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5665 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5666 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5667 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5668 &quot;userTypes&quot;: [ # Output only. The user types.
5669 &quot;A String&quot;,
5670 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005671 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005672 &quot;type&quot;: &quot;A String&quot;, # The source type.
5673 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005674 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005675 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005676 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005677 &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`
5678 },
5679 ],
5680 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
5681 { # A person&#x27;s instant messaging client.
5682 &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.
5683 &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.
5684 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
5685 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5686 &quot;source&quot;: { # The source of a field. # The source of the field.
5687 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5688 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5689 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5690 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5691 &quot;userTypes&quot;: [ # Output only. The user types.
5692 &quot;A String&quot;,
5693 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005694 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005695 &quot;type&quot;: &quot;A String&quot;, # The source type.
5696 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08005697 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005698 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5699 },
5700 &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`
5701 &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`
5702 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
5703 },
5704 ],
5705 &quot;interests&quot;: [ # The person&#x27;s interests.
5706 { # One of the person&#x27;s interests.
5707 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
5708 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5709 &quot;source&quot;: { # The source of a field. # The source of the field.
5710 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5711 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5712 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5713 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5714 &quot;userTypes&quot;: [ # Output only. The user types.
5715 &quot;A String&quot;,
5716 ],
5717 },
5718 &quot;type&quot;: &quot;A String&quot;, # The source type.
5719 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5720 },
5721 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5722 },
5723 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
5724 },
5725 ],
5726 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
5727 { # A person&#x27;s locale preference.
5728 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
5729 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5730 &quot;source&quot;: { # The source of a field. # The source of the field.
5731 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5732 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5733 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5734 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5735 &quot;userTypes&quot;: [ # Output only. The user types.
5736 &quot;A String&quot;,
5737 ],
5738 },
5739 &quot;type&quot;: &quot;A String&quot;, # The source type.
5740 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5741 },
5742 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5743 },
5744 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
5745 },
5746 ],
5747 &quot;locations&quot;: [ # The person&#x27;s locations.
5748 { # A person&#x27;s location.
5749 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
5750 &quot;current&quot;: True or False, # Whether the location is the current location.
5751 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
5752 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
5753 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
5754 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
5755 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5756 &quot;source&quot;: { # The source of a field. # The source of the field.
5757 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5758 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5759 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5760 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5761 &quot;userTypes&quot;: [ # Output only. The user types.
5762 &quot;A String&quot;,
5763 ],
5764 },
5765 &quot;type&quot;: &quot;A String&quot;, # The source type.
5766 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5767 },
5768 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5769 },
5770 &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`
5771 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
5772 },
5773 ],
5774 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
5775 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
5776 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
5777 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
5778 &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.
5779 },
5780 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
5781 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
5782 },
5783 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
5784 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5785 &quot;source&quot;: { # The source of a field. # The source of the field.
5786 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5787 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5788 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5789 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5790 &quot;userTypes&quot;: [ # Output only. The user types.
5791 &quot;A String&quot;,
5792 ],
5793 },
5794 &quot;type&quot;: &quot;A String&quot;, # The source type.
5795 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5796 },
5797 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5798 },
5799 },
5800 ],
5801 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
5802 &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.
5803 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
5804 &quot;A String&quot;,
5805 ],
5806 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
5807 &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.
5808 &quot;A String&quot;,
5809 ],
5810 &quot;sources&quot;: [ # The sources of data for the person.
5811 { # The source of a field.
5812 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5813 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5814 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5815 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5816 &quot;userTypes&quot;: [ # Output only. The user types.
5817 &quot;A String&quot;,
5818 ],
5819 },
5820 &quot;type&quot;: &quot;A String&quot;, # The source type.
5821 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08005822 },
5823 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07005824 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08005825 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
5826 { # A person&#x27;s miscellaneous keyword.
5827 &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.
5828 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
5829 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5830 &quot;source&quot;: { # The source of a field. # The source of the field.
5831 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5832 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5833 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5834 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5835 &quot;userTypes&quot;: [ # Output only. The user types.
5836 &quot;A String&quot;,
5837 ],
5838 },
5839 &quot;type&quot;: &quot;A String&quot;, # The source type.
5840 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5841 },
5842 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5843 },
5844 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
5845 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
5846 },
5847 ],
5848 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
5849 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
5850 &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.
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;familyName&quot;: &quot;A String&quot;, # The family name.
5853 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
5854 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
5855 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
5856 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
5857 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5858 &quot;source&quot;: { # The source of a field. # The source of the field.
5859 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5860 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5861 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5862 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5863 &quot;userTypes&quot;: [ # Output only. The user types.
5864 &quot;A String&quot;,
5865 ],
5866 },
5867 &quot;type&quot;: &quot;A String&quot;, # The source type.
5868 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5869 },
5870 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5871 },
5872 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
5873 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
5874 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
5875 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
5876 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
5877 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
5878 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
5879 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
5880 },
5881 ],
5882 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
5883 { # A person&#x27;s nickname.
5884 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
5885 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5886 &quot;source&quot;: { # The source of a field. # The source of the field.
5887 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5888 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5889 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5890 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5891 &quot;userTypes&quot;: [ # Output only. The user types.
5892 &quot;A String&quot;,
5893 ],
5894 },
5895 &quot;type&quot;: &quot;A String&quot;, # The source type.
5896 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5897 },
5898 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5899 },
5900 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
5901 &quot;value&quot;: &quot;A String&quot;, # The nickname.
5902 },
5903 ],
5904 &quot;occupations&quot;: [ # The person&#x27;s occupations.
5905 { # A person&#x27;s occupation.
5906 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
5907 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5908 &quot;source&quot;: { # The source of a field. # The source of the field.
5909 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5910 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5911 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5912 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5913 &quot;userTypes&quot;: [ # Output only. The user types.
5914 &quot;A String&quot;,
5915 ],
5916 },
5917 &quot;type&quot;: &quot;A String&quot;, # The source type.
5918 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5919 },
5920 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5921 },
5922 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
5923 },
5924 ],
5925 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
5926 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
5927 &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.
5928 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
5929 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
5930 &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.
5931 &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.
5932 &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.
5933 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5934 },
5935 &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.
5936 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
5937 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
5938 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
5939 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5940 &quot;source&quot;: { # The source of a field. # The source of the field.
5941 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5942 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5943 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5944 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5945 &quot;userTypes&quot;: [ # Output only. The user types.
5946 &quot;A String&quot;,
5947 ],
5948 },
5949 &quot;type&quot;: &quot;A String&quot;, # The source type.
5950 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5951 },
5952 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5953 },
5954 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
5955 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
5956 &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.
5957 &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.
5958 &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.
5959 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5960 },
5961 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
5962 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
5963 &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`
5964 },
5965 ],
5966 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
5967 { # A person&#x27;s phone number.
5968 &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.
5969 &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.
5970 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
5971 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5972 &quot;source&quot;: { # The source of a field. # The source of the field.
5973 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5974 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5975 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5976 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5977 &quot;userTypes&quot;: [ # Output only. The user types.
5978 &quot;A String&quot;,
5979 ],
5980 },
5981 &quot;type&quot;: &quot;A String&quot;, # The source type.
5982 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5983 },
5984 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5985 },
5986 &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`
5987 &quot;value&quot;: &quot;A String&quot;, # The phone number.
5988 },
5989 ],
5990 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
5991 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
5992 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
5993 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
5994 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
5995 &quot;source&quot;: { # The source of a field. # The source of the field.
5996 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5997 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5998 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5999 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6000 &quot;userTypes&quot;: [ # Output only. The user types.
6001 &quot;A String&quot;,
6002 ],
6003 },
6004 &quot;type&quot;: &quot;A String&quot;, # The source type.
6005 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6006 },
6007 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6008 },
6009 &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
6010 },
6011 ],
6012 &quot;relations&quot;: [ # The person&#x27;s relations.
6013 { # A person&#x27;s relation to another person.
6014 &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.
6015 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
6016 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6017 &quot;source&quot;: { # The source of a field. # The source of the field.
6018 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6019 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6020 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6021 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6022 &quot;userTypes&quot;: [ # Output only. The user types.
6023 &quot;A String&quot;,
6024 ],
6025 },
6026 &quot;type&quot;: &quot;A String&quot;, # The source type.
6027 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6028 },
6029 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6030 },
6031 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
6032 &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`
6033 },
6034 ],
6035 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
6036 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
6037 &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.
6038 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
6039 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6040 &quot;source&quot;: { # The source of a field. # The source of the field.
6041 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6042 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6043 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6044 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6045 &quot;userTypes&quot;: [ # Output only. The user types.
6046 &quot;A String&quot;,
6047 ],
6048 },
6049 &quot;type&quot;: &quot;A String&quot;, # The source type.
6050 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6051 },
6052 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6053 },
6054 &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`
6055 },
6056 ],
6057 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
6058 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
6059 &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.
6060 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
6061 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6062 &quot;source&quot;: { # The source of a field. # The source of the field.
6063 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6064 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6065 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6066 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6067 &quot;userTypes&quot;: [ # Output only. The user types.
6068 &quot;A String&quot;,
6069 ],
6070 },
6071 &quot;type&quot;: &quot;A String&quot;, # The source type.
6072 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6073 },
6074 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6075 },
6076 &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`
6077 },
6078 ],
6079 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
6080 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
6081 &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.
6082 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
6083 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6084 &quot;source&quot;: { # The source of a field. # The source of the field.
6085 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6086 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6087 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6088 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6089 &quot;userTypes&quot;: [ # Output only. The user types.
6090 &quot;A String&quot;,
6091 ],
6092 },
6093 &quot;type&quot;: &quot;A String&quot;, # The source type.
6094 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6095 },
6096 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6097 },
6098 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
6099 },
6100 ],
6101 &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}`.
6102 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
6103 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
6104 &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.
6105 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
6106 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6107 &quot;source&quot;: { # The source of a field. # The source of the field.
6108 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6109 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6110 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6111 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6112 &quot;userTypes&quot;: [ # Output only. The user types.
6113 &quot;A String&quot;,
6114 ],
6115 },
6116 &quot;type&quot;: &quot;A String&quot;, # The source type.
6117 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6118 },
6119 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6120 },
6121 &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`
6122 &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.
6123 },
6124 ],
6125 &quot;skills&quot;: [ # The person&#x27;s skills.
6126 { # A skill that the person has.
6127 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
6128 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6129 &quot;source&quot;: { # The source of a field. # The source of the field.
6130 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6131 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6132 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6133 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6134 &quot;userTypes&quot;: [ # Output only. The user types.
6135 &quot;A String&quot;,
6136 ],
6137 },
6138 &quot;type&quot;: &quot;A String&quot;, # The source type.
6139 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6140 },
6141 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6142 },
6143 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
6144 },
6145 ],
6146 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
6147 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
6148 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
6149 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6150 &quot;source&quot;: { # The source of a field. # The source of the field.
6151 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6152 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6153 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6154 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6155 &quot;userTypes&quot;: [ # Output only. The user types.
6156 &quot;A String&quot;,
6157 ],
6158 },
6159 &quot;type&quot;: &quot;A String&quot;, # The source type.
6160 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6161 },
6162 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6163 },
6164 &quot;value&quot;: &quot;A String&quot;, # The tagline.
6165 },
6166 ],
6167 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
6168 { # A person&#x27;s associated URLs.
6169 &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.
6170 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
6171 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6172 &quot;source&quot;: { # The source of a field. # The source of the field.
6173 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6174 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6175 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6176 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6177 &quot;userTypes&quot;: [ # Output only. The user types.
6178 &quot;A String&quot;,
6179 ],
6180 },
6181 &quot;type&quot;: &quot;A String&quot;, # The source type.
6182 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6183 },
6184 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6185 },
6186 &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`
6187 &quot;value&quot;: &quot;A String&quot;, # The URL.
6188 },
6189 ],
6190 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
6191 { # Arbitrary user data that is populated by the end users.
6192 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
6193 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
6194 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6195 &quot;source&quot;: { # The source of a field. # The source of the field.
6196 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6197 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6198 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6199 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6200 &quot;userTypes&quot;: [ # Output only. The user types.
6201 &quot;A String&quot;,
6202 ],
6203 },
6204 &quot;type&quot;: &quot;A String&quot;, # The source type.
6205 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6206 },
6207 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6208 },
6209 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
6210 },
6211 ],
6212 },
6213}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07006214</div>
6215
6216<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006217 <code class="details" id="get">get(resourceName, personFields=None, requestMask_includeField=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006218 <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 -07006219
6220Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006221 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)
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006222 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
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006223 requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07006224 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 -07006225 Allowed values
6226 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
6227 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
6228 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
6229 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07006230 x__xgafv: string, V1 error format.
6231 Allowed values
6232 1 - v1 error format
6233 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08006234
6235Returns:
6236 An object of the form:
6237
Bu Sun Kimd059ad82020-07-22 17:02:09 -07006238 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006239 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
6240 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
6241 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
6242 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
6243 &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.
6244 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
6245 &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.
6246 &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.
6247 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
6248 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6249 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006250 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6251 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006252 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6253 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6254 &quot;userTypes&quot;: [ # Output only. The user types.
6255 &quot;A String&quot;,
6256 ],
6257 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006258 &quot;type&quot;: &quot;A String&quot;, # The source type.
6259 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006260 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006261 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6262 },
6263 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
6264 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
6265 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
6266 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
6267 &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`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006268 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006269 ],
6270 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
6271 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
6272 { # A person&#x27;s age range.
6273 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
6274 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
6275 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6276 &quot;source&quot;: { # The source of a field. # The source of the field.
6277 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6278 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6279 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6280 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6281 &quot;userTypes&quot;: [ # Output only. The user types.
6282 &quot;A String&quot;,
6283 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006284 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006285 &quot;type&quot;: &quot;A String&quot;, # The source type.
6286 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006287 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006288 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6289 },
6290 },
6291 ],
6292 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
6293 { # A person&#x27;s short biography.
6294 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
6295 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
6296 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6297 &quot;source&quot;: { # The source of a field. # The source of the field.
6298 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6299 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6300 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6301 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6302 &quot;userTypes&quot;: [ # Output only. The user types.
6303 &quot;A String&quot;,
6304 ],
6305 },
6306 &quot;type&quot;: &quot;A String&quot;, # The source type.
6307 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6308 },
6309 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6310 },
6311 &quot;value&quot;: &quot;A String&quot;, # The short biography.
6312 },
6313 ],
6314 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
6315 { # 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.
6316 &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.
6317 &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.
6318 &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.
6319 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6320 },
6321 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
6322 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6323 &quot;source&quot;: { # The source of a field. # The source of the field.
6324 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6325 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6326 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6327 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6328 &quot;userTypes&quot;: [ # Output only. The user types.
6329 &quot;A String&quot;,
6330 ],
6331 },
6332 &quot;type&quot;: &quot;A String&quot;, # The source type.
6333 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6334 },
6335 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6336 },
6337 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
6338 },
6339 ],
6340 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
6341 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
6342 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
6343 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6344 &quot;source&quot;: { # The source of a field. # The source of the field.
6345 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6346 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6347 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6348 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6349 &quot;userTypes&quot;: [ # Output only. The user types.
6350 &quot;A String&quot;,
6351 ],
6352 },
6353 &quot;type&quot;: &quot;A String&quot;, # The source type.
6354 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6355 },
6356 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6357 },
6358 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
6359 },
6360 ],
6361 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
6362 { # A person&#x27;s calendar URL.
6363 &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.
6364 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
6365 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6366 &quot;source&quot;: { # The source of a field. # The source of the field.
6367 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6368 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6369 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6370 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6371 &quot;userTypes&quot;: [ # Output only. The user types.
6372 &quot;A String&quot;,
6373 ],
6374 },
6375 &quot;type&quot;: &quot;A String&quot;, # The source type.
6376 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6377 },
6378 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6379 },
6380 &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`
6381 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
6382 },
6383 ],
6384 &quot;clientData&quot;: [ # The person&#x27;s client data.
6385 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
6386 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
6387 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
6388 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6389 &quot;source&quot;: { # The source of a field. # The source of the field.
6390 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6391 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6392 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6393 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6394 &quot;userTypes&quot;: [ # Output only. The user types.
6395 &quot;A String&quot;,
6396 ],
6397 },
6398 &quot;type&quot;: &quot;A String&quot;, # The source type.
6399 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6400 },
6401 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6402 },
6403 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
6404 },
6405 ],
6406 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
6407 { # 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.
6408 &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.
6409 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
6410 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6411 &quot;source&quot;: { # The source of a field. # The source of the field.
6412 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6413 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6414 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6415 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6416 &quot;userTypes&quot;: [ # Output only. The user types.
6417 &quot;A String&quot;,
6418 ],
6419 },
6420 &quot;type&quot;: &quot;A String&quot;, # The source type.
6421 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6422 },
6423 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6424 },
6425 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
6426 },
6427 ],
6428 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
6429 { # A person&#x27;s email address.
6430 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
6431 &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.
6432 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
6433 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6434 &quot;source&quot;: { # The source of a field. # The source of the field.
6435 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6436 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6437 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6438 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6439 &quot;userTypes&quot;: [ # Output only. The user types.
6440 &quot;A String&quot;,
6441 ],
6442 },
6443 &quot;type&quot;: &quot;A String&quot;, # The source type.
6444 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6445 },
6446 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6447 },
6448 &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`
6449 &quot;value&quot;: &quot;A String&quot;, # The email address.
6450 },
6451 ],
6452 &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.
6453 &quot;events&quot;: [ # The person&#x27;s events.
6454 { # An event related to the person.
6455 &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.
6456 &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.
6457 &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.
6458 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6459 },
6460 &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.
6461 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
6462 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6463 &quot;source&quot;: { # The source of a field. # The source of the field.
6464 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6465 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6466 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6467 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6468 &quot;userTypes&quot;: [ # Output only. The user types.
6469 &quot;A String&quot;,
6470 ],
6471 },
6472 &quot;type&quot;: &quot;A String&quot;, # The source type.
6473 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6474 },
6475 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6476 },
6477 &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`
6478 },
6479 ],
6480 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
6481 { # An identifier from an external entity related to the person.
6482 &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.
6483 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
6484 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6485 &quot;source&quot;: { # The source of a field. # The source of the field.
6486 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6487 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6488 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6489 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6490 &quot;userTypes&quot;: [ # Output only. The user types.
6491 &quot;A String&quot;,
6492 ],
6493 },
6494 &quot;type&quot;: &quot;A String&quot;, # The source type.
6495 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6496 },
6497 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6498 },
6499 &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`
6500 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
6501 },
6502 ],
6503 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
6504 { # The name that should be used to sort the person in a list.
6505 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
6506 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6507 &quot;source&quot;: { # The source of a field. # The source of the field.
6508 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6509 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6510 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6511 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6512 &quot;userTypes&quot;: [ # Output only. The user types.
6513 &quot;A String&quot;,
6514 ],
6515 },
6516 &quot;type&quot;: &quot;A String&quot;, # The source type.
6517 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6518 },
6519 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6520 },
6521 &quot;value&quot;: &quot;A String&quot;, # The file-as value
6522 },
6523 ],
6524 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
6525 { # A person&#x27;s gender.
6526 &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`
6527 &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.
6528 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
6529 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6530 &quot;source&quot;: { # The source of a field. # The source of the field.
6531 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6532 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6533 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6534 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6535 &quot;userTypes&quot;: [ # Output only. The user types.
6536 &quot;A String&quot;,
6537 ],
6538 },
6539 &quot;type&quot;: &quot;A String&quot;, # The source type.
6540 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6541 },
6542 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6543 },
6544 &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`
6545 },
6546 ],
6547 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
6548 { # A person&#x27;s instant messaging client.
6549 &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.
6550 &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.
6551 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
6552 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6553 &quot;source&quot;: { # The source of a field. # The source of the field.
6554 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6555 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6556 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6557 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6558 &quot;userTypes&quot;: [ # Output only. The user types.
6559 &quot;A String&quot;,
6560 ],
6561 },
6562 &quot;type&quot;: &quot;A String&quot;, # The source type.
6563 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6564 },
6565 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6566 },
6567 &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`
6568 &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`
6569 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
6570 },
6571 ],
6572 &quot;interests&quot;: [ # The person&#x27;s interests.
6573 { # One of the person&#x27;s interests.
6574 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
6575 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6576 &quot;source&quot;: { # The source of a field. # The source of the field.
6577 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6578 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6579 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6580 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6581 &quot;userTypes&quot;: [ # Output only. The user types.
6582 &quot;A String&quot;,
6583 ],
6584 },
6585 &quot;type&quot;: &quot;A String&quot;, # The source type.
6586 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6587 },
6588 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6589 },
6590 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
6591 },
6592 ],
6593 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
6594 { # A person&#x27;s locale preference.
6595 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
6596 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6597 &quot;source&quot;: { # The source of a field. # The source of the field.
6598 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6599 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6600 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6601 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6602 &quot;userTypes&quot;: [ # Output only. The user types.
6603 &quot;A String&quot;,
6604 ],
6605 },
6606 &quot;type&quot;: &quot;A String&quot;, # The source type.
6607 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6608 },
6609 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6610 },
6611 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
6612 },
6613 ],
6614 &quot;locations&quot;: [ # The person&#x27;s locations.
6615 { # A person&#x27;s location.
6616 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
6617 &quot;current&quot;: True or False, # Whether the location is the current location.
6618 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
6619 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
6620 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
6621 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
6622 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6623 &quot;source&quot;: { # The source of a field. # The source of the field.
6624 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6625 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6626 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6627 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6628 &quot;userTypes&quot;: [ # Output only. The user types.
6629 &quot;A String&quot;,
6630 ],
6631 },
6632 &quot;type&quot;: &quot;A String&quot;, # The source type.
6633 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6634 },
6635 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6636 },
6637 &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`
6638 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
6639 },
6640 ],
6641 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
6642 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
6643 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
6644 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
6645 &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.
6646 },
6647 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
6648 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
6649 },
6650 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
6651 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6652 &quot;source&quot;: { # The source of a field. # The source of the field.
6653 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6654 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6655 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6656 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6657 &quot;userTypes&quot;: [ # Output only. The user types.
6658 &quot;A String&quot;,
6659 ],
6660 },
6661 &quot;type&quot;: &quot;A String&quot;, # The source type.
6662 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6663 },
6664 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6665 },
6666 },
6667 ],
6668 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
6669 &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.
6670 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
6671 &quot;A String&quot;,
6672 ],
6673 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
6674 &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.
6675 &quot;A String&quot;,
6676 ],
6677 &quot;sources&quot;: [ # The sources of data for the person.
6678 { # The source of a field.
6679 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6680 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6681 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6682 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6683 &quot;userTypes&quot;: [ # Output only. The user types.
6684 &quot;A String&quot;,
6685 ],
6686 },
6687 &quot;type&quot;: &quot;A String&quot;, # The source type.
6688 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006689 },
6690 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006691 },
6692 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
6693 { # A person&#x27;s miscellaneous keyword.
6694 &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.
6695 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
6696 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6697 &quot;source&quot;: { # The source of a field. # The source of the field.
6698 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6699 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6700 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6701 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6702 &quot;userTypes&quot;: [ # Output only. The user types.
6703 &quot;A String&quot;,
6704 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006705 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006706 &quot;type&quot;: &quot;A String&quot;, # The source type.
6707 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006708 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006709 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006710 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006711 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
6712 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
6713 },
6714 ],
6715 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
6716 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
6717 &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.
6718 &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.
6719 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
6720 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
6721 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
6722 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
6723 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
6724 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6725 &quot;source&quot;: { # The source of a field. # The source of the field.
6726 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6727 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6728 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6729 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6730 &quot;userTypes&quot;: [ # Output only. The user types.
6731 &quot;A String&quot;,
6732 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006733 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006734 &quot;type&quot;: &quot;A String&quot;, # The source type.
6735 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006736 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006737 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006738 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006739 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
6740 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
6741 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
6742 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
6743 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
6744 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
6745 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
6746 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
6747 },
6748 ],
6749 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
6750 { # A person&#x27;s nickname.
6751 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
6752 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6753 &quot;source&quot;: { # The source of a field. # The source of the field.
6754 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6755 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6756 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6757 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6758 &quot;userTypes&quot;: [ # Output only. The user types.
6759 &quot;A String&quot;,
6760 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006761 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006762 &quot;type&quot;: &quot;A String&quot;, # The source type.
6763 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006764 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006765 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006766 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006767 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
6768 &quot;value&quot;: &quot;A String&quot;, # The nickname.
6769 },
6770 ],
6771 &quot;occupations&quot;: [ # The person&#x27;s occupations.
6772 { # A person&#x27;s occupation.
6773 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
6774 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6775 &quot;source&quot;: { # The source of a field. # The source of the field.
6776 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6777 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6778 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6779 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6780 &quot;userTypes&quot;: [ # Output only. The user types.
6781 &quot;A String&quot;,
6782 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006783 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006784 &quot;type&quot;: &quot;A String&quot;, # The source type.
6785 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006786 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006787 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006788 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006789 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
6790 },
6791 ],
6792 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
6793 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
6794 &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.
6795 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
6796 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
6797 &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.
6798 &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.
6799 &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.
6800 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6801 },
6802 &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.
6803 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
6804 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
6805 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
6806 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6807 &quot;source&quot;: { # The source of a field. # The source of the field.
6808 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6809 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6810 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6811 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6812 &quot;userTypes&quot;: [ # Output only. The user types.
6813 &quot;A String&quot;,
6814 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006815 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006816 &quot;type&quot;: &quot;A String&quot;, # The source type.
6817 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006818 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006819 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006820 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006821 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
6822 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
6823 &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.
6824 &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.
6825 &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.
6826 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6827 },
6828 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
6829 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
6830 &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`
6831 },
6832 ],
6833 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
6834 { # A person&#x27;s phone number.
6835 &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.
6836 &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.
6837 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
6838 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6839 &quot;source&quot;: { # The source of a field. # The source of the field.
6840 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6841 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6842 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6843 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6844 &quot;userTypes&quot;: [ # Output only. The user types.
6845 &quot;A String&quot;,
6846 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006847 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006848 &quot;type&quot;: &quot;A String&quot;, # The source type.
6849 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006850 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006851 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006852 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006853 &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`
6854 &quot;value&quot;: &quot;A String&quot;, # The phone number.
6855 },
6856 ],
6857 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
6858 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
6859 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
6860 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
6861 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6862 &quot;source&quot;: { # The source of a field. # The source of the field.
6863 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6864 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6865 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6866 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6867 &quot;userTypes&quot;: [ # Output only. The user types.
6868 &quot;A String&quot;,
6869 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006870 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006871 &quot;type&quot;: &quot;A String&quot;, # The source type.
6872 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006873 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006874 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006875 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006876 &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
6877 },
6878 ],
6879 &quot;relations&quot;: [ # The person&#x27;s relations.
6880 { # A person&#x27;s relation to another person.
6881 &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.
6882 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
6883 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6884 &quot;source&quot;: { # The source of a field. # The source of the field.
6885 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6886 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6887 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6888 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6889 &quot;userTypes&quot;: [ # Output only. The user types.
6890 &quot;A String&quot;,
6891 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006892 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006893 &quot;type&quot;: &quot;A String&quot;, # The source type.
6894 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006895 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006896 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006897 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006898 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
6899 &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`
6900 },
6901 ],
6902 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
6903 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
6904 &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.
6905 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
6906 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6907 &quot;source&quot;: { # The source of a field. # The source of the field.
6908 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6909 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6910 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6911 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6912 &quot;userTypes&quot;: [ # Output only. The user types.
6913 &quot;A String&quot;,
6914 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006915 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006916 &quot;type&quot;: &quot;A String&quot;, # The source type.
6917 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006918 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006919 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006920 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006921 &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`
6922 },
6923 ],
6924 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
6925 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
6926 &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.
6927 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
6928 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6929 &quot;source&quot;: { # The source of a field. # The source of the field.
6930 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6931 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6932 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6933 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6934 &quot;userTypes&quot;: [ # Output only. The user types.
6935 &quot;A String&quot;,
6936 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006937 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006938 &quot;type&quot;: &quot;A String&quot;, # The source type.
6939 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006940 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006941 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006942 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006943 &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`
6944 },
6945 ],
6946 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
6947 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
6948 &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.
6949 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
6950 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6951 &quot;source&quot;: { # The source of a field. # The source of the field.
6952 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6953 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6954 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6955 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6956 &quot;userTypes&quot;: [ # Output only. The user types.
6957 &quot;A String&quot;,
6958 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006959 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006960 &quot;type&quot;: &quot;A String&quot;, # The source type.
6961 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006962 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006963 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006964 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006965 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
6966 },
6967 ],
6968 &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}`.
6969 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
6970 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
6971 &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.
6972 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
6973 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6974 &quot;source&quot;: { # The source of a field. # The source of the field.
6975 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6976 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6977 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6978 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6979 &quot;userTypes&quot;: [ # Output only. The user types.
6980 &quot;A String&quot;,
6981 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006982 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006983 &quot;type&quot;: &quot;A String&quot;, # The source type.
6984 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006985 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006986 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08006987 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08006988 &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`
6989 &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.
6990 },
6991 ],
6992 &quot;skills&quot;: [ # The person&#x27;s skills.
6993 { # A skill that the person has.
6994 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
6995 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
6996 &quot;source&quot;: { # The source of a field. # The source of the field.
6997 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6998 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6999 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7000 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7001 &quot;userTypes&quot;: [ # Output only. The user types.
7002 &quot;A String&quot;,
7003 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007004 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007005 &quot;type&quot;: &quot;A String&quot;, # The source type.
7006 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007007 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007008 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007009 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007010 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
7011 },
7012 ],
7013 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
7014 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
7015 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
7016 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7017 &quot;source&quot;: { # The source of a field. # The source of the field.
7018 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7019 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7020 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7021 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7022 &quot;userTypes&quot;: [ # Output only. The user types.
7023 &quot;A String&quot;,
7024 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007025 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007026 &quot;type&quot;: &quot;A String&quot;, # The source type.
7027 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007028 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007029 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007030 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007031 &quot;value&quot;: &quot;A String&quot;, # The tagline.
7032 },
7033 ],
7034 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
7035 { # A person&#x27;s associated URLs.
7036 &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.
7037 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
7038 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7039 &quot;source&quot;: { # The source of a field. # The source of the field.
7040 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7041 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7042 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7043 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7044 &quot;userTypes&quot;: [ # Output only. The user types.
7045 &quot;A String&quot;,
7046 ],
7047 },
7048 &quot;type&quot;: &quot;A String&quot;, # The source type.
7049 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7050 },
7051 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7052 },
7053 &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`
7054 &quot;value&quot;: &quot;A String&quot;, # The URL.
7055 },
7056 ],
7057 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
7058 { # Arbitrary user data that is populated by the end users.
7059 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
7060 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
7061 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7062 &quot;source&quot;: { # The source of a field. # The source of the field.
7063 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7064 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7065 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7066 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7067 &quot;userTypes&quot;: [ # Output only. The user types.
7068 &quot;A String&quot;,
7069 ],
7070 },
7071 &quot;type&quot;: &quot;A String&quot;, # The source type.
7072 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7073 },
7074 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7075 },
7076 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
7077 },
7078 ],
7079}</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -07007080</div>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07007081
Dan O'Mearadd494642020-05-01 07:42:23 -07007082<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007083 <code class="details" id="getBatchGet">getBatchGet(personFields=None, requestMask_includeField=None, resourceNames=None, sources=None, x__xgafv=None)</code>
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007084 <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 -07007085
7086Args:
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08007087 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
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007088 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`.
yoshi-code-bot50e1b7a2021-06-03 00:48:27 -07007089 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). There is a maximum of 200 resource names. (repeated)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07007090 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 -07007091 Allowed values
7092 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
7093 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
7094 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
7095 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Bu Sun Kim65020912020-05-20 12:08:20 -07007096 x__xgafv: string, V1 error format.
7097 Allowed values
7098 1 - v1 error format
7099 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -07007100
7101Returns:
7102 An object of the form:
7103
7104 { # The response to a get request for a list of people by resource name.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007105 &quot;responses&quot;: [ # The response for each requested resource name.
7106 { # The response for a single person
7107 &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
7108 &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.
7109 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
7110 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
7111 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
7112 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
7113 &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.
7114 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
7115 &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.
7116 &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.
7117 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
7118 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7119 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007120 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7121 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007122 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7123 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7124 &quot;userTypes&quot;: [ # Output only. The user types.
7125 &quot;A String&quot;,
7126 ],
7127 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007128 &quot;type&quot;: &quot;A String&quot;, # The source type.
7129 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007130 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007131 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7132 },
7133 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
7134 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
7135 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
7136 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
7137 &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`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007138 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007139 ],
7140 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
7141 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
7142 { # A person&#x27;s age range.
7143 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
7144 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
7145 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7146 &quot;source&quot;: { # The source of a field. # The source of the field.
7147 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7148 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7149 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7150 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7151 &quot;userTypes&quot;: [ # Output only. The user types.
7152 &quot;A String&quot;,
7153 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007154 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007155 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007157 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007158 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007159 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007160 },
7161 ],
7162 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
7163 { # A person&#x27;s short biography.
7164 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
7165 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
7166 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7167 &quot;source&quot;: { # The source of a field. # The source of the field.
7168 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7169 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7170 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7171 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7172 &quot;userTypes&quot;: [ # Output only. The user types.
7173 &quot;A String&quot;,
7174 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007175 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007176 &quot;type&quot;: &quot;A String&quot;, # The source type.
7177 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007178 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007179 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007180 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007181 &quot;value&quot;: &quot;A String&quot;, # The short biography.
7182 },
7183 ],
7184 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
7185 { # 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.
7186 &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.
7187 &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.
7188 &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.
7189 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007190 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007191 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
7192 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7193 &quot;source&quot;: { # The source of a field. # The source of the field.
7194 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7195 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7196 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7197 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7198 &quot;userTypes&quot;: [ # Output only. The user types.
7199 &quot;A String&quot;,
7200 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007201 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007202 &quot;type&quot;: &quot;A String&quot;, # The source type.
7203 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007204 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007205 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007206 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007207 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
7208 },
7209 ],
7210 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
7211 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
7212 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
7213 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7214 &quot;source&quot;: { # The source of a field. # The source of the field.
7215 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7216 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7217 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7218 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7219 &quot;userTypes&quot;: [ # Output only. The user types.
7220 &quot;A String&quot;,
7221 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007222 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007223 &quot;type&quot;: &quot;A String&quot;, # The source type.
7224 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007225 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007226 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007227 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007228 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
7229 },
7230 ],
7231 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
7232 { # A person&#x27;s calendar URL.
7233 &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.
7234 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
7235 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7236 &quot;source&quot;: { # The source of a field. # The source of the field.
7237 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7238 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7239 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7240 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7241 &quot;userTypes&quot;: [ # Output only. The user types.
7242 &quot;A String&quot;,
7243 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007244 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007245 &quot;type&quot;: &quot;A String&quot;, # The source type.
7246 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007247 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007248 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007249 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007250 &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`
7251 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
7252 },
7253 ],
7254 &quot;clientData&quot;: [ # The person&#x27;s client data.
7255 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
7256 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
7257 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
7258 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7259 &quot;source&quot;: { # The source of a field. # The source of the field.
7260 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7261 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7262 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7263 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7264 &quot;userTypes&quot;: [ # Output only. The user types.
7265 &quot;A String&quot;,
7266 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007267 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007268 &quot;type&quot;: &quot;A String&quot;, # The source type.
7269 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007270 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007271 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007272 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007273 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
7274 },
7275 ],
7276 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
7277 { # 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.
7278 &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.
7279 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
7280 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7281 &quot;source&quot;: { # The source of a field. # The source of the field.
7282 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7283 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7284 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7285 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7286 &quot;userTypes&quot;: [ # Output only. The user types.
7287 &quot;A String&quot;,
7288 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007289 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007290 &quot;type&quot;: &quot;A String&quot;, # The source type.
7291 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007292 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007293 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007294 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007295 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
7296 },
7297 ],
7298 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
7299 { # A person&#x27;s email address.
7300 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
7301 &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.
7302 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
7303 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7304 &quot;source&quot;: { # The source of a field. # The source of the field.
7305 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7306 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7307 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7308 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7309 &quot;userTypes&quot;: [ # Output only. The user types.
7310 &quot;A String&quot;,
7311 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007312 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007313 &quot;type&quot;: &quot;A String&quot;, # The source type.
7314 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007315 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007316 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007317 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007318 &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`
7319 &quot;value&quot;: &quot;A String&quot;, # The email address.
7320 },
7321 ],
7322 &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.
7323 &quot;events&quot;: [ # The person&#x27;s events.
7324 { # An event related to the person.
7325 &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.
7326 &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.
7327 &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.
7328 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007329 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007330 &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.
7331 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
7332 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7333 &quot;source&quot;: { # The source of a field. # The source of the field.
7334 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7335 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7336 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7337 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7338 &quot;userTypes&quot;: [ # Output only. The user types.
7339 &quot;A String&quot;,
7340 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007341 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007342 &quot;type&quot;: &quot;A String&quot;, # The source type.
7343 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007344 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007345 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007346 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007347 &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`
7348 },
7349 ],
7350 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
7351 { # An identifier from an external entity related to the person.
7352 &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.
7353 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
7354 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7355 &quot;source&quot;: { # The source of a field. # The source of the field.
7356 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7357 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7358 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7359 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7360 &quot;userTypes&quot;: [ # Output only. The user types.
7361 &quot;A String&quot;,
7362 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007363 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007364 &quot;type&quot;: &quot;A String&quot;, # The source type.
7365 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007366 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007367 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007368 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007369 &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`
7370 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
7371 },
7372 ],
7373 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
7374 { # The name that should be used to sort the person in a list.
7375 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
7376 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7377 &quot;source&quot;: { # The source of a field. # The source of the field.
7378 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7379 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7380 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7381 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7382 &quot;userTypes&quot;: [ # Output only. The user types.
7383 &quot;A String&quot;,
7384 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007385 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007386 &quot;type&quot;: &quot;A String&quot;, # The source type.
7387 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007388 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007389 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007390 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007391 &quot;value&quot;: &quot;A String&quot;, # The file-as value
7392 },
7393 ],
7394 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
7395 { # A person&#x27;s gender.
7396 &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`
7397 &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.
7398 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
7399 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7400 &quot;source&quot;: { # The source of a field. # The source of the field.
7401 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7402 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7403 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7404 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7405 &quot;userTypes&quot;: [ # Output only. The user types.
7406 &quot;A String&quot;,
7407 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007408 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007409 &quot;type&quot;: &quot;A String&quot;, # The source type.
7410 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007411 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007412 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007413 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007414 &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`
7415 },
7416 ],
7417 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
7418 { # A person&#x27;s instant messaging client.
7419 &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.
7420 &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.
7421 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
7422 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7423 &quot;source&quot;: { # The source of a field. # The source of the field.
7424 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7425 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7426 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7427 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7428 &quot;userTypes&quot;: [ # Output only. The user types.
7429 &quot;A String&quot;,
7430 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007431 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007432 &quot;type&quot;: &quot;A String&quot;, # The source type.
7433 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007434 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007435 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7436 },
7437 &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`
7438 &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`
7439 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
7440 },
7441 ],
7442 &quot;interests&quot;: [ # The person&#x27;s interests.
7443 { # One of the person&#x27;s interests.
7444 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
7445 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7446 &quot;source&quot;: { # The source of a field. # The source of the field.
7447 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7448 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7449 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7450 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7451 &quot;userTypes&quot;: [ # Output only. The user types.
7452 &quot;A String&quot;,
7453 ],
7454 },
7455 &quot;type&quot;: &quot;A String&quot;, # The source type.
7456 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7457 },
7458 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7459 },
7460 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
7461 },
7462 ],
7463 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
7464 { # A person&#x27;s locale preference.
7465 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
7466 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7467 &quot;source&quot;: { # The source of a field. # The source of the field.
7468 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7469 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7470 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7471 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7472 &quot;userTypes&quot;: [ # Output only. The user types.
7473 &quot;A String&quot;,
7474 ],
7475 },
7476 &quot;type&quot;: &quot;A String&quot;, # The source type.
7477 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7478 },
7479 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7480 },
7481 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
7482 },
7483 ],
7484 &quot;locations&quot;: [ # The person&#x27;s locations.
7485 { # A person&#x27;s location.
7486 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
7487 &quot;current&quot;: True or False, # Whether the location is the current location.
7488 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
7489 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
7490 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
7491 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
7492 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7493 &quot;source&quot;: { # The source of a field. # The source of the field.
7494 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7495 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7496 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7497 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7498 &quot;userTypes&quot;: [ # Output only. The user types.
7499 &quot;A String&quot;,
7500 ],
7501 },
7502 &quot;type&quot;: &quot;A String&quot;, # The source type.
7503 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7504 },
7505 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7506 },
7507 &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`
7508 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
7509 },
7510 ],
7511 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
7512 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
7513 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
7514 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
7515 &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.
7516 },
7517 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
7518 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
7519 },
7520 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
7521 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7522 &quot;source&quot;: { # The source of a field. # The source of the field.
7523 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7524 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7525 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7526 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7527 &quot;userTypes&quot;: [ # Output only. The user types.
7528 &quot;A String&quot;,
7529 ],
7530 },
7531 &quot;type&quot;: &quot;A String&quot;, # The source type.
7532 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7533 },
7534 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7535 },
7536 },
7537 ],
7538 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
7539 &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.
7540 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
7541 &quot;A String&quot;,
7542 ],
7543 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
7544 &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.
7545 &quot;A String&quot;,
7546 ],
7547 &quot;sources&quot;: [ # The sources of data for the person.
7548 { # The source of a field.
7549 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7550 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7551 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7552 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7553 &quot;userTypes&quot;: [ # Output only. The user types.
7554 &quot;A String&quot;,
7555 ],
7556 },
7557 &quot;type&quot;: &quot;A String&quot;, # The source type.
7558 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08007559 },
7560 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07007561 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007562 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
7563 { # A person&#x27;s miscellaneous keyword.
7564 &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.
7565 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
7566 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7567 &quot;source&quot;: { # The source of a field. # The source of the field.
7568 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7569 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7570 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7571 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7572 &quot;userTypes&quot;: [ # Output only. The user types.
7573 &quot;A String&quot;,
7574 ],
7575 },
7576 &quot;type&quot;: &quot;A String&quot;, # The source type.
7577 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7578 },
7579 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007580 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007581 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
7582 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
7583 },
7584 ],
7585 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
7586 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
7587 &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.
7588 &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.
7589 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
7590 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
7591 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
7592 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
7593 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
7594 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7595 &quot;source&quot;: { # The source of a field. # The source of the field.
7596 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7597 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7608 },
7609 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
7610 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
7611 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
7612 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
7613 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
7614 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
7615 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
7616 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
7617 },
7618 ],
7619 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
7620 { # A person&#x27;s nickname.
7621 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
7622 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7623 &quot;source&quot;: { # The source of a field. # The source of the field.
7624 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7625 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7626 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7627 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7628 &quot;userTypes&quot;: [ # Output only. The user types.
7629 &quot;A String&quot;,
7630 ],
7631 },
7632 &quot;type&quot;: &quot;A String&quot;, # The source type.
7633 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7634 },
7635 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7636 },
7637 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
7638 &quot;value&quot;: &quot;A String&quot;, # The nickname.
7639 },
7640 ],
7641 &quot;occupations&quot;: [ # The person&#x27;s occupations.
7642 { # A person&#x27;s occupation.
7643 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
7644 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7645 &quot;source&quot;: { # The source of a field. # The source of the field.
7646 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7647 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7648 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7649 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7650 &quot;userTypes&quot;: [ # Output only. The user types.
7651 &quot;A String&quot;,
7652 ],
7653 },
7654 &quot;type&quot;: &quot;A String&quot;, # The source type.
7655 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7656 },
7657 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7658 },
7659 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
7660 },
7661 ],
7662 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
7663 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
7664 &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.
7665 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
7666 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
7667 &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.
7668 &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.
7669 &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.
7670 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7671 },
7672 &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.
7673 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
7674 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
7675 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
7676 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7677 &quot;source&quot;: { # The source of a field. # The source of the field.
7678 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7679 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7680 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7681 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7682 &quot;userTypes&quot;: [ # Output only. The user types.
7683 &quot;A String&quot;,
7684 ],
7685 },
7686 &quot;type&quot;: &quot;A String&quot;, # The source type.
7687 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7688 },
7689 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7690 },
7691 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
7692 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
7693 &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.
7694 &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.
7695 &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.
7696 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7697 },
7698 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
7699 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
7700 &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`
7701 },
7702 ],
7703 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
7704 { # A person&#x27;s phone number.
7705 &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.
7706 &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.
7707 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
7708 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7709 &quot;source&quot;: { # The source of a field. # The source of the field.
7710 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7711 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7722 },
7723 &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`
7724 &quot;value&quot;: &quot;A String&quot;, # The phone number.
7725 },
7726 ],
7727 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
7728 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
7729 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
7730 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
7731 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7732 &quot;source&quot;: { # The source of a field. # The source of the field.
7733 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7734 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7735 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7736 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7737 &quot;userTypes&quot;: [ # Output only. The user types.
7738 &quot;A String&quot;,
7739 ],
7740 },
7741 &quot;type&quot;: &quot;A String&quot;, # The source type.
7742 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7743 },
7744 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7745 },
7746 &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
7747 },
7748 ],
7749 &quot;relations&quot;: [ # The person&#x27;s relations.
7750 { # A person&#x27;s relation to another person.
7751 &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.
7752 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
7753 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7754 &quot;source&quot;: { # The source of a field. # The source of the field.
7755 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7756 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7757 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7758 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7759 &quot;userTypes&quot;: [ # Output only. The user types.
7760 &quot;A String&quot;,
7761 ],
7762 },
7763 &quot;type&quot;: &quot;A String&quot;, # The source type.
7764 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7765 },
7766 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7767 },
7768 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
7769 &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`
7770 },
7771 ],
7772 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
7773 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
7774 &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.
7775 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
7776 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7777 &quot;source&quot;: { # The source of a field. # The source of the field.
7778 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7779 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7790 },
7791 &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`
7792 },
7793 ],
7794 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
7795 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
7796 &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.
7797 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
7798 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7799 &quot;source&quot;: { # The source of a field. # The source of the field.
7800 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7801 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7802 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7803 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7804 &quot;userTypes&quot;: [ # Output only. The user types.
7805 &quot;A String&quot;,
7806 ],
7807 },
7808 &quot;type&quot;: &quot;A String&quot;, # The source type.
7809 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7810 },
7811 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7812 },
7813 &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`
7814 },
7815 ],
7816 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
7817 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
7818 &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.
7819 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
7820 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7821 &quot;source&quot;: { # The source of a field. # The source of the field.
7822 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7823 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7824 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7825 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7826 &quot;userTypes&quot;: [ # Output only. The user types.
7827 &quot;A String&quot;,
7828 ],
7829 },
7830 &quot;type&quot;: &quot;A String&quot;, # The source type.
7831 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7832 },
7833 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7834 },
7835 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
7836 },
7837 ],
7838 &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}`.
7839 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
7840 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
7841 &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.
7842 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
7843 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7844 &quot;source&quot;: { # The source of a field. # The source of the field.
7845 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7846 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7847 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7848 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7849 &quot;userTypes&quot;: [ # Output only. The user types.
7850 &quot;A String&quot;,
7851 ],
7852 },
7853 &quot;type&quot;: &quot;A String&quot;, # The source type.
7854 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7855 },
7856 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7857 },
7858 &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`
7859 &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.
7860 },
7861 ],
7862 &quot;skills&quot;: [ # The person&#x27;s skills.
7863 { # A skill that the person has.
7864 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
7865 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7866 &quot;source&quot;: { # The source of a field. # The source of the field.
7867 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7868 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7869 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7870 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7871 &quot;userTypes&quot;: [ # Output only. The user types.
7872 &quot;A String&quot;,
7873 ],
7874 },
7875 &quot;type&quot;: &quot;A String&quot;, # The source type.
7876 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7877 },
7878 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7879 },
7880 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
7881 },
7882 ],
7883 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
7884 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
7885 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
7886 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7887 &quot;source&quot;: { # The source of a field. # The source of the field.
7888 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7889 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7890 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7891 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7892 &quot;userTypes&quot;: [ # Output only. The user types.
7893 &quot;A String&quot;,
7894 ],
7895 },
7896 &quot;type&quot;: &quot;A String&quot;, # The source type.
7897 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7898 },
7899 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7900 },
7901 &quot;value&quot;: &quot;A String&quot;, # The tagline.
7902 },
7903 ],
7904 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
7905 { # A person&#x27;s associated URLs.
7906 &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.
7907 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
7908 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7909 &quot;source&quot;: { # The source of a field. # The source of the field.
7910 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7911 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7912 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7913 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7914 &quot;userTypes&quot;: [ # Output only. The user types.
7915 &quot;A String&quot;,
7916 ],
7917 },
7918 &quot;type&quot;: &quot;A String&quot;, # The source type.
7919 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7920 },
7921 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7922 },
7923 &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`
7924 &quot;value&quot;: &quot;A String&quot;, # The URL.
7925 },
7926 ],
7927 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
7928 { # Arbitrary user data that is populated by the end users.
7929 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
7930 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
7931 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
7932 &quot;source&quot;: { # The source of a field. # The source of the field.
7933 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7934 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7935 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7936 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7937 &quot;userTypes&quot;: [ # Output only. The user types.
7938 &quot;A String&quot;,
7939 ],
7940 },
7941 &quot;type&quot;: &quot;A String&quot;, # The source type.
7942 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7943 },
7944 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7945 },
7946 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
7947 },
7948 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07007949 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007950 &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.
7951 &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.
7952 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
7953 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
7954 {
7955 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
7956 },
7957 ],
7958 &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.
7959 },
7960 },
7961 ],
7962}</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -07007963</div>
7964
7965<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007966 <code class="details" id="listDirectoryPeople">listDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, readMask=None, requestSyncToken=None, sources=None, syncToken=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007967 <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 -07007968
7969Args:
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007970 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)
7971 Allowed values
7972 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
7973 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08007974 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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007975 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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08007976 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
7977 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 -07007978 sources: string, Required. Directory sources to return. (repeated)
7979 Allowed values
7980 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
7981 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact.
7982 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007983 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.
Bu Sun Kim65020912020-05-20 12:08:20 -07007984 x__xgafv: string, V1 error format.
7985 Allowed values
7986 1 - v1 error format
7987 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -07007988
7989Returns:
7990 An object of the form:
7991
Bu Sun Kimd059ad82020-07-22 17:02:09 -07007992 { # The response to a request for the authenticated user&#x27;s domain directory.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08007993 &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.
7994 &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.
7995 &quot;people&quot;: [ # The list of people in the domain directory.
7996 { # 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.
7997 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
7998 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
7999 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
8000 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
8001 &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.
8002 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
8003 &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.
8004 &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.
8005 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
8006 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8007 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008008 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8009 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008010 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8011 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8012 &quot;userTypes&quot;: [ # Output only. The user types.
8013 &quot;A String&quot;,
8014 ],
8015 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008016 &quot;type&quot;: &quot;A String&quot;, # The source type.
8017 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008018 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008019 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8020 },
8021 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
8022 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
8023 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
8024 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
8025 &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`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008026 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008027 ],
8028 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
8029 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
8030 { # A person&#x27;s age range.
8031 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
8032 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
8033 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8034 &quot;source&quot;: { # The source of a field. # The source of the field.
8035 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8036 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8037 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8038 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8039 &quot;userTypes&quot;: [ # Output only. The user types.
8040 &quot;A String&quot;,
8041 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008042 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008043 &quot;type&quot;: &quot;A String&quot;, # The source type.
8044 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008045 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008046 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008047 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008048 },
8049 ],
8050 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
8051 { # A person&#x27;s short biography.
8052 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
8053 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
8054 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8055 &quot;source&quot;: { # The source of a field. # The source of the field.
8056 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8057 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8058 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8059 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8060 &quot;userTypes&quot;: [ # Output only. The user types.
8061 &quot;A String&quot;,
8062 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008063 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008064 &quot;type&quot;: &quot;A String&quot;, # The source type.
8065 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008066 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008067 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008068 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008069 &quot;value&quot;: &quot;A String&quot;, # The short biography.
8070 },
8071 ],
8072 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
8073 { # 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.
8074 &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.
8075 &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.
8076 &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.
8077 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008078 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008079 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
8080 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8081 &quot;source&quot;: { # The source of a field. # The source of the field.
8082 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8083 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8084 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8085 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8086 &quot;userTypes&quot;: [ # Output only. The user types.
8087 &quot;A String&quot;,
8088 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008089 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008090 &quot;type&quot;: &quot;A String&quot;, # The source type.
8091 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008092 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008093 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008094 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008095 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
8096 },
8097 ],
8098 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
8099 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
8100 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
8101 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8102 &quot;source&quot;: { # The source of a field. # The source of the field.
8103 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8104 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8105 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8106 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8107 &quot;userTypes&quot;: [ # Output only. The user types.
8108 &quot;A String&quot;,
8109 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008110 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008111 &quot;type&quot;: &quot;A String&quot;, # The source type.
8112 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008113 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008114 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008115 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008116 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
8117 },
8118 ],
8119 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
8120 { # A person&#x27;s calendar URL.
8121 &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.
8122 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
8123 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8124 &quot;source&quot;: { # The source of a field. # The source of the field.
8125 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8126 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8127 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8128 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8129 &quot;userTypes&quot;: [ # Output only. The user types.
8130 &quot;A String&quot;,
8131 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008132 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008133 &quot;type&quot;: &quot;A String&quot;, # The source type.
8134 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008135 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008136 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008137 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008138 &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`
8139 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
8140 },
8141 ],
8142 &quot;clientData&quot;: [ # The person&#x27;s client data.
8143 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
8144 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
8145 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
8146 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8147 &quot;source&quot;: { # The source of a field. # The source of the field.
8148 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8149 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8150 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8151 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8152 &quot;userTypes&quot;: [ # Output only. The user types.
8153 &quot;A String&quot;,
8154 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008155 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008156 &quot;type&quot;: &quot;A String&quot;, # The source type.
8157 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008158 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008159 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008160 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008161 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
8162 },
8163 ],
8164 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
8165 { # 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.
8166 &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.
8167 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
8168 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8169 &quot;source&quot;: { # The source of a field. # The source of the field.
8170 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8171 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8172 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8173 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8174 &quot;userTypes&quot;: [ # Output only. The user types.
8175 &quot;A String&quot;,
8176 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008177 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008178 &quot;type&quot;: &quot;A String&quot;, # The source type.
8179 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008180 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008181 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008182 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008183 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
8184 },
8185 ],
8186 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
8187 { # A person&#x27;s email address.
8188 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
8189 &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.
8190 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
8191 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8192 &quot;source&quot;: { # The source of a field. # The source of the field.
8193 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8194 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8195 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8196 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8197 &quot;userTypes&quot;: [ # Output only. The user types.
8198 &quot;A String&quot;,
8199 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008200 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008201 &quot;type&quot;: &quot;A String&quot;, # The source type.
8202 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008203 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008204 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008205 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008206 &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`
8207 &quot;value&quot;: &quot;A String&quot;, # The email address.
8208 },
8209 ],
8210 &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.
8211 &quot;events&quot;: [ # The person&#x27;s events.
8212 { # An event related to the person.
8213 &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.
8214 &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.
8215 &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.
8216 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008217 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008218 &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.
8219 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
8220 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8221 &quot;source&quot;: { # The source of a field. # The source of the field.
8222 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8223 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8224 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8225 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8226 &quot;userTypes&quot;: [ # Output only. The user types.
8227 &quot;A String&quot;,
8228 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008229 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008230 &quot;type&quot;: &quot;A String&quot;, # The source type.
8231 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008232 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008233 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008234 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008235 &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`
8236 },
8237 ],
8238 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
8239 { # An identifier from an external entity related to the person.
8240 &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.
8241 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
8242 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8243 &quot;source&quot;: { # The source of a field. # The source of the field.
8244 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8245 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8246 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8247 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8248 &quot;userTypes&quot;: [ # Output only. The user types.
8249 &quot;A String&quot;,
8250 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008251 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008252 &quot;type&quot;: &quot;A String&quot;, # The source type.
8253 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008254 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008255 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008256 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008257 &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`
8258 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
8259 },
8260 ],
8261 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
8262 { # The name that should be used to sort the person in a list.
8263 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
8264 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8265 &quot;source&quot;: { # The source of a field. # The source of the field.
8266 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8267 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8268 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8269 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8270 &quot;userTypes&quot;: [ # Output only. The user types.
8271 &quot;A String&quot;,
8272 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008273 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008274 &quot;type&quot;: &quot;A String&quot;, # The source type.
8275 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008276 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008277 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008278 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008279 &quot;value&quot;: &quot;A String&quot;, # The file-as value
8280 },
8281 ],
8282 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
8283 { # A person&#x27;s gender.
8284 &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`
8285 &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.
8286 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
8287 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8288 &quot;source&quot;: { # The source of a field. # The source of the field.
8289 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8290 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8291 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8292 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8293 &quot;userTypes&quot;: [ # Output only. The user types.
8294 &quot;A String&quot;,
8295 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008296 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008297 &quot;type&quot;: &quot;A String&quot;, # The source type.
8298 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008299 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008300 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008301 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008302 &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`
8303 },
8304 ],
8305 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
8306 { # A person&#x27;s instant messaging client.
8307 &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.
8308 &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.
8309 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
8310 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8311 &quot;source&quot;: { # The source of a field. # The source of the field.
8312 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8313 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8314 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8315 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8316 &quot;userTypes&quot;: [ # Output only. The user types.
8317 &quot;A String&quot;,
8318 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008319 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008320 &quot;type&quot;: &quot;A String&quot;, # The source type.
8321 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08008322 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008323 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8324 },
8325 &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`
8326 &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`
8327 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
8328 },
8329 ],
8330 &quot;interests&quot;: [ # The person&#x27;s interests.
8331 { # One of the person&#x27;s interests.
8332 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
8333 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8334 &quot;source&quot;: { # The source of a field. # The source of the field.
8335 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8336 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8337 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8338 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8339 &quot;userTypes&quot;: [ # Output only. The user types.
8340 &quot;A String&quot;,
8341 ],
8342 },
8343 &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.
8345 },
8346 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8347 },
8348 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
8349 },
8350 ],
8351 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
8352 { # A person&#x27;s locale preference.
8353 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
8354 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8355 &quot;source&quot;: { # The source of a field. # The source of the field.
8356 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8357 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8358 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8359 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8360 &quot;userTypes&quot;: [ # Output only. The user types.
8361 &quot;A String&quot;,
8362 ],
8363 },
8364 &quot;type&quot;: &quot;A String&quot;, # The source type.
8365 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8366 },
8367 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8368 },
8369 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
8370 },
8371 ],
8372 &quot;locations&quot;: [ # The person&#x27;s locations.
8373 { # A person&#x27;s location.
8374 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
8375 &quot;current&quot;: True or False, # Whether the location is the current location.
8376 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
8377 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
8378 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
8379 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
8380 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8381 &quot;source&quot;: { # The source of a field. # The source of the field.
8382 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8383 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8384 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8385 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8386 &quot;userTypes&quot;: [ # Output only. The user types.
8387 &quot;A String&quot;,
8388 ],
8389 },
8390 &quot;type&quot;: &quot;A String&quot;, # The source type.
8391 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8392 },
8393 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8394 },
8395 &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`
8396 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
8397 },
8398 ],
8399 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
8400 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
8401 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
8402 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
8403 &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.
8404 },
8405 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
8406 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
8407 },
8408 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
8409 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8410 &quot;source&quot;: { # The source of a field. # The source of the field.
8411 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8412 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8413 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8414 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8415 &quot;userTypes&quot;: [ # Output only. The user types.
8416 &quot;A String&quot;,
8417 ],
8418 },
8419 &quot;type&quot;: &quot;A String&quot;, # The source type.
8420 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8421 },
8422 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8423 },
8424 },
8425 ],
8426 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
8427 &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.
8428 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
8429 &quot;A String&quot;,
8430 ],
8431 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
8432 &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.
8433 &quot;A String&quot;,
8434 ],
8435 &quot;sources&quot;: [ # The sources of data for the person.
8436 { # The source of a field.
8437 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8438 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8439 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8440 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8441 &quot;userTypes&quot;: [ # Output only. The user types.
8442 &quot;A String&quot;,
8443 ],
8444 },
8445 &quot;type&quot;: &quot;A String&quot;, # The source type.
8446 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08008447 },
8448 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07008449 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08008450 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
8451 { # A person&#x27;s miscellaneous keyword.
8452 &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.
8453 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
8454 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8455 &quot;source&quot;: { # The source of a field. # The source of the field.
8456 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8457 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8458 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8459 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8460 &quot;userTypes&quot;: [ # Output only. The user types.
8461 &quot;A String&quot;,
8462 ],
8463 },
8464 &quot;type&quot;: &quot;A String&quot;, # The source type.
8465 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8466 },
8467 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8468 },
8469 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
8470 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
8471 },
8472 ],
8473 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
8474 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
8475 &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.
8476 &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.
8477 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
8478 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
8479 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
8480 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
8481 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
8482 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8483 &quot;source&quot;: { # The source of a field. # The source of the field.
8484 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8485 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8486 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8487 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8488 &quot;userTypes&quot;: [ # Output only. The user types.
8489 &quot;A String&quot;,
8490 ],
8491 },
8492 &quot;type&quot;: &quot;A String&quot;, # The source type.
8493 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8494 },
8495 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8496 },
8497 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
8498 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
8499 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
8500 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
8501 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
8502 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
8503 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
8504 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
8505 },
8506 ],
8507 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
8508 { # A person&#x27;s nickname.
8509 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
8510 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8511 &quot;source&quot;: { # The source of a field. # The source of the field.
8512 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8513 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8524 },
8525 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
8526 &quot;value&quot;: &quot;A String&quot;, # The nickname.
8527 },
8528 ],
8529 &quot;occupations&quot;: [ # The person&#x27;s occupations.
8530 { # A person&#x27;s occupation.
8531 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
8532 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8533 &quot;source&quot;: { # The source of a field. # The source of the field.
8534 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8535 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8536 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8537 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8538 &quot;userTypes&quot;: [ # Output only. The user types.
8539 &quot;A String&quot;,
8540 ],
8541 },
8542 &quot;type&quot;: &quot;A String&quot;, # The source type.
8543 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8544 },
8545 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8546 },
8547 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
8548 },
8549 ],
8550 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
8551 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
8552 &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.
8553 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
8554 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
8555 &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.
8556 &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.
8557 &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.
8558 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8559 },
8560 &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.
8561 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
8562 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
8563 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
8564 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8565 &quot;source&quot;: { # The source of a field. # The source of the field.
8566 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8567 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8568 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8569 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8570 &quot;userTypes&quot;: [ # Output only. The user types.
8571 &quot;A String&quot;,
8572 ],
8573 },
8574 &quot;type&quot;: &quot;A String&quot;, # The source type.
8575 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8576 },
8577 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8578 },
8579 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
8580 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
8581 &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.
8582 &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.
8583 &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.
8584 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8585 },
8586 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
8587 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
8588 &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`
8589 },
8590 ],
8591 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
8592 { # A person&#x27;s phone number.
8593 &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.
8594 &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.
8595 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
8596 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8597 &quot;source&quot;: { # The source of a field. # The source of the field.
8598 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8599 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8600 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8601 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8602 &quot;userTypes&quot;: [ # Output only. The user types.
8603 &quot;A String&quot;,
8604 ],
8605 },
8606 &quot;type&quot;: &quot;A String&quot;, # The source type.
8607 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8608 },
8609 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8610 },
8611 &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`
8612 &quot;value&quot;: &quot;A String&quot;, # The phone number.
8613 },
8614 ],
8615 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
8616 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
8617 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
8618 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
8619 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8620 &quot;source&quot;: { # The source of a field. # The source of the field.
8621 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8622 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
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;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8633 },
8634 &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
8635 },
8636 ],
8637 &quot;relations&quot;: [ # The person&#x27;s relations.
8638 { # A person&#x27;s relation to another person.
8639 &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.
8640 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
8641 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8642 &quot;source&quot;: { # The source of a field. # The source of the field.
8643 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8644 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8645 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8646 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8647 &quot;userTypes&quot;: [ # Output only. The user types.
8648 &quot;A String&quot;,
8649 ],
8650 },
8651 &quot;type&quot;: &quot;A String&quot;, # The source type.
8652 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8653 },
8654 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8655 },
8656 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
8657 &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`
8658 },
8659 ],
8660 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
8661 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
8662 &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.
8663 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
8664 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8665 &quot;source&quot;: { # The source of a field. # The source of the field.
8666 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8667 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8668 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8669 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8670 &quot;userTypes&quot;: [ # Output only. The user types.
8671 &quot;A String&quot;,
8672 ],
8673 },
8674 &quot;type&quot;: &quot;A String&quot;, # The source type.
8675 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8676 },
8677 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8678 },
8679 &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`
8680 },
8681 ],
8682 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
8683 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
8684 &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.
8685 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
8686 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8687 &quot;source&quot;: { # The source of a field. # The source of the field.
8688 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8689 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8690 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8691 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8692 &quot;userTypes&quot;: [ # Output only. The user types.
8693 &quot;A String&quot;,
8694 ],
8695 },
8696 &quot;type&quot;: &quot;A String&quot;, # The source type.
8697 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8698 },
8699 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8700 },
8701 &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`
8702 },
8703 ],
8704 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
8705 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
8706 &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.
8707 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
8708 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8709 &quot;source&quot;: { # The source of a field. # The source of the field.
8710 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8711 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8712 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8713 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8714 &quot;userTypes&quot;: [ # Output only. The user types.
8715 &quot;A String&quot;,
8716 ],
8717 },
8718 &quot;type&quot;: &quot;A String&quot;, # The source type.
8719 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8720 },
8721 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8722 },
8723 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
8724 },
8725 ],
8726 &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}`.
8727 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
8728 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
8729 &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.
8730 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
8731 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8732 &quot;source&quot;: { # The source of a field. # The source of the field.
8733 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8734 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8735 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8736 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8737 &quot;userTypes&quot;: [ # Output only. The user types.
8738 &quot;A String&quot;,
8739 ],
8740 },
8741 &quot;type&quot;: &quot;A String&quot;, # The source type.
8742 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8743 },
8744 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8745 },
8746 &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`
8747 &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.
8748 },
8749 ],
8750 &quot;skills&quot;: [ # The person&#x27;s skills.
8751 { # A skill that the person has.
8752 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
8753 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8754 &quot;source&quot;: { # The source of a field. # The source of the field.
8755 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8756 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8757 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8758 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8759 &quot;userTypes&quot;: [ # Output only. The user types.
8760 &quot;A String&quot;,
8761 ],
8762 },
8763 &quot;type&quot;: &quot;A String&quot;, # The source type.
8764 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8765 },
8766 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8767 },
8768 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
8769 },
8770 ],
8771 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
8772 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
8773 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
8774 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8775 &quot;source&quot;: { # The source of a field. # The source of the field.
8776 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8777 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8778 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8779 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8780 &quot;userTypes&quot;: [ # Output only. The user types.
8781 &quot;A String&quot;,
8782 ],
8783 },
8784 &quot;type&quot;: &quot;A String&quot;, # The source type.
8785 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8786 },
8787 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8788 },
8789 &quot;value&quot;: &quot;A String&quot;, # The tagline.
8790 },
8791 ],
8792 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
8793 { # A person&#x27;s associated URLs.
8794 &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.
8795 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
8796 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8797 &quot;source&quot;: { # The source of a field. # The source of the field.
8798 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8799 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8800 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8801 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8802 &quot;userTypes&quot;: [ # Output only. The user types.
8803 &quot;A String&quot;,
8804 ],
8805 },
8806 &quot;type&quot;: &quot;A String&quot;, # The source type.
8807 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8808 },
8809 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8810 },
8811 &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`
8812 &quot;value&quot;: &quot;A String&quot;, # The URL.
8813 },
8814 ],
8815 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
8816 { # Arbitrary user data that is populated by the end users.
8817 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
8818 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
8819 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8820 &quot;source&quot;: { # The source of a field. # The source of the field.
8821 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8822 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8823 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8824 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8825 &quot;userTypes&quot;: [ # Output only. The user types.
8826 &quot;A String&quot;,
8827 ],
8828 },
8829 &quot;type&quot;: &quot;A String&quot;, # The source type.
8830 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8831 },
8832 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8833 },
8834 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
8835 },
8836 ],
8837 },
8838 ],
8839}</pre>
Bu Sun Kimd059ad82020-07-22 17:02:09 -07008840</div>
8841
8842<div class="method">
8843 <code class="details" id="listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</code>
8844 <pre>Retrieves the next page of results.
8845
8846Args:
8847 previous_request: The request for the previous page. (required)
8848 previous_response: The response from the request for the previous page. (required)
8849
8850Returns:
8851 A request object that you can call &#x27;execute()&#x27; on to request the next
8852 page. Returns None if there are no more items in the collection.
8853 </pre>
8854</div>
8855
8856<div class="method">
Anthonios Partheniou10f4b672021-04-13 14:47:53 -04008857 <code class="details" id="searchContacts">searchContacts(pageSize=None, query=None, readMask=None, sources=None, x__xgafv=None)</code>
8858 <pre>Provides a list of contacts in the authenticated user&#x27;s grouped contacts that matches the search query. The query matches on a contact&#x27;s `names`, `nickNames`, `emailAddresses`, `phoneNumbers`, and `organizations` fields that are from the CONTACT&quot; source.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08008859
8860Args:
yoshi-code-bot3dd15272021-04-21 15:07:48 -07008861 pageSize: integer, Optional. The number of results to return. Defaults to 10 if field is not set, or set to 0. Values greater than 10 will be capped to 10.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08008862 query: string, Required. The plain-text query for the request. The query is used to match prefix phrases of the fields on a person. For example, a person with name &quot;foo name&quot; matches queries such as &quot;f&quot;, &quot;fo&quot;, &quot;foo&quot;, &quot;foo n&quot;, &quot;nam&quot;, etc., but not &quot;oo n&quot;.
8863 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
Anthonios Partheniou10f4b672021-04-13 14:47:53 -04008864 sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT if not set. (repeated)
8865 Allowed values
8866 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
8867 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
8868 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
8869 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08008870 x__xgafv: string, V1 error format.
8871 Allowed values
8872 1 - v1 error format
8873 2 - v2 error format
8874
8875Returns:
8876 An object of the form:
8877
8878 { # The response to a search request for the authenticated user, given a query.
8879 &quot;results&quot;: [ # The results of the request.
8880 { # A result of a search query.
8881 &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 matched Person.
8882 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
8883 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
8884 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
8885 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
8886 &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.
8887 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
8888 &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.
8889 &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.
8890 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
8891 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8892 &quot;source&quot;: { # The source of a field. # The source of the field.
8893 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8894 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8895 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8896 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8897 &quot;userTypes&quot;: [ # Output only. The user types.
8898 &quot;A String&quot;,
8899 ],
8900 },
8901 &quot;type&quot;: &quot;A String&quot;, # The source type.
8902 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8903 },
8904 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8905 },
8906 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
8907 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
8908 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
8909 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
8910 &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`
8911 },
8912 ],
8913 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
8914 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
8915 { # A person&#x27;s age range.
8916 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
8917 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
8918 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8919 &quot;source&quot;: { # The source of a field. # The source of the field.
8920 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8921 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8922 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8923 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8924 &quot;userTypes&quot;: [ # Output only. The user types.
8925 &quot;A String&quot;,
8926 ],
8927 },
8928 &quot;type&quot;: &quot;A String&quot;, # The source type.
8929 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8930 },
8931 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8932 },
8933 },
8934 ],
8935 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
8936 { # A person&#x27;s short biography.
8937 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
8938 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
8939 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8940 &quot;source&quot;: { # The source of a field. # The source of the field.
8941 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8942 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8943 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8944 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8945 &quot;userTypes&quot;: [ # Output only. The user types.
8946 &quot;A String&quot;,
8947 ],
8948 },
8949 &quot;type&quot;: &quot;A String&quot;, # The source type.
8950 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8951 },
8952 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8953 },
8954 &quot;value&quot;: &quot;A String&quot;, # The short biography.
8955 },
8956 ],
8957 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
8958 { # 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.
8959 &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.
8960 &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.
8961 &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.
8962 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8963 },
8964 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
8965 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8966 &quot;source&quot;: { # The source of a field. # The source of the field.
8967 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8968 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8969 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8970 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8971 &quot;userTypes&quot;: [ # Output only. The user types.
8972 &quot;A String&quot;,
8973 ],
8974 },
8975 &quot;type&quot;: &quot;A String&quot;, # The source type.
8976 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8977 },
8978 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8979 },
8980 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
8981 },
8982 ],
8983 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
8984 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
8985 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
8986 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
8987 &quot;source&quot;: { # The source of a field. # The source of the field.
8988 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8989 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8990 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8991 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8992 &quot;userTypes&quot;: [ # Output only. The user types.
8993 &quot;A String&quot;,
8994 ],
8995 },
8996 &quot;type&quot;: &quot;A String&quot;, # The source type.
8997 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8998 },
8999 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9000 },
9001 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
9002 },
9003 ],
9004 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
9005 { # A person&#x27;s calendar URL.
9006 &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.
9007 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
9008 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9009 &quot;source&quot;: { # The source of a field. # The source of the field.
9010 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9011 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9012 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9013 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9014 &quot;userTypes&quot;: [ # Output only. The user types.
9015 &quot;A String&quot;,
9016 ],
9017 },
9018 &quot;type&quot;: &quot;A String&quot;, # The source type.
9019 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9020 },
9021 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9022 },
9023 &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`
9024 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
9025 },
9026 ],
9027 &quot;clientData&quot;: [ # The person&#x27;s client data.
9028 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
9029 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
9030 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
9031 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9032 &quot;source&quot;: { # The source of a field. # The source of the field.
9033 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9034 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9035 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9036 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9037 &quot;userTypes&quot;: [ # Output only. The user types.
9038 &quot;A String&quot;,
9039 ],
9040 },
9041 &quot;type&quot;: &quot;A String&quot;, # The source type.
9042 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9043 },
9044 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9045 },
9046 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
9047 },
9048 ],
9049 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
9050 { # 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.
9051 &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.
9052 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
9053 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9054 &quot;source&quot;: { # The source of a field. # The source of the field.
9055 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9056 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9057 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9058 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9059 &quot;userTypes&quot;: [ # Output only. The user types.
9060 &quot;A String&quot;,
9061 ],
9062 },
9063 &quot;type&quot;: &quot;A String&quot;, # The source type.
9064 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9065 },
9066 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9067 },
9068 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
9069 },
9070 ],
9071 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
9072 { # A person&#x27;s email address.
9073 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
9074 &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.
9075 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
9076 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9077 &quot;source&quot;: { # The source of a field. # The source of the field.
9078 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9079 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9080 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9081 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9082 &quot;userTypes&quot;: [ # Output only. The user types.
9083 &quot;A String&quot;,
9084 ],
9085 },
9086 &quot;type&quot;: &quot;A String&quot;, # The source type.
9087 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9088 },
9089 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9090 },
9091 &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`
9092 &quot;value&quot;: &quot;A String&quot;, # The email address.
9093 },
9094 ],
9095 &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.
9096 &quot;events&quot;: [ # The person&#x27;s events.
9097 { # An event related to the person.
9098 &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.
9099 &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.
9100 &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.
9101 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9102 },
9103 &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.
9104 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
9105 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9106 &quot;source&quot;: { # The source of a field. # The source of the field.
9107 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9108 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9109 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9110 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9111 &quot;userTypes&quot;: [ # Output only. The user types.
9112 &quot;A String&quot;,
9113 ],
9114 },
9115 &quot;type&quot;: &quot;A String&quot;, # The source type.
9116 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9117 },
9118 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9119 },
9120 &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`
9121 },
9122 ],
9123 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
9124 { # An identifier from an external entity related to the person.
9125 &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.
9126 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
9127 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9128 &quot;source&quot;: { # The source of a field. # The source of the field.
9129 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9130 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9131 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9132 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9133 &quot;userTypes&quot;: [ # Output only. The user types.
9134 &quot;A String&quot;,
9135 ],
9136 },
9137 &quot;type&quot;: &quot;A String&quot;, # The source type.
9138 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9139 },
9140 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9141 },
9142 &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`
9143 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
9144 },
9145 ],
9146 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
9147 { # The name that should be used to sort the person in a list.
9148 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
9149 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9150 &quot;source&quot;: { # The source of a field. # The source of the field.
9151 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9152 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9153 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9154 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9155 &quot;userTypes&quot;: [ # Output only. The user types.
9156 &quot;A String&quot;,
9157 ],
9158 },
9159 &quot;type&quot;: &quot;A String&quot;, # The source type.
9160 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9161 },
9162 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9163 },
9164 &quot;value&quot;: &quot;A String&quot;, # The file-as value
9165 },
9166 ],
9167 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
9168 { # A person&#x27;s gender.
9169 &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`
9170 &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.
9171 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
9172 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9173 &quot;source&quot;: { # The source of a field. # The source of the field.
9174 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9175 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9176 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9177 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9178 &quot;userTypes&quot;: [ # Output only. The user types.
9179 &quot;A String&quot;,
9180 ],
9181 },
9182 &quot;type&quot;: &quot;A String&quot;, # The source type.
9183 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9184 },
9185 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9186 },
9187 &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`
9188 },
9189 ],
9190 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
9191 { # A person&#x27;s instant messaging client.
9192 &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.
9193 &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.
9194 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
9195 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9196 &quot;source&quot;: { # The source of a field. # The source of the field.
9197 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9198 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9199 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9200 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9201 &quot;userTypes&quot;: [ # Output only. The user types.
9202 &quot;A String&quot;,
9203 ],
9204 },
9205 &quot;type&quot;: &quot;A String&quot;, # The source type.
9206 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9207 },
9208 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9209 },
9210 &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`
9211 &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`
9212 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
9213 },
9214 ],
9215 &quot;interests&quot;: [ # The person&#x27;s interests.
9216 { # One of the person&#x27;s interests.
9217 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
9218 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9219 &quot;source&quot;: { # The source of a field. # The source of the field.
9220 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9221 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9222 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9223 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9224 &quot;userTypes&quot;: [ # Output only. The user types.
9225 &quot;A String&quot;,
9226 ],
9227 },
9228 &quot;type&quot;: &quot;A String&quot;, # The source type.
9229 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9230 },
9231 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9232 },
9233 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
9234 },
9235 ],
9236 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
9237 { # A person&#x27;s locale preference.
9238 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
9239 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9240 &quot;source&quot;: { # The source of a field. # The source of the field.
9241 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9242 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9243 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9244 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9245 &quot;userTypes&quot;: [ # Output only. The user types.
9246 &quot;A String&quot;,
9247 ],
9248 },
9249 &quot;type&quot;: &quot;A String&quot;, # The source type.
9250 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9251 },
9252 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9253 },
9254 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
9255 },
9256 ],
9257 &quot;locations&quot;: [ # The person&#x27;s locations.
9258 { # A person&#x27;s location.
9259 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
9260 &quot;current&quot;: True or False, # Whether the location is the current location.
9261 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
9262 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
9263 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
9264 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
9265 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9266 &quot;source&quot;: { # The source of a field. # The source of the field.
9267 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9268 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9269 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9270 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9271 &quot;userTypes&quot;: [ # Output only. The user types.
9272 &quot;A String&quot;,
9273 ],
9274 },
9275 &quot;type&quot;: &quot;A String&quot;, # The source type.
9276 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9277 },
9278 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9279 },
9280 &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`
9281 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
9282 },
9283 ],
9284 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
9285 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
9286 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
9287 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
9288 &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.
9289 },
9290 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
9291 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
9292 },
9293 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
9294 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9295 &quot;source&quot;: { # The source of a field. # The source of the field.
9296 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9297 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9298 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9299 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9300 &quot;userTypes&quot;: [ # Output only. The user types.
9301 &quot;A String&quot;,
9302 ],
9303 },
9304 &quot;type&quot;: &quot;A String&quot;, # The source type.
9305 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9306 },
9307 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9308 },
9309 },
9310 ],
9311 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
9312 &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.
9313 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
9314 &quot;A String&quot;,
9315 ],
9316 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
9317 &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.
9318 &quot;A String&quot;,
9319 ],
9320 &quot;sources&quot;: [ # The sources of data for the person.
9321 { # The source of a field.
9322 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9323 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9324 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9325 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9326 &quot;userTypes&quot;: [ # Output only. The user types.
9327 &quot;A String&quot;,
9328 ],
9329 },
9330 &quot;type&quot;: &quot;A String&quot;, # The source type.
9331 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9332 },
9333 ],
9334 },
9335 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
9336 { # A person&#x27;s miscellaneous keyword.
9337 &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.
9338 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
9339 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9340 &quot;source&quot;: { # The source of a field. # The source of the field.
9341 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9342 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9343 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9344 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9345 &quot;userTypes&quot;: [ # Output only. The user types.
9346 &quot;A String&quot;,
9347 ],
9348 },
9349 &quot;type&quot;: &quot;A String&quot;, # The source type.
9350 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9351 },
9352 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9353 },
9354 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
9355 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
9356 },
9357 ],
9358 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
9359 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
9360 &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.
9361 &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.
9362 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
9363 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
9364 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
9365 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
9366 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
9367 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9368 &quot;source&quot;: { # The source of a field. # The source of the field.
9369 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9370 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9371 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9372 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9373 &quot;userTypes&quot;: [ # Output only. The user types.
9374 &quot;A String&quot;,
9375 ],
9376 },
9377 &quot;type&quot;: &quot;A String&quot;, # The source type.
9378 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9379 },
9380 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9381 },
9382 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
9383 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
9384 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
9385 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
9386 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
9387 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
9388 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
9389 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
9390 },
9391 ],
9392 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
9393 { # A person&#x27;s nickname.
9394 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
9395 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9396 &quot;source&quot;: { # The source of a field. # The source of the field.
9397 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9398 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9399 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9400 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9401 &quot;userTypes&quot;: [ # Output only. The user types.
9402 &quot;A String&quot;,
9403 ],
9404 },
9405 &quot;type&quot;: &quot;A String&quot;, # The source type.
9406 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9407 },
9408 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9409 },
9410 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
9411 &quot;value&quot;: &quot;A String&quot;, # The nickname.
9412 },
9413 ],
9414 &quot;occupations&quot;: [ # The person&#x27;s occupations.
9415 { # A person&#x27;s occupation.
9416 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
9417 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9418 &quot;source&quot;: { # The source of a field. # The source of the field.
9419 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9420 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9421 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9422 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9423 &quot;userTypes&quot;: [ # Output only. The user types.
9424 &quot;A String&quot;,
9425 ],
9426 },
9427 &quot;type&quot;: &quot;A String&quot;, # The source type.
9428 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9429 },
9430 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9431 },
9432 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
9433 },
9434 ],
9435 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
9436 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
9437 &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.
9438 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
9439 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
9440 &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.
9441 &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.
9442 &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.
9443 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9444 },
9445 &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.
9446 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
9447 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
9448 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
9449 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9450 &quot;source&quot;: { # The source of a field. # The source of the field.
9451 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9452 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9453 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9454 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9455 &quot;userTypes&quot;: [ # Output only. The user types.
9456 &quot;A String&quot;,
9457 ],
9458 },
9459 &quot;type&quot;: &quot;A String&quot;, # The source type.
9460 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9461 },
9462 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9463 },
9464 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
9465 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
9466 &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.
9467 &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.
9468 &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.
9469 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9470 },
9471 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
9472 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
9473 &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`
9474 },
9475 ],
9476 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
9477 { # A person&#x27;s phone number.
9478 &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.
9479 &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.
9480 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
9481 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9482 &quot;source&quot;: { # The source of a field. # The source of the field.
9483 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9484 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9485 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9486 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9487 &quot;userTypes&quot;: [ # Output only. The user types.
9488 &quot;A String&quot;,
9489 ],
9490 },
9491 &quot;type&quot;: &quot;A String&quot;, # The source type.
9492 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9493 },
9494 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9495 },
9496 &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`
9497 &quot;value&quot;: &quot;A String&quot;, # The phone number.
9498 },
9499 ],
9500 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
9501 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
9502 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
9503 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
9504 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9505 &quot;source&quot;: { # The source of a field. # The source of the field.
9506 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9507 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9508 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9509 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9510 &quot;userTypes&quot;: [ # Output only. The user types.
9511 &quot;A String&quot;,
9512 ],
9513 },
9514 &quot;type&quot;: &quot;A String&quot;, # The source type.
9515 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9516 },
9517 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9518 },
9519 &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
9520 },
9521 ],
9522 &quot;relations&quot;: [ # The person&#x27;s relations.
9523 { # A person&#x27;s relation to another person.
9524 &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.
9525 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
9526 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9527 &quot;source&quot;: { # The source of a field. # The source of the field.
9528 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9529 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9530 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9531 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9532 &quot;userTypes&quot;: [ # Output only. The user types.
9533 &quot;A String&quot;,
9534 ],
9535 },
9536 &quot;type&quot;: &quot;A String&quot;, # The source type.
9537 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9538 },
9539 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9540 },
9541 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
9542 &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`
9543 },
9544 ],
9545 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
9546 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
9547 &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.
9548 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
9549 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9550 &quot;source&quot;: { # The source of a field. # The source of the field.
9551 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9552 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9553 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9554 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9555 &quot;userTypes&quot;: [ # Output only. The user types.
9556 &quot;A String&quot;,
9557 ],
9558 },
9559 &quot;type&quot;: &quot;A String&quot;, # The source type.
9560 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9561 },
9562 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9563 },
9564 &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`
9565 },
9566 ],
9567 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
9568 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
9569 &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.
9570 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
9571 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9572 &quot;source&quot;: { # The source of a field. # The source of the field.
9573 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9574 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9575 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9576 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9577 &quot;userTypes&quot;: [ # Output only. The user types.
9578 &quot;A String&quot;,
9579 ],
9580 },
9581 &quot;type&quot;: &quot;A String&quot;, # The source type.
9582 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9583 },
9584 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9585 },
9586 &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`
9587 },
9588 ],
9589 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
9590 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
9591 &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.
9592 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
9593 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9594 &quot;source&quot;: { # The source of a field. # The source of the field.
9595 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9596 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9597 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9598 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9599 &quot;userTypes&quot;: [ # Output only. The user types.
9600 &quot;A String&quot;,
9601 ],
9602 },
9603 &quot;type&quot;: &quot;A String&quot;, # The source type.
9604 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9605 },
9606 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9607 },
9608 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
9609 },
9610 ],
9611 &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}`.
9612 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
9613 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
9614 &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.
9615 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
9616 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9617 &quot;source&quot;: { # The source of a field. # The source of the field.
9618 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9619 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9620 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9621 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9622 &quot;userTypes&quot;: [ # Output only. The user types.
9623 &quot;A String&quot;,
9624 ],
9625 },
9626 &quot;type&quot;: &quot;A String&quot;, # The source type.
9627 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9628 },
9629 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9630 },
9631 &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`
9632 &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.
9633 },
9634 ],
9635 &quot;skills&quot;: [ # The person&#x27;s skills.
9636 { # A skill that the person has.
9637 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
9638 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9639 &quot;source&quot;: { # The source of a field. # The source of the field.
9640 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9641 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9642 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9643 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9644 &quot;userTypes&quot;: [ # Output only. The user types.
9645 &quot;A String&quot;,
9646 ],
9647 },
9648 &quot;type&quot;: &quot;A String&quot;, # The source type.
9649 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9650 },
9651 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9652 },
9653 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
9654 },
9655 ],
9656 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
9657 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
9658 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
9659 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9660 &quot;source&quot;: { # The source of a field. # The source of the field.
9661 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9662 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9663 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9664 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9665 &quot;userTypes&quot;: [ # Output only. The user types.
9666 &quot;A String&quot;,
9667 ],
9668 },
9669 &quot;type&quot;: &quot;A String&quot;, # The source type.
9670 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9671 },
9672 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9673 },
9674 &quot;value&quot;: &quot;A String&quot;, # The tagline.
9675 },
9676 ],
9677 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
9678 { # A person&#x27;s associated URLs.
9679 &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.
9680 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
9681 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9682 &quot;source&quot;: { # The source of a field. # The source of the field.
9683 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9684 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9685 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9686 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9687 &quot;userTypes&quot;: [ # Output only. The user types.
9688 &quot;A String&quot;,
9689 ],
9690 },
9691 &quot;type&quot;: &quot;A String&quot;, # The source type.
9692 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9693 },
9694 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9695 },
9696 &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`
9697 &quot;value&quot;: &quot;A String&quot;, # The URL.
9698 },
9699 ],
9700 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
9701 { # Arbitrary user data that is populated by the end users.
9702 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
9703 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
9704 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9705 &quot;source&quot;: { # The source of a field. # The source of the field.
9706 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9707 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9708 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9709 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9710 &quot;userTypes&quot;: [ # Output only. The user types.
9711 &quot;A String&quot;,
9712 ],
9713 },
9714 &quot;type&quot;: &quot;A String&quot;, # The source type.
9715 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9716 },
9717 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9718 },
9719 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
9720 },
9721 ],
9722 },
9723 },
9724 ],
9725}</pre>
9726</div>
9727
9728<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009729 <code class="details" id="searchDirectoryPeople">searchDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, query=None, readMask=None, sources=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -07009730 <pre>Provides a list of domain profiles and domain contacts in the authenticated user&#x27;s domain directory that match the search query.
9731
9732Args:
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08009733 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)
9734 Allowed values
9735 DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
9736 DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009737 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.
9738 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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08009739 query: string, Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009740 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 Kimd059ad82020-07-22 17:02:09 -07009741 sources: string, Required. Directory sources to return. (repeated)
9742 Allowed values
9743 DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
9744 DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact.
9745 DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07009746 x__xgafv: string, V1 error format.
9747 Allowed values
9748 1 - v1 error format
9749 2 - v2 error format
9750
9751Returns:
9752 An object of the form:
9753
9754 { # The response to a request for people in the authenticated user&#x27;s domain directory that match the specified query.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009755 &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.
9756 &quot;people&quot;: [ # The list of people in the domain directory that match the query.
9757 { # 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.
9758 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
9759 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
9760 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
9761 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
9762 &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.
9763 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
9764 &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.
9765 &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.
9766 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
9767 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9768 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009769 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9770 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009771 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9772 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9773 &quot;userTypes&quot;: [ # Output only. The user types.
9774 &quot;A String&quot;,
9775 ],
9776 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009777 &quot;type&quot;: &quot;A String&quot;, # The source type.
9778 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009779 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009780 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9781 },
9782 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
9783 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
9784 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
9785 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
9786 &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`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009787 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009788 ],
9789 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
9790 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
9791 { # A person&#x27;s age range.
9792 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
9793 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
9794 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9795 &quot;source&quot;: { # The source of a field. # The source of the field.
9796 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9797 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9798 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9799 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9800 &quot;userTypes&quot;: [ # Output only. The user types.
9801 &quot;A String&quot;,
9802 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009803 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009804 &quot;type&quot;: &quot;A String&quot;, # The source type.
9805 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009806 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009807 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009808 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009809 },
9810 ],
9811 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
9812 { # A person&#x27;s short biography.
9813 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
9814 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
9815 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9816 &quot;source&quot;: { # The source of a field. # The source of the field.
9817 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9818 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9819 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9820 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9821 &quot;userTypes&quot;: [ # Output only. The user types.
9822 &quot;A String&quot;,
9823 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009824 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009825 &quot;type&quot;: &quot;A String&quot;, # The source type.
9826 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009827 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009828 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009829 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009830 &quot;value&quot;: &quot;A String&quot;, # The short biography.
9831 },
9832 ],
9833 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
9834 { # 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.
9835 &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.
9836 &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.
9837 &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.
9838 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009839 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009840 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
9841 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9842 &quot;source&quot;: { # The source of a field. # The source of the field.
9843 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9844 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9845 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9846 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9847 &quot;userTypes&quot;: [ # Output only. The user types.
9848 &quot;A String&quot;,
9849 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009850 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009851 &quot;type&quot;: &quot;A String&quot;, # The source type.
9852 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009853 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009854 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009855 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009856 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
9857 },
9858 ],
9859 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
9860 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
9861 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
9862 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9863 &quot;source&quot;: { # The source of a field. # The source of the field.
9864 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9865 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9866 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9867 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9868 &quot;userTypes&quot;: [ # Output only. The user types.
9869 &quot;A String&quot;,
9870 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009871 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009872 &quot;type&quot;: &quot;A String&quot;, # The source type.
9873 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009874 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009875 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009876 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009877 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
9878 },
9879 ],
9880 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
9881 { # A person&#x27;s calendar URL.
9882 &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.
9883 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
9884 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9885 &quot;source&quot;: { # The source of a field. # The source of the field.
9886 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9887 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9888 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9889 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9890 &quot;userTypes&quot;: [ # Output only. The user types.
9891 &quot;A String&quot;,
9892 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009893 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009894 &quot;type&quot;: &quot;A String&quot;, # The source type.
9895 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009896 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009897 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009898 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009899 &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`
9900 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
9901 },
9902 ],
9903 &quot;clientData&quot;: [ # The person&#x27;s client data.
9904 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
9905 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
9906 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
9907 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9908 &quot;source&quot;: { # The source of a field. # The source of the field.
9909 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9910 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9911 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9912 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9913 &quot;userTypes&quot;: [ # Output only. The user types.
9914 &quot;A String&quot;,
9915 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009916 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009917 &quot;type&quot;: &quot;A String&quot;, # The source type.
9918 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009919 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009920 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009921 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009922 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
9923 },
9924 ],
9925 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
9926 { # 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.
9927 &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.
9928 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
9929 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9930 &quot;source&quot;: { # The source of a field. # The source of the field.
9931 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9932 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9933 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9934 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9935 &quot;userTypes&quot;: [ # Output only. The user types.
9936 &quot;A String&quot;,
9937 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009938 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009939 &quot;type&quot;: &quot;A String&quot;, # The source type.
9940 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009941 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009942 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009943 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009944 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
9945 },
9946 ],
9947 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
9948 { # A person&#x27;s email address.
9949 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
9950 &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.
9951 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
9952 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9953 &quot;source&quot;: { # The source of a field. # The source of the field.
9954 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9955 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9956 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9957 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9958 &quot;userTypes&quot;: [ # Output only. The user types.
9959 &quot;A String&quot;,
9960 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009961 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009962 &quot;type&quot;: &quot;A String&quot;, # The source type.
9963 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009964 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009965 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009966 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009967 &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`
9968 &quot;value&quot;: &quot;A String&quot;, # The email address.
9969 },
9970 ],
9971 &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.
9972 &quot;events&quot;: [ # The person&#x27;s events.
9973 { # An event related to the person.
9974 &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.
9975 &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.
9976 &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.
9977 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009978 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009979 &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.
9980 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
9981 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
9982 &quot;source&quot;: { # The source of a field. # The source of the field.
9983 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9984 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9985 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9986 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9987 &quot;userTypes&quot;: [ # Output only. The user types.
9988 &quot;A String&quot;,
9989 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009990 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009991 &quot;type&quot;: &quot;A String&quot;, # The source type.
9992 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009993 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009994 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08009995 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08009996 &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`
9997 },
9998 ],
9999 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
10000 { # An identifier from an external entity related to the person.
10001 &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.
10002 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
10003 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10004 &quot;source&quot;: { # The source of a field. # The source of the field.
10005 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10006 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10007 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10008 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10009 &quot;userTypes&quot;: [ # Output only. The user types.
10010 &quot;A String&quot;,
10011 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010012 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010013 &quot;type&quot;: &quot;A String&quot;, # The source type.
10014 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010015 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010016 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010017 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010018 &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`
10019 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
10020 },
10021 ],
10022 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
10023 { # The name that should be used to sort the person in a list.
10024 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
10025 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10026 &quot;source&quot;: { # The source of a field. # The source of the field.
10027 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10028 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10029 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10030 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10031 &quot;userTypes&quot;: [ # Output only. The user types.
10032 &quot;A String&quot;,
10033 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010034 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010035 &quot;type&quot;: &quot;A String&quot;, # The source type.
10036 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010037 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010038 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010039 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010040 &quot;value&quot;: &quot;A String&quot;, # The file-as value
10041 },
10042 ],
10043 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
10044 { # A person&#x27;s gender.
10045 &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`
10046 &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.
10047 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
10048 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10049 &quot;source&quot;: { # The source of a field. # The source of the field.
10050 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10051 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10052 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10053 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10054 &quot;userTypes&quot;: [ # Output only. The user types.
10055 &quot;A String&quot;,
10056 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010057 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010058 &quot;type&quot;: &quot;A String&quot;, # The source type.
10059 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010060 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010061 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010062 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010063 &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`
10064 },
10065 ],
10066 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
10067 { # A person&#x27;s instant messaging client.
10068 &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.
10069 &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.
10070 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
10071 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10072 &quot;source&quot;: { # The source of a field. # The source of the field.
10073 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10074 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10075 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10076 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10077 &quot;userTypes&quot;: [ # Output only. The user types.
10078 &quot;A String&quot;,
10079 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010080 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010081 &quot;type&quot;: &quot;A String&quot;, # The source type.
10082 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010083 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010084 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10085 },
10086 &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`
10087 &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`
10088 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
10089 },
10090 ],
10091 &quot;interests&quot;: [ # The person&#x27;s interests.
10092 { # One of the person&#x27;s interests.
10093 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
10094 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10095 &quot;source&quot;: { # The source of a field. # The source of the field.
10096 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10097 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10098 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10099 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10100 &quot;userTypes&quot;: [ # Output only. The user types.
10101 &quot;A String&quot;,
10102 ],
10103 },
10104 &quot;type&quot;: &quot;A String&quot;, # The source type.
10105 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10106 },
10107 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10108 },
10109 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
10110 },
10111 ],
10112 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
10113 { # A person&#x27;s locale preference.
10114 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
10115 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10116 &quot;source&quot;: { # The source of a field. # The source of the field.
10117 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10118 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10119 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10120 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10121 &quot;userTypes&quot;: [ # Output only. The user types.
10122 &quot;A String&quot;,
10123 ],
10124 },
10125 &quot;type&quot;: &quot;A String&quot;, # The source type.
10126 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10127 },
10128 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10129 },
10130 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
10131 },
10132 ],
10133 &quot;locations&quot;: [ # The person&#x27;s locations.
10134 { # A person&#x27;s location.
10135 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
10136 &quot;current&quot;: True or False, # Whether the location is the current location.
10137 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
10138 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
10139 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
10140 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
10141 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10142 &quot;source&quot;: { # The source of a field. # The source of the field.
10143 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10144 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10145 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10146 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10147 &quot;userTypes&quot;: [ # Output only. The user types.
10148 &quot;A String&quot;,
10149 ],
10150 },
10151 &quot;type&quot;: &quot;A String&quot;, # The source type.
10152 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10153 },
10154 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10155 },
10156 &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`
10157 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
10158 },
10159 ],
10160 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
10161 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
10162 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
10163 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
10164 &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.
10165 },
10166 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
10167 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
10168 },
10169 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
10170 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10171 &quot;source&quot;: { # The source of a field. # The source of the field.
10172 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10173 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10174 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10175 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10176 &quot;userTypes&quot;: [ # Output only. The user types.
10177 &quot;A String&quot;,
10178 ],
10179 },
10180 &quot;type&quot;: &quot;A String&quot;, # The source type.
10181 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10182 },
10183 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10184 },
10185 },
10186 ],
10187 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
10188 &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.
10189 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
10190 &quot;A String&quot;,
10191 ],
10192 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
10193 &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.
10194 &quot;A String&quot;,
10195 ],
10196 &quot;sources&quot;: [ # The sources of data for the person.
10197 { # The source of a field.
10198 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10199 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10200 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10201 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10202 &quot;userTypes&quot;: [ # Output only. The user types.
10203 &quot;A String&quot;,
10204 ],
10205 },
10206 &quot;type&quot;: &quot;A String&quot;, # The source type.
10207 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010208 },
10209 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070010210 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010211 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
10212 { # A person&#x27;s miscellaneous keyword.
10213 &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.
10214 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
10215 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10216 &quot;source&quot;: { # The source of a field. # The source of the field.
10217 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10218 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10219 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10220 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10221 &quot;userTypes&quot;: [ # Output only. The user types.
10222 &quot;A String&quot;,
10223 ],
10224 },
10225 &quot;type&quot;: &quot;A String&quot;, # The source type.
10226 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10227 },
10228 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10229 },
10230 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
10231 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
10232 },
10233 ],
10234 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
10235 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
10236 &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.
10237 &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.
10238 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
10239 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
10240 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
10241 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
10242 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
10243 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10244 &quot;source&quot;: { # The source of a field. # The source of the field.
10245 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10246 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10247 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10248 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10249 &quot;userTypes&quot;: [ # Output only. The user types.
10250 &quot;A String&quot;,
10251 ],
10252 },
10253 &quot;type&quot;: &quot;A String&quot;, # The source type.
10254 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10255 },
10256 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10257 },
10258 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
10259 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
10260 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
10261 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
10262 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
10263 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
10264 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
10265 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
10266 },
10267 ],
10268 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
10269 { # A person&#x27;s nickname.
10270 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
10271 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10272 &quot;source&quot;: { # The source of a field. # The source of the field.
10273 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10274 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10275 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10276 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10277 &quot;userTypes&quot;: [ # Output only. The user types.
10278 &quot;A String&quot;,
10279 ],
10280 },
10281 &quot;type&quot;: &quot;A String&quot;, # The source type.
10282 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10283 },
10284 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10285 },
10286 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
10287 &quot;value&quot;: &quot;A String&quot;, # The nickname.
10288 },
10289 ],
10290 &quot;occupations&quot;: [ # The person&#x27;s occupations.
10291 { # A person&#x27;s occupation.
10292 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
10293 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10294 &quot;source&quot;: { # The source of a field. # The source of the field.
10295 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10296 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10297 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10298 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10299 &quot;userTypes&quot;: [ # Output only. The user types.
10300 &quot;A String&quot;,
10301 ],
10302 },
10303 &quot;type&quot;: &quot;A String&quot;, # The source type.
10304 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10305 },
10306 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10307 },
10308 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
10309 },
10310 ],
10311 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
10312 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
10313 &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.
10314 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
10315 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
10316 &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.
10317 &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.
10318 &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.
10319 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
10320 },
10321 &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.
10322 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
10323 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
10324 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
10325 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10326 &quot;source&quot;: { # The source of a field. # The source of the field.
10327 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10328 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10329 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10330 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10331 &quot;userTypes&quot;: [ # Output only. The user types.
10332 &quot;A String&quot;,
10333 ],
10334 },
10335 &quot;type&quot;: &quot;A String&quot;, # The source type.
10336 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10337 },
10338 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10339 },
10340 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
10341 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
10342 &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.
10343 &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.
10344 &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.
10345 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
10346 },
10347 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
10348 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
10349 &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`
10350 },
10351 ],
10352 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
10353 { # A person&#x27;s phone number.
10354 &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.
10355 &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.
10356 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
10357 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10358 &quot;source&quot;: { # The source of a field. # The source of the field.
10359 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10360 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10361 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10362 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10363 &quot;userTypes&quot;: [ # Output only. The user types.
10364 &quot;A String&quot;,
10365 ],
10366 },
10367 &quot;type&quot;: &quot;A String&quot;, # The source type.
10368 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10369 },
10370 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10371 },
10372 &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`
10373 &quot;value&quot;: &quot;A String&quot;, # The phone number.
10374 },
10375 ],
10376 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
10377 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
10378 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
10379 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
10380 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10381 &quot;source&quot;: { # The source of a field. # The source of the field.
10382 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10383 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10384 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10385 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10386 &quot;userTypes&quot;: [ # Output only. The user types.
10387 &quot;A String&quot;,
10388 ],
10389 },
10390 &quot;type&quot;: &quot;A String&quot;, # The source type.
10391 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10392 },
10393 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10394 },
10395 &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
10396 },
10397 ],
10398 &quot;relations&quot;: [ # The person&#x27;s relations.
10399 { # A person&#x27;s relation to another person.
10400 &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.
10401 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
10402 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10403 &quot;source&quot;: { # The source of a field. # The source of the field.
10404 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10405 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10406 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10407 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10408 &quot;userTypes&quot;: [ # Output only. The user types.
10409 &quot;A String&quot;,
10410 ],
10411 },
10412 &quot;type&quot;: &quot;A String&quot;, # The source type.
10413 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10414 },
10415 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10416 },
10417 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
10418 &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`
10419 },
10420 ],
10421 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
10422 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
10423 &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.
10424 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
10425 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10426 &quot;source&quot;: { # The source of a field. # The source of the field.
10427 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10428 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10429 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10430 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10431 &quot;userTypes&quot;: [ # Output only. The user types.
10432 &quot;A String&quot;,
10433 ],
10434 },
10435 &quot;type&quot;: &quot;A String&quot;, # The source type.
10436 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10437 },
10438 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10439 },
10440 &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`
10441 },
10442 ],
10443 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
10444 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
10445 &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.
10446 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
10447 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10448 &quot;source&quot;: { # The source of a field. # The source of the field.
10449 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10450 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10451 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10452 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10453 &quot;userTypes&quot;: [ # Output only. The user types.
10454 &quot;A String&quot;,
10455 ],
10456 },
10457 &quot;type&quot;: &quot;A String&quot;, # The source type.
10458 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10459 },
10460 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10461 },
10462 &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`
10463 },
10464 ],
10465 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
10466 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
10467 &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.
10468 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
10469 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10470 &quot;source&quot;: { # The source of a field. # The source of the field.
10471 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10472 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10473 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10474 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10475 &quot;userTypes&quot;: [ # Output only. The user types.
10476 &quot;A String&quot;,
10477 ],
10478 },
10479 &quot;type&quot;: &quot;A String&quot;, # The source type.
10480 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10481 },
10482 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10483 },
10484 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
10485 },
10486 ],
10487 &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}`.
10488 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
10489 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
10490 &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.
10491 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
10492 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10493 &quot;source&quot;: { # The source of a field. # The source of the field.
10494 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10495 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10496 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10497 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10498 &quot;userTypes&quot;: [ # Output only. The user types.
10499 &quot;A String&quot;,
10500 ],
10501 },
10502 &quot;type&quot;: &quot;A String&quot;, # The source type.
10503 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10504 },
10505 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10506 },
10507 &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`
10508 &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.
10509 },
10510 ],
10511 &quot;skills&quot;: [ # The person&#x27;s skills.
10512 { # A skill that the person has.
10513 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
10514 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10515 &quot;source&quot;: { # The source of a field. # The source of the field.
10516 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10517 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10518 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10519 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10520 &quot;userTypes&quot;: [ # Output only. The user types.
10521 &quot;A String&quot;,
10522 ],
10523 },
10524 &quot;type&quot;: &quot;A String&quot;, # The source type.
10525 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10526 },
10527 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10528 },
10529 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
10530 },
10531 ],
10532 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
10533 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
10534 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
10535 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10536 &quot;source&quot;: { # The source of a field. # The source of the field.
10537 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10538 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10539 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10540 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10541 &quot;userTypes&quot;: [ # Output only. The user types.
10542 &quot;A String&quot;,
10543 ],
10544 },
10545 &quot;type&quot;: &quot;A String&quot;, # The source type.
10546 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10547 },
10548 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10549 },
10550 &quot;value&quot;: &quot;A String&quot;, # The tagline.
10551 },
10552 ],
10553 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
10554 { # A person&#x27;s associated URLs.
10555 &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.
10556 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
10557 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10558 &quot;source&quot;: { # The source of a field. # The source of the field.
10559 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10560 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10561 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10562 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10563 &quot;userTypes&quot;: [ # Output only. The user types.
10564 &quot;A String&quot;,
10565 ],
10566 },
10567 &quot;type&quot;: &quot;A String&quot;, # The source type.
10568 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10569 },
10570 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10571 },
10572 &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`
10573 &quot;value&quot;: &quot;A String&quot;, # The URL.
10574 },
10575 ],
10576 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
10577 { # Arbitrary user data that is populated by the end users.
10578 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
10579 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
10580 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10581 &quot;source&quot;: { # The source of a field. # The source of the field.
10582 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10583 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10584 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10585 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10586 &quot;userTypes&quot;: [ # Output only. The user types.
10587 &quot;A String&quot;,
10588 ],
10589 },
10590 &quot;type&quot;: &quot;A String&quot;, # The source type.
10591 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10592 },
10593 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10594 },
10595 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
10596 },
10597 ],
10598 },
10599 ],
10600 &quot;totalSize&quot;: 42, # The total number of items in the list without pagination.
10601}</pre>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070010602</div>
10603
10604<div class="method">
10605 <code class="details" id="searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</code>
10606 <pre>Retrieves the next page of results.
10607
10608Args:
10609 previous_request: The request for the previous page. (required)
10610 previous_response: The response from the request for the previous page. (required)
10611
10612Returns:
10613 A request object that you can call &#x27;execute()&#x27; on to request the next
10614 page. Returns None if there are no more items in the collection.
10615 </pre>
10616</div>
10617
10618<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010619 <code class="details" id="updateContact">updateContact(resourceName, body=None, personFields=None, sources=None, updatePersonFields=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010620 <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 -070010621
10622Args:
10623 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)
10624 body: object, The request body.
10625 The object takes the form of:
10626
10627{ # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010628 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
10629 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
10630 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
10631 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
10632 &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.
10633 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
10634 &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.
10635 &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.
10636 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010637 &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 -070010638 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010639 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010640 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Bu Sun Kimd059ad82020-07-22 17:02:09 -070010641 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010642 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -070010643 &quot;userTypes&quot;: [ # Output only. The user types.
10644 &quot;A String&quot;,
10645 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070010646 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010647 &quot;type&quot;: &quot;A String&quot;, # The source type.
10648 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070010649 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010650 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010651 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010652 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
10653 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
10654 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
10655 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
10656 &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`
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010657 },
10658 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010659 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010660 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
10661 { # A person&#x27;s age range.
10662 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
10663 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010664 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010665 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010666 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010667 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010668 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010669 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010670 &quot;userTypes&quot;: [ # Output only. The user types.
10671 &quot;A String&quot;,
10672 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010673 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010674 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010675 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010676 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010677 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010678 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010679 },
10680 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010681 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
10682 { # A person&#x27;s short biography.
10683 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
10684 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010685 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010686 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010687 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010688 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010689 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010690 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010691 &quot;userTypes&quot;: [ # Output only. The user types.
10692 &quot;A String&quot;,
10693 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010694 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010695 &quot;type&quot;: &quot;A String&quot;, # The source type.
10696 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010697 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010698 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010699 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010700 &quot;value&quot;: &quot;A String&quot;, # The short biography.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010701 },
10702 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010703 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
10704 { # 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.
10705 &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.
10706 &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.
10707 &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.
10708 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
10709 },
10710 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010711 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010712 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010713 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010714 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010715 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010716 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010717 &quot;userTypes&quot;: [ # Output only. The user types.
10718 &quot;A String&quot;,
10719 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010720 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010721 &quot;type&quot;: &quot;A String&quot;, # The source type.
10722 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010723 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010724 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010725 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010726 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010727 },
10728 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010729 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
10730 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
10731 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010732 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010733 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010734 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010735 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010736 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010737 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010738 &quot;userTypes&quot;: [ # Output only. The user types.
10739 &quot;A String&quot;,
10740 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010741 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010742 &quot;type&quot;: &quot;A String&quot;, # The source type.
10743 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010744 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010745 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010746 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010747 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010748 },
10749 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010750 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
10751 { # A person&#x27;s calendar URL.
10752 &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.
10753 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010754 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010755 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010756 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010757 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010758 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010759 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010760 &quot;userTypes&quot;: [ # Output only. The user types.
10761 &quot;A String&quot;,
10762 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010763 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010764 &quot;type&quot;: &quot;A String&quot;, # The source type.
10765 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010766 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010767 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010768 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010769 &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`
10770 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010771 },
10772 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010773 &quot;clientData&quot;: [ # The person&#x27;s client data.
10774 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
10775 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
10776 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010777 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010778 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010779 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10780 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010781 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10782 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10783 &quot;userTypes&quot;: [ # Output only. The user types.
10784 &quot;A String&quot;,
10785 ],
10786 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010787 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010788 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010789 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010790 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010791 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010792 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010793 },
10794 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010795 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
10796 { # 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.
10797 &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.
10798 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010799 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010800 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010801 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010802 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010803 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080010804 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010805 &quot;userTypes&quot;: [ # Output only. The user types.
10806 &quot;A String&quot;,
10807 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010808 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010809 &quot;type&quot;: &quot;A String&quot;, # The source type.
10810 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010811 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010812 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080010813 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080010814 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
10815 },
10816 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080010817 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
10818 { # A person&#x27;s email address.
10819 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
10820 &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.
10821 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
10822 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10823 &quot;source&quot;: { # The source of a field. # The source of the field.
10824 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10825 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10826 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10827 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10828 &quot;userTypes&quot;: [ # Output only. The user types.
10829 &quot;A String&quot;,
10830 ],
10831 },
10832 &quot;type&quot;: &quot;A String&quot;, # The source type.
10833 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10834 },
10835 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10836 },
10837 &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`
10838 &quot;value&quot;: &quot;A String&quot;, # The email address.
10839 },
10840 ],
10841 &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.
10842 &quot;events&quot;: [ # The person&#x27;s events.
10843 { # An event related to the person.
10844 &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.
10845 &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.
10846 &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.
10847 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
10848 },
10849 &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.
10850 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
10851 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10852 &quot;source&quot;: { # The source of a field. # The source of the field.
10853 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10854 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10855 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10856 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10857 &quot;userTypes&quot;: [ # Output only. The user types.
10858 &quot;A String&quot;,
10859 ],
10860 },
10861 &quot;type&quot;: &quot;A String&quot;, # The source type.
10862 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10863 },
10864 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10865 },
10866 &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`
10867 },
10868 ],
10869 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
10870 { # An identifier from an external entity related to the person.
10871 &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.
10872 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
10873 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10874 &quot;source&quot;: { # The source of a field. # The source of the field.
10875 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10876 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10877 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10878 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10879 &quot;userTypes&quot;: [ # Output only. The user types.
10880 &quot;A String&quot;,
10881 ],
10882 },
10883 &quot;type&quot;: &quot;A String&quot;, # The source type.
10884 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10885 },
10886 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10887 },
10888 &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`
10889 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
10890 },
10891 ],
10892 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
10893 { # The name that should be used to sort the person in a list.
10894 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
10895 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10896 &quot;source&quot;: { # The source of a field. # The source of the field.
10897 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10898 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10899 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10900 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10901 &quot;userTypes&quot;: [ # Output only. The user types.
10902 &quot;A String&quot;,
10903 ],
10904 },
10905 &quot;type&quot;: &quot;A String&quot;, # The source type.
10906 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10907 },
10908 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10909 },
10910 &quot;value&quot;: &quot;A String&quot;, # The file-as value
10911 },
10912 ],
10913 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
10914 { # A person&#x27;s gender.
10915 &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`
10916 &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.
10917 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
10918 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10919 &quot;source&quot;: { # The source of a field. # The source of the field.
10920 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10921 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10922 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10923 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10924 &quot;userTypes&quot;: [ # Output only. The user types.
10925 &quot;A String&quot;,
10926 ],
10927 },
10928 &quot;type&quot;: &quot;A String&quot;, # The source type.
10929 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10930 },
10931 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10932 },
10933 &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`
10934 },
10935 ],
10936 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
10937 { # A person&#x27;s instant messaging client.
10938 &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.
10939 &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.
10940 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
10941 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10942 &quot;source&quot;: { # The source of a field. # The source of the field.
10943 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10944 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10945 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10946 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10947 &quot;userTypes&quot;: [ # Output only. The user types.
10948 &quot;A String&quot;,
10949 ],
10950 },
10951 &quot;type&quot;: &quot;A String&quot;, # The source type.
10952 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10953 },
10954 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10955 },
10956 &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`
10957 &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`
10958 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
10959 },
10960 ],
10961 &quot;interests&quot;: [ # The person&#x27;s interests.
10962 { # One of the person&#x27;s interests.
10963 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
10964 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10965 &quot;source&quot;: { # The source of a field. # The source of the field.
10966 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10967 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10968 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10969 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10970 &quot;userTypes&quot;: [ # Output only. The user types.
10971 &quot;A String&quot;,
10972 ],
10973 },
10974 &quot;type&quot;: &quot;A String&quot;, # The source type.
10975 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10976 },
10977 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10978 },
10979 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
10980 },
10981 ],
10982 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
10983 { # A person&#x27;s locale preference.
10984 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
10985 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
10986 &quot;source&quot;: { # The source of a field. # The source of the field.
10987 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10988 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10989 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10990 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10991 &quot;userTypes&quot;: [ # Output only. The user types.
10992 &quot;A String&quot;,
10993 ],
10994 },
10995 &quot;type&quot;: &quot;A String&quot;, # The source type.
10996 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10997 },
10998 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10999 },
11000 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
11001 },
11002 ],
11003 &quot;locations&quot;: [ # The person&#x27;s locations.
11004 { # A person&#x27;s location.
11005 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
11006 &quot;current&quot;: True or False, # Whether the location is the current location.
11007 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
11008 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
11009 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
11010 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
11011 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11012 &quot;source&quot;: { # The source of a field. # The source of the field.
11013 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11014 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11015 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11016 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11017 &quot;userTypes&quot;: [ # Output only. The user types.
11018 &quot;A String&quot;,
11019 ],
11020 },
11021 &quot;type&quot;: &quot;A String&quot;, # The source type.
11022 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11023 },
11024 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11025 },
11026 &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`
11027 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
11028 },
11029 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011030 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
11031 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011032 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
11033 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
11034 &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.
11035 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011036 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
11037 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
11038 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011039 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011040 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011041 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011042 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011043 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011044 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011045 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011046 &quot;userTypes&quot;: [ # Output only. The user types.
11047 &quot;A String&quot;,
11048 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011049 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080011050 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011051 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011052 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011053 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011054 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011055 },
11056 ],
11057 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011058 &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.
11059 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
11060 &quot;A String&quot;,
11061 ],
11062 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011063 &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.
11064 &quot;A String&quot;,
11065 ],
11066 &quot;sources&quot;: [ # The sources of data for the person.
11067 { # The source of a field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011068 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11069 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011070 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11071 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11072 &quot;userTypes&quot;: [ # Output only. The user types.
11073 &quot;A String&quot;,
11074 ],
11075 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011076 &quot;type&quot;: &quot;A String&quot;, # The source type.
11077 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011078 },
11079 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011080 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011081 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
11082 { # A person&#x27;s miscellaneous keyword.
11083 &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.
11084 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
11085 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11086 &quot;source&quot;: { # The source of a field. # The source of the field.
11087 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11088 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11089 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11090 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11091 &quot;userTypes&quot;: [ # Output only. The user types.
11092 &quot;A String&quot;,
11093 ],
11094 },
11095 &quot;type&quot;: &quot;A String&quot;, # The source type.
11096 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11097 },
11098 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11099 },
11100 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
11101 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
11102 },
11103 ],
11104 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
11105 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
11106 &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.
11107 &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.
11108 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
11109 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
11110 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
11111 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
11112 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
11113 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11114 &quot;source&quot;: { # The source of a field. # The source of the field.
11115 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11116 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11117 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11118 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11119 &quot;userTypes&quot;: [ # Output only. The user types.
11120 &quot;A String&quot;,
11121 ],
11122 },
11123 &quot;type&quot;: &quot;A String&quot;, # The source type.
11124 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11125 },
11126 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11127 },
11128 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
11129 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
11130 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
11131 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
11132 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
11133 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
11134 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
11135 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
11136 },
11137 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011138 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
11139 { # A person&#x27;s nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011140 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011141 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11142 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011143 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11144 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011145 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11146 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11147 &quot;userTypes&quot;: [ # Output only. The user types.
11148 &quot;A String&quot;,
11149 ],
11150 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011151 &quot;type&quot;: &quot;A String&quot;, # The source type.
11152 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011153 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011154 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011155 },
11156 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011157 &quot;value&quot;: &quot;A String&quot;, # The nickname.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011158 },
11159 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011160 &quot;occupations&quot;: [ # The person&#x27;s occupations.
11161 { # A person&#x27;s occupation.
11162 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011163 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11164 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011165 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11166 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011167 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11168 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11169 &quot;userTypes&quot;: [ # Output only. The user types.
11170 &quot;A String&quot;,
11171 ],
11172 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011173 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011174 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011175 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011176 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011177 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011178 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011179 },
11180 ],
11181 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
11182 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011183 &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.
11184 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
11185 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
11186 &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.
11187 &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.
11188 &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.
11189 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11190 },
11191 &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.
11192 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
11193 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
11194 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
11195 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11196 &quot;source&quot;: { # The source of a field. # The source of the field.
11197 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11198 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11199 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11200 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11201 &quot;userTypes&quot;: [ # Output only. The user types.
11202 &quot;A String&quot;,
11203 ],
11204 },
11205 &quot;type&quot;: &quot;A String&quot;, # The source type.
11206 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11207 },
11208 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11209 },
11210 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011211 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011212 &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.
11213 &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.
11214 &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.
11215 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11216 },
11217 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011218 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
11219 &quot;type&quot;: &quot;A String&quot;, # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011220 },
11221 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011222 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
11223 { # A person&#x27;s phone number.
11224 &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.
11225 &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.
11226 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011227 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11228 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011229 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11230 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011231 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11232 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11233 &quot;userTypes&quot;: [ # Output only. The user types.
11234 &quot;A String&quot;,
11235 ],
11236 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011237 &quot;type&quot;: &quot;A String&quot;, # The source type.
11238 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011239 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011240 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011241 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011242 &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`
11243 &quot;value&quot;: &quot;A String&quot;, # The phone number.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011244 },
11245 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011246 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
11247 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
11248 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
11249 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011250 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11251 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011252 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11253 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011254 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11255 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11256 &quot;userTypes&quot;: [ # Output only. The user types.
11257 &quot;A String&quot;,
11258 ],
11259 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011260 &quot;type&quot;: &quot;A String&quot;, # The source type.
11261 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011262 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011263 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011264 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011265 &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
11266 },
11267 ],
11268 &quot;relations&quot;: [ # The person&#x27;s relations.
11269 { # A person&#x27;s relation to another person.
11270 &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.
11271 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
11272 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11273 &quot;source&quot;: { # The source of a field. # The source of the field.
11274 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11275 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11276 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11277 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11278 &quot;userTypes&quot;: [ # Output only. The user types.
11279 &quot;A String&quot;,
11280 ],
11281 },
11282 &quot;type&quot;: &quot;A String&quot;, # The source type.
11283 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11284 },
11285 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11286 },
11287 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
11288 &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`
11289 },
11290 ],
11291 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
11292 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
11293 &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.
11294 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
11295 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11296 &quot;source&quot;: { # The source of a field. # The source of the field.
11297 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11298 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11299 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11300 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11301 &quot;userTypes&quot;: [ # Output only. The user types.
11302 &quot;A String&quot;,
11303 ],
11304 },
11305 &quot;type&quot;: &quot;A String&quot;, # The source type.
11306 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11307 },
11308 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11309 },
11310 &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`
11311 },
11312 ],
11313 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
11314 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
11315 &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.
11316 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
11317 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11318 &quot;source&quot;: { # The source of a field. # The source of the field.
11319 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11320 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11321 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11322 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11323 &quot;userTypes&quot;: [ # Output only. The user types.
11324 &quot;A String&quot;,
11325 ],
11326 },
11327 &quot;type&quot;: &quot;A String&quot;, # The source type.
11328 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11329 },
11330 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11331 },
11332 &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`
11333 },
11334 ],
11335 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
11336 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
11337 &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.
11338 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
11339 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11340 &quot;source&quot;: { # The source of a field. # The source of the field.
11341 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11342 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11343 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11344 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11345 &quot;userTypes&quot;: [ # Output only. The user types.
11346 &quot;A String&quot;,
11347 ],
11348 },
11349 &quot;type&quot;: &quot;A String&quot;, # The source type.
11350 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11351 },
11352 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11353 },
11354 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
11355 },
11356 ],
11357 &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}`.
11358 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
11359 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
11360 &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.
11361 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
11362 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11363 &quot;source&quot;: { # The source of a field. # The source of the field.
11364 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11365 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11366 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11367 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11368 &quot;userTypes&quot;: [ # Output only. The user types.
11369 &quot;A String&quot;,
11370 ],
11371 },
11372 &quot;type&quot;: &quot;A String&quot;, # The source type.
11373 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11374 },
11375 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11376 },
11377 &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`
11378 &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.
11379 },
11380 ],
11381 &quot;skills&quot;: [ # The person&#x27;s skills.
11382 { # A skill that the person has.
11383 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
11384 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11385 &quot;source&quot;: { # The source of a field. # The source of the field.
11386 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11387 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11388 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11389 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11390 &quot;userTypes&quot;: [ # Output only. The user types.
11391 &quot;A String&quot;,
11392 ],
11393 },
11394 &quot;type&quot;: &quot;A String&quot;, # The source type.
11395 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11396 },
11397 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11398 },
11399 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011400 },
11401 ],
11402 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
11403 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
11404 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011405 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11406 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011407 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11408 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011409 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11410 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11411 &quot;userTypes&quot;: [ # Output only. The user types.
11412 &quot;A String&quot;,
11413 ],
11414 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011415 &quot;type&quot;: &quot;A String&quot;, # The source type.
11416 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011417 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011418 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011419 },
11420 &quot;value&quot;: &quot;A String&quot;, # The tagline.
11421 },
11422 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011423 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
11424 { # A person&#x27;s associated URLs.
11425 &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.
11426 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011427 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11428 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011429 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11430 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011431 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11432 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11433 &quot;userTypes&quot;: [ # Output only. The user types.
11434 &quot;A String&quot;,
11435 ],
11436 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011437 &quot;type&quot;: &quot;A String&quot;, # The source type.
11438 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011439 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011440 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011441 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011442 &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`
11443 &quot;value&quot;: &quot;A String&quot;, # The URL.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011444 },
11445 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011446 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
11447 { # Arbitrary user data that is populated by the end users.
11448 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
11449 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011450 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11451 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011452 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11453 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011454 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11455 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11456 &quot;userTypes&quot;: [ # Output only. The user types.
11457 &quot;A String&quot;,
11458 ],
11459 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011460 &quot;type&quot;: &quot;A String&quot;, # The source type.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011461 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011462 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011463 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011464 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011465 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011466 },
11467 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -070011468}
11469
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011470 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
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070011471 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 -070011472 Allowed values
11473 READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
11474 READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
11475 READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
11476 READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080011477 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 Kimd059ad82020-07-22 17:02:09 -070011478 x__xgafv: string, V1 error format.
11479 Allowed values
11480 1 - v1 error format
11481 2 - v2 error format
11482
11483Returns:
11484 An object of the form:
11485
11486 { # Information about a person merged from various data sources such as the authenticated user&#x27;s contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011487 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
11488 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
11489 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
11490 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
11491 &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.
11492 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
11493 &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.
11494 &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.
11495 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
11496 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11497 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011498 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11499 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011500 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11501 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11502 &quot;userTypes&quot;: [ # Output only. The user types.
11503 &quot;A String&quot;,
11504 ],
11505 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011506 &quot;type&quot;: &quot;A String&quot;, # The source type.
11507 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011508 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011509 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11510 },
11511 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
11512 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
11513 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
11514 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
11515 &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`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011516 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011517 ],
11518 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
11519 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
11520 { # A person&#x27;s age range.
11521 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
11522 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
11523 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11524 &quot;source&quot;: { # The source of a field. # The source of the field.
11525 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11526 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11527 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11528 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11529 &quot;userTypes&quot;: [ # Output only. The user types.
11530 &quot;A String&quot;,
11531 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011532 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011533 &quot;type&quot;: &quot;A String&quot;, # The source type.
11534 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011535 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011536 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11537 },
11538 },
11539 ],
11540 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
11541 { # A person&#x27;s short biography.
11542 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
11543 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
11544 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11545 &quot;source&quot;: { # The source of a field. # The source of the field.
11546 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11547 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11548 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11549 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11550 &quot;userTypes&quot;: [ # Output only. The user types.
11551 &quot;A String&quot;,
11552 ],
11553 },
11554 &quot;type&quot;: &quot;A String&quot;, # The source type.
11555 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11556 },
11557 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11558 },
11559 &quot;value&quot;: &quot;A String&quot;, # The short biography.
11560 },
11561 ],
11562 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
11563 { # 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.
11564 &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.
11565 &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.
11566 &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.
11567 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11568 },
11569 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
11570 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11571 &quot;source&quot;: { # The source of a field. # The source of the field.
11572 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11573 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11574 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11575 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11576 &quot;userTypes&quot;: [ # Output only. The user types.
11577 &quot;A String&quot;,
11578 ],
11579 },
11580 &quot;type&quot;: &quot;A String&quot;, # The source type.
11581 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11582 },
11583 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11584 },
11585 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
11586 },
11587 ],
11588 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
11589 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
11590 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
11591 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11592 &quot;source&quot;: { # The source of a field. # The source of the field.
11593 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11594 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11595 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11596 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11597 &quot;userTypes&quot;: [ # Output only. The user types.
11598 &quot;A String&quot;,
11599 ],
11600 },
11601 &quot;type&quot;: &quot;A String&quot;, # The source type.
11602 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11603 },
11604 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11605 },
11606 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
11607 },
11608 ],
11609 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
11610 { # A person&#x27;s calendar URL.
11611 &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.
11612 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
11613 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11614 &quot;source&quot;: { # The source of a field. # The source of the field.
11615 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11616 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11617 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11618 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11619 &quot;userTypes&quot;: [ # Output only. The user types.
11620 &quot;A String&quot;,
11621 ],
11622 },
11623 &quot;type&quot;: &quot;A String&quot;, # The source type.
11624 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11625 },
11626 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11627 },
11628 &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`
11629 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
11630 },
11631 ],
11632 &quot;clientData&quot;: [ # The person&#x27;s client data.
11633 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
11634 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
11635 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
11636 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11637 &quot;source&quot;: { # The source of a field. # The source of the field.
11638 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11639 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11640 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11641 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11642 &quot;userTypes&quot;: [ # Output only. The user types.
11643 &quot;A String&quot;,
11644 ],
11645 },
11646 &quot;type&quot;: &quot;A String&quot;, # The source type.
11647 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11648 },
11649 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11650 },
11651 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
11652 },
11653 ],
11654 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
11655 { # 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.
11656 &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.
11657 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
11658 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11659 &quot;source&quot;: { # The source of a field. # The source of the field.
11660 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11661 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11662 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11663 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11664 &quot;userTypes&quot;: [ # Output only. The user types.
11665 &quot;A String&quot;,
11666 ],
11667 },
11668 &quot;type&quot;: &quot;A String&quot;, # The source type.
11669 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11670 },
11671 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11672 },
11673 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
11674 },
11675 ],
11676 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
11677 { # A person&#x27;s email address.
11678 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
11679 &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.
11680 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
11681 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11682 &quot;source&quot;: { # The source of a field. # The source of the field.
11683 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11684 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11685 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11686 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11687 &quot;userTypes&quot;: [ # Output only. The user types.
11688 &quot;A String&quot;,
11689 ],
11690 },
11691 &quot;type&quot;: &quot;A String&quot;, # The source type.
11692 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11693 },
11694 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11695 },
11696 &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`
11697 &quot;value&quot;: &quot;A String&quot;, # The email address.
11698 },
11699 ],
11700 &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.
11701 &quot;events&quot;: [ # The person&#x27;s events.
11702 { # An event related to the person.
11703 &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.
11704 &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.
11705 &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.
11706 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11707 },
11708 &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.
11709 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
11710 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11711 &quot;source&quot;: { # The source of a field. # The source of the field.
11712 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11713 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11714 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11715 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11716 &quot;userTypes&quot;: [ # Output only. The user types.
11717 &quot;A String&quot;,
11718 ],
11719 },
11720 &quot;type&quot;: &quot;A String&quot;, # The source type.
11721 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11722 },
11723 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11724 },
11725 &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`
11726 },
11727 ],
11728 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
11729 { # An identifier from an external entity related to the person.
11730 &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.
11731 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
11732 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11733 &quot;source&quot;: { # The source of a field. # The source of the field.
11734 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11735 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11736 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11737 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11738 &quot;userTypes&quot;: [ # Output only. The user types.
11739 &quot;A String&quot;,
11740 ],
11741 },
11742 &quot;type&quot;: &quot;A String&quot;, # The source type.
11743 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11744 },
11745 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11746 },
11747 &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`
11748 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
11749 },
11750 ],
11751 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
11752 { # The name that should be used to sort the person in a list.
11753 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
11754 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11755 &quot;source&quot;: { # The source of a field. # The source of the field.
11756 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11757 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11758 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11759 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11760 &quot;userTypes&quot;: [ # Output only. The user types.
11761 &quot;A String&quot;,
11762 ],
11763 },
11764 &quot;type&quot;: &quot;A String&quot;, # The source type.
11765 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11766 },
11767 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11768 },
11769 &quot;value&quot;: &quot;A String&quot;, # The file-as value
11770 },
11771 ],
11772 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
11773 { # A person&#x27;s gender.
11774 &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`
11775 &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.
11776 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
11777 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11778 &quot;source&quot;: { # The source of a field. # The source of the field.
11779 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11780 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11781 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11782 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11783 &quot;userTypes&quot;: [ # Output only. The user types.
11784 &quot;A String&quot;,
11785 ],
11786 },
11787 &quot;type&quot;: &quot;A String&quot;, # The source type.
11788 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11789 },
11790 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11791 },
11792 &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`
11793 },
11794 ],
11795 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
11796 { # A person&#x27;s instant messaging client.
11797 &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.
11798 &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.
11799 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
11800 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11801 &quot;source&quot;: { # The source of a field. # The source of the field.
11802 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11803 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11804 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11805 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11806 &quot;userTypes&quot;: [ # Output only. The user types.
11807 &quot;A String&quot;,
11808 ],
11809 },
11810 &quot;type&quot;: &quot;A String&quot;, # The source type.
11811 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11812 },
11813 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11814 },
11815 &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`
11816 &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`
11817 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
11818 },
11819 ],
11820 &quot;interests&quot;: [ # The person&#x27;s interests.
11821 { # One of the person&#x27;s interests.
11822 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
11823 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11824 &quot;source&quot;: { # The source of a field. # The source of the field.
11825 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11826 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11827 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11828 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11829 &quot;userTypes&quot;: [ # Output only. The user types.
11830 &quot;A String&quot;,
11831 ],
11832 },
11833 &quot;type&quot;: &quot;A String&quot;, # The source type.
11834 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11835 },
11836 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11837 },
11838 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
11839 },
11840 ],
11841 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
11842 { # A person&#x27;s locale preference.
11843 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
11844 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11845 &quot;source&quot;: { # The source of a field. # The source of the field.
11846 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11847 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11848 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11849 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11850 &quot;userTypes&quot;: [ # Output only. The user types.
11851 &quot;A String&quot;,
11852 ],
11853 },
11854 &quot;type&quot;: &quot;A String&quot;, # The source type.
11855 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11856 },
11857 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11858 },
11859 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
11860 },
11861 ],
11862 &quot;locations&quot;: [ # The person&#x27;s locations.
11863 { # A person&#x27;s location.
11864 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
11865 &quot;current&quot;: True or False, # Whether the location is the current location.
11866 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
11867 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
11868 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
11869 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
11870 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11871 &quot;source&quot;: { # The source of a field. # The source of the field.
11872 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11873 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11874 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11875 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11876 &quot;userTypes&quot;: [ # Output only. The user types.
11877 &quot;A String&quot;,
11878 ],
11879 },
11880 &quot;type&quot;: &quot;A String&quot;, # The source type.
11881 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11882 },
11883 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11884 },
11885 &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`
11886 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
11887 },
11888 ],
11889 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
11890 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
11891 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
11892 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
11893 &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.
11894 },
11895 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
11896 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
11897 },
11898 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
11899 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11900 &quot;source&quot;: { # The source of a field. # The source of the field.
11901 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11902 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11903 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11904 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11905 &quot;userTypes&quot;: [ # Output only. The user types.
11906 &quot;A String&quot;,
11907 ],
11908 },
11909 &quot;type&quot;: &quot;A String&quot;, # The source type.
11910 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11911 },
11912 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11913 },
11914 },
11915 ],
11916 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
11917 &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.
11918 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
11919 &quot;A String&quot;,
11920 ],
11921 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
11922 &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.
11923 &quot;A String&quot;,
11924 ],
11925 &quot;sources&quot;: [ # The sources of data for the person.
11926 { # The source of a field.
11927 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11928 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11929 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11930 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11931 &quot;userTypes&quot;: [ # Output only. The user types.
11932 &quot;A String&quot;,
11933 ],
11934 },
11935 &quot;type&quot;: &quot;A String&quot;, # The source type.
11936 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011937 },
11938 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011939 },
11940 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
11941 { # A person&#x27;s miscellaneous keyword.
11942 &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.
11943 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
11944 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11945 &quot;source&quot;: { # The source of a field. # The source of the field.
11946 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11947 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11948 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11949 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11950 &quot;userTypes&quot;: [ # Output only. The user types.
11951 &quot;A String&quot;,
11952 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011953 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011954 &quot;type&quot;: &quot;A String&quot;, # The source type.
11955 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011956 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011957 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011958 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011959 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
11960 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
11961 },
11962 ],
11963 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
11964 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
11965 &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.
11966 &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.
11967 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
11968 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
11969 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
11970 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
11971 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
11972 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
11973 &quot;source&quot;: { # The source of a field. # The source of the field.
11974 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11975 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11976 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11977 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11978 &quot;userTypes&quot;: [ # Output only. The user types.
11979 &quot;A String&quot;,
11980 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011981 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011982 &quot;type&quot;: &quot;A String&quot;, # The source type.
11983 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011984 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011985 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080011986 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080011987 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
11988 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
11989 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
11990 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
11991 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
11992 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
11993 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
11994 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
11995 },
11996 ],
11997 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
11998 { # A person&#x27;s nickname.
11999 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
12000 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12001 &quot;source&quot;: { # The source of a field. # The source of the field.
12002 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12003 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12004 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12005 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12006 &quot;userTypes&quot;: [ # Output only. The user types.
12007 &quot;A String&quot;,
12008 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012009 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012010 &quot;type&quot;: &quot;A String&quot;, # The source type.
12011 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012012 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012013 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012014 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012015 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
12016 &quot;value&quot;: &quot;A String&quot;, # The nickname.
12017 },
12018 ],
12019 &quot;occupations&quot;: [ # The person&#x27;s occupations.
12020 { # A person&#x27;s occupation.
12021 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
12022 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12023 &quot;source&quot;: { # The source of a field. # The source of the field.
12024 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12025 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12026 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12027 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12028 &quot;userTypes&quot;: [ # Output only. The user types.
12029 &quot;A String&quot;,
12030 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012031 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012032 &quot;type&quot;: &quot;A String&quot;, # The source type.
12033 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012034 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012035 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012036 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012037 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
12038 },
12039 ],
12040 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
12041 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
12042 &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.
12043 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
12044 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
12045 &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.
12046 &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.
12047 &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.
12048 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12049 },
12050 &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.
12051 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
12052 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
12053 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
12054 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12055 &quot;source&quot;: { # The source of a field. # The source of the field.
12056 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12057 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12058 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12059 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12060 &quot;userTypes&quot;: [ # Output only. The user types.
12061 &quot;A String&quot;,
12062 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012063 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012064 &quot;type&quot;: &quot;A String&quot;, # The source type.
12065 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012066 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012067 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012068 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012069 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
12070 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
12071 &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.
12072 &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.
12073 &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.
12074 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12075 },
12076 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
12077 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
12078 &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`
12079 },
12080 ],
12081 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
12082 { # A person&#x27;s phone number.
12083 &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.
12084 &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.
12085 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
12086 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12087 &quot;source&quot;: { # The source of a field. # The source of the field.
12088 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12089 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12090 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12091 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12092 &quot;userTypes&quot;: [ # Output only. The user types.
12093 &quot;A String&quot;,
12094 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012095 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012096 &quot;type&quot;: &quot;A String&quot;, # The source type.
12097 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012098 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012099 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012100 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012101 &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`
12102 &quot;value&quot;: &quot;A String&quot;, # The phone number.
12103 },
12104 ],
12105 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
12106 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
12107 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
12108 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
12109 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12110 &quot;source&quot;: { # The source of a field. # The source of the field.
12111 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12112 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12113 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12114 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12115 &quot;userTypes&quot;: [ # Output only. The user types.
12116 &quot;A String&quot;,
12117 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012118 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012119 &quot;type&quot;: &quot;A String&quot;, # The source type.
12120 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012121 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012122 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012123 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012124 &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
12125 },
12126 ],
12127 &quot;relations&quot;: [ # The person&#x27;s relations.
12128 { # A person&#x27;s relation to another person.
12129 &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.
12130 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
12131 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12132 &quot;source&quot;: { # The source of a field. # The source of the field.
12133 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12134 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12135 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12136 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12137 &quot;userTypes&quot;: [ # Output only. The user types.
12138 &quot;A String&quot;,
12139 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012140 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012141 &quot;type&quot;: &quot;A String&quot;, # The source type.
12142 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012143 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012144 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012145 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012146 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
12147 &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`
12148 },
12149 ],
12150 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
12151 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
12152 &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.
12153 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
12154 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12155 &quot;source&quot;: { # The source of a field. # The source of the field.
12156 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12157 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12158 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12159 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12160 &quot;userTypes&quot;: [ # Output only. The user types.
12161 &quot;A String&quot;,
12162 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012163 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012164 &quot;type&quot;: &quot;A String&quot;, # The source type.
12165 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012166 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012167 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012168 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012169 &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`
12170 },
12171 ],
12172 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
12173 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
12174 &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.
12175 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
12176 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12177 &quot;source&quot;: { # The source of a field. # The source of the field.
12178 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12179 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12180 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12181 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12182 &quot;userTypes&quot;: [ # Output only. The user types.
12183 &quot;A String&quot;,
12184 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012185 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012186 &quot;type&quot;: &quot;A String&quot;, # The source type.
12187 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012188 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012189 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012190 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012191 &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`
12192 },
12193 ],
12194 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
12195 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
12196 &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.
12197 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
12198 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12199 &quot;source&quot;: { # The source of a field. # The source of the field.
12200 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12201 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12202 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12203 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12204 &quot;userTypes&quot;: [ # Output only. The user types.
12205 &quot;A String&quot;,
12206 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012207 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012208 &quot;type&quot;: &quot;A String&quot;, # The source type.
12209 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012210 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012211 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012212 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012213 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
12214 },
12215 ],
12216 &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}`.
12217 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
12218 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
12219 &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.
12220 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
12221 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12222 &quot;source&quot;: { # The source of a field. # The source of the field.
12223 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12224 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12225 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12226 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12227 &quot;userTypes&quot;: [ # Output only. The user types.
12228 &quot;A String&quot;,
12229 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012230 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012231 &quot;type&quot;: &quot;A String&quot;, # The source type.
12232 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012233 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012234 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012235 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012236 &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`
12237 &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.
12238 },
12239 ],
12240 &quot;skills&quot;: [ # The person&#x27;s skills.
12241 { # A skill that the person has.
12242 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
12243 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12244 &quot;source&quot;: { # The source of a field. # The source of the field.
12245 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12246 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12247 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12248 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12249 &quot;userTypes&quot;: [ # Output only. The user types.
12250 &quot;A String&quot;,
12251 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012252 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012253 &quot;type&quot;: &quot;A String&quot;, # The source type.
12254 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012255 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012256 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012257 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012258 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
12259 },
12260 ],
12261 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
12262 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
12263 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
12264 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12265 &quot;source&quot;: { # The source of a field. # The source of the field.
12266 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12267 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12268 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12269 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12270 &quot;userTypes&quot;: [ # Output only. The user types.
12271 &quot;A String&quot;,
12272 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012273 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012274 &quot;type&quot;: &quot;A String&quot;, # The source type.
12275 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012276 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012277 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080012278 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012279 &quot;value&quot;: &quot;A String&quot;, # The tagline.
12280 },
12281 ],
12282 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
12283 { # A person&#x27;s associated URLs.
12284 &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.
12285 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
12286 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12287 &quot;source&quot;: { # The source of a field. # The source of the field.
12288 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12289 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12290 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12291 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12292 &quot;userTypes&quot;: [ # Output only. The user types.
12293 &quot;A String&quot;,
12294 ],
12295 },
12296 &quot;type&quot;: &quot;A String&quot;, # The source type.
12297 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12298 },
12299 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12300 },
12301 &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`
12302 &quot;value&quot;: &quot;A String&quot;, # The URL.
12303 },
12304 ],
12305 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
12306 { # Arbitrary user data that is populated by the end users.
12307 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
12308 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
12309 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12310 &quot;source&quot;: { # The source of a field. # The source of the field.
12311 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12312 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12313 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12314 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12315 &quot;userTypes&quot;: [ # Output only. The user types.
12316 &quot;A String&quot;,
12317 ],
12318 },
12319 &quot;type&quot;: &quot;A String&quot;, # The source type.
12320 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12321 },
12322 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12323 },
12324 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
12325 },
12326 ],
12327}</pre>
Dan O'Mearadd494642020-05-01 07:42:23 -070012328</div>
12329
12330<div class="method">
12331 <code class="details" id="updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -070012332 <pre>Update a contact&#x27;s photo.
Dan O'Mearadd494642020-05-01 07:42:23 -070012333
12334Args:
12335 resourceName: string, Required. Person resource name (required)
12336 body: object, The request body.
12337 The object takes the form of:
12338
Bu Sun Kimd059ad82020-07-22 17:02:09 -070012339{ # A request to update an existing contact&#x27;s photo. All requests must have a valid photo format: JPEG or PNG.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012340 &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
12341 &quot;photoBytes&quot;: &quot;A String&quot;, # Required. Raw photo bytes
12342 &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.
12343 &quot;A String&quot;,
12344 ],
12345}
Dan O'Mearadd494642020-05-01 07:42:23 -070012346
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070012347 x__xgafv: string, V1 error format.
12348 Allowed values
12349 1 - v1 error format
12350 2 - v2 error format
12351
12352Returns:
12353 An object of the form:
12354
Bu Sun Kim65020912020-05-20 12:08:20 -070012355 { # The response for updating a contact&#x27;s photo.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012356 &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.
12357 &quot;addresses&quot;: [ # The person&#x27;s street addresses.
12358 { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
12359 &quot;city&quot;: &quot;A String&quot;, # The city of the address.
12360 &quot;country&quot;: &quot;A String&quot;, # The country of the address.
12361 &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.
12362 &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
12363 &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.
12364 &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.
12365 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
12366 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12367 &quot;source&quot;: { # The source of a field. # The source of the field.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012368 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12369 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012370 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12371 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12372 &quot;userTypes&quot;: [ # Output only. The user types.
12373 &quot;A String&quot;,
12374 ],
12375 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012376 &quot;type&quot;: &quot;A String&quot;, # The source type.
12377 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012378 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012379 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12380 },
12381 &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
12382 &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
12383 &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
12384 &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
12385 &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`
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012386 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012387 ],
12388 &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
12389 &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
12390 { # A person&#x27;s age range.
12391 &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
12392 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
12393 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12394 &quot;source&quot;: { # The source of a field. # The source of the field.
12395 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12396 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12397 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12398 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12399 &quot;userTypes&quot;: [ # Output only. The user types.
12400 &quot;A String&quot;,
12401 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012402 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012403 &quot;type&quot;: &quot;A String&quot;, # The source type.
12404 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012405 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012406 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012407 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012408 },
12409 ],
12410 &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
12411 { # A person&#x27;s short biography.
12412 &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
12413 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
12414 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12415 &quot;source&quot;: { # The source of a field. # The source of the field.
12416 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12417 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12418 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12419 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12420 &quot;userTypes&quot;: [ # Output only. The user types.
12421 &quot;A String&quot;,
12422 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012423 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012424 &quot;type&quot;: &quot;A String&quot;, # The source type.
12425 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012426 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012427 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012428 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012429 &quot;value&quot;: &quot;A String&quot;, # The short biography.
12430 },
12431 ],
12432 &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
12433 { # 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.
12434 &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.
12435 &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.
12436 &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.
12437 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012438 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012439 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
12440 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12441 &quot;source&quot;: { # The source of a field. # The source of the field.
12442 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12443 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12444 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12445 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12446 &quot;userTypes&quot;: [ # Output only. The user types.
12447 &quot;A String&quot;,
12448 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012449 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012450 &quot;type&quot;: &quot;A String&quot;, # The source type.
12451 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012452 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012453 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012454 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012455 &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
12456 },
12457 ],
12458 &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
12459 { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
12460 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
12461 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12462 &quot;source&quot;: { # The source of a field. # The source of the field.
12463 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12464 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12465 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12466 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12467 &quot;userTypes&quot;: [ # Output only. The user types.
12468 &quot;A String&quot;,
12469 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012470 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012471 &quot;type&quot;: &quot;A String&quot;, # The source type.
12472 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012473 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012474 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012475 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012476 &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
12477 },
12478 ],
12479 &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
12480 { # A person&#x27;s calendar URL.
12481 &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.
12482 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
12483 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12484 &quot;source&quot;: { # The source of a field. # The source of the field.
12485 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12486 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12487 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12488 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12489 &quot;userTypes&quot;: [ # Output only. The user types.
12490 &quot;A String&quot;,
12491 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012492 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012493 &quot;type&quot;: &quot;A String&quot;, # The source type.
12494 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012495 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012496 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012497 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012498 &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`
12499 &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
12500 },
12501 ],
12502 &quot;clientData&quot;: [ # The person&#x27;s client data.
12503 { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
12504 &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
12505 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
12506 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12507 &quot;source&quot;: { # The source of a field. # The source of the field.
12508 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12509 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12510 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12511 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12512 &quot;userTypes&quot;: [ # Output only. The user types.
12513 &quot;A String&quot;,
12514 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012515 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012516 &quot;type&quot;: &quot;A String&quot;, # The source type.
12517 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012518 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012519 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012520 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012521 &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
12522 },
12523 ],
12524 &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
12525 { # 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.
12526 &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.
12527 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
12528 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12529 &quot;source&quot;: { # The source of a field. # The source of the field.
12530 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12531 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12532 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12533 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12534 &quot;userTypes&quot;: [ # Output only. The user types.
12535 &quot;A String&quot;,
12536 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012537 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012538 &quot;type&quot;: &quot;A String&quot;, # The source type.
12539 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012540 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012541 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012542 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012543 &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
12544 },
12545 ],
12546 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses.
12547 { # A person&#x27;s email address.
12548 &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
12549 &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.
12550 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
12551 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12552 &quot;source&quot;: { # The source of a field. # The source of the field.
12553 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12554 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12555 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12556 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12557 &quot;userTypes&quot;: [ # Output only. The user types.
12558 &quot;A String&quot;,
12559 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012560 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012561 &quot;type&quot;: &quot;A String&quot;, # The source type.
12562 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012563 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012564 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012565 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012566 &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`
12567 &quot;value&quot;: &quot;A String&quot;, # The email address.
12568 },
12569 ],
12570 &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.
12571 &quot;events&quot;: [ # The person&#x27;s events.
12572 { # An event related to the person.
12573 &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.
12574 &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.
12575 &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.
12576 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012577 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012578 &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.
12579 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
12580 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12581 &quot;source&quot;: { # The source of a field. # The source of the field.
12582 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12583 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12584 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12585 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12586 &quot;userTypes&quot;: [ # Output only. The user types.
12587 &quot;A String&quot;,
12588 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012589 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012590 &quot;type&quot;: &quot;A String&quot;, # The source type.
12591 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012592 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012593 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012594 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012595 &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`
12596 },
12597 ],
12598 &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
12599 { # An identifier from an external entity related to the person.
12600 &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.
12601 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
12602 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12603 &quot;source&quot;: { # The source of a field. # The source of the field.
12604 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12605 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12606 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12607 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12608 &quot;userTypes&quot;: [ # Output only. The user types.
12609 &quot;A String&quot;,
12610 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012611 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012612 &quot;type&quot;: &quot;A String&quot;, # The source type.
12613 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012614 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012615 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012616 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012617 &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`
12618 &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
12619 },
12620 ],
12621 &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
12622 { # The name that should be used to sort the person in a list.
12623 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
12624 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12625 &quot;source&quot;: { # The source of a field. # The source of the field.
12626 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12627 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12628 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12629 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12630 &quot;userTypes&quot;: [ # Output only. The user types.
12631 &quot;A String&quot;,
12632 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012633 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012634 &quot;type&quot;: &quot;A String&quot;, # The source type.
12635 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012636 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012637 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012638 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012639 &quot;value&quot;: &quot;A String&quot;, # The file-as value
12640 },
12641 ],
12642 &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
12643 { # A person&#x27;s gender.
12644 &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`
12645 &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.
12646 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
12647 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12648 &quot;source&quot;: { # The source of a field. # The source of the field.
12649 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12650 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12651 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12652 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12653 &quot;userTypes&quot;: [ # Output only. The user types.
12654 &quot;A String&quot;,
12655 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012656 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012657 &quot;type&quot;: &quot;A String&quot;, # The source type.
12658 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012659 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012660 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012661 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012662 &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`
12663 },
12664 ],
12665 &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
12666 { # A person&#x27;s instant messaging client.
12667 &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.
12668 &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.
12669 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
12670 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12671 &quot;source&quot;: { # The source of a field. # The source of the field.
12672 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12673 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12674 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12675 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12676 &quot;userTypes&quot;: [ # Output only. The user types.
12677 &quot;A String&quot;,
12678 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012679 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012680 &quot;type&quot;: &quot;A String&quot;, # The source type.
12681 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080012682 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012683 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12684 },
12685 &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`
12686 &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`
12687 &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
12688 },
12689 ],
12690 &quot;interests&quot;: [ # The person&#x27;s interests.
12691 { # One of the person&#x27;s interests.
12692 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
12693 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12694 &quot;source&quot;: { # The source of a field. # The source of the field.
12695 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12696 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12697 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12698 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12699 &quot;userTypes&quot;: [ # Output only. The user types.
12700 &quot;A String&quot;,
12701 ],
12702 },
12703 &quot;type&quot;: &quot;A String&quot;, # The source type.
12704 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12705 },
12706 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12707 },
12708 &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
12709 },
12710 ],
12711 &quot;locales&quot;: [ # The person&#x27;s locale preferences.
12712 { # A person&#x27;s locale preference.
12713 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
12714 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12715 &quot;source&quot;: { # The source of a field. # The source of the field.
12716 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12717 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12718 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12719 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12720 &quot;userTypes&quot;: [ # Output only. The user types.
12721 &quot;A String&quot;,
12722 ],
12723 },
12724 &quot;type&quot;: &quot;A String&quot;, # The source type.
12725 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12726 },
12727 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12728 },
12729 &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
12730 },
12731 ],
12732 &quot;locations&quot;: [ # The person&#x27;s locations.
12733 { # A person&#x27;s location.
12734 &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
12735 &quot;current&quot;: True or False, # Whether the location is the current location.
12736 &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
12737 &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
12738 &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
12739 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
12740 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12741 &quot;source&quot;: { # The source of a field. # The source of the field.
12742 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12743 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12744 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12745 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12746 &quot;userTypes&quot;: [ # Output only. The user types.
12747 &quot;A String&quot;,
12748 ],
12749 },
12750 &quot;type&quot;: &quot;A String&quot;, # The source type.
12751 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12752 },
12753 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12754 },
12755 &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`
12756 &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
12757 },
12758 ],
12759 &quot;memberships&quot;: [ # The person&#x27;s group memberships.
12760 { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
12761 &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
12762 &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
12763 &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.
12764 },
12765 &quot;domainMembership&quot;: { # A G Suite Domain membership. # Output only. The domain membership.
12766 &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s G Suite domain.
12767 },
12768 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
12769 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12770 &quot;source&quot;: { # The source of a field. # The source of the field.
12771 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12772 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12773 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12774 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12775 &quot;userTypes&quot;: [ # Output only. The user types.
12776 &quot;A String&quot;,
12777 ],
12778 },
12779 &quot;type&quot;: &quot;A String&quot;, # The source type.
12780 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12781 },
12782 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12783 },
12784 },
12785 ],
12786 &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
12787 &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.
12788 &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
12789 &quot;A String&quot;,
12790 ],
12791 &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
12792 &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.
12793 &quot;A String&quot;,
12794 ],
12795 &quot;sources&quot;: [ # The sources of data for the person.
12796 { # The source of a field.
12797 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12798 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12799 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12800 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12801 &quot;userTypes&quot;: [ # Output only. The user types.
12802 &quot;A String&quot;,
12803 ],
12804 },
12805 &quot;type&quot;: &quot;A String&quot;, # The source type.
12806 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080012807 },
12808 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070012809 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080012810 &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
12811 { # A person&#x27;s miscellaneous keyword.
12812 &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.
12813 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
12814 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12815 &quot;source&quot;: { # The source of a field. # The source of the field.
12816 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12817 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12818 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12819 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12820 &quot;userTypes&quot;: [ # Output only. The user types.
12821 &quot;A String&quot;,
12822 ],
12823 },
12824 &quot;type&quot;: &quot;A String&quot;, # The source type.
12825 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12826 },
12827 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12828 },
12829 &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
12830 &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
12831 },
12832 ],
12833 &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
12834 { # A person&#x27;s name. If the name is a mononym, the family name is empty.
12835 &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.
12836 &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.
12837 &quot;familyName&quot;: &quot;A String&quot;, # The family name.
12838 &quot;givenName&quot;: &quot;A String&quot;, # The given name.
12839 &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
12840 &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
12841 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
12842 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12843 &quot;source&quot;: { # The source of a field. # The source of the field.
12844 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12845 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12846 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12847 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12848 &quot;userTypes&quot;: [ # Output only. The user types.
12849 &quot;A String&quot;,
12850 ],
12851 },
12852 &quot;type&quot;: &quot;A String&quot;, # The source type.
12853 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12854 },
12855 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12856 },
12857 &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
12858 &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
12859 &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
12860 &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
12861 &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
12862 &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
12863 &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
12864 &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
12865 },
12866 ],
12867 &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
12868 { # A person&#x27;s nickname.
12869 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
12870 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12871 &quot;source&quot;: { # The source of a field. # The source of the field.
12872 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12873 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12874 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12875 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12876 &quot;userTypes&quot;: [ # Output only. The user types.
12877 &quot;A String&quot;,
12878 ],
12879 },
12880 &quot;type&quot;: &quot;A String&quot;, # The source type.
12881 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12882 },
12883 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12884 },
12885 &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
12886 &quot;value&quot;: &quot;A String&quot;, # The nickname.
12887 },
12888 ],
12889 &quot;occupations&quot;: [ # The person&#x27;s occupations.
12890 { # A person&#x27;s occupation.
12891 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
12892 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12893 &quot;source&quot;: { # The source of a field. # The source of the field.
12894 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12895 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12896 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12897 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12898 &quot;userTypes&quot;: [ # Output only. The user types.
12899 &quot;A String&quot;,
12900 ],
12901 },
12902 &quot;type&quot;: &quot;A String&quot;, # The source type.
12903 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12904 },
12905 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12906 },
12907 &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
12908 },
12909 ],
12910 &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
12911 { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
12912 &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.
12913 &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
12914 &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
12915 &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.
12916 &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.
12917 &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.
12918 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12919 },
12920 &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.
12921 &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
12922 &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
12923 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
12924 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12925 &quot;source&quot;: { # The source of a field. # The source of the field.
12926 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12927 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12928 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12929 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12930 &quot;userTypes&quot;: [ # Output only. The user types.
12931 &quot;A String&quot;,
12932 ],
12933 },
12934 &quot;type&quot;: &quot;A String&quot;, # The source type.
12935 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12936 },
12937 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12938 },
12939 &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
12940 &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
12941 &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.
12942 &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.
12943 &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.
12944 &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12945 },
12946 &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
12947 &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
12948 &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`
12949 },
12950 ],
12951 &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers.
12952 { # A person&#x27;s phone number.
12953 &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.
12954 &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.
12955 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
12956 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12957 &quot;source&quot;: { # The source of a field. # The source of the field.
12958 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12959 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12960 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12961 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12962 &quot;userTypes&quot;: [ # Output only. The user types.
12963 &quot;A String&quot;,
12964 ],
12965 },
12966 &quot;type&quot;: &quot;A String&quot;, # The source type.
12967 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12968 },
12969 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12970 },
12971 &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`
12972 &quot;value&quot;: &quot;A String&quot;, # The phone number.
12973 },
12974 ],
12975 &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
12976 { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
12977 &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
12978 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
12979 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
12980 &quot;source&quot;: { # The source of a field. # The source of the field.
12981 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12982 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12983 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12984 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12985 &quot;userTypes&quot;: [ # Output only. The user types.
12986 &quot;A String&quot;,
12987 ],
12988 },
12989 &quot;type&quot;: &quot;A String&quot;, # The source type.
12990 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12991 },
12992 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12993 },
12994 &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
12995 },
12996 ],
12997 &quot;relations&quot;: [ # The person&#x27;s relations.
12998 { # A person&#x27;s relation to another person.
12999 &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.
13000 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
13001 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
13002 &quot;source&quot;: { # The source of a field. # The source of the field.
13003 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13004 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13005 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13006 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13007 &quot;userTypes&quot;: [ # Output only. The user types.
13008 &quot;A String&quot;,
13009 ],
13010 },
13011 &quot;type&quot;: &quot;A String&quot;, # The source type.
13012 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13013 },
13014 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13015 },
13016 &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
13017 &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`
13018 },
13019 ],
13020 &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
13021 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
13022 &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.
13023 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
13024 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
13025 &quot;source&quot;: { # The source of a field. # The source of the field.
13026 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13027 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13028 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13029 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13030 &quot;userTypes&quot;: [ # Output only. The user types.
13031 &quot;A String&quot;,
13032 ],
13033 },
13034 &quot;type&quot;: &quot;A String&quot;, # The source type.
13035 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13036 },
13037 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13038 },
13039 &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`
13040 },
13041 ],
13042 &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
13043 { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
13044 &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.
13045 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
13046 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
13047 &quot;source&quot;: { # The source of a field. # The source of the field.
13048 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13049 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13050 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13051 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13052 &quot;userTypes&quot;: [ # Output only. The user types.
13053 &quot;A String&quot;,
13054 ],
13055 },
13056 &quot;type&quot;: &quot;A String&quot;, # The source type.
13057 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13058 },
13059 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13060 },
13061 &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`
13062 },
13063 ],
13064 &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
13065 { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
13066 &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.
13067 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
13068 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
13069 &quot;source&quot;: { # The source of a field. # The source of the field.
13070 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13071 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13072 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13073 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13074 &quot;userTypes&quot;: [ # Output only. The user types.
13075 &quot;A String&quot;,
13076 ],
13077 },
13078 &quot;type&quot;: &quot;A String&quot;, # The source type.
13079 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13080 },
13081 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13082 },
13083 &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
13084 },
13085 ],
13086 &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}`.
13087 &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
13088 { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
13089 &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.
13090 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
13091 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
13092 &quot;source&quot;: { # The source of a field. # The source of the field.
13093 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13094 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13095 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13096 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13097 &quot;userTypes&quot;: [ # Output only. The user types.
13098 &quot;A String&quot;,
13099 ],
13100 },
13101 &quot;type&quot;: &quot;A String&quot;, # The source type.
13102 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13103 },
13104 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13105 },
13106 &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`
13107 &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.
13108 },
13109 ],
13110 &quot;skills&quot;: [ # The person&#x27;s skills.
13111 { # A skill that the person has.
13112 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
13113 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
13114 &quot;source&quot;: { # The source of a field. # The source of the field.
13115 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13116 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13117 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13118 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13119 &quot;userTypes&quot;: [ # Output only. The user types.
13120 &quot;A String&quot;,
13121 ],
13122 },
13123 &quot;type&quot;: &quot;A String&quot;, # The source type.
13124 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13125 },
13126 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13127 },
13128 &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
13129 },
13130 ],
13131 &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
13132 { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
13133 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
13134 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
13135 &quot;source&quot;: { # The source of a field. # The source of the field.
13136 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13137 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13138 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13139 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13140 &quot;userTypes&quot;: [ # Output only. The user types.
13141 &quot;A String&quot;,
13142 ],
13143 },
13144 &quot;type&quot;: &quot;A String&quot;, # The source type.
13145 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13146 },
13147 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13148 },
13149 &quot;value&quot;: &quot;A String&quot;, # The tagline.
13150 },
13151 ],
13152 &quot;urls&quot;: [ # The person&#x27;s associated URLs.
13153 { # A person&#x27;s associated URLs.
13154 &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.
13155 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
13156 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
13157 &quot;source&quot;: { # The source of a field. # The source of the field.
13158 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13159 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13160 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13161 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13162 &quot;userTypes&quot;: [ # Output only. The user types.
13163 &quot;A String&quot;,
13164 ],
13165 },
13166 &quot;type&quot;: &quot;A String&quot;, # The source type.
13167 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13168 },
13169 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13170 },
13171 &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`
13172 &quot;value&quot;: &quot;A String&quot;, # The URL.
13173 },
13174 ],
13175 &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
13176 { # Arbitrary user data that is populated by the end users.
13177 &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
13178 &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
13179 &quot;primary&quot;: True or False, # True if the field is the primary field; false if the field is a secondary field.
13180 &quot;source&quot;: { # The source of a field. # The source of the field.
13181 &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13182 &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13183 &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13184 &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13185 &quot;userTypes&quot;: [ # Output only. The user types.
13186 &quot;A String&quot;,
13187 ],
13188 },
13189 &quot;type&quot;: &quot;A String&quot;, # The source type.
13190 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13191 },
13192 &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13193 },
13194 &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
13195 },
13196 ],
13197 },
13198}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070013199</div>
13200
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080013201</body></html>