1<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5  margin: 0;
6  padding: 0;
7  border: 0;
8  font-weight: inherit;
9  font-style: inherit;
10  font-size: 100%;
11  font-family: inherit;
12  vertical-align: baseline;
13}
14
15body {
16  font-size: 13px;
17  padding: 1em;
18}
19
20h1 {
21  font-size: 26px;
22  margin-bottom: 1em;
23}
24
25h2 {
26  font-size: 24px;
27  margin-bottom: 1em;
28}
29
30h3 {
31  font-size: 20px;
32  margin-bottom: 1em;
33  margin-top: 1em;
34}
35
36pre, code {
37  line-height: 1.5;
38  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42  margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46  font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50  border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54  margin-top: 0.5em;
55}
56
57.firstline {
58  margin-left: 2 em;
59}
60
61.method  {
62  margin-top: 1em;
63  border: solid 1px #CCC;
64  padding: 1em;
65  background: #EEE;
66}
67
68.details {
69  font-weight: bold;
70  font-size: 14px;
71}
72
73</style>
74
75<h1><a href="people_v1.html">People API</a> . <a href="people_v1.people.html">people</a></h1>
76<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">
83  <code><a href="#batchCreateContacts">batchCreateContacts(body=None, x__xgafv=None)</a></code></p>
84<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>
85<p class="toc_element">
86  <code><a href="#batchDeleteContacts">batchDeleteContacts(body=None, x__xgafv=None)</a></code></p>
87<p class="firstline">Delete a batch of contacts. Any non-contact data will not be deleted. Limited to 10 parallel requests per user.</p>
88<p class="toc_element">
89  <code><a href="#batchUpdateContacts">batchUpdateContacts(body=None, x__xgafv=None)</a></code></p>
90<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>
91<p class="toc_element">
92  <code><a href="#close">close()</a></code></p>
93<p class="firstline">Close httplib2 connections.</p>
94<p class="toc_element">
95  <code><a href="#createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</a></code></p>
96<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>
97<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">
101  <code><a href="#deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</a></code></p>
102<p class="firstline">Delete a contact's photo.</p>
103<p class="toc_element">
104  <code><a href="#get">get(resourceName, personFields=None, requestMask_includeField=None, sources=None, x__xgafv=None)</a></code></p>
105<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>
106<p class="toc_element">
107  <code><a href="#getBatchGet">getBatchGet(personFields=None, requestMask_includeField=None, resourceNames=None, sources=None, x__xgafv=None)</a></code></p>
108<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>
109<p class="toc_element">
110  <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>
111<p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory. When the `sync_token` is specified, resources deleted since the last sync will be returned as a person with `PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is specified, all other request parameters must match the first call. Writes may have a propagation delay of several minutes for sync requests. Incremental syncs are not intended for read-after-write use cases. See example usage at [List the directory people that have changed](/people/v1/directory#list_the_directory_people_that_have_changed).</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">
116  <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. **IMPORTANT**: Before searching, clients should send a warmup request with an empty query to update the cache. See https://developers.google.com/people/v1/contacts#search_the_users_contacts</p>
118<p class="toc_element">
119  <code><a href="#searchDirectoryPeople">searchDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, query=None, readMask=None, sources=None, x__xgafv=None)</a></code></p>
120<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">
125  <code><a href="#updateContact">updateContact(resourceName, body=None, personFields=None, sources=None, updatePersonFields=None, x__xgafv=None)</a></code></p>
126<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>
127<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>
130<h3>Method Details</h3>
131<div class="method">
132    <code class="details" id="batchCreateContacts">batchCreateContacts(body=None, x__xgafv=None)</code>
133  <pre>Create a batch of new contacts and return the PersonResponses for the newly created contacts. Limited to 10 parallel requests per user.
134
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, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
166              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
167            },
168            &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
169            &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
170            &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
171            &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
172            &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`
173          },
174        ],
175        &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
176        &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
177          { # A person&#x27;s age range.
178            &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
179            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
180              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
181              &quot;source&quot;: { # The source of a field. # The source of the field.
182                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
183                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
184                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
185                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
186                  &quot;userTypes&quot;: [ # Output only. The user types.
187                    &quot;A String&quot;,
188                  ],
189                },
190                &quot;type&quot;: &quot;A String&quot;, # The source type.
191                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
192              },
193              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
194              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
195            },
196          },
197        ],
198        &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
199          { # A person&#x27;s short biography.
200            &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
201            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
202              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
203              &quot;source&quot;: { # The source of a field. # The source of the field.
204                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
205                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
206                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
207                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
208                  &quot;userTypes&quot;: [ # Output only. The user types.
209                    &quot;A String&quot;,
210                  ],
211                },
212                &quot;type&quot;: &quot;A String&quot;, # The source type.
213                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
214              },
215              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
216              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
217            },
218            &quot;value&quot;: &quot;A String&quot;, # The short biography.
219          },
220        ],
221        &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
222          { # 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.
223            &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.
224              &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.
225              &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.
226              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
227            },
228            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
229              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
230              &quot;source&quot;: { # The source of a field. # The source of the field.
231                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
232                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
233                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
234                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
235                  &quot;userTypes&quot;: [ # Output only. The user types.
236                    &quot;A String&quot;,
237                  ],
238                },
239                &quot;type&quot;: &quot;A String&quot;, # The source type.
240                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
241              },
242              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
243              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
244            },
245            &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
246          },
247        ],
248        &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
249          { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
250            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
251              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
252              &quot;source&quot;: { # The source of a field. # The source of the field.
253                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
254                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
255                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
256                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
257                  &quot;userTypes&quot;: [ # Output only. The user types.
258                    &quot;A String&quot;,
259                  ],
260                },
261                &quot;type&quot;: &quot;A String&quot;, # The source type.
262                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
263              },
264              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
265              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
266            },
267            &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
268          },
269        ],
270        &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
271          { # A person&#x27;s calendar URL.
272            &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.
273            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
274              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
275              &quot;source&quot;: { # The source of a field. # The source of the field.
276                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
277                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
278                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
279                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
280                  &quot;userTypes&quot;: [ # Output only. The user types.
281                    &quot;A String&quot;,
282                  ],
283                },
284                &quot;type&quot;: &quot;A String&quot;, # The source type.
285                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
286              },
287              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
288              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
289            },
290            &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`
291            &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
292          },
293        ],
294        &quot;clientData&quot;: [ # The person&#x27;s client data.
295          { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
296            &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
297            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
298              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
299              &quot;source&quot;: { # The source of a field. # The source of the field.
300                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
301                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
302                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
303                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
304                  &quot;userTypes&quot;: [ # Output only. The user types.
305                    &quot;A String&quot;,
306                  ],
307                },
308                &quot;type&quot;: &quot;A String&quot;, # The source type.
309                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
310              },
311              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
312              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
313            },
314            &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
315          },
316        ],
317        &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
318          { # 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.
319            &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.
320            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
321              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
322              &quot;source&quot;: { # The source of a field. # The source of the field.
323                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
324                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
325                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
326                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
327                  &quot;userTypes&quot;: [ # Output only. The user types.
328                    &quot;A String&quot;,
329                  ],
330                },
331                &quot;type&quot;: &quot;A String&quot;, # The source type.
332                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
333              },
334              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
335              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
336            },
337            &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
338          },
339        ],
340        &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
341          { # A person&#x27;s email address.
342            &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
343            &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.
344            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
345              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
346              &quot;source&quot;: { # The source of a field. # The source of the field.
347                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
348                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
349                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
350                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
351                  &quot;userTypes&quot;: [ # Output only. The user types.
352                    &quot;A String&quot;,
353                  ],
354                },
355                &quot;type&quot;: &quot;A String&quot;, # The source type.
356                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
357              },
358              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
359              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
360            },
361            &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`
362            &quot;value&quot;: &quot;A String&quot;, # The email address.
363          },
364        ],
365        &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.
366        &quot;events&quot;: [ # The person&#x27;s events.
367          { # An event related to the person.
368            &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.
369              &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.
370              &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.
371              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
372            },
373            &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.
374            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
375              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
376              &quot;source&quot;: { # The source of a field. # The source of the field.
377                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
378                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
379                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
380                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
381                  &quot;userTypes&quot;: [ # Output only. The user types.
382                    &quot;A String&quot;,
383                  ],
384                },
385                &quot;type&quot;: &quot;A String&quot;, # The source type.
386                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
387              },
388              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
389              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
390            },
391            &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`
392          },
393        ],
394        &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
395          { # An identifier from an external entity related to the person.
396            &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.
397            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
398              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
399              &quot;source&quot;: { # The source of a field. # The source of the field.
400                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
401                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
402                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
403                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
404                  &quot;userTypes&quot;: [ # Output only. The user types.
405                    &quot;A String&quot;,
406                  ],
407                },
408                &quot;type&quot;: &quot;A String&quot;, # The source type.
409                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
410              },
411              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
412              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
413            },
414            &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`
415            &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
416          },
417        ],
418        &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
419          { # The name that should be used to sort the person in a list.
420            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
421              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
422              &quot;source&quot;: { # The source of a field. # The source of the field.
423                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
424                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
425                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
426                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
427                  &quot;userTypes&quot;: [ # Output only. The user types.
428                    &quot;A String&quot;,
429                  ],
430                },
431                &quot;type&quot;: &quot;A String&quot;, # The source type.
432                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
433              },
434              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
435              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
436            },
437            &quot;value&quot;: &quot;A String&quot;, # The file-as value
438          },
439        ],
440        &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
441          { # A person&#x27;s gender.
442            &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
443            &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.
444            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
445              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
446              &quot;source&quot;: { # The source of a field. # The source of the field.
447                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
448                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
449                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
450                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
451                  &quot;userTypes&quot;: [ # Output only. The user types.
452                    &quot;A String&quot;,
453                  ],
454                },
455                &quot;type&quot;: &quot;A String&quot;, # The source type.
456                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
457              },
458              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
459              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
460            },
461            &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`
462          },
463        ],
464        &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
465          { # A person&#x27;s instant messaging client.
466            &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.
467            &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.
468            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
469              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
470              &quot;source&quot;: { # The source of a field. # The source of the field.
471                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
472                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
473                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
474                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
475                  &quot;userTypes&quot;: [ # Output only. The user types.
476                    &quot;A String&quot;,
477                  ],
478                },
479                &quot;type&quot;: &quot;A String&quot;, # The source type.
480                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
481              },
482              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
483              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
484            },
485            &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`
486            &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`
487            &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
488          },
489        ],
490        &quot;interests&quot;: [ # The person&#x27;s interests.
491          { # One of the person&#x27;s interests.
492            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
493              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
494              &quot;source&quot;: { # The source of a field. # The source of the field.
495                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
496                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
497                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
498                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
499                  &quot;userTypes&quot;: [ # Output only. The user types.
500                    &quot;A String&quot;,
501                  ],
502                },
503                &quot;type&quot;: &quot;A String&quot;, # The source type.
504                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
505              },
506              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
507              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
508            },
509            &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
510          },
511        ],
512        &quot;locales&quot;: [ # The person&#x27;s locale preferences.
513          { # A person&#x27;s locale preference.
514            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
515              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
516              &quot;source&quot;: { # The source of a field. # The source of the field.
517                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
518                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
519                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
520                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
521                  &quot;userTypes&quot;: [ # Output only. The user types.
522                    &quot;A String&quot;,
523                  ],
524                },
525                &quot;type&quot;: &quot;A String&quot;, # The source type.
526                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
527              },
528              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
529              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
530            },
531            &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
532          },
533        ],
534        &quot;locations&quot;: [ # The person&#x27;s locations.
535          { # A person&#x27;s location.
536            &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
537            &quot;current&quot;: True or False, # Whether the location is the current location.
538            &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
539            &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
540            &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
541            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
542              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
543              &quot;source&quot;: { # The source of a field. # The source of the field.
544                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
545                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
546                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
547                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
548                  &quot;userTypes&quot;: [ # Output only. The user types.
549                    &quot;A String&quot;,
550                  ],
551                },
552                &quot;type&quot;: &quot;A String&quot;, # The source type.
553                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
554              },
555              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
556              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
557            },
558            &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`
559            &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
560          },
561        ],
562        &quot;memberships&quot;: [ # The person&#x27;s group memberships.
563          { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
564            &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
565              &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
566              &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.
567            },
568            &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
569              &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
570            },
571            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
572              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
573              &quot;source&quot;: { # The source of a field. # The source of the field.
574                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
575                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
576                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
577                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
578                  &quot;userTypes&quot;: [ # Output only. The user types.
579                    &quot;A String&quot;,
580                  ],
581                },
582                &quot;type&quot;: &quot;A String&quot;, # The source type.
583                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
584              },
585              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
586              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
587            },
588          },
589        ],
590        &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
591          &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
592          &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
593            &quot;A String&quot;,
594          ],
595          &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
596          &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
597            &quot;A String&quot;,
598          ],
599          &quot;sources&quot;: [ # The sources of data for the person.
600            { # The source of a field.
601              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
602              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
603              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
604                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
605                &quot;userTypes&quot;: [ # Output only. The user types.
606                  &quot;A String&quot;,
607                ],
608              },
609              &quot;type&quot;: &quot;A String&quot;, # The source type.
610              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
611            },
612          ],
613        },
614        &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
615          { # A person&#x27;s miscellaneous keyword.
616            &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.
617            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
618              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
619              &quot;source&quot;: { # The source of a field. # The source of the field.
620                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
621                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
622                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
623                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
624                  &quot;userTypes&quot;: [ # Output only. The user types.
625                    &quot;A String&quot;,
626                  ],
627                },
628                &quot;type&quot;: &quot;A String&quot;, # The source type.
629                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
630              },
631              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
632              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
633            },
634            &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
635            &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
636          },
637        ],
638        &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
639          { # A person&#x27;s name. If the name is a mononym, the family name is empty.
640            &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.
641            &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.
642            &quot;familyName&quot;: &quot;A String&quot;, # The family name.
643            &quot;givenName&quot;: &quot;A String&quot;, # The given name.
644            &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
645            &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
646            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
647              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
648              &quot;source&quot;: { # The source of a field. # The source of the field.
649                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
650                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
651                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
652                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
653                  &quot;userTypes&quot;: [ # Output only. The user types.
654                    &quot;A String&quot;,
655                  ],
656                },
657                &quot;type&quot;: &quot;A String&quot;, # The source type.
658                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
659              },
660              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
661              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
662            },
663            &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
664            &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
665            &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
666            &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
667            &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
668            &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
669            &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
670            &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
671          },
672        ],
673        &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
674          { # A person&#x27;s nickname.
675            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
676              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
677              &quot;source&quot;: { # The source of a field. # The source of the field.
678                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
679                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
680                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
681                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
682                  &quot;userTypes&quot;: [ # Output only. The user types.
683                    &quot;A String&quot;,
684                  ],
685                },
686                &quot;type&quot;: &quot;A String&quot;, # The source type.
687                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
688              },
689              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
690              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
691            },
692            &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
693            &quot;value&quot;: &quot;A String&quot;, # The nickname.
694          },
695        ],
696        &quot;occupations&quot;: [ # The person&#x27;s occupations.
697          { # A person&#x27;s occupation.
698            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
699              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
700              &quot;source&quot;: { # The source of a field. # The source of the field.
701                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
702                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
703                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
704                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
705                  &quot;userTypes&quot;: [ # Output only. The user types.
706                    &quot;A String&quot;,
707                  ],
708                },
709                &quot;type&quot;: &quot;A String&quot;, # The source type.
710                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
711              },
712              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
713              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
714            },
715            &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
716          },
717        ],
718        &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
719          { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
720            &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
721            &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.
722            &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
723            &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
724            &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.
725              &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.
726              &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.
727              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
728            },
729            &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.
730            &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
731            &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
732            &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
733            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
734              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
735              &quot;source&quot;: { # The source of a field. # The source of the field.
736                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
737                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
738                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
739                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
740                  &quot;userTypes&quot;: [ # Output only. The user types.
741                    &quot;A String&quot;,
742                  ],
743                },
744                &quot;type&quot;: &quot;A String&quot;, # The source type.
745                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
746              },
747              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
748              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
749            },
750            &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
751            &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
752            &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.
753              &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.
754              &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.
755              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
756            },
757            &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
758            &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
759            &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`
760          },
761        ],
762        &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
763          { # A person&#x27;s phone number.
764            &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.
765            &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.
766            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
767              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
768              &quot;source&quot;: { # The source of a field. # The source of the field.
769                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
770                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
771                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
772                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
773                  &quot;userTypes&quot;: [ # Output only. The user types.
774                    &quot;A String&quot;,
775                  ],
776                },
777                &quot;type&quot;: &quot;A String&quot;, # The source type.
778                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
779              },
780              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
781              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
782            },
783            &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`
784            &quot;value&quot;: &quot;A String&quot;, # The phone number.
785          },
786        ],
787        &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
788          { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
789            &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
790            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
791              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
792              &quot;source&quot;: { # The source of a field. # The source of the field.
793                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
794                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
795                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
796                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
797                  &quot;userTypes&quot;: [ # Output only. The user types.
798                    &quot;A String&quot;,
799                  ],
800                },
801                &quot;type&quot;: &quot;A String&quot;, # The source type.
802                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
803              },
804              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
805              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
806            },
807            &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
808          },
809        ],
810        &quot;relations&quot;: [ # The person&#x27;s relations.
811          { # A person&#x27;s relation to another person.
812            &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.
813            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
814              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
815              &quot;source&quot;: { # The source of a field. # The source of the field.
816                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
817                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
818                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
819                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
820                  &quot;userTypes&quot;: [ # Output only. The user types.
821                    &quot;A String&quot;,
822                  ],
823                },
824                &quot;type&quot;: &quot;A String&quot;, # The source type.
825                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
826              },
827              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
828              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
829            },
830            &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
831            &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`
832          },
833        ],
834        &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
835          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
836            &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.
837            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
838              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
839              &quot;source&quot;: { # The source of a field. # The source of the field.
840                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
841                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
842                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
843                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
844                  &quot;userTypes&quot;: [ # Output only. The user types.
845                    &quot;A String&quot;,
846                  ],
847                },
848                &quot;type&quot;: &quot;A String&quot;, # The source type.
849                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
850              },
851              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
852              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
853            },
854            &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`
855          },
856        ],
857        &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
858          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
859            &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.
860            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
861              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
862              &quot;source&quot;: { # The source of a field. # The source of the field.
863                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
864                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
865                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
866                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
867                  &quot;userTypes&quot;: [ # Output only. The user types.
868                    &quot;A String&quot;,
869                  ],
870                },
871                &quot;type&quot;: &quot;A String&quot;, # The source type.
872                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
873              },
874              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
875              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
876            },
877            &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`
878          },
879        ],
880        &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
881          { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
882            &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.
883            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
884              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
885              &quot;source&quot;: { # The source of a field. # The source of the field.
886                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
887                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
888                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
889                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
890                  &quot;userTypes&quot;: [ # Output only. The user types.
891                    &quot;A String&quot;,
892                  ],
893                },
894                &quot;type&quot;: &quot;A String&quot;, # The source type.
895                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
896              },
897              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
898              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
899            },
900            &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
901          },
902        ],
903        &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}`.
904        &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
905          { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
906            &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.
907            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
908              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
909              &quot;source&quot;: { # The source of a field. # The source of the field.
910                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
911                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
912                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
913                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
914                  &quot;userTypes&quot;: [ # Output only. The user types.
915                    &quot;A String&quot;,
916                  ],
917                },
918                &quot;type&quot;: &quot;A String&quot;, # The source type.
919                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
920              },
921              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
922              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
923            },
924            &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`
925            &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.
926          },
927        ],
928        &quot;skills&quot;: [ # The person&#x27;s skills.
929          { # A skill that the person has.
930            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
931              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
932              &quot;source&quot;: { # The source of a field. # The source of the field.
933                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
934                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
935                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
936                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
937                  &quot;userTypes&quot;: [ # Output only. The user types.
938                    &quot;A String&quot;,
939                  ],
940                },
941                &quot;type&quot;: &quot;A String&quot;, # The source type.
942                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
943              },
944              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
945              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
946            },
947            &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
948          },
949        ],
950        &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
951          { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
952            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
953              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
954              &quot;source&quot;: { # The source of a field. # The source of the field.
955                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
956                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
957                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
958                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
959                  &quot;userTypes&quot;: [ # Output only. The user types.
960                    &quot;A String&quot;,
961                  ],
962                },
963                &quot;type&quot;: &quot;A String&quot;, # The source type.
964                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
965              },
966              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
967              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
968            },
969            &quot;value&quot;: &quot;A String&quot;, # The tagline.
970          },
971        ],
972        &quot;urls&quot;: [ # The person&#x27;s associated URLs.
973          { # A person&#x27;s associated URLs.
974            &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.
975            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
976              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
977              &quot;source&quot;: { # The source of a field. # The source of the field.
978                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
979                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
980                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
981                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
982                  &quot;userTypes&quot;: [ # Output only. The user types.
983                    &quot;A String&quot;,
984                  ],
985                },
986                &quot;type&quot;: &quot;A String&quot;, # The source type.
987                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
988              },
989              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
990              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
991            },
992            &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`
993            &quot;value&quot;: &quot;A String&quot;, # The URL.
994          },
995        ],
996        &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
997          { # Arbitrary user data that is populated by the end users.
998            &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
999            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
1000              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1001              &quot;source&quot;: { # The source of a field. # The source of the field.
1002                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1003                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1004                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1005                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1006                  &quot;userTypes&quot;: [ # Output only. The user types.
1007                    &quot;A String&quot;,
1008                  ],
1009                },
1010                &quot;type&quot;: &quot;A String&quot;, # The source type.
1011                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1012              },
1013              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1014              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1015            },
1016            &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1017          },
1018        ],
1019      },
1020    },
1021  ],
1022  &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
1023  &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.
1024    &quot;A String&quot;,
1025  ],
1026}
1027
1028  x__xgafv: string, V1 error format.
1029    Allowed values
1030      1 - v1 error format
1031      2 - v2 error format
1032
1033Returns:
1034  An object of the form:
1035
1036    { # If not successful, returns BatchCreateContactsErrorDetails which contains a list of errors for each invalid contact. The response to a request to create a batch of contacts.
1037  &quot;createdPeople&quot;: [ # The contacts that were created, unless the request `read_mask` is empty.
1038    { # The response for a single person
1039      &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
1040      &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.
1041        &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1042          { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1043            &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1044            &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1045            &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.
1046            &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1047            &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.
1048            &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.
1049            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
1050              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1051              &quot;source&quot;: { # The source of a field. # The source of the field.
1052                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1053                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1054                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1055                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1056                  &quot;userTypes&quot;: [ # Output only. The user types.
1057                    &quot;A String&quot;,
1058                  ],
1059                },
1060                &quot;type&quot;: &quot;A String&quot;, # The source type.
1061                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1062              },
1063              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1064              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1065            },
1066            &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1067            &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1068            &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1069            &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1070            &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`
1071          },
1072        ],
1073        &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
1074        &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
1075          { # A person&#x27;s age range.
1076            &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
1077            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
1078              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1079              &quot;source&quot;: { # The source of a field. # The source of the field.
1080                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1081                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1082                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1083                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1084                  &quot;userTypes&quot;: [ # Output only. The user types.
1085                    &quot;A String&quot;,
1086                  ],
1087                },
1088                &quot;type&quot;: &quot;A String&quot;, # The source type.
1089                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1090              },
1091              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1092              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1093            },
1094          },
1095        ],
1096        &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
1097          { # A person&#x27;s short biography.
1098            &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
1099            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
1100              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1101              &quot;source&quot;: { # The source of a field. # The source of the field.
1102                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1103                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1104                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1105                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1106                  &quot;userTypes&quot;: [ # Output only. The user types.
1107                    &quot;A String&quot;,
1108                  ],
1109                },
1110                &quot;type&quot;: &quot;A String&quot;, # The source type.
1111                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1112              },
1113              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1114              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1115            },
1116            &quot;value&quot;: &quot;A String&quot;, # The short biography.
1117          },
1118        ],
1119        &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
1120          { # 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.
1121            &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.
1122              &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.
1123              &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.
1124              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1125            },
1126            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
1127              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1128              &quot;source&quot;: { # The source of a field. # The source of the field.
1129                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1130                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1131                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1132                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1133                  &quot;userTypes&quot;: [ # Output only. The user types.
1134                    &quot;A String&quot;,
1135                  ],
1136                },
1137                &quot;type&quot;: &quot;A String&quot;, # The source type.
1138                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1139              },
1140              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1141              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1142            },
1143            &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
1144          },
1145        ],
1146        &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
1147          { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
1148            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
1149              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1150              &quot;source&quot;: { # The source of a field. # The source of the field.
1151                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1152                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1153                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1154                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1155                  &quot;userTypes&quot;: [ # Output only. The user types.
1156                    &quot;A String&quot;,
1157                  ],
1158                },
1159                &quot;type&quot;: &quot;A String&quot;, # The source type.
1160                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1161              },
1162              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1163              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1164            },
1165            &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
1166          },
1167        ],
1168        &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
1169          { # A person&#x27;s calendar URL.
1170            &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.
1171            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
1172              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1173              &quot;source&quot;: { # The source of a field. # The source of the field.
1174                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1175                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1176                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1177                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1178                  &quot;userTypes&quot;: [ # Output only. The user types.
1179                    &quot;A String&quot;,
1180                  ],
1181                },
1182                &quot;type&quot;: &quot;A String&quot;, # The source type.
1183                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1184              },
1185              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1186              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1187            },
1188            &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`
1189            &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
1190          },
1191        ],
1192        &quot;clientData&quot;: [ # The person&#x27;s client data.
1193          { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
1194            &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
1195            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
1196              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1197              &quot;source&quot;: { # The source of a field. # The source of the field.
1198                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1199                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1200                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1201                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1202                  &quot;userTypes&quot;: [ # Output only. The user types.
1203                    &quot;A String&quot;,
1204                  ],
1205                },
1206                &quot;type&quot;: &quot;A String&quot;, # The source type.
1207                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1208              },
1209              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1210              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1211            },
1212            &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
1213          },
1214        ],
1215        &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
1216          { # 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.
1217            &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.
1218            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
1219              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1220              &quot;source&quot;: { # The source of a field. # The source of the field.
1221                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1222                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1223                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1224                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1225                  &quot;userTypes&quot;: [ # Output only. The user types.
1226                    &quot;A String&quot;,
1227                  ],
1228                },
1229                &quot;type&quot;: &quot;A String&quot;, # The source type.
1230                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1231              },
1232              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1233              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1234            },
1235            &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
1236          },
1237        ],
1238        &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
1239          { # A person&#x27;s email address.
1240            &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
1241            &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.
1242            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
1243              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1244              &quot;source&quot;: { # The source of a field. # The source of the field.
1245                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1246                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1247                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1248                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1249                  &quot;userTypes&quot;: [ # Output only. The user types.
1250                    &quot;A String&quot;,
1251                  ],
1252                },
1253                &quot;type&quot;: &quot;A String&quot;, # The source type.
1254                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1255              },
1256              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1257              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1258            },
1259            &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`
1260            &quot;value&quot;: &quot;A String&quot;, # The email address.
1261          },
1262        ],
1263        &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.
1264        &quot;events&quot;: [ # The person&#x27;s events.
1265          { # An event related to the person.
1266            &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.
1267              &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.
1268              &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.
1269              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1270            },
1271            &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.
1272            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
1273              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1274              &quot;source&quot;: { # The source of a field. # The source of the field.
1275                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1276                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1277                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1278                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1279                  &quot;userTypes&quot;: [ # Output only. The user types.
1280                    &quot;A String&quot;,
1281                  ],
1282                },
1283                &quot;type&quot;: &quot;A String&quot;, # The source type.
1284                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1285              },
1286              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1287              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1288            },
1289            &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`
1290          },
1291        ],
1292        &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
1293          { # An identifier from an external entity related to the person.
1294            &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.
1295            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
1296              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1297              &quot;source&quot;: { # The source of a field. # The source of the field.
1298                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1299                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1300                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1301                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1302                  &quot;userTypes&quot;: [ # Output only. The user types.
1303                    &quot;A String&quot;,
1304                  ],
1305                },
1306                &quot;type&quot;: &quot;A String&quot;, # The source type.
1307                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1308              },
1309              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1310              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1311            },
1312            &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`
1313            &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
1314          },
1315        ],
1316        &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
1317          { # The name that should be used to sort the person in a list.
1318            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
1319              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1320              &quot;source&quot;: { # The source of a field. # The source of the field.
1321                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1322                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1323                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1324                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1325                  &quot;userTypes&quot;: [ # Output only. The user types.
1326                    &quot;A String&quot;,
1327                  ],
1328                },
1329                &quot;type&quot;: &quot;A String&quot;, # The source type.
1330                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1331              },
1332              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1333              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1334            },
1335            &quot;value&quot;: &quot;A String&quot;, # The file-as value
1336          },
1337        ],
1338        &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
1339          { # A person&#x27;s gender.
1340            &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
1341            &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.
1342            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
1343              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1344              &quot;source&quot;: { # The source of a field. # The source of the field.
1345                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1346                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1347                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1348                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1349                  &quot;userTypes&quot;: [ # Output only. The user types.
1350                    &quot;A String&quot;,
1351                  ],
1352                },
1353                &quot;type&quot;: &quot;A String&quot;, # The source type.
1354                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1355              },
1356              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1357              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1358            },
1359            &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`
1360          },
1361        ],
1362        &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
1363          { # A person&#x27;s instant messaging client.
1364            &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.
1365            &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.
1366            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
1367              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1368              &quot;source&quot;: { # The source of a field. # The source of the field.
1369                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1370                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1371                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1372                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1373                  &quot;userTypes&quot;: [ # Output only. The user types.
1374                    &quot;A String&quot;,
1375                  ],
1376                },
1377                &quot;type&quot;: &quot;A String&quot;, # The source type.
1378                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1379              },
1380              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1381              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1382            },
1383            &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`
1384            &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`
1385            &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
1386          },
1387        ],
1388        &quot;interests&quot;: [ # The person&#x27;s interests.
1389          { # One of the person&#x27;s interests.
1390            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
1391              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1392              &quot;source&quot;: { # The source of a field. # The source of the field.
1393                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1394                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1395                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1396                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1397                  &quot;userTypes&quot;: [ # Output only. The user types.
1398                    &quot;A String&quot;,
1399                  ],
1400                },
1401                &quot;type&quot;: &quot;A String&quot;, # The source type.
1402                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1403              },
1404              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1405              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1406            },
1407            &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
1408          },
1409        ],
1410        &quot;locales&quot;: [ # The person&#x27;s locale preferences.
1411          { # A person&#x27;s locale preference.
1412            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
1413              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1414              &quot;source&quot;: { # The source of a field. # The source of the field.
1415                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1416                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1417                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1418                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1419                  &quot;userTypes&quot;: [ # Output only. The user types.
1420                    &quot;A String&quot;,
1421                  ],
1422                },
1423                &quot;type&quot;: &quot;A String&quot;, # The source type.
1424                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1425              },
1426              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1427              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1428            },
1429            &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
1430          },
1431        ],
1432        &quot;locations&quot;: [ # The person&#x27;s locations.
1433          { # A person&#x27;s location.
1434            &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
1435            &quot;current&quot;: True or False, # Whether the location is the current location.
1436            &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
1437            &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
1438            &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
1439            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
1440              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1441              &quot;source&quot;: { # The source of a field. # The source of the field.
1442                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1443                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1444                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1445                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1446                  &quot;userTypes&quot;: [ # Output only. The user types.
1447                    &quot;A String&quot;,
1448                  ],
1449                },
1450                &quot;type&quot;: &quot;A String&quot;, # The source type.
1451                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1452              },
1453              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1454              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1455            },
1456            &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`
1457            &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
1458          },
1459        ],
1460        &quot;memberships&quot;: [ # The person&#x27;s group memberships.
1461          { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
1462            &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
1463              &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
1464              &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.
1465            },
1466            &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
1467              &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
1468            },
1469            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
1470              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1471              &quot;source&quot;: { # The source of a field. # The source of the field.
1472                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1473                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1474                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1475                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1476                  &quot;userTypes&quot;: [ # Output only. The user types.
1477                    &quot;A String&quot;,
1478                  ],
1479                },
1480                &quot;type&quot;: &quot;A String&quot;, # The source type.
1481                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1482              },
1483              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1484              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1485            },
1486          },
1487        ],
1488        &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
1489          &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
1490          &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
1491            &quot;A String&quot;,
1492          ],
1493          &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
1494          &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
1495            &quot;A String&quot;,
1496          ],
1497          &quot;sources&quot;: [ # The sources of data for the person.
1498            { # The source of a field.
1499              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1500              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1501              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1502                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1503                &quot;userTypes&quot;: [ # Output only. The user types.
1504                  &quot;A String&quot;,
1505                ],
1506              },
1507              &quot;type&quot;: &quot;A String&quot;, # The source type.
1508              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1509            },
1510          ],
1511        },
1512        &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
1513          { # A person&#x27;s miscellaneous keyword.
1514            &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.
1515            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
1516              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1517              &quot;source&quot;: { # The source of a field. # The source of the field.
1518                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1519                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1520                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1521                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1522                  &quot;userTypes&quot;: [ # Output only. The user types.
1523                    &quot;A String&quot;,
1524                  ],
1525                },
1526                &quot;type&quot;: &quot;A String&quot;, # The source type.
1527                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1528              },
1529              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1530              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1531            },
1532            &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
1533            &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
1534          },
1535        ],
1536        &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
1537          { # A person&#x27;s name. If the name is a mononym, the family name is empty.
1538            &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.
1539            &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.
1540            &quot;familyName&quot;: &quot;A String&quot;, # The family name.
1541            &quot;givenName&quot;: &quot;A String&quot;, # The given name.
1542            &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
1543            &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
1544            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
1545              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1546              &quot;source&quot;: { # The source of a field. # The source of the field.
1547                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1548                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1549                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1550                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1551                  &quot;userTypes&quot;: [ # Output only. The user types.
1552                    &quot;A String&quot;,
1553                  ],
1554                },
1555                &quot;type&quot;: &quot;A String&quot;, # The source type.
1556                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1557              },
1558              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1559              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1560            },
1561            &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
1562            &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
1563            &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
1564            &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
1565            &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
1566            &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
1567            &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
1568            &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
1569          },
1570        ],
1571        &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
1572          { # A person&#x27;s nickname.
1573            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
1574              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1575              &quot;source&quot;: { # The source of a field. # The source of the field.
1576                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1577                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1578                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1579                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1580                  &quot;userTypes&quot;: [ # Output only. The user types.
1581                    &quot;A String&quot;,
1582                  ],
1583                },
1584                &quot;type&quot;: &quot;A String&quot;, # The source type.
1585                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1586              },
1587              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1588              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1589            },
1590            &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
1591            &quot;value&quot;: &quot;A String&quot;, # The nickname.
1592          },
1593        ],
1594        &quot;occupations&quot;: [ # The person&#x27;s occupations.
1595          { # A person&#x27;s occupation.
1596            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
1597              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1598              &quot;source&quot;: { # The source of a field. # The source of the field.
1599                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1600                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1601                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1602                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1603                  &quot;userTypes&quot;: [ # Output only. The user types.
1604                    &quot;A String&quot;,
1605                  ],
1606                },
1607                &quot;type&quot;: &quot;A String&quot;, # The source type.
1608                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1609              },
1610              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1611              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1612            },
1613            &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
1614          },
1615        ],
1616        &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
1617          { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
1618            &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
1619            &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.
1620            &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
1621            &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
1622            &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.
1623              &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.
1624              &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.
1625              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1626            },
1627            &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.
1628            &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
1629            &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
1630            &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
1631            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
1632              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1633              &quot;source&quot;: { # The source of a field. # The source of the field.
1634                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1635                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1636                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1637                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1638                  &quot;userTypes&quot;: [ # Output only. The user types.
1639                    &quot;A String&quot;,
1640                  ],
1641                },
1642                &quot;type&quot;: &quot;A String&quot;, # The source type.
1643                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1644              },
1645              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1646              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1647            },
1648            &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
1649            &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
1650            &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.
1651              &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.
1652              &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.
1653              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
1654            },
1655            &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
1656            &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
1657            &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`
1658          },
1659        ],
1660        &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
1661          { # A person&#x27;s phone number.
1662            &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.
1663            &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.
1664            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
1665              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1666              &quot;source&quot;: { # The source of a field. # The source of the field.
1667                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1668                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1669                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1670                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1671                  &quot;userTypes&quot;: [ # Output only. The user types.
1672                    &quot;A String&quot;,
1673                  ],
1674                },
1675                &quot;type&quot;: &quot;A String&quot;, # The source type.
1676                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1677              },
1678              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1679              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1680            },
1681            &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`
1682            &quot;value&quot;: &quot;A String&quot;, # The phone number.
1683          },
1684        ],
1685        &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
1686          { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
1687            &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
1688            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
1689              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1690              &quot;source&quot;: { # The source of a field. # The source of the field.
1691                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1692                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1693                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1694                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1695                  &quot;userTypes&quot;: [ # Output only. The user types.
1696                    &quot;A String&quot;,
1697                  ],
1698                },
1699                &quot;type&quot;: &quot;A String&quot;, # The source type.
1700                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1701              },
1702              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1703              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1704            },
1705            &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
1706          },
1707        ],
1708        &quot;relations&quot;: [ # The person&#x27;s relations.
1709          { # A person&#x27;s relation to another person.
1710            &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.
1711            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
1712              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1713              &quot;source&quot;: { # The source of a field. # The source of the field.
1714                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1715                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1716                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1717                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1718                  &quot;userTypes&quot;: [ # Output only. The user types.
1719                    &quot;A String&quot;,
1720                  ],
1721                },
1722                &quot;type&quot;: &quot;A String&quot;, # The source type.
1723                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1724              },
1725              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1726              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1727            },
1728            &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
1729            &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`
1730          },
1731        ],
1732        &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
1733          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
1734            &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.
1735            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
1736              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1737              &quot;source&quot;: { # The source of a field. # The source of the field.
1738                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1739                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1740                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1741                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1742                  &quot;userTypes&quot;: [ # Output only. The user types.
1743                    &quot;A String&quot;,
1744                  ],
1745                },
1746                &quot;type&quot;: &quot;A String&quot;, # The source type.
1747                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1748              },
1749              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1750              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1751            },
1752            &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`
1753          },
1754        ],
1755        &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
1756          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
1757            &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.
1758            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
1759              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1760              &quot;source&quot;: { # The source of a field. # The source of the field.
1761                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1762                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1763                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1764                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1765                  &quot;userTypes&quot;: [ # Output only. The user types.
1766                    &quot;A String&quot;,
1767                  ],
1768                },
1769                &quot;type&quot;: &quot;A String&quot;, # The source type.
1770                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1771              },
1772              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1773              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1774            },
1775            &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`
1776          },
1777        ],
1778        &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
1779          { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
1780            &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.
1781            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
1782              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1796              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1797            },
1798            &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
1799          },
1800        ],
1801        &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}`.
1802        &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
1803          { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
1804            &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.
1805            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
1806              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1807              &quot;source&quot;: { # The source of a field. # The source of the field.
1808                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1809                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1810                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1811                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1812                  &quot;userTypes&quot;: [ # Output only. The user types.
1813                    &quot;A String&quot;,
1814                  ],
1815                },
1816                &quot;type&quot;: &quot;A String&quot;, # The source type.
1817                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1818              },
1819              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1820              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1821            },
1822            &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`
1823            &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.
1824          },
1825        ],
1826        &quot;skills&quot;: [ # The person&#x27;s skills.
1827          { # A skill that the person has.
1828            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
1829              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1830              &quot;source&quot;: { # The source of a field. # The source of the field.
1831                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1832                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1833                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1834                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1835                  &quot;userTypes&quot;: [ # Output only. The user types.
1836                    &quot;A String&quot;,
1837                  ],
1838                },
1839                &quot;type&quot;: &quot;A String&quot;, # The source type.
1840                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1841              },
1842              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1843              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1844            },
1845            &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
1846          },
1847        ],
1848        &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
1849          { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
1850            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
1851              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1852              &quot;source&quot;: { # The source of a field. # The source of the field.
1853                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1854                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1855                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1856                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1857                  &quot;userTypes&quot;: [ # Output only. The user types.
1858                    &quot;A String&quot;,
1859                  ],
1860                },
1861                &quot;type&quot;: &quot;A String&quot;, # The source type.
1862                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1863              },
1864              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1865              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1866            },
1867            &quot;value&quot;: &quot;A String&quot;, # The tagline.
1868          },
1869        ],
1870        &quot;urls&quot;: [ # The person&#x27;s associated URLs.
1871          { # A person&#x27;s associated URLs.
1872            &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.
1873            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
1874              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1875              &quot;source&quot;: { # The source of a field. # The source of the field.
1876                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1877                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1878                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1879                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1880                  &quot;userTypes&quot;: [ # Output only. The user types.
1881                    &quot;A String&quot;,
1882                  ],
1883                },
1884                &quot;type&quot;: &quot;A String&quot;, # The source type.
1885                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1886              },
1887              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1888              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1889            },
1890            &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`
1891            &quot;value&quot;: &quot;A String&quot;, # The URL.
1892          },
1893        ],
1894        &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
1895          { # Arbitrary user data that is populated by the end users.
1896            &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
1897            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
1898              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1899              &quot;source&quot;: { # The source of a field. # The source of the field.
1900                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1901                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1902                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1903                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1904                  &quot;userTypes&quot;: [ # Output only. The user types.
1905                    &quot;A String&quot;,
1906                  ],
1907                },
1908                &quot;type&quot;: &quot;A String&quot;, # The source type.
1909                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1910              },
1911              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1912              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1913            },
1914            &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
1915          },
1916        ],
1917      },
1918      &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.
1919      &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.
1920        &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
1921        &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1922          {
1923            &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
1924          },
1925        ],
1926        &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.
1927      },
1928    },
1929  ],
1930}</pre>
1931</div>
1932
1933<div class="method">
1934    <code class="details" id="batchDeleteContacts">batchDeleteContacts(body=None, x__xgafv=None)</code>
1935  <pre>Delete a batch of contacts. Any non-contact data will not be deleted. Limited to 10 parallel requests per user.
1936
1937Args:
1938  body: object, The request body.
1939    The object takes the form of:
1940
1941{ # A request to delete a batch of existing contacts.
1942  &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.
1943    &quot;A String&quot;,
1944  ],
1945}
1946
1947  x__xgafv: string, V1 error format.
1948    Allowed values
1949      1 - v1 error format
1950      2 - v2 error format
1951
1952Returns:
1953  An object of the form:
1954
1955    { # 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 `{}`.
1956}</pre>
1957</div>
1958
1959<div class="method">
1960    <code class="details" id="batchUpdateContacts">batchUpdateContacts(body=None, x__xgafv=None)</code>
1961  <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.
1962
1963Args:
1964  body: object, The request body.
1965    The object takes the form of:
1966
1967{ # A request to update a batch of contacts.
1968  &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.
1969    &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.
1970      &quot;addresses&quot;: [ # The person&#x27;s street addresses.
1971        { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
1972          &quot;city&quot;: &quot;A String&quot;, # The city of the address.
1973          &quot;country&quot;: &quot;A String&quot;, # The country of the address.
1974          &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.
1975          &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
1976          &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.
1977          &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.
1978          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
1979            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
1980            &quot;source&quot;: { # The source of a field. # The source of the field.
1981              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
1982              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
1983              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
1984                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
1985                &quot;userTypes&quot;: [ # Output only. The user types.
1986                  &quot;A String&quot;,
1987                ],
1988              },
1989              &quot;type&quot;: &quot;A String&quot;, # The source type.
1990              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
1991            },
1992            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
1993            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
1994          },
1995          &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
1996          &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
1997          &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
1998          &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
1999          &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`
2000        },
2001      ],
2002      &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
2003      &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
2004        { # A person&#x27;s age range.
2005          &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
2006          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
2007            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2008            &quot;source&quot;: { # The source of a field. # The source of the field.
2009              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2010              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2011              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2012                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2013                &quot;userTypes&quot;: [ # Output only. The user types.
2014                  &quot;A String&quot;,
2015                ],
2016              },
2017              &quot;type&quot;: &quot;A String&quot;, # The source type.
2018              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2019            },
2020            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2021            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2022          },
2023        },
2024      ],
2025      &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
2026        { # A person&#x27;s short biography.
2027          &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
2028          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
2029            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2030            &quot;source&quot;: { # The source of a field. # The source of the field.
2031              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2032              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2033              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2034                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2035                &quot;userTypes&quot;: [ # Output only. The user types.
2036                  &quot;A String&quot;,
2037                ],
2038              },
2039              &quot;type&quot;: &quot;A String&quot;, # The source type.
2040              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2041            },
2042            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2043            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2044          },
2045          &quot;value&quot;: &quot;A String&quot;, # The short biography.
2046        },
2047      ],
2048      &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
2049        { # 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.
2050          &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.
2051            &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.
2052            &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.
2053            &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2054          },
2055          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
2056            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2057            &quot;source&quot;: { # The source of a field. # The source of the field.
2058              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2059              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2060              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2061                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2062                &quot;userTypes&quot;: [ # Output only. The user types.
2063                  &quot;A String&quot;,
2064                ],
2065              },
2066              &quot;type&quot;: &quot;A String&quot;, # The source type.
2067              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2068            },
2069            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2070            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2071          },
2072          &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
2073        },
2074      ],
2075      &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2076        { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2077          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
2078            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2079            &quot;source&quot;: { # The source of a field. # The source of the field.
2080              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2081              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2082              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2083                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2084                &quot;userTypes&quot;: [ # Output only. The user types.
2085                  &quot;A String&quot;,
2086                ],
2087              },
2088              &quot;type&quot;: &quot;A String&quot;, # The source type.
2089              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2090            },
2091            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2092            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2093          },
2094          &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2095        },
2096      ],
2097      &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
2098        { # A person&#x27;s calendar URL.
2099          &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.
2100          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
2101            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2102            &quot;source&quot;: { # The source of a field. # The source of the field.
2103              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2104              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2105              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2106                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2107                &quot;userTypes&quot;: [ # Output only. The user types.
2108                  &quot;A String&quot;,
2109                ],
2110              },
2111              &quot;type&quot;: &quot;A String&quot;, # The source type.
2112              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2113            },
2114            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2115            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2116          },
2117          &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`
2118          &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
2119        },
2120      ],
2121      &quot;clientData&quot;: [ # The person&#x27;s client data.
2122        { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
2123          &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
2124          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
2125            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2126            &quot;source&quot;: { # The source of a field. # The source of the field.
2127              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2128              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2129              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2130                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2131                &quot;userTypes&quot;: [ # Output only. The user types.
2132                  &quot;A String&quot;,
2133                ],
2134              },
2135              &quot;type&quot;: &quot;A String&quot;, # The source type.
2136              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2137            },
2138            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2139            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2140          },
2141          &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
2142        },
2143      ],
2144      &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
2145        { # 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.
2146          &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.
2147          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
2148            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2149            &quot;source&quot;: { # The source of a field. # The source of the field.
2150              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2151              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2152              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2153                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2154                &quot;userTypes&quot;: [ # Output only. The user types.
2155                  &quot;A String&quot;,
2156                ],
2157              },
2158              &quot;type&quot;: &quot;A String&quot;, # The source type.
2159              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2160            },
2161            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2162            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2163          },
2164          &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
2165        },
2166      ],
2167      &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
2168        { # A person&#x27;s email address.
2169          &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
2170          &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.
2171          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
2172            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2173            &quot;source&quot;: { # The source of a field. # The source of the field.
2174              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2175              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2176              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2177                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2178                &quot;userTypes&quot;: [ # Output only. The user types.
2179                  &quot;A String&quot;,
2180                ],
2181              },
2182              &quot;type&quot;: &quot;A String&quot;, # The source type.
2183              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2184            },
2185            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2186            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2187          },
2188          &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`
2189          &quot;value&quot;: &quot;A String&quot;, # The email address.
2190        },
2191      ],
2192      &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.
2193      &quot;events&quot;: [ # The person&#x27;s events.
2194        { # An event related to the person.
2195          &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.
2196            &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.
2197            &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.
2198            &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2199          },
2200          &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.
2201          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
2202            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2203            &quot;source&quot;: { # The source of a field. # The source of the field.
2204              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2205              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2206              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2207                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2208                &quot;userTypes&quot;: [ # Output only. The user types.
2209                  &quot;A String&quot;,
2210                ],
2211              },
2212              &quot;type&quot;: &quot;A String&quot;, # The source type.
2213              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2214            },
2215            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2216            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2217          },
2218          &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`
2219        },
2220      ],
2221      &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
2222        { # An identifier from an external entity related to the person.
2223          &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.
2224          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
2225            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2226            &quot;source&quot;: { # The source of a field. # The source of the field.
2227              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2228              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2229              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2230                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2231                &quot;userTypes&quot;: [ # Output only. The user types.
2232                  &quot;A String&quot;,
2233                ],
2234              },
2235              &quot;type&quot;: &quot;A String&quot;, # The source type.
2236              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2237            },
2238            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2239            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2240          },
2241          &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`
2242          &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
2243        },
2244      ],
2245      &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
2246        { # The name that should be used to sort the person in a list.
2247          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
2248            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2249            &quot;source&quot;: { # The source of a field. # The source of the field.
2250              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2251              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2252              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2253                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2254                &quot;userTypes&quot;: [ # Output only. The user types.
2255                  &quot;A String&quot;,
2256                ],
2257              },
2258              &quot;type&quot;: &quot;A String&quot;, # The source type.
2259              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2260            },
2261            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2262            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2263          },
2264          &quot;value&quot;: &quot;A String&quot;, # The file-as value
2265        },
2266      ],
2267      &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
2268        { # A person&#x27;s gender.
2269          &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
2270          &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.
2271          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
2272            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2273            &quot;source&quot;: { # The source of a field. # The source of the field.
2274              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2275              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2276              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2277                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2278                &quot;userTypes&quot;: [ # Output only. The user types.
2279                  &quot;A String&quot;,
2280                ],
2281              },
2282              &quot;type&quot;: &quot;A String&quot;, # The source type.
2283              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2284            },
2285            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2286            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2287          },
2288          &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`
2289        },
2290      ],
2291      &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
2292        { # A person&#x27;s instant messaging client.
2293          &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.
2294          &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.
2295          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
2296            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2297            &quot;source&quot;: { # The source of a field. # The source of the field.
2298              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2299              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2300              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2301                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2302                &quot;userTypes&quot;: [ # Output only. The user types.
2303                  &quot;A String&quot;,
2304                ],
2305              },
2306              &quot;type&quot;: &quot;A String&quot;, # The source type.
2307              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2308            },
2309            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2310            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2311          },
2312          &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`
2313          &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`
2314          &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
2315        },
2316      ],
2317      &quot;interests&quot;: [ # The person&#x27;s interests.
2318        { # One of the person&#x27;s interests.
2319          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
2320            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2321            &quot;source&quot;: { # The source of a field. # The source of the field.
2322              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2323              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2324              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2325                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2326                &quot;userTypes&quot;: [ # Output only. The user types.
2327                  &quot;A String&quot;,
2328                ],
2329              },
2330              &quot;type&quot;: &quot;A String&quot;, # The source type.
2331              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2332            },
2333            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2334            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2335          },
2336          &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
2337        },
2338      ],
2339      &quot;locales&quot;: [ # The person&#x27;s locale preferences.
2340        { # A person&#x27;s locale preference.
2341          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
2342            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2343            &quot;source&quot;: { # The source of a field. # The source of the field.
2344              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2345              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2346              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2347                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2348                &quot;userTypes&quot;: [ # Output only. The user types.
2349                  &quot;A String&quot;,
2350                ],
2351              },
2352              &quot;type&quot;: &quot;A String&quot;, # The source type.
2353              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2354            },
2355            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2356            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2357          },
2358          &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
2359        },
2360      ],
2361      &quot;locations&quot;: [ # The person&#x27;s locations.
2362        { # A person&#x27;s location.
2363          &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
2364          &quot;current&quot;: True or False, # Whether the location is the current location.
2365          &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
2366          &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
2367          &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
2368          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
2369            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2370            &quot;source&quot;: { # The source of a field. # The source of the field.
2371              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2372              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2373              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2374                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2375                &quot;userTypes&quot;: [ # Output only. The user types.
2376                  &quot;A String&quot;,
2377                ],
2378              },
2379              &quot;type&quot;: &quot;A String&quot;, # The source type.
2380              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2381            },
2382            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2383            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2384          },
2385          &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`
2386          &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
2387        },
2388      ],
2389      &quot;memberships&quot;: [ # The person&#x27;s group memberships.
2390        { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
2391          &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
2392            &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
2393            &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.
2394          },
2395          &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
2396            &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
2397          },
2398          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
2399            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2400            &quot;source&quot;: { # The source of a field. # The source of the field.
2401              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2402              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2403              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2404                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2405                &quot;userTypes&quot;: [ # Output only. The user types.
2406                  &quot;A String&quot;,
2407                ],
2408              },
2409              &quot;type&quot;: &quot;A String&quot;, # The source type.
2410              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2411            },
2412            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2413            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2414          },
2415        },
2416      ],
2417      &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
2418        &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
2419        &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
2420          &quot;A String&quot;,
2421        ],
2422        &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
2423        &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
2424          &quot;A String&quot;,
2425        ],
2426        &quot;sources&quot;: [ # The sources of data for the person.
2427          { # The source of a field.
2428            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2429            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2430            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2431              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2432              &quot;userTypes&quot;: [ # Output only. The user types.
2433                &quot;A String&quot;,
2434              ],
2435            },
2436            &quot;type&quot;: &quot;A String&quot;, # The source type.
2437            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2438          },
2439        ],
2440      },
2441      &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
2442        { # A person&#x27;s miscellaneous keyword.
2443          &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.
2444          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
2445            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2446            &quot;source&quot;: { # The source of a field. # The source of the field.
2447              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2448              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2449              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2450                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2451                &quot;userTypes&quot;: [ # Output only. The user types.
2452                  &quot;A String&quot;,
2453                ],
2454              },
2455              &quot;type&quot;: &quot;A String&quot;, # The source type.
2456              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2457            },
2458            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2459            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2460          },
2461          &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
2462          &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
2463        },
2464      ],
2465      &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
2466        { # A person&#x27;s name. If the name is a mononym, the family name is empty.
2467          &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.
2468          &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.
2469          &quot;familyName&quot;: &quot;A String&quot;, # The family name.
2470          &quot;givenName&quot;: &quot;A String&quot;, # The given name.
2471          &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
2472          &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
2473          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
2474            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2475            &quot;source&quot;: { # The source of a field. # The source of the field.
2476              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2477              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2478              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2479                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2480                &quot;userTypes&quot;: [ # Output only. The user types.
2481                  &quot;A String&quot;,
2482                ],
2483              },
2484              &quot;type&quot;: &quot;A String&quot;, # The source type.
2485              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2486            },
2487            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2488            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2489          },
2490          &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
2491          &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
2492          &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
2493          &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
2494          &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
2495          &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
2496          &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
2497          &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
2498        },
2499      ],
2500      &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
2501        { # A person&#x27;s nickname.
2502          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
2503            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2504            &quot;source&quot;: { # The source of a field. # The source of the field.
2505              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2506              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2507              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2508                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2509                &quot;userTypes&quot;: [ # Output only. The user types.
2510                  &quot;A String&quot;,
2511                ],
2512              },
2513              &quot;type&quot;: &quot;A String&quot;, # The source type.
2514              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2515            },
2516            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2517            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2518          },
2519          &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
2520          &quot;value&quot;: &quot;A String&quot;, # The nickname.
2521        },
2522      ],
2523      &quot;occupations&quot;: [ # The person&#x27;s occupations.
2524        { # A person&#x27;s occupation.
2525          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
2526            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2527            &quot;source&quot;: { # The source of a field. # The source of the field.
2528              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2529              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2530              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2531                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2532                &quot;userTypes&quot;: [ # Output only. The user types.
2533                  &quot;A String&quot;,
2534                ],
2535              },
2536              &quot;type&quot;: &quot;A String&quot;, # The source type.
2537              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2538            },
2539            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2540            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2541          },
2542          &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
2543        },
2544      ],
2545      &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
2546        { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
2547          &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
2548          &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.
2549          &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
2550          &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
2551          &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.
2552            &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.
2553            &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.
2554            &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2555          },
2556          &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.
2557          &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
2558          &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
2559          &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
2560          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
2561            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2562            &quot;source&quot;: { # The source of a field. # The source of the field.
2563              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2564              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2565              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2566                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2567                &quot;userTypes&quot;: [ # Output only. The user types.
2568                  &quot;A String&quot;,
2569                ],
2570              },
2571              &quot;type&quot;: &quot;A String&quot;, # The source type.
2572              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2573            },
2574            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2575            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2576          },
2577          &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
2578          &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
2579          &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.
2580            &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.
2581            &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.
2582            &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2583          },
2584          &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
2585          &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
2586          &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`
2587        },
2588      ],
2589      &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
2590        { # A person&#x27;s phone number.
2591          &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.
2592          &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.
2593          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
2594            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2595            &quot;source&quot;: { # The source of a field. # The source of the field.
2596              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2597              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2598              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2599                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2600                &quot;userTypes&quot;: [ # Output only. The user types.
2601                  &quot;A String&quot;,
2602                ],
2603              },
2604              &quot;type&quot;: &quot;A String&quot;, # The source type.
2605              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2606            },
2607            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2608            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2609          },
2610          &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`
2611          &quot;value&quot;: &quot;A String&quot;, # The phone number.
2612        },
2613      ],
2614      &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
2615        { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
2616          &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
2617          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
2618            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2619            &quot;source&quot;: { # The source of a field. # The source of the field.
2620              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2621              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2622              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2623                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2624                &quot;userTypes&quot;: [ # Output only. The user types.
2625                  &quot;A String&quot;,
2626                ],
2627              },
2628              &quot;type&quot;: &quot;A String&quot;, # The source type.
2629              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2630            },
2631            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2632            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2633          },
2634          &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
2635        },
2636      ],
2637      &quot;relations&quot;: [ # The person&#x27;s relations.
2638        { # A person&#x27;s relation to another person.
2639          &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.
2640          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
2641            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2642            &quot;source&quot;: { # The source of a field. # The source of the field.
2643              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2644              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2645              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2646                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2647                &quot;userTypes&quot;: [ # Output only. The user types.
2648                  &quot;A String&quot;,
2649                ],
2650              },
2651              &quot;type&quot;: &quot;A String&quot;, # The source type.
2652              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2653            },
2654            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2655            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2656          },
2657          &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
2658          &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`
2659        },
2660      ],
2661      &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
2662        { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
2663          &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.
2664          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
2665            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2666            &quot;source&quot;: { # The source of a field. # The source of the field.
2667              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2668              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2669              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2670                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2671                &quot;userTypes&quot;: [ # Output only. The user types.
2672                  &quot;A String&quot;,
2673                ],
2674              },
2675              &quot;type&quot;: &quot;A String&quot;, # The source type.
2676              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2677            },
2678            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2679            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2680          },
2681          &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`
2682        },
2683      ],
2684      &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
2685        { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
2686          &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.
2687          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
2688            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2689            &quot;source&quot;: { # The source of a field. # The source of the field.
2690              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2691              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2692              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2693                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2694                &quot;userTypes&quot;: [ # Output only. The user types.
2695                  &quot;A String&quot;,
2696                ],
2697              },
2698              &quot;type&quot;: &quot;A String&quot;, # The source type.
2699              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2700            },
2701            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2702            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2703          },
2704          &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`
2705        },
2706      ],
2707      &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
2708        { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
2709          &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.
2710          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
2711            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2712            &quot;source&quot;: { # The source of a field. # The source of the field.
2713              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2714              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2715              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2716                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2717                &quot;userTypes&quot;: [ # Output only. The user types.
2718                  &quot;A String&quot;,
2719                ],
2720              },
2721              &quot;type&quot;: &quot;A String&quot;, # The source type.
2722              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2723            },
2724            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2725            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2726          },
2727          &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
2728        },
2729      ],
2730      &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}`.
2731      &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
2732        { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
2733          &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.
2734          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
2735            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2736            &quot;source&quot;: { # The source of a field. # The source of the field.
2737              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2738              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2739              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2740                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2741                &quot;userTypes&quot;: [ # Output only. The user types.
2742                  &quot;A String&quot;,
2743                ],
2744              },
2745              &quot;type&quot;: &quot;A String&quot;, # The source type.
2746              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2747            },
2748            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2749            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2750          },
2751          &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`
2752          &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.
2753        },
2754      ],
2755      &quot;skills&quot;: [ # The person&#x27;s skills.
2756        { # A skill that the person has.
2757          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
2758            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2759            &quot;source&quot;: { # The source of a field. # The source of the field.
2760              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2761              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2762              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2763                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2764                &quot;userTypes&quot;: [ # Output only. The user types.
2765                  &quot;A String&quot;,
2766                ],
2767              },
2768              &quot;type&quot;: &quot;A String&quot;, # The source type.
2769              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2770            },
2771            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2772            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2773          },
2774          &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
2775        },
2776      ],
2777      &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
2778        { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
2779          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
2780            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2781            &quot;source&quot;: { # The source of a field. # The source of the field.
2782              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2783              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2784              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2785                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2786                &quot;userTypes&quot;: [ # Output only. The user types.
2787                  &quot;A String&quot;,
2788                ],
2789              },
2790              &quot;type&quot;: &quot;A String&quot;, # The source type.
2791              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2792            },
2793            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2794            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2795          },
2796          &quot;value&quot;: &quot;A String&quot;, # The tagline.
2797        },
2798      ],
2799      &quot;urls&quot;: [ # The person&#x27;s associated URLs.
2800        { # A person&#x27;s associated URLs.
2801          &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.
2802          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
2803            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2804            &quot;source&quot;: { # The source of a field. # The source of the field.
2805              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2806              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2807              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2808                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2809                &quot;userTypes&quot;: [ # Output only. The user types.
2810                  &quot;A String&quot;,
2811                ],
2812              },
2813              &quot;type&quot;: &quot;A String&quot;, # The source type.
2814              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2815            },
2816            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2817            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2818          },
2819          &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`
2820          &quot;value&quot;: &quot;A String&quot;, # The URL.
2821        },
2822      ],
2823      &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
2824        { # Arbitrary user data that is populated by the end users.
2825          &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
2826          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
2827            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2828            &quot;source&quot;: { # The source of a field. # The source of the field.
2829              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2830              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2831              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2832                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2833                &quot;userTypes&quot;: [ # Output only. The user types.
2834                  &quot;A String&quot;,
2835                ],
2836              },
2837              &quot;type&quot;: &quot;A String&quot;, # The source type.
2838              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2839            },
2840            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2841            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2842          },
2843          &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
2844        },
2845      ],
2846    },
2847  },
2848  &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
2849  &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.
2850    &quot;A String&quot;,
2851  ],
2852  &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
2853}
2854
2855  x__xgafv: string, V1 error format.
2856    Allowed values
2857      1 - v1 error format
2858      2 - v2 error format
2859
2860Returns:
2861  An object of the form:
2862
2863    { # If not successful, returns BatchUpdateContactsErrorDetails, a list of errors corresponding to each contact. The response to a request to update a batch of contacts.
2864  &quot;updateResult&quot;: { # A map of resource names to the contacts that were updated, unless the request `read_mask` is empty.
2865    &quot;a_key&quot;: { # The response for a single person
2866      &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
2867      &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.
2868        &quot;addresses&quot;: [ # The person&#x27;s street addresses.
2869          { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
2870            &quot;city&quot;: &quot;A String&quot;, # The city of the address.
2871            &quot;country&quot;: &quot;A String&quot;, # The country of the address.
2872            &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.
2873            &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
2874            &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.
2875            &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.
2876            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
2877              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2878              &quot;source&quot;: { # The source of a field. # The source of the field.
2879                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2880                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2881                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2882                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2883                  &quot;userTypes&quot;: [ # Output only. The user types.
2884                    &quot;A String&quot;,
2885                  ],
2886                },
2887                &quot;type&quot;: &quot;A String&quot;, # The source type.
2888                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2889              },
2890              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2891              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2892            },
2893            &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
2894            &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
2895            &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
2896            &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
2897            &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`
2898          },
2899        ],
2900        &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
2901        &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
2902          { # A person&#x27;s age range.
2903            &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
2904            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
2905              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2906              &quot;source&quot;: { # The source of a field. # The source of the field.
2907                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2908                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2909                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2910                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2911                  &quot;userTypes&quot;: [ # Output only. The user types.
2912                    &quot;A String&quot;,
2913                  ],
2914                },
2915                &quot;type&quot;: &quot;A String&quot;, # The source type.
2916                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2917              },
2918              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2919              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2920            },
2921          },
2922        ],
2923        &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
2924          { # A person&#x27;s short biography.
2925            &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
2926            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
2927              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2928              &quot;source&quot;: { # The source of a field. # The source of the field.
2929                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2930                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2931                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2932                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2933                  &quot;userTypes&quot;: [ # Output only. The user types.
2934                    &quot;A String&quot;,
2935                  ],
2936                },
2937                &quot;type&quot;: &quot;A String&quot;, # The source type.
2938                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2939              },
2940              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2941              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2942            },
2943            &quot;value&quot;: &quot;A String&quot;, # The short biography.
2944          },
2945        ],
2946        &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
2947          { # 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.
2948            &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.
2949              &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.
2950              &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.
2951              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
2952            },
2953            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
2954              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2968              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2969            },
2970            &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
2971          },
2972        ],
2973        &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
2974          { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
2975            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
2976              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
2977              &quot;source&quot;: { # The source of a field. # The source of the field.
2978                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
2979                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
2980                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
2981                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
2982                  &quot;userTypes&quot;: [ # Output only. The user types.
2983                    &quot;A String&quot;,
2984                  ],
2985                },
2986                &quot;type&quot;: &quot;A String&quot;, # The source type.
2987                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
2988              },
2989              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
2990              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
2991            },
2992            &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
2993          },
2994        ],
2995        &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
2996          { # A person&#x27;s calendar URL.
2997            &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.
2998            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
2999              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3000              &quot;source&quot;: { # The source of a field. # The source of the field.
3001                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3002                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3003                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3004                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3005                  &quot;userTypes&quot;: [ # Output only. The user types.
3006                    &quot;A String&quot;,
3007                  ],
3008                },
3009                &quot;type&quot;: &quot;A String&quot;, # The source type.
3010                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3011              },
3012              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3013              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3014            },
3015            &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`
3016            &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
3017          },
3018        ],
3019        &quot;clientData&quot;: [ # The person&#x27;s client data.
3020          { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
3021            &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
3022            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
3023              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3024              &quot;source&quot;: { # The source of a field. # The source of the field.
3025                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3026                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3027                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3028                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3029                  &quot;userTypes&quot;: [ # Output only. The user types.
3030                    &quot;A String&quot;,
3031                  ],
3032                },
3033                &quot;type&quot;: &quot;A String&quot;, # The source type.
3034                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3035              },
3036              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3037              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3038            },
3039            &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
3040          },
3041        ],
3042        &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3043          { # 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.
3044            &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.
3045            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
3046              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3047              &quot;source&quot;: { # The source of a field. # The source of the field.
3048                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3049                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3050                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3051                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3052                  &quot;userTypes&quot;: [ # Output only. The user types.
3053                    &quot;A String&quot;,
3054                  ],
3055                },
3056                &quot;type&quot;: &quot;A String&quot;, # The source type.
3057                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3058              },
3059              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3060              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3061            },
3062            &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3063          },
3064        ],
3065        &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
3066          { # A person&#x27;s email address.
3067            &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3068            &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.
3069            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
3070              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3071              &quot;source&quot;: { # The source of a field. # The source of the field.
3072                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3073                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3074                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3075                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3076                  &quot;userTypes&quot;: [ # Output only. The user types.
3077                    &quot;A String&quot;,
3078                  ],
3079                },
3080                &quot;type&quot;: &quot;A String&quot;, # The source type.
3081                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3082              },
3083              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3084              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3085            },
3086            &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`
3087            &quot;value&quot;: &quot;A String&quot;, # The email address.
3088          },
3089        ],
3090        &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.
3091        &quot;events&quot;: [ # The person&#x27;s events.
3092          { # An event related to the person.
3093            &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.
3094              &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.
3095              &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.
3096              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3097            },
3098            &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.
3099            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
3100              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3101              &quot;source&quot;: { # The source of a field. # The source of the field.
3102                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3103                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3104                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3105                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3106                  &quot;userTypes&quot;: [ # Output only. The user types.
3107                    &quot;A String&quot;,
3108                  ],
3109                },
3110                &quot;type&quot;: &quot;A String&quot;, # The source type.
3111                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3112              },
3113              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3114              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3115            },
3116            &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`
3117          },
3118        ],
3119        &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
3120          { # An identifier from an external entity related to the person.
3121            &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.
3122            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
3123              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3124              &quot;source&quot;: { # The source of a field. # The source of the field.
3125                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3126                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3127                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3128                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3129                  &quot;userTypes&quot;: [ # Output only. The user types.
3130                    &quot;A String&quot;,
3131                  ],
3132                },
3133                &quot;type&quot;: &quot;A String&quot;, # The source type.
3134                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3135              },
3136              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3137              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3138            },
3139            &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`
3140            &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
3141          },
3142        ],
3143        &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
3144          { # The name that should be used to sort the person in a list.
3145            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
3146              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3147              &quot;source&quot;: { # The source of a field. # The source of the field.
3148                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3149                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3150                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3151                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3152                  &quot;userTypes&quot;: [ # Output only. The user types.
3153                    &quot;A String&quot;,
3154                  ],
3155                },
3156                &quot;type&quot;: &quot;A String&quot;, # The source type.
3157                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3158              },
3159              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3160              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3161            },
3162            &quot;value&quot;: &quot;A String&quot;, # The file-as value
3163          },
3164        ],
3165        &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
3166          { # A person&#x27;s gender.
3167            &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
3168            &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.
3169            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
3170              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3171              &quot;source&quot;: { # The source of a field. # The source of the field.
3172                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3173                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3174                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3175                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3176                  &quot;userTypes&quot;: [ # Output only. The user types.
3177                    &quot;A String&quot;,
3178                  ],
3179                },
3180                &quot;type&quot;: &quot;A String&quot;, # The source type.
3181                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3182              },
3183              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3184              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3185            },
3186            &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`
3187          },
3188        ],
3189        &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
3190          { # A person&#x27;s instant messaging client.
3191            &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.
3192            &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.
3193            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
3194              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3195              &quot;source&quot;: { # The source of a field. # The source of the field.
3196                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3197                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3198                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3199                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3200                  &quot;userTypes&quot;: [ # Output only. The user types.
3201                    &quot;A String&quot;,
3202                  ],
3203                },
3204                &quot;type&quot;: &quot;A String&quot;, # The source type.
3205                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3206              },
3207              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3208              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3209            },
3210            &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`
3211            &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`
3212            &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
3213          },
3214        ],
3215        &quot;interests&quot;: [ # The person&#x27;s interests.
3216          { # One of the person&#x27;s interests.
3217            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
3218              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3219              &quot;source&quot;: { # The source of a field. # The source of the field.
3220                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3221                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3222                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3223                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3224                  &quot;userTypes&quot;: [ # Output only. The user types.
3225                    &quot;A String&quot;,
3226                  ],
3227                },
3228                &quot;type&quot;: &quot;A String&quot;, # The source type.
3229                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3230              },
3231              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3232              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3233            },
3234            &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
3235          },
3236        ],
3237        &quot;locales&quot;: [ # The person&#x27;s locale preferences.
3238          { # A person&#x27;s locale preference.
3239            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
3240              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3241              &quot;source&quot;: { # The source of a field. # The source of the field.
3242                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3243                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3244                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3245                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3246                  &quot;userTypes&quot;: [ # Output only. The user types.
3247                    &quot;A String&quot;,
3248                  ],
3249                },
3250                &quot;type&quot;: &quot;A String&quot;, # The source type.
3251                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3252              },
3253              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3254              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3255            },
3256            &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
3257          },
3258        ],
3259        &quot;locations&quot;: [ # The person&#x27;s locations.
3260          { # A person&#x27;s location.
3261            &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
3262            &quot;current&quot;: True or False, # Whether the location is the current location.
3263            &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
3264            &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
3265            &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
3266            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
3267              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3268              &quot;source&quot;: { # The source of a field. # The source of the field.
3269                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3270                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3271                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3272                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3273                  &quot;userTypes&quot;: [ # Output only. The user types.
3274                    &quot;A String&quot;,
3275                  ],
3276                },
3277                &quot;type&quot;: &quot;A String&quot;, # The source type.
3278                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3279              },
3280              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3281              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3282            },
3283            &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`
3284            &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
3285          },
3286        ],
3287        &quot;memberships&quot;: [ # The person&#x27;s group memberships.
3288          { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
3289            &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
3290              &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
3291              &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.
3292            },
3293            &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
3294              &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
3295            },
3296            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
3297              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3298              &quot;source&quot;: { # The source of a field. # The source of the field.
3299                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3300                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3301                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3302                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3303                  &quot;userTypes&quot;: [ # Output only. The user types.
3304                    &quot;A String&quot;,
3305                  ],
3306                },
3307                &quot;type&quot;: &quot;A String&quot;, # The source type.
3308                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3309              },
3310              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3311              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3312            },
3313          },
3314        ],
3315        &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
3316          &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
3317          &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
3318            &quot;A String&quot;,
3319          ],
3320          &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
3321          &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
3322            &quot;A String&quot;,
3323          ],
3324          &quot;sources&quot;: [ # The sources of data for the person.
3325            { # The source of a field.
3326              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3327              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3328              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3329                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3330                &quot;userTypes&quot;: [ # Output only. The user types.
3331                  &quot;A String&quot;,
3332                ],
3333              },
3334              &quot;type&quot;: &quot;A String&quot;, # The source type.
3335              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3336            },
3337          ],
3338        },
3339        &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
3340          { # A person&#x27;s miscellaneous keyword.
3341            &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.
3342            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
3343              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3344              &quot;source&quot;: { # The source of a field. # The source of the field.
3345                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3346                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3347                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3348                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3349                  &quot;userTypes&quot;: [ # Output only. The user types.
3350                    &quot;A String&quot;,
3351                  ],
3352                },
3353                &quot;type&quot;: &quot;A String&quot;, # The source type.
3354                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3355              },
3356              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3357              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3358            },
3359            &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
3360            &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
3361          },
3362        ],
3363        &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
3364          { # A person&#x27;s name. If the name is a mononym, the family name is empty.
3365            &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.
3366            &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.
3367            &quot;familyName&quot;: &quot;A String&quot;, # The family name.
3368            &quot;givenName&quot;: &quot;A String&quot;, # The given name.
3369            &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
3370            &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
3371            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
3372              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3373              &quot;source&quot;: { # The source of a field. # The source of the field.
3374                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3375                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3376                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3377                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3378                  &quot;userTypes&quot;: [ # Output only. The user types.
3379                    &quot;A String&quot;,
3380                  ],
3381                },
3382                &quot;type&quot;: &quot;A String&quot;, # The source type.
3383                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3384              },
3385              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3386              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3387            },
3388            &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
3389            &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
3390            &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
3391            &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
3392            &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
3393            &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
3394            &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
3395            &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
3396          },
3397        ],
3398        &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
3399          { # A person&#x27;s nickname.
3400            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
3401              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3402              &quot;source&quot;: { # The source of a field. # The source of the field.
3403                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3404                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3405                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3406                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3407                  &quot;userTypes&quot;: [ # Output only. The user types.
3408                    &quot;A String&quot;,
3409                  ],
3410                },
3411                &quot;type&quot;: &quot;A String&quot;, # The source type.
3412                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3413              },
3414              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3415              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3416            },
3417            &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
3418            &quot;value&quot;: &quot;A String&quot;, # The nickname.
3419          },
3420        ],
3421        &quot;occupations&quot;: [ # The person&#x27;s occupations.
3422          { # A person&#x27;s occupation.
3423            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
3424              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3425              &quot;source&quot;: { # The source of a field. # The source of the field.
3426                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3427                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3428                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3429                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3430                  &quot;userTypes&quot;: [ # Output only. The user types.
3431                    &quot;A String&quot;,
3432                  ],
3433                },
3434                &quot;type&quot;: &quot;A String&quot;, # The source type.
3435                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3436              },
3437              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3438              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3439            },
3440            &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
3441          },
3442        ],
3443        &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
3444          { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
3445            &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
3446            &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.
3447            &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
3448            &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
3449            &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.
3450              &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.
3451              &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.
3452              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3453            },
3454            &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.
3455            &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
3456            &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
3457            &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
3458            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
3459              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3460              &quot;source&quot;: { # The source of a field. # The source of the field.
3461                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3462                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3463                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3464                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3465                  &quot;userTypes&quot;: [ # Output only. The user types.
3466                    &quot;A String&quot;,
3467                  ],
3468                },
3469                &quot;type&quot;: &quot;A String&quot;, # The source type.
3470                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3471              },
3472              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3473              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3474            },
3475            &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
3476            &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
3477            &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.
3478              &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.
3479              &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.
3480              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3481            },
3482            &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
3483            &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
3484            &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`
3485          },
3486        ],
3487        &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
3488          { # A person&#x27;s phone number.
3489            &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.
3490            &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.
3491            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
3492              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3493              &quot;source&quot;: { # The source of a field. # The source of the field.
3494                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3495                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3496                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3497                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3498                  &quot;userTypes&quot;: [ # Output only. The user types.
3499                    &quot;A String&quot;,
3500                  ],
3501                },
3502                &quot;type&quot;: &quot;A String&quot;, # The source type.
3503                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3504              },
3505              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3506              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3507            },
3508            &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`
3509            &quot;value&quot;: &quot;A String&quot;, # The phone number.
3510          },
3511        ],
3512        &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
3513          { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
3514            &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
3515            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
3516              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3530              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3531            },
3532            &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
3533          },
3534        ],
3535        &quot;relations&quot;: [ # The person&#x27;s relations.
3536          { # A person&#x27;s relation to another person.
3537            &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.
3538            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
3539              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3540              &quot;source&quot;: { # The source of a field. # The source of the field.
3541                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3542                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3543                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3544                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3545                  &quot;userTypes&quot;: [ # Output only. The user types.
3546                    &quot;A String&quot;,
3547                  ],
3548                },
3549                &quot;type&quot;: &quot;A String&quot;, # The source type.
3550                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3551              },
3552              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3553              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3554            },
3555            &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
3556            &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`
3557          },
3558        ],
3559        &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
3560          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
3561            &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.
3562            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
3563              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3564              &quot;source&quot;: { # The source of a field. # The source of the field.
3565                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3566                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3567                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3568                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3569                  &quot;userTypes&quot;: [ # Output only. The user types.
3570                    &quot;A String&quot;,
3571                  ],
3572                },
3573                &quot;type&quot;: &quot;A String&quot;, # The source type.
3574                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3575              },
3576              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3577              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3578            },
3579            &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`
3580          },
3581        ],
3582        &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
3583          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
3584            &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.
3585            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
3586              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3587              &quot;source&quot;: { # The source of a field. # The source of the field.
3588                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3589                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3590                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3591                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3592                  &quot;userTypes&quot;: [ # Output only. The user types.
3593                    &quot;A String&quot;,
3594                  ],
3595                },
3596                &quot;type&quot;: &quot;A String&quot;, # The source type.
3597                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3598              },
3599              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3600              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3601            },
3602            &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`
3603          },
3604        ],
3605        &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
3606          { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
3607            &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.
3608            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
3609              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3610              &quot;source&quot;: { # The source of a field. # The source of the field.
3611                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3612                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3613                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3614                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3615                  &quot;userTypes&quot;: [ # Output only. The user types.
3616                    &quot;A String&quot;,
3617                  ],
3618                },
3619                &quot;type&quot;: &quot;A String&quot;, # The source type.
3620                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3621              },
3622              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3623              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3624            },
3625            &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
3626          },
3627        ],
3628        &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}`.
3629        &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
3630          { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
3631            &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.
3632            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
3633              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3634              &quot;source&quot;: { # The source of a field. # The source of the field.
3635                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3636                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3637                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3638                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3639                  &quot;userTypes&quot;: [ # Output only. The user types.
3640                    &quot;A String&quot;,
3641                  ],
3642                },
3643                &quot;type&quot;: &quot;A String&quot;, # The source type.
3644                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3645              },
3646              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3647              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3648            },
3649            &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`
3650            &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.
3651          },
3652        ],
3653        &quot;skills&quot;: [ # The person&#x27;s skills.
3654          { # A skill that the person has.
3655            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
3656              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3657              &quot;source&quot;: { # The source of a field. # The source of the field.
3658                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3659                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3660                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3661                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3662                  &quot;userTypes&quot;: [ # Output only. The user types.
3663                    &quot;A String&quot;,
3664                  ],
3665                },
3666                &quot;type&quot;: &quot;A String&quot;, # The source type.
3667                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3668              },
3669              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3670              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3671            },
3672            &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
3673          },
3674        ],
3675        &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
3676          { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
3677            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
3678              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3679              &quot;source&quot;: { # The source of a field. # The source of the field.
3680                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3681                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3682                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3683                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3684                  &quot;userTypes&quot;: [ # Output only. The user types.
3685                    &quot;A String&quot;,
3686                  ],
3687                },
3688                &quot;type&quot;: &quot;A String&quot;, # The source type.
3689                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3690              },
3691              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3692              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3693            },
3694            &quot;value&quot;: &quot;A String&quot;, # The tagline.
3695          },
3696        ],
3697        &quot;urls&quot;: [ # The person&#x27;s associated URLs.
3698          { # A person&#x27;s associated URLs.
3699            &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.
3700            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
3701              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3702              &quot;source&quot;: { # The source of a field. # The source of the field.
3703                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3704                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3705                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3706                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3707                  &quot;userTypes&quot;: [ # Output only. The user types.
3708                    &quot;A String&quot;,
3709                  ],
3710                },
3711                &quot;type&quot;: &quot;A String&quot;, # The source type.
3712                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3713              },
3714              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3715              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3716            },
3717            &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`
3718            &quot;value&quot;: &quot;A String&quot;, # The URL.
3719          },
3720        ],
3721        &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
3722          { # Arbitrary user data that is populated by the end users.
3723            &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
3724            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
3725              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3726              &quot;source&quot;: { # The source of a field. # The source of the field.
3727                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3728                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3729                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3730                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3731                  &quot;userTypes&quot;: [ # Output only. The user types.
3732                    &quot;A String&quot;,
3733                  ],
3734                },
3735                &quot;type&quot;: &quot;A String&quot;, # The source type.
3736                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3737              },
3738              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3739              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3740            },
3741            &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
3742          },
3743        ],
3744      },
3745      &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.
3746      &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.
3747        &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
3748        &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
3749          {
3750            &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
3751          },
3752        ],
3753        &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.
3754      },
3755    },
3756  },
3757}</pre>
3758</div>
3759
3760<div class="method">
3761    <code class="details" id="close">close()</code>
3762  <pre>Close httplib2 connections.</pre>
3763</div>
3764
3765<div class="method">
3766    <code class="details" id="createContact">createContact(body=None, personFields=None, sources=None, x__xgafv=None)</code>
3767  <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
3768
3769Args:
3770  body: object, The request body.
3771    The object takes the form of:
3772
3773{ # 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.
3774  &quot;addresses&quot;: [ # The person&#x27;s street addresses.
3775    { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
3776      &quot;city&quot;: &quot;A String&quot;, # The city of the address.
3777      &quot;country&quot;: &quot;A String&quot;, # The country of the address.
3778      &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.
3779      &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
3780      &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.
3781      &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.
3782      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
3783        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3784        &quot;source&quot;: { # The source of a field. # The source of the field.
3785          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3786          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3787          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3788            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3789            &quot;userTypes&quot;: [ # Output only. The user types.
3790              &quot;A String&quot;,
3791            ],
3792          },
3793          &quot;type&quot;: &quot;A String&quot;, # The source type.
3794          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3795        },
3796        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3797        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3798      },
3799      &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
3800      &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
3801      &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
3802      &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
3803      &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`
3804    },
3805  ],
3806  &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
3807  &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
3808    { # A person&#x27;s age range.
3809      &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
3810      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
3811        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3812        &quot;source&quot;: { # The source of a field. # The source of the field.
3813          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3814          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3815          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3816            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3817            &quot;userTypes&quot;: [ # Output only. The user types.
3818              &quot;A String&quot;,
3819            ],
3820          },
3821          &quot;type&quot;: &quot;A String&quot;, # The source type.
3822          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3823        },
3824        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3825        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3826      },
3827    },
3828  ],
3829  &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
3830    { # A person&#x27;s short biography.
3831      &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
3832      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
3833        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3834        &quot;source&quot;: { # The source of a field. # The source of the field.
3835          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3836          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3837          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3838            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3839            &quot;userTypes&quot;: [ # Output only. The user types.
3840              &quot;A String&quot;,
3841            ],
3842          },
3843          &quot;type&quot;: &quot;A String&quot;, # The source type.
3844          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3845        },
3846        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3847        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3848      },
3849      &quot;value&quot;: &quot;A String&quot;, # The short biography.
3850    },
3851  ],
3852  &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
3853    { # 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.
3854      &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.
3855        &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.
3856        &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.
3857        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
3858      },
3859      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
3860        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3861        &quot;source&quot;: { # The source of a field. # The source of the field.
3862          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3863          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3864          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3865            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3866            &quot;userTypes&quot;: [ # Output only. The user types.
3867              &quot;A String&quot;,
3868            ],
3869          },
3870          &quot;type&quot;: &quot;A String&quot;, # The source type.
3871          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3872        },
3873        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3874        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3875      },
3876      &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
3877    },
3878  ],
3879  &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
3880    { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
3881      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
3882        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3883        &quot;source&quot;: { # The source of a field. # The source of the field.
3884          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3885          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3886          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3887            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3888            &quot;userTypes&quot;: [ # Output only. The user types.
3889              &quot;A String&quot;,
3890            ],
3891          },
3892          &quot;type&quot;: &quot;A String&quot;, # The source type.
3893          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3894        },
3895        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3896        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3897      },
3898      &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
3899    },
3900  ],
3901  &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
3902    { # A person&#x27;s calendar URL.
3903      &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.
3904      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
3905        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3906        &quot;source&quot;: { # The source of a field. # The source of the field.
3907          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3908          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3909          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3910            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3911            &quot;userTypes&quot;: [ # Output only. The user types.
3912              &quot;A String&quot;,
3913            ],
3914          },
3915          &quot;type&quot;: &quot;A String&quot;, # The source type.
3916          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3917        },
3918        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3919        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3920      },
3921      &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`
3922      &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
3923    },
3924  ],
3925  &quot;clientData&quot;: [ # The person&#x27;s client data.
3926    { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
3927      &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
3928      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
3929        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3930        &quot;source&quot;: { # The source of a field. # The source of the field.
3931          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3932          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3933          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3934            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3935            &quot;userTypes&quot;: [ # Output only. The user types.
3936              &quot;A String&quot;,
3937            ],
3938          },
3939          &quot;type&quot;: &quot;A String&quot;, # The source type.
3940          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3941        },
3942        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3943        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3944      },
3945      &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
3946    },
3947  ],
3948  &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
3949    { # 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.
3950      &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.
3951      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
3952        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3953        &quot;source&quot;: { # The source of a field. # The source of the field.
3954          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3955          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3956          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3957            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3958            &quot;userTypes&quot;: [ # Output only. The user types.
3959              &quot;A String&quot;,
3960            ],
3961          },
3962          &quot;type&quot;: &quot;A String&quot;, # The source type.
3963          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3964        },
3965        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3966        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3967      },
3968      &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
3969    },
3970  ],
3971  &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
3972    { # A person&#x27;s email address.
3973      &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
3974      &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.
3975      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
3976        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
3977        &quot;source&quot;: { # The source of a field. # The source of the field.
3978          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
3979          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
3980          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
3981            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
3982            &quot;userTypes&quot;: [ # Output only. The user types.
3983              &quot;A String&quot;,
3984            ],
3985          },
3986          &quot;type&quot;: &quot;A String&quot;, # The source type.
3987          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
3988        },
3989        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
3990        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
3991      },
3992      &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`
3993      &quot;value&quot;: &quot;A String&quot;, # The email address.
3994    },
3995  ],
3996  &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.
3997  &quot;events&quot;: [ # The person&#x27;s events.
3998    { # An event related to the person.
3999      &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.
4000        &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.
4001        &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.
4002        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4003      },
4004      &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.
4005      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
4006        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4007        &quot;source&quot;: { # The source of a field. # The source of the field.
4008          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4009          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4010          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4011            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4012            &quot;userTypes&quot;: [ # Output only. The user types.
4013              &quot;A String&quot;,
4014            ],
4015          },
4016          &quot;type&quot;: &quot;A String&quot;, # The source type.
4017          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4018        },
4019        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4020        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4021      },
4022      &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`
4023    },
4024  ],
4025  &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
4026    { # An identifier from an external entity related to the person.
4027      &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.
4028      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
4029        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4030        &quot;source&quot;: { # The source of a field. # The source of the field.
4031          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4032          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4033          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4034            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4035            &quot;userTypes&quot;: [ # Output only. The user types.
4036              &quot;A String&quot;,
4037            ],
4038          },
4039          &quot;type&quot;: &quot;A String&quot;, # The source type.
4040          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4041        },
4042        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4043        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4044      },
4045      &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`
4046      &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
4047    },
4048  ],
4049  &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
4050    { # The name that should be used to sort the person in a list.
4051      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
4052        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4053        &quot;source&quot;: { # The source of a field. # The source of the field.
4054          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4055          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4056          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4057            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4058            &quot;userTypes&quot;: [ # Output only. The user types.
4059              &quot;A String&quot;,
4060            ],
4061          },
4062          &quot;type&quot;: &quot;A String&quot;, # The source type.
4063          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4064        },
4065        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4066        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4067      },
4068      &quot;value&quot;: &quot;A String&quot;, # The file-as value
4069    },
4070  ],
4071  &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
4072    { # A person&#x27;s gender.
4073      &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
4074      &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.
4075      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
4076        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4077        &quot;source&quot;: { # The source of a field. # The source of the field.
4078          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4079          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4080          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4081            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4082            &quot;userTypes&quot;: [ # Output only. The user types.
4083              &quot;A String&quot;,
4084            ],
4085          },
4086          &quot;type&quot;: &quot;A String&quot;, # The source type.
4087          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4088        },
4089        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4090        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4091      },
4092      &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`
4093    },
4094  ],
4095  &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
4096    { # A person&#x27;s instant messaging client.
4097      &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.
4098      &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.
4099      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
4100        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4101        &quot;source&quot;: { # The source of a field. # The source of the field.
4102          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4103          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4104          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4105            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4106            &quot;userTypes&quot;: [ # Output only. The user types.
4107              &quot;A String&quot;,
4108            ],
4109          },
4110          &quot;type&quot;: &quot;A String&quot;, # The source type.
4111          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4112        },
4113        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4114        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4115      },
4116      &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`
4117      &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`
4118      &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
4119    },
4120  ],
4121  &quot;interests&quot;: [ # The person&#x27;s interests.
4122    { # One of the person&#x27;s interests.
4123      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
4124        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4125        &quot;source&quot;: { # The source of a field. # The source of the field.
4126          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4127          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4128          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4129            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4130            &quot;userTypes&quot;: [ # Output only. The user types.
4131              &quot;A String&quot;,
4132            ],
4133          },
4134          &quot;type&quot;: &quot;A String&quot;, # The source type.
4135          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4136        },
4137        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4138        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4139      },
4140      &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
4141    },
4142  ],
4143  &quot;locales&quot;: [ # The person&#x27;s locale preferences.
4144    { # A person&#x27;s locale preference.
4145      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
4146        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4147        &quot;source&quot;: { # The source of a field. # The source of the field.
4148          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4149          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4150          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4151            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4152            &quot;userTypes&quot;: [ # Output only. The user types.
4153              &quot;A String&quot;,
4154            ],
4155          },
4156          &quot;type&quot;: &quot;A String&quot;, # The source type.
4157          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4158        },
4159        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4160        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4161      },
4162      &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
4163    },
4164  ],
4165  &quot;locations&quot;: [ # The person&#x27;s locations.
4166    { # A person&#x27;s location.
4167      &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
4168      &quot;current&quot;: True or False, # Whether the location is the current location.
4169      &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
4170      &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
4171      &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
4172      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
4173        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4174        &quot;source&quot;: { # The source of a field. # The source of the field.
4175          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4176          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4177          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4178            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4179            &quot;userTypes&quot;: [ # Output only. The user types.
4180              &quot;A String&quot;,
4181            ],
4182          },
4183          &quot;type&quot;: &quot;A String&quot;, # The source type.
4184          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4185        },
4186        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4187        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4188      },
4189      &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`
4190      &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
4191    },
4192  ],
4193  &quot;memberships&quot;: [ # The person&#x27;s group memberships.
4194    { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
4195      &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
4196        &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
4197        &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.
4198      },
4199      &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
4200        &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
4201      },
4202      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
4203        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4204        &quot;source&quot;: { # The source of a field. # The source of the field.
4205          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4206          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4207          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4208            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4209            &quot;userTypes&quot;: [ # Output only. The user types.
4210              &quot;A String&quot;,
4211            ],
4212          },
4213          &quot;type&quot;: &quot;A String&quot;, # The source type.
4214          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4215        },
4216        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4217        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4218      },
4219    },
4220  ],
4221  &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
4222    &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
4223    &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
4224      &quot;A String&quot;,
4225    ],
4226    &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
4227    &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
4228      &quot;A String&quot;,
4229    ],
4230    &quot;sources&quot;: [ # The sources of data for the person.
4231      { # The source of a field.
4232        &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4233        &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4234        &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4235          &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4236          &quot;userTypes&quot;: [ # Output only. The user types.
4237            &quot;A String&quot;,
4238          ],
4239        },
4240        &quot;type&quot;: &quot;A String&quot;, # The source type.
4241        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4242      },
4243    ],
4244  },
4245  &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
4246    { # A person&#x27;s miscellaneous keyword.
4247      &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.
4248      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
4249        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4250        &quot;source&quot;: { # The source of a field. # The source of the field.
4251          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4252          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4253          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4254            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4255            &quot;userTypes&quot;: [ # Output only. The user types.
4256              &quot;A String&quot;,
4257            ],
4258          },
4259          &quot;type&quot;: &quot;A String&quot;, # The source type.
4260          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4261        },
4262        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4263        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4264      },
4265      &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
4266      &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
4267    },
4268  ],
4269  &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
4270    { # A person&#x27;s name. If the name is a mononym, the family name is empty.
4271      &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.
4272      &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.
4273      &quot;familyName&quot;: &quot;A String&quot;, # The family name.
4274      &quot;givenName&quot;: &quot;A String&quot;, # The given name.
4275      &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
4276      &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
4277      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
4278        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4279        &quot;source&quot;: { # The source of a field. # The source of the field.
4280          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4281          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4282          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4283            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4284            &quot;userTypes&quot;: [ # Output only. The user types.
4285              &quot;A String&quot;,
4286            ],
4287          },
4288          &quot;type&quot;: &quot;A String&quot;, # The source type.
4289          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4290        },
4291        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4292        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4293      },
4294      &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
4295      &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
4296      &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
4297      &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
4298      &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
4299      &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
4300      &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
4301      &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
4302    },
4303  ],
4304  &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
4305    { # A person&#x27;s nickname.
4306      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
4307        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4308        &quot;source&quot;: { # The source of a field. # The source of the field.
4309          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4310          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4311          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4312            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4313            &quot;userTypes&quot;: [ # Output only. The user types.
4314              &quot;A String&quot;,
4315            ],
4316          },
4317          &quot;type&quot;: &quot;A String&quot;, # The source type.
4318          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4319        },
4320        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4321        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4322      },
4323      &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
4324      &quot;value&quot;: &quot;A String&quot;, # The nickname.
4325    },
4326  ],
4327  &quot;occupations&quot;: [ # The person&#x27;s occupations.
4328    { # A person&#x27;s occupation.
4329      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
4330        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4331        &quot;source&quot;: { # The source of a field. # The source of the field.
4332          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4333          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4334          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4335            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4336            &quot;userTypes&quot;: [ # Output only. The user types.
4337              &quot;A String&quot;,
4338            ],
4339          },
4340          &quot;type&quot;: &quot;A String&quot;, # The source type.
4341          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4342        },
4343        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4344        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4345      },
4346      &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
4347    },
4348  ],
4349  &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
4350    { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
4351      &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
4352      &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.
4353      &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
4354      &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
4355      &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.
4356        &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.
4357        &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.
4358        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4359      },
4360      &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.
4361      &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
4362      &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
4363      &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
4364      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
4365        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4366        &quot;source&quot;: { # The source of a field. # The source of the field.
4367          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4368          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4369          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4370            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4371            &quot;userTypes&quot;: [ # Output only. The user types.
4372              &quot;A String&quot;,
4373            ],
4374          },
4375          &quot;type&quot;: &quot;A String&quot;, # The source type.
4376          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4377        },
4378        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4379        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4380      },
4381      &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
4382      &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
4383      &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.
4384        &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.
4385        &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.
4386        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4387      },
4388      &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
4389      &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
4390      &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`
4391    },
4392  ],
4393  &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
4394    { # A person&#x27;s phone number.
4395      &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.
4396      &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.
4397      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
4398        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4399        &quot;source&quot;: { # The source of a field. # The source of the field.
4400          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4401          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4402          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4403            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4404            &quot;userTypes&quot;: [ # Output only. The user types.
4405              &quot;A String&quot;,
4406            ],
4407          },
4408          &quot;type&quot;: &quot;A String&quot;, # The source type.
4409          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4410        },
4411        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4412        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4413      },
4414      &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`
4415      &quot;value&quot;: &quot;A String&quot;, # The phone number.
4416    },
4417  ],
4418  &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
4419    { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
4420      &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
4421      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
4422        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4423        &quot;source&quot;: { # The source of a field. # The source of the field.
4424          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4425          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4426          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4427            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4428            &quot;userTypes&quot;: [ # Output only. The user types.
4429              &quot;A String&quot;,
4430            ],
4431          },
4432          &quot;type&quot;: &quot;A String&quot;, # The source type.
4433          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4434        },
4435        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4436        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4437      },
4438      &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
4439    },
4440  ],
4441  &quot;relations&quot;: [ # The person&#x27;s relations.
4442    { # A person&#x27;s relation to another person.
4443      &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.
4444      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
4445        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4446        &quot;source&quot;: { # The source of a field. # The source of the field.
4447          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4448          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4449          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4450            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4451            &quot;userTypes&quot;: [ # Output only. The user types.
4452              &quot;A String&quot;,
4453            ],
4454          },
4455          &quot;type&quot;: &quot;A String&quot;, # The source type.
4456          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4457        },
4458        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4459        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4460      },
4461      &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
4462      &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`
4463    },
4464  ],
4465  &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
4466    { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
4467      &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.
4468      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
4469        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4470        &quot;source&quot;: { # The source of a field. # The source of the field.
4471          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4472          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4473          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4474            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4475            &quot;userTypes&quot;: [ # Output only. The user types.
4476              &quot;A String&quot;,
4477            ],
4478          },
4479          &quot;type&quot;: &quot;A String&quot;, # The source type.
4480          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4481        },
4482        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4483        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4484      },
4485      &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`
4486    },
4487  ],
4488  &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
4489    { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
4490      &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.
4491      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
4492        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4493        &quot;source&quot;: { # The source of a field. # The source of the field.
4494          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4495          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4496          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4497            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4498            &quot;userTypes&quot;: [ # Output only. The user types.
4499              &quot;A String&quot;,
4500            ],
4501          },
4502          &quot;type&quot;: &quot;A String&quot;, # The source type.
4503          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4504        },
4505        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4506        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4507      },
4508      &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`
4509    },
4510  ],
4511  &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
4512    { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
4513      &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.
4514      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
4515        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4516        &quot;source&quot;: { # The source of a field. # The source of the field.
4517          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4518          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4519          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4520            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4521            &quot;userTypes&quot;: [ # Output only. The user types.
4522              &quot;A String&quot;,
4523            ],
4524          },
4525          &quot;type&quot;: &quot;A String&quot;, # The source type.
4526          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4527        },
4528        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4529        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4530      },
4531      &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
4532    },
4533  ],
4534  &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}`.
4535  &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
4536    { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
4537      &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.
4538      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
4539        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4540        &quot;source&quot;: { # The source of a field. # The source of the field.
4541          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4542          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4543          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4544            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4545            &quot;userTypes&quot;: [ # Output only. The user types.
4546              &quot;A String&quot;,
4547            ],
4548          },
4549          &quot;type&quot;: &quot;A String&quot;, # The source type.
4550          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4551        },
4552        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4553        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4554      },
4555      &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`
4556      &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.
4557    },
4558  ],
4559  &quot;skills&quot;: [ # The person&#x27;s skills.
4560    { # A skill that the person has.
4561      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
4562        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4563        &quot;source&quot;: { # The source of a field. # The source of the field.
4564          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4565          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4566          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4567            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4568            &quot;userTypes&quot;: [ # Output only. The user types.
4569              &quot;A String&quot;,
4570            ],
4571          },
4572          &quot;type&quot;: &quot;A String&quot;, # The source type.
4573          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4574        },
4575        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4576        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4577      },
4578      &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
4579    },
4580  ],
4581  &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
4582    { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
4583      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
4584        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4585        &quot;source&quot;: { # The source of a field. # The source of the field.
4586          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4587          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4588          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4589            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4590            &quot;userTypes&quot;: [ # Output only. The user types.
4591              &quot;A String&quot;,
4592            ],
4593          },
4594          &quot;type&quot;: &quot;A String&quot;, # The source type.
4595          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4596        },
4597        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4598        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4599      },
4600      &quot;value&quot;: &quot;A String&quot;, # The tagline.
4601    },
4602  ],
4603  &quot;urls&quot;: [ # The person&#x27;s associated URLs.
4604    { # A person&#x27;s associated URLs.
4605      &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.
4606      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
4607        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4608        &quot;source&quot;: { # The source of a field. # The source of the field.
4609          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4610          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4611          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4612            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4613            &quot;userTypes&quot;: [ # Output only. The user types.
4614              &quot;A String&quot;,
4615            ],
4616          },
4617          &quot;type&quot;: &quot;A String&quot;, # The source type.
4618          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4619        },
4620        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4621        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4622      },
4623      &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`
4624      &quot;value&quot;: &quot;A String&quot;, # The URL.
4625    },
4626  ],
4627  &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
4628    { # Arbitrary user data that is populated by the end users.
4629      &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
4630      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
4631        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4632        &quot;source&quot;: { # The source of a field. # The source of the field.
4633          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4634          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4635          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4636            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4637            &quot;userTypes&quot;: [ # Output only. The user types.
4638              &quot;A String&quot;,
4639            ],
4640          },
4641          &quot;type&quot;: &quot;A String&quot;, # The source type.
4642          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4643        },
4644        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4645        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4646      },
4647      &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
4648    },
4649  ],
4650}
4651
4652  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
4653  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)
4654    Allowed values
4655      READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
4656      READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
4657      READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
4658      READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
4659  x__xgafv: string, V1 error format.
4660    Allowed values
4661      1 - v1 error format
4662      2 - v2 error format
4663
4664Returns:
4665  An object of the form:
4666
4667    { # 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.
4668  &quot;addresses&quot;: [ # The person&#x27;s street addresses.
4669    { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
4670      &quot;city&quot;: &quot;A String&quot;, # The city of the address.
4671      &quot;country&quot;: &quot;A String&quot;, # The country of the address.
4672      &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.
4673      &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
4674      &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.
4675      &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.
4676      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
4677        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4678        &quot;source&quot;: { # The source of a field. # The source of the field.
4679          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4680          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4681          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4682            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4683            &quot;userTypes&quot;: [ # Output only. The user types.
4684              &quot;A String&quot;,
4685            ],
4686          },
4687          &quot;type&quot;: &quot;A String&quot;, # The source type.
4688          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4689        },
4690        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4691        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4692      },
4693      &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
4694      &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
4695      &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
4696      &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
4697      &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`
4698    },
4699  ],
4700  &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
4701  &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
4702    { # A person&#x27;s age range.
4703      &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
4704      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
4705        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4706        &quot;source&quot;: { # The source of a field. # The source of the field.
4707          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4708          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4709          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4710            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4711            &quot;userTypes&quot;: [ # Output only. The user types.
4712              &quot;A String&quot;,
4713            ],
4714          },
4715          &quot;type&quot;: &quot;A String&quot;, # The source type.
4716          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4717        },
4718        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4719        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4720      },
4721    },
4722  ],
4723  &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
4724    { # A person&#x27;s short biography.
4725      &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
4726      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
4727        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4728        &quot;source&quot;: { # The source of a field. # The source of the field.
4729          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4730          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4731          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4732            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4733            &quot;userTypes&quot;: [ # Output only. The user types.
4734              &quot;A String&quot;,
4735            ],
4736          },
4737          &quot;type&quot;: &quot;A String&quot;, # The source type.
4738          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4739        },
4740        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4741        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4742      },
4743      &quot;value&quot;: &quot;A String&quot;, # The short biography.
4744    },
4745  ],
4746  &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
4747    { # 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.
4748      &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.
4749        &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.
4750        &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.
4751        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4752      },
4753      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
4754        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4755        &quot;source&quot;: { # The source of a field. # The source of the field.
4756          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4757          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4758          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4759            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4760            &quot;userTypes&quot;: [ # Output only. The user types.
4761              &quot;A String&quot;,
4762            ],
4763          },
4764          &quot;type&quot;: &quot;A String&quot;, # The source type.
4765          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4766        },
4767        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
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;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
4771    },
4772  ],
4773  &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
4774    { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
4775      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
4776        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4777        &quot;source&quot;: { # The source of a field. # The source of the field.
4778          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4779          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4780          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4781            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4782            &quot;userTypes&quot;: [ # Output only. The user types.
4783              &quot;A String&quot;,
4784            ],
4785          },
4786          &quot;type&quot;: &quot;A String&quot;, # The source type.
4787          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4788        },
4789        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4790        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4791      },
4792      &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
4793    },
4794  ],
4795  &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
4796    { # A person&#x27;s calendar URL.
4797      &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.
4798      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
4799        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4800        &quot;source&quot;: { # The source of a field. # The source of the field.
4801          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4802          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4803          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4804            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4805            &quot;userTypes&quot;: [ # Output only. The user types.
4806              &quot;A String&quot;,
4807            ],
4808          },
4809          &quot;type&quot;: &quot;A String&quot;, # The source type.
4810          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4811        },
4812        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4813        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4814      },
4815      &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`
4816      &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
4817    },
4818  ],
4819  &quot;clientData&quot;: [ # The person&#x27;s client data.
4820    { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
4821      &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
4822      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
4823        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4824        &quot;source&quot;: { # The source of a field. # The source of the field.
4825          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4826          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4827          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4828            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4829            &quot;userTypes&quot;: [ # Output only. The user types.
4830              &quot;A String&quot;,
4831            ],
4832          },
4833          &quot;type&quot;: &quot;A String&quot;, # The source type.
4834          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4835        },
4836        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
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 client specified value of the client data.
4840    },
4841  ],
4842  &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
4843    { # 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.
4844      &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.
4845      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
4846        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4847        &quot;source&quot;: { # The source of a field. # The source of the field.
4848          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4849          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4850          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4851            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4852            &quot;userTypes&quot;: [ # Output only. The user types.
4853              &quot;A String&quot;,
4854            ],
4855          },
4856          &quot;type&quot;: &quot;A String&quot;, # The source type.
4857          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4858        },
4859        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4860        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4861      },
4862      &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
4863    },
4864  ],
4865  &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
4866    { # A person&#x27;s email address.
4867      &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
4868      &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.
4869      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
4870        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4871        &quot;source&quot;: { # The source of a field. # The source of the field.
4872          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4873          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4874          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4875            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4876            &quot;userTypes&quot;: [ # Output only. The user types.
4877              &quot;A String&quot;,
4878            ],
4879          },
4880          &quot;type&quot;: &quot;A String&quot;, # The source type.
4881          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4882        },
4883        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
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 email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
4887      &quot;value&quot;: &quot;A String&quot;, # The email address.
4888    },
4889  ],
4890  &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.
4891  &quot;events&quot;: [ # The person&#x27;s events.
4892    { # An event related to the person.
4893      &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.
4894        &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.
4895        &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.
4896        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
4897      },
4898      &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.
4899      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
4900        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4914        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4915      },
4916      &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`
4917    },
4918  ],
4919  &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
4920    { # An identifier from an external entity related to the person.
4921      &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.
4922      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
4923        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4924        &quot;source&quot;: { # The source of a field. # The source of the field.
4925          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4926          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4927          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4928            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4929            &quot;userTypes&quot;: [ # Output only. The user types.
4930              &quot;A String&quot;,
4931            ],
4932          },
4933          &quot;type&quot;: &quot;A String&quot;, # The source type.
4934          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4935        },
4936        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4937        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4938      },
4939      &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`
4940      &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
4941    },
4942  ],
4943  &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
4944    { # The name that should be used to sort the person in a list.
4945      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
4946        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4947        &quot;source&quot;: { # The source of a field. # The source of the field.
4948          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4949          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4950          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4951            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4952            &quot;userTypes&quot;: [ # Output only. The user types.
4953              &quot;A String&quot;,
4954            ],
4955          },
4956          &quot;type&quot;: &quot;A String&quot;, # The source type.
4957          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4958        },
4959        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4960        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4961      },
4962      &quot;value&quot;: &quot;A String&quot;, # The file-as value
4963    },
4964  ],
4965  &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
4966    { # A person&#x27;s gender.
4967      &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
4968      &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.
4969      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
4970        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4971        &quot;source&quot;: { # The source of a field. # The source of the field.
4972          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4973          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4974          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4975            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
4976            &quot;userTypes&quot;: [ # Output only. The user types.
4977              &quot;A String&quot;,
4978            ],
4979          },
4980          &quot;type&quot;: &quot;A String&quot;, # The source type.
4981          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
4982        },
4983        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
4984        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
4985      },
4986      &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`
4987    },
4988  ],
4989  &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
4990    { # A person&#x27;s instant messaging client.
4991      &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.
4992      &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.
4993      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
4994        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
4995        &quot;source&quot;: { # The source of a field. # The source of the field.
4996          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
4997          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
4998          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
4999            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5000            &quot;userTypes&quot;: [ # Output only. The user types.
5001              &quot;A String&quot;,
5002            ],
5003          },
5004          &quot;type&quot;: &quot;A String&quot;, # The source type.
5005          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5006        },
5007        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5008        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5009      },
5010      &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`
5011      &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`
5012      &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
5013    },
5014  ],
5015  &quot;interests&quot;: [ # The person&#x27;s interests.
5016    { # One of the person&#x27;s interests.
5017      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
5018        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5019        &quot;source&quot;: { # The source of a field. # The source of the field.
5020          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5021          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5022          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5023            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5024            &quot;userTypes&quot;: [ # Output only. The user types.
5025              &quot;A String&quot;,
5026            ],
5027          },
5028          &quot;type&quot;: &quot;A String&quot;, # The source type.
5029          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5030        },
5031        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5032        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5033      },
5034      &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
5035    },
5036  ],
5037  &quot;locales&quot;: [ # The person&#x27;s locale preferences.
5038    { # A person&#x27;s locale preference.
5039      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
5040        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5041        &quot;source&quot;: { # The source of a field. # The source of the field.
5042          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5043          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5044          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5045            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5046            &quot;userTypes&quot;: [ # Output only. The user types.
5047              &quot;A String&quot;,
5048            ],
5049          },
5050          &quot;type&quot;: &quot;A String&quot;, # The source type.
5051          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5052        },
5053        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5054        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5055      },
5056      &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
5057    },
5058  ],
5059  &quot;locations&quot;: [ # The person&#x27;s locations.
5060    { # A person&#x27;s location.
5061      &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
5062      &quot;current&quot;: True or False, # Whether the location is the current location.
5063      &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
5064      &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
5065      &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
5066      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
5067        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5068        &quot;source&quot;: { # The source of a field. # The source of the field.
5069          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5070          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5071          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5072            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5073            &quot;userTypes&quot;: [ # Output only. The user types.
5074              &quot;A String&quot;,
5075            ],
5076          },
5077          &quot;type&quot;: &quot;A String&quot;, # The source type.
5078          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5079        },
5080        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5081        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5082      },
5083      &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`
5084      &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
5085    },
5086  ],
5087  &quot;memberships&quot;: [ # The person&#x27;s group memberships.
5088    { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
5089      &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
5090        &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
5091        &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.
5092      },
5093      &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
5094        &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
5095      },
5096      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
5097        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5098        &quot;source&quot;: { # The source of a field. # The source of the field.
5099          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5100          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5101          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5102            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5103            &quot;userTypes&quot;: [ # Output only. The user types.
5104              &quot;A String&quot;,
5105            ],
5106          },
5107          &quot;type&quot;: &quot;A String&quot;, # The source type.
5108          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5109        },
5110        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5111        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5112      },
5113    },
5114  ],
5115  &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
5116    &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
5117    &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
5118      &quot;A String&quot;,
5119    ],
5120    &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
5121    &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
5122      &quot;A String&quot;,
5123    ],
5124    &quot;sources&quot;: [ # The sources of data for the person.
5125      { # The source of a field.
5126        &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5127        &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5128        &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5129          &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5130          &quot;userTypes&quot;: [ # Output only. The user types.
5131            &quot;A String&quot;,
5132          ],
5133        },
5134        &quot;type&quot;: &quot;A String&quot;, # The source type.
5135        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5136      },
5137    ],
5138  },
5139  &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
5140    { # A person&#x27;s miscellaneous keyword.
5141      &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.
5142      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
5143        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5144        &quot;source&quot;: { # The source of a field. # The source of the field.
5145          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5146          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5147          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5148            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5149            &quot;userTypes&quot;: [ # Output only. The user types.
5150              &quot;A String&quot;,
5151            ],
5152          },
5153          &quot;type&quot;: &quot;A String&quot;, # The source type.
5154          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5155        },
5156        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5157        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5158      },
5159      &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
5160      &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
5161    },
5162  ],
5163  &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
5164    { # A person&#x27;s name. If the name is a mononym, the family name is empty.
5165      &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.
5166      &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.
5167      &quot;familyName&quot;: &quot;A String&quot;, # The family name.
5168      &quot;givenName&quot;: &quot;A String&quot;, # The given name.
5169      &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
5170      &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
5171      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
5172        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5173        &quot;source&quot;: { # The source of a field. # The source of the field.
5174          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5175          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5176          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5177            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5178            &quot;userTypes&quot;: [ # Output only. The user types.
5179              &quot;A String&quot;,
5180            ],
5181          },
5182          &quot;type&quot;: &quot;A String&quot;, # The source type.
5183          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5184        },
5185        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5186        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5187      },
5188      &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
5189      &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
5190      &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
5191      &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
5192      &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
5193      &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
5194      &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
5195      &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
5196    },
5197  ],
5198  &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
5199    { # A person&#x27;s nickname.
5200      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
5201        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5202        &quot;source&quot;: { # The source of a field. # The source of the field.
5203          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5204          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5205          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5206            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5207            &quot;userTypes&quot;: [ # Output only. The user types.
5208              &quot;A String&quot;,
5209            ],
5210          },
5211          &quot;type&quot;: &quot;A String&quot;, # The source type.
5212          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5213        },
5214        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5215        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5216      },
5217      &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
5218      &quot;value&quot;: &quot;A String&quot;, # The nickname.
5219    },
5220  ],
5221  &quot;occupations&quot;: [ # The person&#x27;s occupations.
5222    { # A person&#x27;s occupation.
5223      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
5224        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5225        &quot;source&quot;: { # The source of a field. # The source of the field.
5226          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5227          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5228          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5229            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5230            &quot;userTypes&quot;: [ # Output only. The user types.
5231              &quot;A String&quot;,
5232            ],
5233          },
5234          &quot;type&quot;: &quot;A String&quot;, # The source type.
5235          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5236        },
5237        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5238        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5239      },
5240      &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
5241    },
5242  ],
5243  &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
5244    { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
5245      &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
5246      &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.
5247      &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
5248      &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
5249      &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.
5250        &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.
5251        &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.
5252        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5253      },
5254      &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.
5255      &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
5256      &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
5257      &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
5258      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
5259        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5260        &quot;source&quot;: { # The source of a field. # The source of the field.
5261          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5262          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5263          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5264            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5265            &quot;userTypes&quot;: [ # Output only. The user types.
5266              &quot;A String&quot;,
5267            ],
5268          },
5269          &quot;type&quot;: &quot;A String&quot;, # The source type.
5270          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5271        },
5272        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5273        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5274      },
5275      &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
5276      &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
5277      &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.
5278        &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.
5279        &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.
5280        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5281      },
5282      &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
5283      &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
5284      &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`
5285    },
5286  ],
5287  &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
5288    { # A person&#x27;s phone number.
5289      &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.
5290      &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.
5291      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
5292        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5293        &quot;source&quot;: { # The source of a field. # The source of the field.
5294          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5295          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5296          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5297            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5298            &quot;userTypes&quot;: [ # Output only. The user types.
5299              &quot;A String&quot;,
5300            ],
5301          },
5302          &quot;type&quot;: &quot;A String&quot;, # The source type.
5303          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5304        },
5305        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5306        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5307      },
5308      &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`
5309      &quot;value&quot;: &quot;A String&quot;, # The phone number.
5310    },
5311  ],
5312  &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
5313    { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
5314      &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
5315      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
5316        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5317        &quot;source&quot;: { # The source of a field. # The source of the field.
5318          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5319          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5320          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5321            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5322            &quot;userTypes&quot;: [ # Output only. The user types.
5323              &quot;A String&quot;,
5324            ],
5325          },
5326          &quot;type&quot;: &quot;A String&quot;, # The source type.
5327          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5328        },
5329        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5330        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5331      },
5332      &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
5333    },
5334  ],
5335  &quot;relations&quot;: [ # The person&#x27;s relations.
5336    { # A person&#x27;s relation to another person.
5337      &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.
5338      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
5339        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5340        &quot;source&quot;: { # The source of a field. # The source of the field.
5341          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5342          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5343          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5344            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5345            &quot;userTypes&quot;: [ # Output only. The user types.
5346              &quot;A String&quot;,
5347            ],
5348          },
5349          &quot;type&quot;: &quot;A String&quot;, # The source type.
5350          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5351        },
5352        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5353        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5354      },
5355      &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
5356      &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`
5357    },
5358  ],
5359  &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
5360    { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
5361      &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.
5362      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
5363        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5364        &quot;source&quot;: { # The source of a field. # The source of the field.
5365          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5366          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5367          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5368            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5369            &quot;userTypes&quot;: [ # Output only. The user types.
5370              &quot;A String&quot;,
5371            ],
5372          },
5373          &quot;type&quot;: &quot;A String&quot;, # The source type.
5374          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5375        },
5376        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5377        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5378      },
5379      &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`
5380    },
5381  ],
5382  &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
5383    { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
5384      &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.
5385      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
5386        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5387        &quot;source&quot;: { # The source of a field. # The source of the field.
5388          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5389          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5390          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5391            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5392            &quot;userTypes&quot;: [ # Output only. The user types.
5393              &quot;A String&quot;,
5394            ],
5395          },
5396          &quot;type&quot;: &quot;A String&quot;, # The source type.
5397          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5398        },
5399        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5400        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5401      },
5402      &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`
5403    },
5404  ],
5405  &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
5406    { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
5407      &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.
5408      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
5409        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5410        &quot;source&quot;: { # The source of a field. # The source of the field.
5411          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5412          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5413          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5414            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5415            &quot;userTypes&quot;: [ # Output only. The user types.
5416              &quot;A String&quot;,
5417            ],
5418          },
5419          &quot;type&quot;: &quot;A String&quot;, # The source type.
5420          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5421        },
5422        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5423        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5424      },
5425      &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
5426    },
5427  ],
5428  &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}`.
5429  &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
5430    { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
5431      &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.
5432      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
5433        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5434        &quot;source&quot;: { # The source of a field. # The source of the field.
5435          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5436          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5437          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5438            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5439            &quot;userTypes&quot;: [ # Output only. The user types.
5440              &quot;A String&quot;,
5441            ],
5442          },
5443          &quot;type&quot;: &quot;A String&quot;, # The source type.
5444          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5445        },
5446        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5447        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5448      },
5449      &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`
5450      &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.
5451    },
5452  ],
5453  &quot;skills&quot;: [ # The person&#x27;s skills.
5454    { # A skill that the person has.
5455      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
5456        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5457        &quot;source&quot;: { # The source of a field. # The source of the field.
5458          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5459          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5460          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5461            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5462            &quot;userTypes&quot;: [ # Output only. The user types.
5463              &quot;A String&quot;,
5464            ],
5465          },
5466          &quot;type&quot;: &quot;A String&quot;, # The source type.
5467          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5468        },
5469        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5470        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5471      },
5472      &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
5473    },
5474  ],
5475  &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
5476    { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
5477      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
5478        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5479        &quot;source&quot;: { # The source of a field. # The source of the field.
5480          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5481          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5482          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5483            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5484            &quot;userTypes&quot;: [ # Output only. The user types.
5485              &quot;A String&quot;,
5486            ],
5487          },
5488          &quot;type&quot;: &quot;A String&quot;, # The source type.
5489          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5490        },
5491        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5492        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5493      },
5494      &quot;value&quot;: &quot;A String&quot;, # The tagline.
5495    },
5496  ],
5497  &quot;urls&quot;: [ # The person&#x27;s associated URLs.
5498    { # A person&#x27;s associated URLs.
5499      &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.
5500      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
5501        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5502        &quot;source&quot;: { # The source of a field. # The source of the field.
5503          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5504          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5505          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5506            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5507            &quot;userTypes&quot;: [ # Output only. The user types.
5508              &quot;A String&quot;,
5509            ],
5510          },
5511          &quot;type&quot;: &quot;A String&quot;, # The source type.
5512          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5513        },
5514        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5515        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5516      },
5517      &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`
5518      &quot;value&quot;: &quot;A String&quot;, # The URL.
5519    },
5520  ],
5521  &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
5522    { # Arbitrary user data that is populated by the end users.
5523      &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
5524      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
5525        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5526        &quot;source&quot;: { # The source of a field. # The source of the field.
5527          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5528          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5529          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5530            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5531            &quot;userTypes&quot;: [ # Output only. The user types.
5532              &quot;A String&quot;,
5533            ],
5534          },
5535          &quot;type&quot;: &quot;A String&quot;, # The source type.
5536          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5537        },
5538        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5539        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5540      },
5541      &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
5542    },
5543  ],
5544}</pre>
5545</div>
5546
5547<div class="method">
5548    <code class="details" id="deleteContact">deleteContact(resourceName, x__xgafv=None)</code>
5549  <pre>Delete a contact person. Any non-contact data will not be deleted.
5550
5551Args:
5552  resourceName: string, Required. The resource name of the contact to delete. (required)
5553  x__xgafv: string, V1 error format.
5554    Allowed values
5555      1 - v1 error format
5556      2 - v2 error format
5557
5558Returns:
5559  An object of the form:
5560
5561    { # 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 `{}`.
5562}</pre>
5563</div>
5564
5565<div class="method">
5566    <code class="details" id="deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</code>
5567  <pre>Delete a contact&#x27;s photo.
5568
5569Args:
5570  resourceName: string, Required. The resource name of the contact whose photo will be deleted. (required)
5571  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
5572  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)
5573    Allowed values
5574      READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
5575      READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
5576      READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
5577      READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
5578  x__xgafv: string, V1 error format.
5579    Allowed values
5580      1 - v1 error format
5581      2 - v2 error format
5582
5583Returns:
5584  An object of the form:
5585
5586    { # The response for deleting a contact&#x27;s photo.
5587  &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.
5588    &quot;addresses&quot;: [ # The person&#x27;s street addresses.
5589      { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
5590        &quot;city&quot;: &quot;A String&quot;, # The city of the address.
5591        &quot;country&quot;: &quot;A String&quot;, # The country of the address.
5592        &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.
5593        &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
5594        &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.
5595        &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.
5596        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
5597          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5598          &quot;source&quot;: { # The source of a field. # The source of the field.
5599            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5600            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5601            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5602              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5603              &quot;userTypes&quot;: [ # Output only. The user types.
5604                &quot;A String&quot;,
5605              ],
5606            },
5607            &quot;type&quot;: &quot;A String&quot;, # The source type.
5608            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5609          },
5610          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5611          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5612        },
5613        &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
5614        &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
5615        &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
5616        &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
5617        &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`
5618      },
5619    ],
5620    &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
5621    &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
5622      { # A person&#x27;s age range.
5623        &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
5624        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
5625          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5626          &quot;source&quot;: { # The source of a field. # The source of the field.
5627            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5628            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5629            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5630              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5631              &quot;userTypes&quot;: [ # Output only. The user types.
5632                &quot;A String&quot;,
5633              ],
5634            },
5635            &quot;type&quot;: &quot;A String&quot;, # The source type.
5636            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5637          },
5638          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5639          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5640        },
5641      },
5642    ],
5643    &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
5644      { # A person&#x27;s short biography.
5645        &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
5646        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
5647          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5648          &quot;source&quot;: { # The source of a field. # The source of the field.
5649            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5650            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5651            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5652              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5653              &quot;userTypes&quot;: [ # Output only. The user types.
5654                &quot;A String&quot;,
5655              ],
5656            },
5657            &quot;type&quot;: &quot;A String&quot;, # The source type.
5658            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5659          },
5660          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5661          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5662        },
5663        &quot;value&quot;: &quot;A String&quot;, # The short biography.
5664      },
5665    ],
5666    &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
5667      { # 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.
5668        &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.
5669          &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.
5670          &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.
5671          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5672        },
5673        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
5674          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5675          &quot;source&quot;: { # The source of a field. # The source of the field.
5676            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5677            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5678            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5679              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5680              &quot;userTypes&quot;: [ # Output only. The user types.
5681                &quot;A String&quot;,
5682              ],
5683            },
5684            &quot;type&quot;: &quot;A String&quot;, # The source type.
5685            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5686          },
5687          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5688          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5689        },
5690        &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
5691      },
5692    ],
5693    &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
5694      { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
5695        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
5696          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5697          &quot;source&quot;: { # The source of a field. # The source of the field.
5698            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5699            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5700            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5701              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5702              &quot;userTypes&quot;: [ # Output only. The user types.
5703                &quot;A String&quot;,
5704              ],
5705            },
5706            &quot;type&quot;: &quot;A String&quot;, # The source type.
5707            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5708          },
5709          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5710          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5711        },
5712        &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
5713      },
5714    ],
5715    &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
5716      { # A person&#x27;s calendar URL.
5717        &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.
5718        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
5719          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5720          &quot;source&quot;: { # The source of a field. # The source of the field.
5721            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5722            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5723            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5724              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5725              &quot;userTypes&quot;: [ # Output only. The user types.
5726                &quot;A String&quot;,
5727              ],
5728            },
5729            &quot;type&quot;: &quot;A String&quot;, # The source type.
5730            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5731          },
5732          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5733          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5734        },
5735        &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`
5736        &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
5737      },
5738    ],
5739    &quot;clientData&quot;: [ # The person&#x27;s client data.
5740      { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
5741        &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
5742        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
5743          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5744          &quot;source&quot;: { # The source of a field. # The source of the field.
5745            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5746            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5747            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5748              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5749              &quot;userTypes&quot;: [ # Output only. The user types.
5750                &quot;A String&quot;,
5751              ],
5752            },
5753            &quot;type&quot;: &quot;A String&quot;, # The source type.
5754            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5755          },
5756          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5757          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5758        },
5759        &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
5760      },
5761    ],
5762    &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
5763      { # 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.
5764        &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.
5765        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
5766          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5767          &quot;source&quot;: { # The source of a field. # The source of the field.
5768            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5769            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5770            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5771              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5772              &quot;userTypes&quot;: [ # Output only. The user types.
5773                &quot;A String&quot;,
5774              ],
5775            },
5776            &quot;type&quot;: &quot;A String&quot;, # The source type.
5777            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5778          },
5779          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5780          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5781        },
5782        &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
5783      },
5784    ],
5785    &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
5786      { # A person&#x27;s email address.
5787        &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
5788        &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.
5789        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
5790          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5791          &quot;source&quot;: { # The source of a field. # The source of the field.
5792            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5793            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5794            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5795              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5796              &quot;userTypes&quot;: [ # Output only. The user types.
5797                &quot;A String&quot;,
5798              ],
5799            },
5800            &quot;type&quot;: &quot;A String&quot;, # The source type.
5801            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5802          },
5803          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5804          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5805        },
5806        &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`
5807        &quot;value&quot;: &quot;A String&quot;, # The email address.
5808      },
5809    ],
5810    &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.
5811    &quot;events&quot;: [ # The person&#x27;s events.
5812      { # An event related to the person.
5813        &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.
5814          &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.
5815          &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.
5816          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
5817        },
5818        &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.
5819        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
5820          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5821          &quot;source&quot;: { # The source of a field. # The source of the field.
5822            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5823            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5824            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5825              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5826              &quot;userTypes&quot;: [ # Output only. The user types.
5827                &quot;A String&quot;,
5828              ],
5829            },
5830            &quot;type&quot;: &quot;A String&quot;, # The source type.
5831            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5832          },
5833          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5834          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5835        },
5836        &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`
5837      },
5838    ],
5839    &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
5840      { # An identifier from an external entity related to the person.
5841        &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.
5842        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
5843          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5844          &quot;source&quot;: { # The source of a field. # The source of the field.
5845            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5846            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5847            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5848              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5849              &quot;userTypes&quot;: [ # Output only. The user types.
5850                &quot;A String&quot;,
5851              ],
5852            },
5853            &quot;type&quot;: &quot;A String&quot;, # The source type.
5854            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5855          },
5856          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5857          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5858        },
5859        &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`
5860        &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
5861      },
5862    ],
5863    &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
5864      { # The name that should be used to sort the person in a list.
5865        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
5866          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5867          &quot;source&quot;: { # The source of a field. # The source of the field.
5868            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5869            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5870            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5871              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5872              &quot;userTypes&quot;: [ # Output only. The user types.
5873                &quot;A String&quot;,
5874              ],
5875            },
5876            &quot;type&quot;: &quot;A String&quot;, # The source type.
5877            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5878          },
5879          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5880          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5881        },
5882        &quot;value&quot;: &quot;A String&quot;, # The file-as value
5883      },
5884    ],
5885    &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
5886      { # A person&#x27;s gender.
5887        &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
5888        &quot;formattedValue&quot;: &quot;A String&quot;, # Output only. The value of the gender translated and formatted in the viewer&#x27;s account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
5889        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
5890          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5891          &quot;source&quot;: { # The source of a field. # The source of the field.
5892            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5893            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5894            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5895              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5896              &quot;userTypes&quot;: [ # Output only. The user types.
5897                &quot;A String&quot;,
5898              ],
5899            },
5900            &quot;type&quot;: &quot;A String&quot;, # The source type.
5901            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5902          },
5903          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5904          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5905        },
5906        &quot;value&quot;: &quot;A String&quot;, # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
5907      },
5908    ],
5909    &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
5910      { # A person&#x27;s instant messaging client.
5911        &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.
5912        &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.
5913        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
5914          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5915          &quot;source&quot;: { # The source of a field. # The source of the field.
5916            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5917            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5918            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5919              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5920              &quot;userTypes&quot;: [ # Output only. The user types.
5921                &quot;A String&quot;,
5922              ],
5923            },
5924            &quot;type&quot;: &quot;A String&quot;, # The source type.
5925            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5926          },
5927          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5928          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5929        },
5930        &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`
5931        &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`
5932        &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
5933      },
5934    ],
5935    &quot;interests&quot;: [ # The person&#x27;s interests.
5936      { # One of the person&#x27;s interests.
5937        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
5938          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5939          &quot;source&quot;: { # The source of a field. # The source of the field.
5940            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5941            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5942            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5943              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5944              &quot;userTypes&quot;: [ # Output only. The user types.
5945                &quot;A String&quot;,
5946              ],
5947            },
5948            &quot;type&quot;: &quot;A String&quot;, # The source type.
5949            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5950          },
5951          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
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;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
5955      },
5956    ],
5957    &quot;locales&quot;: [ # The person&#x27;s locale preferences.
5958      { # A person&#x27;s locale preference.
5959        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
5960          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5961          &quot;source&quot;: { # The source of a field. # The source of the field.
5962            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5963            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5964            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5965              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5966              &quot;userTypes&quot;: [ # Output only. The user types.
5967                &quot;A String&quot;,
5968              ],
5969            },
5970            &quot;type&quot;: &quot;A String&quot;, # The source type.
5971            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5972          },
5973          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
5974          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
5975        },
5976        &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
5977      },
5978    ],
5979    &quot;locations&quot;: [ # The person&#x27;s locations.
5980      { # A person&#x27;s location.
5981        &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
5982        &quot;current&quot;: True or False, # Whether the location is the current location.
5983        &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
5984        &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
5985        &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
5986        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
5987          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
5988          &quot;source&quot;: { # The source of a field. # The source of the field.
5989            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
5990            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
5991            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
5992              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
5993              &quot;userTypes&quot;: [ # Output only. The user types.
5994                &quot;A String&quot;,
5995              ],
5996            },
5997            &quot;type&quot;: &quot;A String&quot;, # The source type.
5998            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
5999          },
6000          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6001          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6002        },
6003        &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`
6004        &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
6005      },
6006    ],
6007    &quot;memberships&quot;: [ # The person&#x27;s group memberships.
6008      { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
6009        &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
6010          &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
6011          &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.
6012        },
6013        &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
6014          &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
6015        },
6016        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
6017          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6018          &quot;source&quot;: { # The source of a field. # The source of the field.
6019            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6020            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6021            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6022              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6023              &quot;userTypes&quot;: [ # Output only. The user types.
6024                &quot;A String&quot;,
6025              ],
6026            },
6027            &quot;type&quot;: &quot;A String&quot;, # The source type.
6028            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6029          },
6030          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6031          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6032        },
6033      },
6034    ],
6035    &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
6036      &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
6037      &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
6038        &quot;A String&quot;,
6039      ],
6040      &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
6041      &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
6042        &quot;A String&quot;,
6043      ],
6044      &quot;sources&quot;: [ # The sources of data for the person.
6045        { # The source of a field.
6046          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6047          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6048          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6049            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6050            &quot;userTypes&quot;: [ # Output only. The user types.
6051              &quot;A String&quot;,
6052            ],
6053          },
6054          &quot;type&quot;: &quot;A String&quot;, # The source type.
6055          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6056        },
6057      ],
6058    },
6059    &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
6060      { # A person&#x27;s miscellaneous keyword.
6061        &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.
6062        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
6063          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6064          &quot;source&quot;: { # The source of a field. # The source of the field.
6065            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6066            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6067            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6068              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6069              &quot;userTypes&quot;: [ # Output only. The user types.
6070                &quot;A String&quot;,
6071              ],
6072            },
6073            &quot;type&quot;: &quot;A String&quot;, # The source type.
6074            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6075          },
6076          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6077          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6078        },
6079        &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
6080        &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
6081      },
6082    ],
6083    &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
6084      { # A person&#x27;s name. If the name is a mononym, the family name is empty.
6085        &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.
6086        &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.
6087        &quot;familyName&quot;: &quot;A String&quot;, # The family name.
6088        &quot;givenName&quot;: &quot;A String&quot;, # The given name.
6089        &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
6090        &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
6091        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
6092          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6093          &quot;source&quot;: { # The source of a field. # The source of the field.
6094            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6095            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6096            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6097              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6098              &quot;userTypes&quot;: [ # Output only. The user types.
6099                &quot;A String&quot;,
6100              ],
6101            },
6102            &quot;type&quot;: &quot;A String&quot;, # The source type.
6103            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6104          },
6105          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6106          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6107        },
6108        &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
6109        &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
6110        &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
6111        &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
6112        &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
6113        &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
6114        &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
6115        &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
6116      },
6117    ],
6118    &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
6119      { # A person&#x27;s nickname.
6120        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
6121          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6122          &quot;source&quot;: { # The source of a field. # The source of the field.
6123            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6124            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6125            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6126              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6127              &quot;userTypes&quot;: [ # Output only. The user types.
6128                &quot;A String&quot;,
6129              ],
6130            },
6131            &quot;type&quot;: &quot;A String&quot;, # The source type.
6132            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6133          },
6134          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6135          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6136        },
6137        &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
6138        &quot;value&quot;: &quot;A String&quot;, # The nickname.
6139      },
6140    ],
6141    &quot;occupations&quot;: [ # The person&#x27;s occupations.
6142      { # A person&#x27;s occupation.
6143        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
6144          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6145          &quot;source&quot;: { # The source of a field. # The source of the field.
6146            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6147            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6148            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6149              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6150              &quot;userTypes&quot;: [ # Output only. The user types.
6151                &quot;A String&quot;,
6152              ],
6153            },
6154            &quot;type&quot;: &quot;A String&quot;, # The source type.
6155            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6156          },
6157          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6158          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6159        },
6160        &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
6161      },
6162    ],
6163    &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
6164      { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
6165        &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
6166        &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.
6167        &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
6168        &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
6169        &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.
6170          &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.
6171          &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.
6172          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6173        },
6174        &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.
6175        &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
6176        &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
6177        &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
6178        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
6179          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6180          &quot;source&quot;: { # The source of a field. # The source of the field.
6181            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6182            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6183            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6184              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6185              &quot;userTypes&quot;: [ # Output only. The user types.
6186                &quot;A String&quot;,
6187              ],
6188            },
6189            &quot;type&quot;: &quot;A String&quot;, # The source type.
6190            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6191          },
6192          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6193          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6194        },
6195        &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
6196        &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
6197        &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.
6198          &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.
6199          &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.
6200          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6201        },
6202        &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
6203        &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
6204        &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`
6205      },
6206    ],
6207    &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
6208      { # A person&#x27;s phone number.
6209        &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.
6210        &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.
6211        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
6212          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6213          &quot;source&quot;: { # The source of a field. # The source of the field.
6214            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6215            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6216            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6217              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6218              &quot;userTypes&quot;: [ # Output only. The user types.
6219                &quot;A String&quot;,
6220              ],
6221            },
6222            &quot;type&quot;: &quot;A String&quot;, # The source type.
6223            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6224          },
6225          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6226          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6227        },
6228        &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`
6229        &quot;value&quot;: &quot;A String&quot;, # The phone number.
6230      },
6231    ],
6232    &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
6233      { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
6234        &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
6235        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
6236          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6237          &quot;source&quot;: { # The source of a field. # The source of the field.
6238            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6239            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6240            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6241              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6242              &quot;userTypes&quot;: [ # Output only. The user types.
6243                &quot;A String&quot;,
6244              ],
6245            },
6246            &quot;type&quot;: &quot;A String&quot;, # The source type.
6247            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6248          },
6249          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6250          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6251        },
6252        &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
6253      },
6254    ],
6255    &quot;relations&quot;: [ # The person&#x27;s relations.
6256      { # A person&#x27;s relation to another person.
6257        &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.
6258        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
6259          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6260          &quot;source&quot;: { # The source of a field. # The source of the field.
6261            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6262            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6263            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6264              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6265              &quot;userTypes&quot;: [ # Output only. The user types.
6266                &quot;A String&quot;,
6267              ],
6268            },
6269            &quot;type&quot;: &quot;A String&quot;, # The source type.
6270            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6271          },
6272          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6273          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6274        },
6275        &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
6276        &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`
6277      },
6278    ],
6279    &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
6280      { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
6281        &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.
6282        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
6283          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6284          &quot;source&quot;: { # The source of a field. # The source of the field.
6285            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6286            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6287            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6288              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6289              &quot;userTypes&quot;: [ # Output only. The user types.
6290                &quot;A String&quot;,
6291              ],
6292            },
6293            &quot;type&quot;: &quot;A String&quot;, # The source type.
6294            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6295          },
6296          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6297          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6298        },
6299        &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`
6300      },
6301    ],
6302    &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
6303      { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
6304        &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.
6305        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
6306          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6307          &quot;source&quot;: { # The source of a field. # The source of the field.
6308            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6309            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6310            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6311              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6312              &quot;userTypes&quot;: [ # Output only. The user types.
6313                &quot;A String&quot;,
6314              ],
6315            },
6316            &quot;type&quot;: &quot;A String&quot;, # The source type.
6317            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6318          },
6319          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6320          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6321        },
6322        &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`
6323      },
6324    ],
6325    &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
6326      { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
6327        &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.
6328        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
6329          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6330          &quot;source&quot;: { # The source of a field. # The source of the field.
6331            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6332            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6333            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6334              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6335              &quot;userTypes&quot;: [ # Output only. The user types.
6336                &quot;A String&quot;,
6337              ],
6338            },
6339            &quot;type&quot;: &quot;A String&quot;, # The source type.
6340            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6341          },
6342          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6343          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6344        },
6345        &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
6346      },
6347    ],
6348    &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}`.
6349    &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
6350      { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
6351        &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.
6352        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
6353          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6354          &quot;source&quot;: { # The source of a field. # The source of the field.
6355            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6356            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6357            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6358              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6359              &quot;userTypes&quot;: [ # Output only. The user types.
6360                &quot;A String&quot;,
6361              ],
6362            },
6363            &quot;type&quot;: &quot;A String&quot;, # The source type.
6364            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6365          },
6366          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6367          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6368        },
6369        &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`
6370        &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.
6371      },
6372    ],
6373    &quot;skills&quot;: [ # The person&#x27;s skills.
6374      { # A skill that the person has.
6375        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
6376          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6377          &quot;source&quot;: { # The source of a field. # The source of the field.
6378            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6379            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6380            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6381              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6382              &quot;userTypes&quot;: [ # Output only. The user types.
6383                &quot;A String&quot;,
6384              ],
6385            },
6386            &quot;type&quot;: &quot;A String&quot;, # The source type.
6387            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6388          },
6389          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6390          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6391        },
6392        &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
6393      },
6394    ],
6395    &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
6396      { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
6397        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
6398          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6399          &quot;source&quot;: { # The source of a field. # The source of the field.
6400            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6401            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6402            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6403              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6404              &quot;userTypes&quot;: [ # Output only. The user types.
6405                &quot;A String&quot;,
6406              ],
6407            },
6408            &quot;type&quot;: &quot;A String&quot;, # The source type.
6409            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6410          },
6411          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6412          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6413        },
6414        &quot;value&quot;: &quot;A String&quot;, # The tagline.
6415      },
6416    ],
6417    &quot;urls&quot;: [ # The person&#x27;s associated URLs.
6418      { # A person&#x27;s associated URLs.
6419        &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.
6420        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
6421          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6422          &quot;source&quot;: { # The source of a field. # The source of the field.
6423            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6424            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6425            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6426              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6427              &quot;userTypes&quot;: [ # Output only. The user types.
6428                &quot;A String&quot;,
6429              ],
6430            },
6431            &quot;type&quot;: &quot;A String&quot;, # The source type.
6432            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6433          },
6434          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6435          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6436        },
6437        &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`
6438        &quot;value&quot;: &quot;A String&quot;, # The URL.
6439      },
6440    ],
6441    &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
6442      { # Arbitrary user data that is populated by the end users.
6443        &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
6444        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
6445          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6446          &quot;source&quot;: { # The source of a field. # The source of the field.
6447            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6448            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6449            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6450              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6451              &quot;userTypes&quot;: [ # Output only. The user types.
6452                &quot;A String&quot;,
6453              ],
6454            },
6455            &quot;type&quot;: &quot;A String&quot;, # The source type.
6456            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6457          },
6458          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6459          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6460        },
6461        &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
6462      },
6463    ],
6464  },
6465}</pre>
6466</div>
6467
6468<div class="method">
6469    <code class="details" id="get">get(resourceName, personFields=None, requestMask_includeField=None, sources=None, x__xgafv=None)</code>
6470  <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.
6471
6472Args:
6473  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`. (required)
6474  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
6475  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`.
6476  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)
6477    Allowed values
6478      READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
6479      READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
6480      READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
6481      READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
6482  x__xgafv: string, V1 error format.
6483    Allowed values
6484      1 - v1 error format
6485      2 - v2 error format
6486
6487Returns:
6488  An object of the form:
6489
6490    { # 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.
6491  &quot;addresses&quot;: [ # The person&#x27;s street addresses.
6492    { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
6493      &quot;city&quot;: &quot;A String&quot;, # The city of the address.
6494      &quot;country&quot;: &quot;A String&quot;, # The country of the address.
6495      &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.
6496      &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
6497      &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.
6498      &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.
6499      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
6500        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6501        &quot;source&quot;: { # The source of a field. # The source of the field.
6502          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6503          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6504          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6505            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6506            &quot;userTypes&quot;: [ # Output only. The user types.
6507              &quot;A String&quot;,
6508            ],
6509          },
6510          &quot;type&quot;: &quot;A String&quot;, # The source type.
6511          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6512        },
6513        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6514        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6515      },
6516      &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
6517      &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
6518      &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
6519      &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
6520      &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`
6521    },
6522  ],
6523  &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
6524  &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
6525    { # A person&#x27;s age range.
6526      &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
6527      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
6528        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6529        &quot;source&quot;: { # The source of a field. # The source of the field.
6530          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6531          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6532          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6533            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6534            &quot;userTypes&quot;: [ # Output only. The user types.
6535              &quot;A String&quot;,
6536            ],
6537          },
6538          &quot;type&quot;: &quot;A String&quot;, # The source type.
6539          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6540        },
6541        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
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    },
6545  ],
6546  &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
6547    { # A person&#x27;s short biography.
6548      &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
6549      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
6550        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6551        &quot;source&quot;: { # The source of a field. # The source of the field.
6552          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6553          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6554          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6555            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6556            &quot;userTypes&quot;: [ # Output only. The user types.
6557              &quot;A String&quot;,
6558            ],
6559          },
6560          &quot;type&quot;: &quot;A String&quot;, # The source type.
6561          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6562        },
6563        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6564        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6565      },
6566      &quot;value&quot;: &quot;A String&quot;, # The short biography.
6567    },
6568  ],
6569  &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
6570    { # 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.
6571      &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.
6572        &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.
6573        &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.
6574        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6575      },
6576      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
6577        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6578        &quot;source&quot;: { # The source of a field. # The source of the field.
6579          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6580          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6581          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6582            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6583            &quot;userTypes&quot;: [ # Output only. The user types.
6584              &quot;A String&quot;,
6585            ],
6586          },
6587          &quot;type&quot;: &quot;A String&quot;, # The source type.
6588          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6589        },
6590        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6591        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6592      },
6593      &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
6594    },
6595  ],
6596  &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
6597    { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
6598      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
6599        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6600        &quot;source&quot;: { # The source of a field. # The source of the field.
6601          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6602          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6603          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6604            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6605            &quot;userTypes&quot;: [ # Output only. The user types.
6606              &quot;A String&quot;,
6607            ],
6608          },
6609          &quot;type&quot;: &quot;A String&quot;, # The source type.
6610          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6611        },
6612        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6613        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6614      },
6615      &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
6616    },
6617  ],
6618  &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
6619    { # A person&#x27;s calendar URL.
6620      &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.
6621      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
6622        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6636        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6637      },
6638      &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`
6639      &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
6640    },
6641  ],
6642  &quot;clientData&quot;: [ # The person&#x27;s client data.
6643    { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
6644      &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
6645      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
6646        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6647        &quot;source&quot;: { # The source of a field. # The source of the field.
6648          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6649          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6650          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6651            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6652            &quot;userTypes&quot;: [ # Output only. The user types.
6653              &quot;A String&quot;,
6654            ],
6655          },
6656          &quot;type&quot;: &quot;A String&quot;, # The source type.
6657          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6658        },
6659        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6660        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6661      },
6662      &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
6663    },
6664  ],
6665  &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
6666    { # 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.
6667      &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.
6668      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
6669        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6670        &quot;source&quot;: { # The source of a field. # The source of the field.
6671          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6672          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6673          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6674            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6675            &quot;userTypes&quot;: [ # Output only. The user types.
6676              &quot;A String&quot;,
6677            ],
6678          },
6679          &quot;type&quot;: &quot;A String&quot;, # The source type.
6680          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6681        },
6682        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6683        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6684      },
6685      &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
6686    },
6687  ],
6688  &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
6689    { # A person&#x27;s email address.
6690      &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
6691      &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.
6692      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
6693        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6694        &quot;source&quot;: { # The source of a field. # The source of the field.
6695          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6696          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6697          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6698            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6699            &quot;userTypes&quot;: [ # Output only. The user types.
6700              &quot;A String&quot;,
6701            ],
6702          },
6703          &quot;type&quot;: &quot;A String&quot;, # The source type.
6704          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6705        },
6706        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6707        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6708      },
6709      &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`
6710      &quot;value&quot;: &quot;A String&quot;, # The email address.
6711    },
6712  ],
6713  &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.
6714  &quot;events&quot;: [ # The person&#x27;s events.
6715    { # An event related to the person.
6716      &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.
6717        &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.
6718        &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.
6719        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
6720      },
6721      &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.
6722      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
6723        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6724        &quot;source&quot;: { # The source of a field. # The source of the field.
6725          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6726          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6727          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6728            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6729            &quot;userTypes&quot;: [ # Output only. The user types.
6730              &quot;A String&quot;,
6731            ],
6732          },
6733          &quot;type&quot;: &quot;A String&quot;, # The source type.
6734          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6735        },
6736        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6737        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6738      },
6739      &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`
6740    },
6741  ],
6742  &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
6743    { # An identifier from an external entity related to the person.
6744      &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.
6745      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
6746        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6747        &quot;source&quot;: { # The source of a field. # The source of the field.
6748          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6749          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6750          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6751            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6752            &quot;userTypes&quot;: [ # Output only. The user types.
6753              &quot;A String&quot;,
6754            ],
6755          },
6756          &quot;type&quot;: &quot;A String&quot;, # The source type.
6757          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6758        },
6759        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6760        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6761      },
6762      &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`
6763      &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
6764    },
6765  ],
6766  &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
6767    { # The name that should be used to sort the person in a list.
6768      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
6769        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6770        &quot;source&quot;: { # The source of a field. # The source of the field.
6771          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6772          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6773          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6774            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6775            &quot;userTypes&quot;: [ # Output only. The user types.
6776              &quot;A String&quot;,
6777            ],
6778          },
6779          &quot;type&quot;: &quot;A String&quot;, # The source type.
6780          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6781        },
6782        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6783        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6784      },
6785      &quot;value&quot;: &quot;A String&quot;, # The file-as value
6786    },
6787  ],
6788  &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
6789    { # A person&#x27;s gender.
6790      &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
6791      &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.
6792      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
6793        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6794        &quot;source&quot;: { # The source of a field. # The source of the field.
6795          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6796          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6797          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6798            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6799            &quot;userTypes&quot;: [ # Output only. The user types.
6800              &quot;A String&quot;,
6801            ],
6802          },
6803          &quot;type&quot;: &quot;A String&quot;, # The source type.
6804          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6805        },
6806        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6807        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6808      },
6809      &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`
6810    },
6811  ],
6812  &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
6813    { # A person&#x27;s instant messaging client.
6814      &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.
6815      &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.
6816      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
6817        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6818        &quot;source&quot;: { # The source of a field. # The source of the field.
6819          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6820          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6821          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6822            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6823            &quot;userTypes&quot;: [ # Output only. The user types.
6824              &quot;A String&quot;,
6825            ],
6826          },
6827          &quot;type&quot;: &quot;A String&quot;, # The source type.
6828          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6829        },
6830        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6831        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6832      },
6833      &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`
6834      &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`
6835      &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
6836    },
6837  ],
6838  &quot;interests&quot;: [ # The person&#x27;s interests.
6839    { # One of the person&#x27;s interests.
6840      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
6841        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6842        &quot;source&quot;: { # The source of a field. # The source of the field.
6843          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6844          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6845          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6846            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6847            &quot;userTypes&quot;: [ # Output only. The user types.
6848              &quot;A String&quot;,
6849            ],
6850          },
6851          &quot;type&quot;: &quot;A String&quot;, # The source type.
6852          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6853        },
6854        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6855        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6856      },
6857      &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
6858    },
6859  ],
6860  &quot;locales&quot;: [ # The person&#x27;s locale preferences.
6861    { # A person&#x27;s locale preference.
6862      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
6863        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6864        &quot;source&quot;: { # The source of a field. # The source of the field.
6865          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6866          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6867          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6868            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6869            &quot;userTypes&quot;: [ # Output only. The user types.
6870              &quot;A String&quot;,
6871            ],
6872          },
6873          &quot;type&quot;: &quot;A String&quot;, # The source type.
6874          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6875        },
6876        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6877        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6878      },
6879      &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
6880    },
6881  ],
6882  &quot;locations&quot;: [ # The person&#x27;s locations.
6883    { # A person&#x27;s location.
6884      &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
6885      &quot;current&quot;: True or False, # Whether the location is the current location.
6886      &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
6887      &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
6888      &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
6889      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
6890        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6891        &quot;source&quot;: { # The source of a field. # The source of the field.
6892          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6893          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6894          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6895            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6896            &quot;userTypes&quot;: [ # Output only. The user types.
6897              &quot;A String&quot;,
6898            ],
6899          },
6900          &quot;type&quot;: &quot;A String&quot;, # The source type.
6901          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6902        },
6903        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6904        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6905      },
6906      &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`
6907      &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
6908    },
6909  ],
6910  &quot;memberships&quot;: [ # The person&#x27;s group memberships.
6911    { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
6912      &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
6913        &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
6914        &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.
6915      },
6916      &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
6917        &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
6918      },
6919      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
6920        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6921        &quot;source&quot;: { # The source of a field. # The source of the field.
6922          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6923          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6924          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6925            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6926            &quot;userTypes&quot;: [ # Output only. The user types.
6927              &quot;A String&quot;,
6928            ],
6929          },
6930          &quot;type&quot;: &quot;A String&quot;, # The source type.
6931          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6932        },
6933        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6934        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6935      },
6936    },
6937  ],
6938  &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
6939    &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
6940    &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
6941      &quot;A String&quot;,
6942    ],
6943    &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
6944    &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
6945      &quot;A String&quot;,
6946    ],
6947    &quot;sources&quot;: [ # The sources of data for the person.
6948      { # The source of a field.
6949        &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6950        &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6951        &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6952          &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6953          &quot;userTypes&quot;: [ # Output only. The user types.
6954            &quot;A String&quot;,
6955          ],
6956        },
6957        &quot;type&quot;: &quot;A String&quot;, # The source type.
6958        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6959      },
6960    ],
6961  },
6962  &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
6963    { # A person&#x27;s miscellaneous keyword.
6964      &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.
6965      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
6966        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
6967        &quot;source&quot;: { # The source of a field. # The source of the field.
6968          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
6969          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
6970          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
6971            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
6972            &quot;userTypes&quot;: [ # Output only. The user types.
6973              &quot;A String&quot;,
6974            ],
6975          },
6976          &quot;type&quot;: &quot;A String&quot;, # The source type.
6977          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
6978        },
6979        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
6980        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
6981      },
6982      &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
6983      &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
6984    },
6985  ],
6986  &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
6987    { # A person&#x27;s name. If the name is a mononym, the family name is empty.
6988      &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.
6989      &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.
6990      &quot;familyName&quot;: &quot;A String&quot;, # The family name.
6991      &quot;givenName&quot;: &quot;A String&quot;, # The given name.
6992      &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
6993      &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
6994      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
6995        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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            ],
7004          },
7005          &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.
7007        },
7008        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7009        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7010      },
7011      &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
7012      &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
7013      &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
7014      &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
7015      &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
7016      &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
7017      &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
7018      &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
7019    },
7020  ],
7021  &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
7022    { # A person&#x27;s nickname.
7023      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
7024        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7025        &quot;source&quot;: { # The source of a field. # The source of the field.
7026          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7027          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7028          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7029            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7030            &quot;userTypes&quot;: [ # Output only. The user types.
7031              &quot;A String&quot;,
7032            ],
7033          },
7034          &quot;type&quot;: &quot;A String&quot;, # The source type.
7035          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7036        },
7037        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7038        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7039      },
7040      &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
7041      &quot;value&quot;: &quot;A String&quot;, # The nickname.
7042    },
7043  ],
7044  &quot;occupations&quot;: [ # The person&#x27;s occupations.
7045    { # A person&#x27;s occupation.
7046      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
7047        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7048        &quot;source&quot;: { # The source of a field. # The source of the field.
7049          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7050          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7051          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7052            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7053            &quot;userTypes&quot;: [ # Output only. The user types.
7054              &quot;A String&quot;,
7055            ],
7056          },
7057          &quot;type&quot;: &quot;A String&quot;, # The source type.
7058          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7059        },
7060        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7061        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7062      },
7063      &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
7064    },
7065  ],
7066  &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
7067    { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
7068      &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
7069      &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.
7070      &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
7071      &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
7072      &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.
7073        &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.
7074        &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.
7075        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7076      },
7077      &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.
7078      &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
7079      &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
7080      &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
7081      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
7082        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7083        &quot;source&quot;: { # The source of a field. # The source of the field.
7084          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7085          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7086          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7087            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7088            &quot;userTypes&quot;: [ # Output only. The user types.
7089              &quot;A String&quot;,
7090            ],
7091          },
7092          &quot;type&quot;: &quot;A String&quot;, # The source type.
7093          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7094        },
7095        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7096        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7097      },
7098      &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
7099      &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
7100      &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.
7101        &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.
7102        &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.
7103        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7104      },
7105      &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
7106      &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
7107      &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`
7108    },
7109  ],
7110  &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
7111    { # A person&#x27;s phone number.
7112      &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.
7113      &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.
7114      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
7115        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7116        &quot;source&quot;: { # The source of a field. # The source of the field.
7117          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7118          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7119          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7120            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7121            &quot;userTypes&quot;: [ # Output only. The user types.
7122              &quot;A String&quot;,
7123            ],
7124          },
7125          &quot;type&quot;: &quot;A String&quot;, # The source type.
7126          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7127        },
7128        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7129        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7130      },
7131      &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`
7132      &quot;value&quot;: &quot;A String&quot;, # The phone number.
7133    },
7134  ],
7135  &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
7136    { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
7137      &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
7138      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
7139        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7140        &quot;source&quot;: { # The source of a field. # The source of the field.
7141          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7142          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7143          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7144            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7145            &quot;userTypes&quot;: [ # Output only. The user types.
7146              &quot;A String&quot;,
7147            ],
7148          },
7149          &quot;type&quot;: &quot;A String&quot;, # The source type.
7150          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7151        },
7152        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7153        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7154      },
7155      &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
7156    },
7157  ],
7158  &quot;relations&quot;: [ # The person&#x27;s relations.
7159    { # A person&#x27;s relation to another person.
7160      &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.
7161      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
7162        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7163        &quot;source&quot;: { # The source of a field. # The source of the field.
7164          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7165          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7166          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7167            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7168            &quot;userTypes&quot;: [ # Output only. The user types.
7169              &quot;A String&quot;,
7170            ],
7171          },
7172          &quot;type&quot;: &quot;A String&quot;, # The source type.
7173          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7174        },
7175        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7176        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7177      },
7178      &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
7179      &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`
7180    },
7181  ],
7182  &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
7183    { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
7184      &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.
7185      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
7186        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7187        &quot;source&quot;: { # The source of a field. # The source of the field.
7188          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7189          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7190          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7191            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7192            &quot;userTypes&quot;: [ # Output only. The user types.
7193              &quot;A String&quot;,
7194            ],
7195          },
7196          &quot;type&quot;: &quot;A String&quot;, # The source type.
7197          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7198        },
7199        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7200        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7201      },
7202      &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`
7203    },
7204  ],
7205  &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
7206    { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
7207      &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.
7208      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
7209        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7210        &quot;source&quot;: { # The source of a field. # The source of the field.
7211          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7212          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7213          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7214            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7215            &quot;userTypes&quot;: [ # Output only. The user types.
7216              &quot;A String&quot;,
7217            ],
7218          },
7219          &quot;type&quot;: &quot;A String&quot;, # The source type.
7220          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7221        },
7222        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7223        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7224      },
7225      &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`
7226    },
7227  ],
7228  &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
7229    { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
7230      &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.
7231      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
7232        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7233        &quot;source&quot;: { # The source of a field. # The source of the field.
7234          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7235          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7236          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7237            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7238            &quot;userTypes&quot;: [ # Output only. The user types.
7239              &quot;A String&quot;,
7240            ],
7241          },
7242          &quot;type&quot;: &quot;A String&quot;, # The source type.
7243          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7244        },
7245        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7246        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7247      },
7248      &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
7249    },
7250  ],
7251  &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}`.
7252  &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
7253    { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
7254      &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.
7255      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
7256        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7257        &quot;source&quot;: { # The source of a field. # The source of the field.
7258          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7259          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7260          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7261            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7262            &quot;userTypes&quot;: [ # Output only. The user types.
7263              &quot;A String&quot;,
7264            ],
7265          },
7266          &quot;type&quot;: &quot;A String&quot;, # The source type.
7267          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7268        },
7269        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7270        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7271      },
7272      &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`
7273      &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.
7274    },
7275  ],
7276  &quot;skills&quot;: [ # The person&#x27;s skills.
7277    { # A skill that the person has.
7278      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
7279        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7280        &quot;source&quot;: { # The source of a field. # The source of the field.
7281          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7282          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7283          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7284            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7285            &quot;userTypes&quot;: [ # Output only. The user types.
7286              &quot;A String&quot;,
7287            ],
7288          },
7289          &quot;type&quot;: &quot;A String&quot;, # The source type.
7290          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7291        },
7292        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7293        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7294      },
7295      &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
7296    },
7297  ],
7298  &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
7299    { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
7300      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
7301        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7302        &quot;source&quot;: { # The source of a field. # The source of the field.
7303          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7304          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7305          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7306            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7307            &quot;userTypes&quot;: [ # Output only. The user types.
7308              &quot;A String&quot;,
7309            ],
7310          },
7311          &quot;type&quot;: &quot;A String&quot;, # The source type.
7312          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7313        },
7314        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7315        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7316      },
7317      &quot;value&quot;: &quot;A String&quot;, # The tagline.
7318    },
7319  ],
7320  &quot;urls&quot;: [ # The person&#x27;s associated URLs.
7321    { # A person&#x27;s associated URLs.
7322      &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.
7323      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
7324        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7325        &quot;source&quot;: { # The source of a field. # The source of the field.
7326          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7327          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7328          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7329            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7330            &quot;userTypes&quot;: [ # Output only. The user types.
7331              &quot;A String&quot;,
7332            ],
7333          },
7334          &quot;type&quot;: &quot;A String&quot;, # The source type.
7335          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7336        },
7337        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7338        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7339      },
7340      &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`
7341      &quot;value&quot;: &quot;A String&quot;, # The URL.
7342    },
7343  ],
7344  &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
7345    { # Arbitrary user data that is populated by the end users.
7346      &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
7347      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
7348        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7349        &quot;source&quot;: { # The source of a field. # The source of the field.
7350          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7351          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7352          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7353            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7354            &quot;userTypes&quot;: [ # Output only. The user types.
7355              &quot;A String&quot;,
7356            ],
7357          },
7358          &quot;type&quot;: &quot;A String&quot;, # The source type.
7359          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7360        },
7361        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7362        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7363      },
7364      &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
7365    },
7366  ],
7367}</pre>
7368</div>
7369
7370<div class="method">
7371    <code class="details" id="getBatchGet">getBatchGet(personFields=None, requestMask_includeField=None, resourceNames=None, sources=None, x__xgafv=None)</code>
7372  <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.
7373
7374Args:
7375  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
7376  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`.
7377  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`. There is a maximum of 200 resource names. (repeated)
7378  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)
7379    Allowed values
7380      READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
7381      READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
7382      READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
7383      READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
7384  x__xgafv: string, V1 error format.
7385    Allowed values
7386      1 - v1 error format
7387      2 - v2 error format
7388
7389Returns:
7390  An object of the form:
7391
7392    { # The response to a get request for a list of people by resource name.
7393  &quot;responses&quot;: [ # The response for each requested resource name.
7394    { # The response for a single person
7395      &quot;httpStatusCode&quot;: 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
7396      &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.
7397        &quot;addresses&quot;: [ # The person&#x27;s street addresses.
7398          { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
7399            &quot;city&quot;: &quot;A String&quot;, # The city of the address.
7400            &quot;country&quot;: &quot;A String&quot;, # The country of the address.
7401            &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.
7402            &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
7403            &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.
7404            &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.
7405            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
7406              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7407              &quot;source&quot;: { # The source of a field. # The source of the field.
7408                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7409                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7410                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7411                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7412                  &quot;userTypes&quot;: [ # Output only. The user types.
7413                    &quot;A String&quot;,
7414                  ],
7415                },
7416                &quot;type&quot;: &quot;A String&quot;, # The source type.
7417                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7418              },
7419              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7420              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7421            },
7422            &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
7423            &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
7424            &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
7425            &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
7426            &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`
7427          },
7428        ],
7429        &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
7430        &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
7431          { # A person&#x27;s age range.
7432            &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
7433            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
7434              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7435              &quot;source&quot;: { # The source of a field. # The source of the field.
7436                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7437                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7438                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7439                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7440                  &quot;userTypes&quot;: [ # Output only. The user types.
7441                    &quot;A String&quot;,
7442                  ],
7443                },
7444                &quot;type&quot;: &quot;A String&quot;, # The source type.
7445                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7446              },
7447              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7448              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7449            },
7450          },
7451        ],
7452        &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
7453          { # A person&#x27;s short biography.
7454            &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
7455            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
7456              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7457              &quot;source&quot;: { # The source of a field. # The source of the field.
7458                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7459                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7460                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7461                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7462                  &quot;userTypes&quot;: [ # Output only. The user types.
7463                    &quot;A String&quot;,
7464                  ],
7465                },
7466                &quot;type&quot;: &quot;A String&quot;, # The source type.
7467                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7468              },
7469              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7470              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7471            },
7472            &quot;value&quot;: &quot;A String&quot;, # The short biography.
7473          },
7474        ],
7475        &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
7476          { # 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.
7477            &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.
7478              &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.
7479              &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.
7480              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7481            },
7482            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
7483              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7484              &quot;source&quot;: { # The source of a field. # The source of the field.
7485                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7486                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7487                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7488                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7489                  &quot;userTypes&quot;: [ # Output only. The user types.
7490                    &quot;A String&quot;,
7491                  ],
7492                },
7493                &quot;type&quot;: &quot;A String&quot;, # The source type.
7494                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7495              },
7496              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7497              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7498            },
7499            &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
7500          },
7501        ],
7502        &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
7503          { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
7504            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
7505              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7506              &quot;source&quot;: { # The source of a field. # The source of the field.
7507                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7508                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7509                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7510                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7511                  &quot;userTypes&quot;: [ # Output only. The user types.
7512                    &quot;A String&quot;,
7513                  ],
7514                },
7515                &quot;type&quot;: &quot;A String&quot;, # The source type.
7516                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7517              },
7518              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7519              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7520            },
7521            &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
7522          },
7523        ],
7524        &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
7525          { # A person&#x27;s calendar URL.
7526            &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.
7527            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
7528              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7529              &quot;source&quot;: { # The source of a field. # The source of the field.
7530                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7531                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7532                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7533                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7534                  &quot;userTypes&quot;: [ # Output only. The user types.
7535                    &quot;A String&quot;,
7536                  ],
7537                },
7538                &quot;type&quot;: &quot;A String&quot;, # The source type.
7539                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7540              },
7541              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7542              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7543            },
7544            &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`
7545            &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
7546          },
7547        ],
7548        &quot;clientData&quot;: [ # The person&#x27;s client data.
7549          { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
7550            &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
7551            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
7552              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7553              &quot;source&quot;: { # The source of a field. # The source of the field.
7554                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7555                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7556                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7557                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7558                  &quot;userTypes&quot;: [ # Output only. The user types.
7559                    &quot;A String&quot;,
7560                  ],
7561                },
7562                &quot;type&quot;: &quot;A String&quot;, # The source type.
7563                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7564              },
7565              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7566              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7567            },
7568            &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
7569          },
7570        ],
7571        &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
7572          { # 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.
7573            &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.
7574            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
7575              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7576              &quot;source&quot;: { # The source of a field. # The source of the field.
7577                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7578                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7579                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7580                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7581                  &quot;userTypes&quot;: [ # Output only. The user types.
7582                    &quot;A String&quot;,
7583                  ],
7584                },
7585                &quot;type&quot;: &quot;A String&quot;, # The source type.
7586                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7587              },
7588              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7589              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7590            },
7591            &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
7592          },
7593        ],
7594        &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
7595          { # A person&#x27;s email address.
7596            &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
7597            &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.
7598            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
7599              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7600              &quot;source&quot;: { # The source of a field. # The source of the field.
7601                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7602                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7603                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7604                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7605                  &quot;userTypes&quot;: [ # Output only. The user types.
7606                    &quot;A String&quot;,
7607                  ],
7608                },
7609                &quot;type&quot;: &quot;A String&quot;, # The source type.
7610                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7611              },
7612              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7613              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7614            },
7615            &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`
7616            &quot;value&quot;: &quot;A String&quot;, # The email address.
7617          },
7618        ],
7619        &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.
7620        &quot;events&quot;: [ # The person&#x27;s events.
7621          { # An event related to the person.
7622            &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.
7623              &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.
7624              &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.
7625              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7626            },
7627            &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.
7628            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
7629              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7630              &quot;source&quot;: { # The source of a field. # The source of the field.
7631                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7632                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7633                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7634                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7635                  &quot;userTypes&quot;: [ # Output only. The user types.
7636                    &quot;A String&quot;,
7637                  ],
7638                },
7639                &quot;type&quot;: &quot;A String&quot;, # The source type.
7640                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7641              },
7642              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7643              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7644            },
7645            &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`
7646          },
7647        ],
7648        &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
7649          { # An identifier from an external entity related to the person.
7650            &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.
7651            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
7652              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7653              &quot;source&quot;: { # The source of a field. # The source of the field.
7654                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7655                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7656                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7657                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7658                  &quot;userTypes&quot;: [ # Output only. The user types.
7659                    &quot;A String&quot;,
7660                  ],
7661                },
7662                &quot;type&quot;: &quot;A String&quot;, # The source type.
7663                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7664              },
7665              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7666              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7667            },
7668            &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`
7669            &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
7670          },
7671        ],
7672        &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
7673          { # The name that should be used to sort the person in a list.
7674            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
7675              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7676              &quot;source&quot;: { # The source of a field. # The source of the field.
7677                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7678                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7679                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7680                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7681                  &quot;userTypes&quot;: [ # Output only. The user types.
7682                    &quot;A String&quot;,
7683                  ],
7684                },
7685                &quot;type&quot;: &quot;A String&quot;, # The source type.
7686                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7687              },
7688              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
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;value&quot;: &quot;A String&quot;, # The file-as value
7692          },
7693        ],
7694        &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
7695          { # A person&#x27;s gender.
7696            &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
7697            &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.
7698            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
7699              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7700              &quot;source&quot;: { # The source of a field. # The source of the field.
7701                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7702                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7703                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7704                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7705                  &quot;userTypes&quot;: [ # Output only. The user types.
7706                    &quot;A String&quot;,
7707                  ],
7708                },
7709                &quot;type&quot;: &quot;A String&quot;, # The source type.
7710                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7711              },
7712              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7713              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7714            },
7715            &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`
7716          },
7717        ],
7718        &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
7719          { # A person&#x27;s instant messaging client.
7720            &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.
7721            &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.
7722            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
7723              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7724              &quot;source&quot;: { # The source of a field. # The source of the field.
7725                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7726                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7727                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7728                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7729                  &quot;userTypes&quot;: [ # Output only. The user types.
7730                    &quot;A String&quot;,
7731                  ],
7732                },
7733                &quot;type&quot;: &quot;A String&quot;, # The source type.
7734                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7735              },
7736              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7737              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7738            },
7739            &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`
7740            &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`
7741            &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
7742          },
7743        ],
7744        &quot;interests&quot;: [ # The person&#x27;s interests.
7745          { # One of the person&#x27;s interests.
7746            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
7747              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7748              &quot;source&quot;: { # The source of a field. # The source of the field.
7749                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7750                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7751                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7752                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7753                  &quot;userTypes&quot;: [ # Output only. The user types.
7754                    &quot;A String&quot;,
7755                  ],
7756                },
7757                &quot;type&quot;: &quot;A String&quot;, # The source type.
7758                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7759              },
7760              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7761              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7762            },
7763            &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
7764          },
7765        ],
7766        &quot;locales&quot;: [ # The person&#x27;s locale preferences.
7767          { # A person&#x27;s locale preference.
7768            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
7769              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7770              &quot;source&quot;: { # The source of a field. # The source of the field.
7771                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7772                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7773                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7774                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7775                  &quot;userTypes&quot;: [ # Output only. The user types.
7776                    &quot;A String&quot;,
7777                  ],
7778                },
7779                &quot;type&quot;: &quot;A String&quot;, # The source type.
7780                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7781              },
7782              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7783              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7784            },
7785            &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
7786          },
7787        ],
7788        &quot;locations&quot;: [ # The person&#x27;s locations.
7789          { # A person&#x27;s location.
7790            &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
7791            &quot;current&quot;: True or False, # Whether the location is the current location.
7792            &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
7793            &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
7794            &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
7795            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
7796              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7797              &quot;source&quot;: { # The source of a field. # The source of the field.
7798                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7799                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7800                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7801                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7802                  &quot;userTypes&quot;: [ # Output only. The user types.
7803                    &quot;A String&quot;,
7804                  ],
7805                },
7806                &quot;type&quot;: &quot;A String&quot;, # The source type.
7807                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7808              },
7809              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7810              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7811            },
7812            &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`
7813            &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
7814          },
7815        ],
7816        &quot;memberships&quot;: [ # The person&#x27;s group memberships.
7817          { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
7818            &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
7819              &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
7820              &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.
7821            },
7822            &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
7823              &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
7824            },
7825            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
7826              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7827              &quot;source&quot;: { # The source of a field. # The source of the field.
7828                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7829                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7830                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7831                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7832                  &quot;userTypes&quot;: [ # Output only. The user types.
7833                    &quot;A String&quot;,
7834                  ],
7835                },
7836                &quot;type&quot;: &quot;A String&quot;, # The source type.
7837                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7838              },
7839              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7840              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7841            },
7842          },
7843        ],
7844        &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
7845          &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
7846          &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
7847            &quot;A String&quot;,
7848          ],
7849          &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
7850          &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
7851            &quot;A String&quot;,
7852          ],
7853          &quot;sources&quot;: [ # The sources of data for the person.
7854            { # The source of a field.
7855              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7856              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7857              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7858                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7859                &quot;userTypes&quot;: [ # Output only. The user types.
7860                  &quot;A String&quot;,
7861                ],
7862              },
7863              &quot;type&quot;: &quot;A String&quot;, # The source type.
7864              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7865            },
7866          ],
7867        },
7868        &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
7869          { # A person&#x27;s miscellaneous keyword.
7870            &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.
7871            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
7872              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7873              &quot;source&quot;: { # The source of a field. # The source of the field.
7874                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7875                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7876                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7877                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7878                  &quot;userTypes&quot;: [ # Output only. The user types.
7879                    &quot;A String&quot;,
7880                  ],
7881                },
7882                &quot;type&quot;: &quot;A String&quot;, # The source type.
7883                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7884              },
7885              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7886              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7887            },
7888            &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
7889            &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
7890          },
7891        ],
7892        &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
7893          { # A person&#x27;s name. If the name is a mononym, the family name is empty.
7894            &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.
7895            &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.
7896            &quot;familyName&quot;: &quot;A String&quot;, # The family name.
7897            &quot;givenName&quot;: &quot;A String&quot;, # The given name.
7898            &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
7899            &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
7900            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
7901              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7902              &quot;source&quot;: { # The source of a field. # The source of the field.
7903                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7904                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7905                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7906                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7907                  &quot;userTypes&quot;: [ # Output only. The user types.
7908                    &quot;A String&quot;,
7909                  ],
7910                },
7911                &quot;type&quot;: &quot;A String&quot;, # The source type.
7912                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7913              },
7914              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7915              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7916            },
7917            &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
7918            &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
7919            &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
7920            &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
7921            &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
7922            &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
7923            &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
7924            &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
7925          },
7926        ],
7927        &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
7928          { # A person&#x27;s nickname.
7929            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
7930              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7931              &quot;source&quot;: { # The source of a field. # The source of the field.
7932                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7933                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7934                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7935                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7936                  &quot;userTypes&quot;: [ # Output only. The user types.
7937                    &quot;A String&quot;,
7938                  ],
7939                },
7940                &quot;type&quot;: &quot;A String&quot;, # The source type.
7941                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7942              },
7943              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
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;type&quot;: &quot;A String&quot;, # The type of the nickname.
7947            &quot;value&quot;: &quot;A String&quot;, # The nickname.
7948          },
7949        ],
7950        &quot;occupations&quot;: [ # The person&#x27;s occupations.
7951          { # A person&#x27;s occupation.
7952            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
7953              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7954              &quot;source&quot;: { # The source of a field. # The source of the field.
7955                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7956                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7957                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7958                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7959                  &quot;userTypes&quot;: [ # Output only. The user types.
7960                    &quot;A String&quot;,
7961                  ],
7962                },
7963                &quot;type&quot;: &quot;A String&quot;, # The source type.
7964                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
7965              },
7966              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
7967              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
7968            },
7969            &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
7970          },
7971        ],
7972        &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
7973          { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
7974            &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
7975            &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.
7976            &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
7977            &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
7978            &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.
7979              &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.
7980              &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.
7981              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
7982            },
7983            &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.
7984            &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
7985            &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
7986            &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
7987            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
7988              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
7989              &quot;source&quot;: { # The source of a field. # The source of the field.
7990                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
7991                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
7992                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
7993                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
7994                  &quot;userTypes&quot;: [ # Output only. The user types.
7995                    &quot;A String&quot;,
7996                  ],
7997                },
7998                &quot;type&quot;: &quot;A String&quot;, # The source type.
7999                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8000              },
8001              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8002              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8003            },
8004            &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
8005            &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
8006            &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.
8007              &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.
8008              &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.
8009              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8010            },
8011            &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
8012            &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
8013            &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`
8014          },
8015        ],
8016        &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
8017          { # A person&#x27;s phone number.
8018            &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.
8019            &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.
8020            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
8021              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8022              &quot;source&quot;: { # The source of a field. # The source of the field.
8023                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8024                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8025                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8026                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8027                  &quot;userTypes&quot;: [ # Output only. The user types.
8028                    &quot;A String&quot;,
8029                  ],
8030                },
8031                &quot;type&quot;: &quot;A String&quot;, # The source type.
8032                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8033              },
8034              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8035              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8036            },
8037            &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`
8038            &quot;value&quot;: &quot;A String&quot;, # The phone number.
8039          },
8040        ],
8041        &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
8042          { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
8043            &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
8044            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
8045              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8046              &quot;source&quot;: { # The source of a field. # The source of the field.
8047                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8048                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8049                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8050                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8051                  &quot;userTypes&quot;: [ # Output only. The user types.
8052                    &quot;A String&quot;,
8053                  ],
8054                },
8055                &quot;type&quot;: &quot;A String&quot;, # The source type.
8056                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8057              },
8058              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8059              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8060            },
8061            &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
8062          },
8063        ],
8064        &quot;relations&quot;: [ # The person&#x27;s relations.
8065          { # A person&#x27;s relation to another person.
8066            &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.
8067            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
8068              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8069              &quot;source&quot;: { # The source of a field. # The source of the field.
8070                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8071                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8072                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8073                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8074                  &quot;userTypes&quot;: [ # Output only. The user types.
8075                    &quot;A String&quot;,
8076                  ],
8077                },
8078                &quot;type&quot;: &quot;A String&quot;, # The source type.
8079                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8080              },
8081              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8082              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8083            },
8084            &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
8085            &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`
8086          },
8087        ],
8088        &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
8089          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
8090            &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.
8091            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
8092              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8093              &quot;source&quot;: { # The source of a field. # The source of the field.
8094                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8095                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8096                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8097                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8098                  &quot;userTypes&quot;: [ # Output only. The user types.
8099                    &quot;A String&quot;,
8100                  ],
8101                },
8102                &quot;type&quot;: &quot;A String&quot;, # The source type.
8103                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8104              },
8105              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8106              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8107            },
8108            &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`
8109          },
8110        ],
8111        &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
8112          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
8113            &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.
8114            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
8115              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8116              &quot;source&quot;: { # The source of a field. # The source of the field.
8117                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8118                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8119                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8120                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8121                  &quot;userTypes&quot;: [ # Output only. The user types.
8122                    &quot;A String&quot;,
8123                  ],
8124                },
8125                &quot;type&quot;: &quot;A String&quot;, # The source type.
8126                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8127              },
8128              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8129              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8130            },
8131            &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`
8132          },
8133        ],
8134        &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
8135          { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
8136            &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.
8137            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
8138              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8139              &quot;source&quot;: { # The source of a field. # The source of the field.
8140                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8141                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8142                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8143                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8144                  &quot;userTypes&quot;: [ # Output only. The user types.
8145                    &quot;A String&quot;,
8146                  ],
8147                },
8148                &quot;type&quot;: &quot;A String&quot;, # The source type.
8149                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8150              },
8151              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8152              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8153            },
8154            &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
8155          },
8156        ],
8157        &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}`.
8158        &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
8159          { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
8160            &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.
8161            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
8162              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8163              &quot;source&quot;: { # The source of a field. # The source of the field.
8164                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8165                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8166                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8167                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8168                  &quot;userTypes&quot;: [ # Output only. The user types.
8169                    &quot;A String&quot;,
8170                  ],
8171                },
8172                &quot;type&quot;: &quot;A String&quot;, # The source type.
8173                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8174              },
8175              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8176              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8177            },
8178            &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`
8179            &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.
8180          },
8181        ],
8182        &quot;skills&quot;: [ # The person&#x27;s skills.
8183          { # A skill that the person has.
8184            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
8185              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8186              &quot;source&quot;: { # The source of a field. # The source of the field.
8187                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8188                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8189                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8190                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8191                  &quot;userTypes&quot;: [ # Output only. The user types.
8192                    &quot;A String&quot;,
8193                  ],
8194                },
8195                &quot;type&quot;: &quot;A String&quot;, # The source type.
8196                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8197              },
8198              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8199              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8200            },
8201            &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
8202          },
8203        ],
8204        &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
8205          { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
8206            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
8207              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8208              &quot;source&quot;: { # The source of a field. # The source of the field.
8209                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8210                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8211                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8212                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8213                  &quot;userTypes&quot;: [ # Output only. The user types.
8214                    &quot;A String&quot;,
8215                  ],
8216                },
8217                &quot;type&quot;: &quot;A String&quot;, # The source type.
8218                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8219              },
8220              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8221              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8222            },
8223            &quot;value&quot;: &quot;A String&quot;, # The tagline.
8224          },
8225        ],
8226        &quot;urls&quot;: [ # The person&#x27;s associated URLs.
8227          { # A person&#x27;s associated URLs.
8228            &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.
8229            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
8230              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8231              &quot;source&quot;: { # The source of a field. # The source of the field.
8232                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8233                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8234                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8235                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8236                  &quot;userTypes&quot;: [ # Output only. The user types.
8237                    &quot;A String&quot;,
8238                  ],
8239                },
8240                &quot;type&quot;: &quot;A String&quot;, # The source type.
8241                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8242              },
8243              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8244              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8245            },
8246            &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`
8247            &quot;value&quot;: &quot;A String&quot;, # The URL.
8248          },
8249        ],
8250        &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
8251          { # Arbitrary user data that is populated by the end users.
8252            &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
8253            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
8254              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8255              &quot;source&quot;: { # The source of a field. # The source of the field.
8256                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8257                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8258                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8259                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8260                  &quot;userTypes&quot;: [ # Output only. The user types.
8261                    &quot;A String&quot;,
8262                  ],
8263                },
8264                &quot;type&quot;: &quot;A String&quot;, # The source type.
8265                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8266              },
8267              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8268              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8269            },
8270            &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
8271          },
8272        ],
8273      },
8274      &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.
8275      &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.
8276        &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
8277        &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
8278          {
8279            &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
8280          },
8281        ],
8282        &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.
8283      },
8284    },
8285  ],
8286}</pre>
8287</div>
8288
8289<div class="method">
8290    <code class="details" id="listDirectoryPeople">listDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, readMask=None, requestSyncToken=None, sources=None, syncToken=None, x__xgafv=None)</code>
8291  <pre>Provides a list of domain profiles and domain contacts in the authenticated user&#x27;s domain directory. When the `sync_token` is specified, resources deleted since the last sync will be returned as a person with `PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is specified, all other request parameters must match the first call. Writes may have a propagation delay of several minutes for sync requests. Incremental syncs are not intended for read-after-write use cases. See example usage at [List the directory people that have changed](/people/v1/directory#list_the_directory_people_that_have_changed).
8292
8293Args:
8294  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)
8295    Allowed values
8296      DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
8297      DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
8298  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.
8299  pageToken: string, Optional. A page token, received from a previous response `next_page_token`. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `people.listDirectoryPeople` must match the first call that provided the page token.
8300  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
8301  requestSyncToken: boolean, Optional. Whether the response should return `next_sync_token`. It can be used to get incremental changes since the last request by setting it on the request `sync_token`. More details about sync behavior at `people.listDirectoryPeople`.
8302  sources: string, Required. Directory sources to return. (repeated)
8303    Allowed values
8304      DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
8305      DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - Google Workspace domain shared contact.
8306      DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - Google Workspace domain profile.
8307  syncToken: string, Optional. A sync token, received from a previous response `next_sync_token` Provide this to retrieve only the resources changed since the last request. When syncing, all other parameters provided to `people.listDirectoryPeople` must match the first call that provided the sync token. More details about sync behavior at `people.listDirectoryPeople`.
8308  x__xgafv: string, V1 error format.
8309    Allowed values
8310      1 - v1 error format
8311      2 - v2 error format
8312
8313Returns:
8314  An object of the form:
8315
8316    { # The response to a request for the authenticated user&#x27;s domain directory.
8317  &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.
8318  &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.
8319  &quot;people&quot;: [ # The list of people in the domain directory.
8320    { # 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.
8321      &quot;addresses&quot;: [ # The person&#x27;s street addresses.
8322        { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
8323          &quot;city&quot;: &quot;A String&quot;, # The city of the address.
8324          &quot;country&quot;: &quot;A String&quot;, # The country of the address.
8325          &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.
8326          &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
8327          &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.
8328          &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.
8329          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
8330            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8331            &quot;source&quot;: { # The source of a field. # The source of the field.
8332              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8333              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8334              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8335                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8336                &quot;userTypes&quot;: [ # Output only. The user types.
8337                  &quot;A String&quot;,
8338                ],
8339              },
8340              &quot;type&quot;: &quot;A String&quot;, # The source type.
8341              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8342            },
8343            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8344            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8345          },
8346          &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
8347          &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
8348          &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
8349          &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
8350          &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`
8351        },
8352      ],
8353      &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
8354      &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
8355        { # A person&#x27;s age range.
8356          &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
8357          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
8358            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8359            &quot;source&quot;: { # The source of a field. # The source of the field.
8360              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8361              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8362              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8363                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8364                &quot;userTypes&quot;: [ # Output only. The user types.
8365                  &quot;A String&quot;,
8366                ],
8367              },
8368              &quot;type&quot;: &quot;A String&quot;, # The source type.
8369              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8370            },
8371            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8372            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8373          },
8374        },
8375      ],
8376      &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
8377        { # A person&#x27;s short biography.
8378          &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
8379          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
8380            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8394            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8395          },
8396          &quot;value&quot;: &quot;A String&quot;, # The short biography.
8397        },
8398      ],
8399      &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
8400        { # 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.
8401          &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.
8402            &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.
8403            &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.
8404            &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8405          },
8406          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
8407            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8408            &quot;source&quot;: { # The source of a field. # The source of the field.
8409              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8410              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8411              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8412                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8413                &quot;userTypes&quot;: [ # Output only. The user types.
8414                  &quot;A String&quot;,
8415                ],
8416              },
8417              &quot;type&quot;: &quot;A String&quot;, # The source type.
8418              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8419            },
8420            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8421            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8422          },
8423          &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
8424        },
8425      ],
8426      &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
8427        { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
8428          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
8429            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8430            &quot;source&quot;: { # The source of a field. # The source of the field.
8431              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8432              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8433              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8434                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8435                &quot;userTypes&quot;: [ # Output only. The user types.
8436                  &quot;A String&quot;,
8437                ],
8438              },
8439              &quot;type&quot;: &quot;A String&quot;, # The source type.
8440              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8441            },
8442            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8443            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8444          },
8445          &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
8446        },
8447      ],
8448      &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
8449        { # A person&#x27;s calendar URL.
8450          &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.
8451          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
8452            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8453            &quot;source&quot;: { # The source of a field. # The source of the field.
8454              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8455              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8456              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8457                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8458                &quot;userTypes&quot;: [ # Output only. The user types.
8459                  &quot;A String&quot;,
8460                ],
8461              },
8462              &quot;type&quot;: &quot;A String&quot;, # The source type.
8463              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8464            },
8465            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8466            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8467          },
8468          &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`
8469          &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
8470        },
8471      ],
8472      &quot;clientData&quot;: [ # The person&#x27;s client data.
8473        { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
8474          &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
8475          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
8476            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8477            &quot;source&quot;: { # The source of a field. # The source of the field.
8478              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8479              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8480              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8481                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8482                &quot;userTypes&quot;: [ # Output only. The user types.
8483                  &quot;A String&quot;,
8484                ],
8485              },
8486              &quot;type&quot;: &quot;A String&quot;, # The source type.
8487              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8488            },
8489            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8490            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8491          },
8492          &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
8493        },
8494      ],
8495      &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
8496        { # 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.
8497          &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.
8498          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
8499            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8500            &quot;source&quot;: { # The source of a field. # The source of the field.
8501              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8502              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8503              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8504                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8505                &quot;userTypes&quot;: [ # Output only. The user types.
8506                  &quot;A String&quot;,
8507                ],
8508              },
8509              &quot;type&quot;: &quot;A String&quot;, # The source type.
8510              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8511            },
8512            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8513            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8514          },
8515          &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
8516        },
8517      ],
8518      &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
8519        { # A person&#x27;s email address.
8520          &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
8521          &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.
8522          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
8523            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8524            &quot;source&quot;: { # The source of a field. # The source of the field.
8525              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8526              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8527              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8528                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8529                &quot;userTypes&quot;: [ # Output only. The user types.
8530                  &quot;A String&quot;,
8531                ],
8532              },
8533              &quot;type&quot;: &quot;A String&quot;, # The source type.
8534              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8535            },
8536            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8537            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8538          },
8539          &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`
8540          &quot;value&quot;: &quot;A String&quot;, # The email address.
8541        },
8542      ],
8543      &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.
8544      &quot;events&quot;: [ # The person&#x27;s events.
8545        { # An event related to the person.
8546          &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.
8547            &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.
8548            &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.
8549            &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8550          },
8551          &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.
8552          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
8553            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8554            &quot;source&quot;: { # The source of a field. # The source of the field.
8555              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8556              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8557              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8558                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8559                &quot;userTypes&quot;: [ # Output only. The user types.
8560                  &quot;A String&quot;,
8561                ],
8562              },
8563              &quot;type&quot;: &quot;A String&quot;, # The source type.
8564              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8565            },
8566            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8567            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8568          },
8569          &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`
8570        },
8571      ],
8572      &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
8573        { # An identifier from an external entity related to the person.
8574          &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.
8575          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
8576            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8577            &quot;source&quot;: { # The source of a field. # The source of the field.
8578              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8579              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8580              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8581                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8582                &quot;userTypes&quot;: [ # Output only. The user types.
8583                  &quot;A String&quot;,
8584                ],
8585              },
8586              &quot;type&quot;: &quot;A String&quot;, # The source type.
8587              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8588            },
8589            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8590            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8591          },
8592          &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`
8593          &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
8594        },
8595      ],
8596      &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
8597        { # The name that should be used to sort the person in a list.
8598          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
8599            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8600            &quot;source&quot;: { # The source of a field. # The source of the field.
8601              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8602              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8603              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8604                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8605                &quot;userTypes&quot;: [ # Output only. The user types.
8606                  &quot;A String&quot;,
8607                ],
8608              },
8609              &quot;type&quot;: &quot;A String&quot;, # The source type.
8610              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8611            },
8612            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8613            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8614          },
8615          &quot;value&quot;: &quot;A String&quot;, # The file-as value
8616        },
8617      ],
8618      &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
8619        { # A person&#x27;s gender.
8620          &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
8621          &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.
8622          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
8623            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8624            &quot;source&quot;: { # The source of a field. # The source of the field.
8625              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8626              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8627              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8628                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8629                &quot;userTypes&quot;: [ # Output only. The user types.
8630                  &quot;A String&quot;,
8631                ],
8632              },
8633              &quot;type&quot;: &quot;A String&quot;, # The source type.
8634              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8635            },
8636            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8637            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8638          },
8639          &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`
8640        },
8641      ],
8642      &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
8643        { # A person&#x27;s instant messaging client.
8644          &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.
8645          &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.
8646          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
8647            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8648            &quot;source&quot;: { # The source of a field. # The source of the field.
8649              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8650              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8651              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8652                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8653                &quot;userTypes&quot;: [ # Output only. The user types.
8654                  &quot;A String&quot;,
8655                ],
8656              },
8657              &quot;type&quot;: &quot;A String&quot;, # The source type.
8658              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8659            },
8660            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8661            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8662          },
8663          &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`
8664          &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`
8665          &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
8666        },
8667      ],
8668      &quot;interests&quot;: [ # The person&#x27;s interests.
8669        { # One of the person&#x27;s interests.
8670          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
8671            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8672            &quot;source&quot;: { # The source of a field. # The source of the field.
8673              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8674              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8675              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8676                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8677                &quot;userTypes&quot;: [ # Output only. The user types.
8678                  &quot;A String&quot;,
8679                ],
8680              },
8681              &quot;type&quot;: &quot;A String&quot;, # The source type.
8682              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8683            },
8684            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8685            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8686          },
8687          &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
8688        },
8689      ],
8690      &quot;locales&quot;: [ # The person&#x27;s locale preferences.
8691        { # A person&#x27;s locale preference.
8692          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
8693            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8694            &quot;source&quot;: { # The source of a field. # The source of the field.
8695              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8696              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8697              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8698                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8699                &quot;userTypes&quot;: [ # Output only. The user types.
8700                  &quot;A String&quot;,
8701                ],
8702              },
8703              &quot;type&quot;: &quot;A String&quot;, # The source type.
8704              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8705            },
8706            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8707            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8708          },
8709          &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
8710        },
8711      ],
8712      &quot;locations&quot;: [ # The person&#x27;s locations.
8713        { # A person&#x27;s location.
8714          &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
8715          &quot;current&quot;: True or False, # Whether the location is the current location.
8716          &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
8717          &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
8718          &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
8719          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
8720            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8721            &quot;source&quot;: { # The source of a field. # The source of the field.
8722              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8723              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8724              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8725                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8726                &quot;userTypes&quot;: [ # Output only. The user types.
8727                  &quot;A String&quot;,
8728                ],
8729              },
8730              &quot;type&quot;: &quot;A String&quot;, # The source type.
8731              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8732            },
8733            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8734            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8735          },
8736          &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`
8737          &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
8738        },
8739      ],
8740      &quot;memberships&quot;: [ # The person&#x27;s group memberships.
8741        { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
8742          &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
8743            &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
8744            &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.
8745          },
8746          &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
8747            &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
8748          },
8749          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
8750            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8751            &quot;source&quot;: { # The source of a field. # The source of the field.
8752              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8753              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8754              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8755                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8756                &quot;userTypes&quot;: [ # Output only. The user types.
8757                  &quot;A String&quot;,
8758                ],
8759              },
8760              &quot;type&quot;: &quot;A String&quot;, # The source type.
8761              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8762            },
8763            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8764            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8765          },
8766        },
8767      ],
8768      &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
8769        &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
8770        &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
8771          &quot;A String&quot;,
8772        ],
8773        &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
8774        &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
8775          &quot;A String&quot;,
8776        ],
8777        &quot;sources&quot;: [ # The sources of data for the person.
8778          { # The source of a field.
8779            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8780            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8781            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8782              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8783              &quot;userTypes&quot;: [ # Output only. The user types.
8784                &quot;A String&quot;,
8785              ],
8786            },
8787            &quot;type&quot;: &quot;A String&quot;, # The source type.
8788            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8789          },
8790        ],
8791      },
8792      &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
8793        { # A person&#x27;s miscellaneous keyword.
8794          &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.
8795          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
8796            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8810            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8811          },
8812          &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
8813          &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
8814        },
8815      ],
8816      &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
8817        { # A person&#x27;s name. If the name is a mononym, the family name is empty.
8818          &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.
8819          &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.
8820          &quot;familyName&quot;: &quot;A String&quot;, # The family name.
8821          &quot;givenName&quot;: &quot;A String&quot;, # The given name.
8822          &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
8823          &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
8824          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
8825            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8826            &quot;source&quot;: { # The source of a field. # The source of the field.
8827              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8828              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8829              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8830                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8831                &quot;userTypes&quot;: [ # Output only. The user types.
8832                  &quot;A String&quot;,
8833                ],
8834              },
8835              &quot;type&quot;: &quot;A String&quot;, # The source type.
8836              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8837            },
8838            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8839            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8840          },
8841          &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
8842          &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
8843          &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
8844          &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
8845          &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
8846          &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
8847          &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
8848          &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
8849        },
8850      ],
8851      &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
8852        { # A person&#x27;s nickname.
8853          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
8854            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8855            &quot;source&quot;: { # The source of a field. # The source of the field.
8856              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8857              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8858              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8859                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8860                &quot;userTypes&quot;: [ # Output only. The user types.
8861                  &quot;A String&quot;,
8862                ],
8863              },
8864              &quot;type&quot;: &quot;A String&quot;, # The source type.
8865              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8866            },
8867            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8868            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8869          },
8870          &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
8871          &quot;value&quot;: &quot;A String&quot;, # The nickname.
8872        },
8873      ],
8874      &quot;occupations&quot;: [ # The person&#x27;s occupations.
8875        { # A person&#x27;s occupation.
8876          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
8877            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8878            &quot;source&quot;: { # The source of a field. # The source of the field.
8879              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8880              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8881              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8882                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8883                &quot;userTypes&quot;: [ # Output only. The user types.
8884                  &quot;A String&quot;,
8885                ],
8886              },
8887              &quot;type&quot;: &quot;A String&quot;, # The source type.
8888              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8889            },
8890            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8891            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8892          },
8893          &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
8894        },
8895      ],
8896      &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
8897        { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
8898          &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
8899          &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.
8900          &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
8901          &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
8902          &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.
8903            &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.
8904            &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.
8905            &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8906          },
8907          &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.
8908          &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
8909          &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
8910          &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
8911          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
8912            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8913            &quot;source&quot;: { # The source of a field. # The source of the field.
8914              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8915              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8916              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8917                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8918                &quot;userTypes&quot;: [ # Output only. The user types.
8919                  &quot;A String&quot;,
8920                ],
8921              },
8922              &quot;type&quot;: &quot;A String&quot;, # The source type.
8923              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8924            },
8925            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8926            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8927          },
8928          &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
8929          &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
8930          &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.
8931            &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.
8932            &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.
8933            &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
8934          },
8935          &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
8936          &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
8937          &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`
8938        },
8939      ],
8940      &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
8941        { # A person&#x27;s phone number.
8942          &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.
8943          &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.
8944          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
8945            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8946            &quot;source&quot;: { # The source of a field. # The source of the field.
8947              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8948              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8949              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8950                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8951                &quot;userTypes&quot;: [ # Output only. The user types.
8952                  &quot;A String&quot;,
8953                ],
8954              },
8955              &quot;type&quot;: &quot;A String&quot;, # The source type.
8956              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8957            },
8958            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8959            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8960          },
8961          &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`
8962          &quot;value&quot;: &quot;A String&quot;, # The phone number.
8963        },
8964      ],
8965      &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
8966        { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
8967          &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
8968          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
8969            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8970            &quot;source&quot;: { # The source of a field. # The source of the field.
8971              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8972              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8973              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8974                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8975                &quot;userTypes&quot;: [ # Output only. The user types.
8976                  &quot;A String&quot;,
8977                ],
8978              },
8979              &quot;type&quot;: &quot;A String&quot;, # The source type.
8980              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
8981            },
8982            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
8983            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
8984          },
8985          &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
8986        },
8987      ],
8988      &quot;relations&quot;: [ # The person&#x27;s relations.
8989        { # A person&#x27;s relation to another person.
8990          &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.
8991          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
8992            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
8993            &quot;source&quot;: { # The source of a field. # The source of the field.
8994              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
8995              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
8996              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
8997                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
8998                &quot;userTypes&quot;: [ # Output only. The user types.
8999                  &quot;A String&quot;,
9000                ],
9001              },
9002              &quot;type&quot;: &quot;A String&quot;, # The source type.
9003              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9004            },
9005            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9006            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9007          },
9008          &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
9009          &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`
9010        },
9011      ],
9012      &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
9013        { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
9014          &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.
9015          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
9016            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9017            &quot;source&quot;: { # The source of a field. # The source of the field.
9018              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9019              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9020              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9021                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9022                &quot;userTypes&quot;: [ # Output only. The user types.
9023                  &quot;A String&quot;,
9024                ],
9025              },
9026              &quot;type&quot;: &quot;A String&quot;, # The source type.
9027              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9028            },
9029            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9030            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9031          },
9032          &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`
9033        },
9034      ],
9035      &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
9036        { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
9037          &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.
9038          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
9039            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9040            &quot;source&quot;: { # The source of a field. # The source of the field.
9041              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9042              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9043              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9044                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9045                &quot;userTypes&quot;: [ # Output only. The user types.
9046                  &quot;A String&quot;,
9047                ],
9048              },
9049              &quot;type&quot;: &quot;A String&quot;, # The source type.
9050              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9051            },
9052            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9053            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9054          },
9055          &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`
9056        },
9057      ],
9058      &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
9059        { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
9060          &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.
9061          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
9062            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9063            &quot;source&quot;: { # The source of a field. # The source of the field.
9064              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9065              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9066              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9067                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9068                &quot;userTypes&quot;: [ # Output only. The user types.
9069                  &quot;A String&quot;,
9070                ],
9071              },
9072              &quot;type&quot;: &quot;A String&quot;, # The source type.
9073              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9074            },
9075            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9076            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9077          },
9078          &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
9079        },
9080      ],
9081      &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}`.
9082      &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
9083        { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
9084          &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.
9085          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
9086            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9087            &quot;source&quot;: { # The source of a field. # The source of the field.
9088              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9089              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9090              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9091                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9092                &quot;userTypes&quot;: [ # Output only. The user types.
9093                  &quot;A String&quot;,
9094                ],
9095              },
9096              &quot;type&quot;: &quot;A String&quot;, # The source type.
9097              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9098            },
9099            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9100            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9101          },
9102          &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`
9103          &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.
9104        },
9105      ],
9106      &quot;skills&quot;: [ # The person&#x27;s skills.
9107        { # A skill that the person has.
9108          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
9109            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9110            &quot;source&quot;: { # The source of a field. # The source of the field.
9111              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9112              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9113              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9114                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9115                &quot;userTypes&quot;: [ # Output only. The user types.
9116                  &quot;A String&quot;,
9117                ],
9118              },
9119              &quot;type&quot;: &quot;A String&quot;, # The source type.
9120              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9121            },
9122            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9123            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9124          },
9125          &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
9126        },
9127      ],
9128      &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
9129        { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
9130          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
9131            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9132            &quot;source&quot;: { # The source of a field. # The source of the field.
9133              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9134              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9135              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9136                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9137                &quot;userTypes&quot;: [ # Output only. The user types.
9138                  &quot;A String&quot;,
9139                ],
9140              },
9141              &quot;type&quot;: &quot;A String&quot;, # The source type.
9142              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9143            },
9144            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9145            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9146          },
9147          &quot;value&quot;: &quot;A String&quot;, # The tagline.
9148        },
9149      ],
9150      &quot;urls&quot;: [ # The person&#x27;s associated URLs.
9151        { # A person&#x27;s associated URLs.
9152          &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.
9153          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
9154            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9155            &quot;source&quot;: { # The source of a field. # The source of the field.
9156              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9157              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9158              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9159                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9160                &quot;userTypes&quot;: [ # Output only. The user types.
9161                  &quot;A String&quot;,
9162                ],
9163              },
9164              &quot;type&quot;: &quot;A String&quot;, # The source type.
9165              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9166            },
9167            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9168            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9169          },
9170          &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`
9171          &quot;value&quot;: &quot;A String&quot;, # The URL.
9172        },
9173      ],
9174      &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
9175        { # Arbitrary user data that is populated by the end users.
9176          &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
9177          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
9178            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9179            &quot;source&quot;: { # The source of a field. # The source of the field.
9180              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9181              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9182              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9183                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9184                &quot;userTypes&quot;: [ # Output only. The user types.
9185                  &quot;A String&quot;,
9186                ],
9187              },
9188              &quot;type&quot;: &quot;A String&quot;, # The source type.
9189              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9190            },
9191            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9192            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9193          },
9194          &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
9195        },
9196      ],
9197    },
9198  ],
9199}</pre>
9200</div>
9201
9202<div class="method">
9203    <code class="details" id="listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</code>
9204  <pre>Retrieves the next page of results.
9205
9206Args:
9207  previous_request: The request for the previous page. (required)
9208  previous_response: The response from the request for the previous page. (required)
9209
9210Returns:
9211  A request object that you can call &#x27;execute()&#x27; on to request the next
9212  page. Returns None if there are no more items in the collection.
9213    </pre>
9214</div>
9215
9216<div class="method">
9217    <code class="details" id="searchContacts">searchContacts(pageSize=None, query=None, readMask=None, sources=None, x__xgafv=None)</code>
9218  <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 source. **IMPORTANT**: Before searching, clients should send a warmup request with an empty query to update the cache. See https://developers.google.com/people/v1/contacts#search_the_users_contacts
9219
9220Args:
9221  pageSize: integer, Optional. The number of results to return. Defaults to 10 if field is not set, or set to 0. Values greater than 30 will be capped to 30.
9222  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;.
9223  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
9224  sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT if not set. (repeated)
9225    Allowed values
9226      READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
9227      READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
9228      READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
9229      READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
9230  x__xgafv: string, V1 error format.
9231    Allowed values
9232      1 - v1 error format
9233      2 - v2 error format
9234
9235Returns:
9236  An object of the form:
9237
9238    { # The response to a search request for the authenticated user, given a query.
9239  &quot;results&quot;: [ # The results of the request.
9240    { # A result of a search query.
9241      &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.
9242        &quot;addresses&quot;: [ # The person&#x27;s street addresses.
9243          { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
9244            &quot;city&quot;: &quot;A String&quot;, # The city of the address.
9245            &quot;country&quot;: &quot;A String&quot;, # The country of the address.
9246            &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.
9247            &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
9248            &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.
9249            &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.
9250            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
9251              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9252              &quot;source&quot;: { # The source of a field. # The source of the field.
9253                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9254                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9255                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9256                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9257                  &quot;userTypes&quot;: [ # Output only. The user types.
9258                    &quot;A String&quot;,
9259                  ],
9260                },
9261                &quot;type&quot;: &quot;A String&quot;, # The source type.
9262                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9263              },
9264              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9265              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9266            },
9267            &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
9268            &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
9269            &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
9270            &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
9271            &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`
9272          },
9273        ],
9274        &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
9275        &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
9276          { # A person&#x27;s age range.
9277            &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
9278            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
9279              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9280              &quot;source&quot;: { # The source of a field. # The source of the field.
9281                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9282                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9283                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9284                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9285                  &quot;userTypes&quot;: [ # Output only. The user types.
9286                    &quot;A String&quot;,
9287                  ],
9288                },
9289                &quot;type&quot;: &quot;A String&quot;, # The source type.
9290                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9291              },
9292              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9293              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9294            },
9295          },
9296        ],
9297        &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
9298          { # A person&#x27;s short biography.
9299            &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
9300            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
9301              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9302              &quot;source&quot;: { # The source of a field. # The source of the field.
9303                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9304                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9305                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9306                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9307                  &quot;userTypes&quot;: [ # Output only. The user types.
9308                    &quot;A String&quot;,
9309                  ],
9310                },
9311                &quot;type&quot;: &quot;A String&quot;, # The source type.
9312                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9313              },
9314              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9315              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9316            },
9317            &quot;value&quot;: &quot;A String&quot;, # The short biography.
9318          },
9319        ],
9320        &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
9321          { # 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.
9322            &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.
9323              &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.
9324              &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.
9325              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9326            },
9327            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
9328              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9329              &quot;source&quot;: { # The source of a field. # The source of the field.
9330                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9331                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9332                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9333                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9334                  &quot;userTypes&quot;: [ # Output only. The user types.
9335                    &quot;A String&quot;,
9336                  ],
9337                },
9338                &quot;type&quot;: &quot;A String&quot;, # The source type.
9339                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9340              },
9341              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9342              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9343            },
9344            &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
9345          },
9346        ],
9347        &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
9348          { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
9349            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
9350              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9351              &quot;source&quot;: { # The source of a field. # The source of the field.
9352                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9353                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9354                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9355                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9356                  &quot;userTypes&quot;: [ # Output only. The user types.
9357                    &quot;A String&quot;,
9358                  ],
9359                },
9360                &quot;type&quot;: &quot;A String&quot;, # The source type.
9361                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9362              },
9363              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9364              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9365            },
9366            &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
9367          },
9368        ],
9369        &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
9370          { # A person&#x27;s calendar URL.
9371            &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.
9372            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
9373              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9374              &quot;source&quot;: { # The source of a field. # The source of the field.
9375                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9376                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9377                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9378                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9379                  &quot;userTypes&quot;: [ # Output only. The user types.
9380                    &quot;A String&quot;,
9381                  ],
9382                },
9383                &quot;type&quot;: &quot;A String&quot;, # The source type.
9384                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9385              },
9386              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9387              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9388            },
9389            &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`
9390            &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
9391          },
9392        ],
9393        &quot;clientData&quot;: [ # The person&#x27;s client data.
9394          { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
9395            &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
9396            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
9397              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9398              &quot;source&quot;: { # The source of a field. # The source of the field.
9399                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9400                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9401                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9402                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9403                  &quot;userTypes&quot;: [ # Output only. The user types.
9404                    &quot;A String&quot;,
9405                  ],
9406                },
9407                &quot;type&quot;: &quot;A String&quot;, # The source type.
9408                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9409              },
9410              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9411              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9412            },
9413            &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
9414          },
9415        ],
9416        &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
9417          { # 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.
9418            &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.
9419            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
9420              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9421              &quot;source&quot;: { # The source of a field. # The source of the field.
9422                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9423                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9424                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9425                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9426                  &quot;userTypes&quot;: [ # Output only. The user types.
9427                    &quot;A String&quot;,
9428                  ],
9429                },
9430                &quot;type&quot;: &quot;A String&quot;, # The source type.
9431                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9432              },
9433              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9434              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9435            },
9436            &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
9437          },
9438        ],
9439        &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
9440          { # A person&#x27;s email address.
9441            &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
9442            &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.
9443            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
9444              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9445              &quot;source&quot;: { # The source of a field. # The source of the field.
9446                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9447                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9448                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9449                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9450                  &quot;userTypes&quot;: [ # Output only. The user types.
9451                    &quot;A String&quot;,
9452                  ],
9453                },
9454                &quot;type&quot;: &quot;A String&quot;, # The source type.
9455                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9456              },
9457              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9458              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9459            },
9460            &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`
9461            &quot;value&quot;: &quot;A String&quot;, # The email address.
9462          },
9463        ],
9464        &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.
9465        &quot;events&quot;: [ # The person&#x27;s events.
9466          { # An event related to the person.
9467            &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.
9468              &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.
9469              &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.
9470              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9471            },
9472            &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.
9473            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
9474              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9475              &quot;source&quot;: { # The source of a field. # The source of the field.
9476                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9477                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9478                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9479                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9480                  &quot;userTypes&quot;: [ # Output only. The user types.
9481                    &quot;A String&quot;,
9482                  ],
9483                },
9484                &quot;type&quot;: &quot;A String&quot;, # The source type.
9485                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9486              },
9487              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9488              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9489            },
9490            &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`
9491          },
9492        ],
9493        &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
9494          { # An identifier from an external entity related to the person.
9495            &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.
9496            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
9497              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9498              &quot;source&quot;: { # The source of a field. # The source of the field.
9499                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9500                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9501                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9502                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9503                  &quot;userTypes&quot;: [ # Output only. The user types.
9504                    &quot;A String&quot;,
9505                  ],
9506                },
9507                &quot;type&quot;: &quot;A String&quot;, # The source type.
9508                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9509              },
9510              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9511              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9512            },
9513            &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`
9514            &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
9515          },
9516        ],
9517        &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
9518          { # The name that should be used to sort the person in a list.
9519            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
9520              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9521              &quot;source&quot;: { # The source of a field. # The source of the field.
9522                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9523                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9524                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9525                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9526                  &quot;userTypes&quot;: [ # Output only. The user types.
9527                    &quot;A String&quot;,
9528                  ],
9529                },
9530                &quot;type&quot;: &quot;A String&quot;, # The source type.
9531                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9532              },
9533              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9534              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9535            },
9536            &quot;value&quot;: &quot;A String&quot;, # The file-as value
9537          },
9538        ],
9539        &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
9540          { # A person&#x27;s gender.
9541            &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
9542            &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.
9543            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
9544              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9545              &quot;source&quot;: { # The source of a field. # The source of the field.
9546                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9547                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9548                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9549                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9550                  &quot;userTypes&quot;: [ # Output only. The user types.
9551                    &quot;A String&quot;,
9552                  ],
9553                },
9554                &quot;type&quot;: &quot;A String&quot;, # The source type.
9555                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9556              },
9557              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9558              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9559            },
9560            &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`
9561          },
9562        ],
9563        &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
9564          { # A person&#x27;s instant messaging client.
9565            &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.
9566            &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.
9567            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
9568              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9569              &quot;source&quot;: { # The source of a field. # The source of the field.
9570                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9571                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9572                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9573                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9574                  &quot;userTypes&quot;: [ # Output only. The user types.
9575                    &quot;A String&quot;,
9576                  ],
9577                },
9578                &quot;type&quot;: &quot;A String&quot;, # The source type.
9579                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9580              },
9581              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9582              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9583            },
9584            &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`
9585            &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`
9586            &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
9587          },
9588        ],
9589        &quot;interests&quot;: [ # The person&#x27;s interests.
9590          { # One of the person&#x27;s interests.
9591            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
9592              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9593              &quot;source&quot;: { # The source of a field. # The source of the field.
9594                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9595                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9596                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9597                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9598                  &quot;userTypes&quot;: [ # Output only. The user types.
9599                    &quot;A String&quot;,
9600                  ],
9601                },
9602                &quot;type&quot;: &quot;A String&quot;, # The source type.
9603                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9604              },
9605              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
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 interest; for example, `stargazing`.
9609          },
9610        ],
9611        &quot;locales&quot;: [ # The person&#x27;s locale preferences.
9612          { # A person&#x27;s locale preference.
9613            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
9614              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9615              &quot;source&quot;: { # The source of a field. # The source of the field.
9616                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9617                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9618                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9619                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9620                  &quot;userTypes&quot;: [ # Output only. The user types.
9621                    &quot;A String&quot;,
9622                  ],
9623                },
9624                &quot;type&quot;: &quot;A String&quot;, # The source type.
9625                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9626              },
9627              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9628              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9629            },
9630            &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
9631          },
9632        ],
9633        &quot;locations&quot;: [ # The person&#x27;s locations.
9634          { # A person&#x27;s location.
9635            &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
9636            &quot;current&quot;: True or False, # Whether the location is the current location.
9637            &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
9638            &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
9639            &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
9640            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
9641              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9642              &quot;source&quot;: { # The source of a field. # The source of the field.
9643                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9644                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9645                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9646                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9647                  &quot;userTypes&quot;: [ # Output only. The user types.
9648                    &quot;A String&quot;,
9649                  ],
9650                },
9651                &quot;type&quot;: &quot;A String&quot;, # The source type.
9652                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9653              },
9654              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9655              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9656            },
9657            &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`
9658            &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
9659          },
9660        ],
9661        &quot;memberships&quot;: [ # The person&#x27;s group memberships.
9662          { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
9663            &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
9664              &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
9665              &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.
9666            },
9667            &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
9668              &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
9669            },
9670            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
9671              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9672              &quot;source&quot;: { # The source of a field. # The source of the field.
9673                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9674                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9675                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9676                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9677                  &quot;userTypes&quot;: [ # Output only. The user types.
9678                    &quot;A String&quot;,
9679                  ],
9680                },
9681                &quot;type&quot;: &quot;A String&quot;, # The source type.
9682                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9683              },
9684              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9685              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9686            },
9687          },
9688        ],
9689        &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
9690          &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
9691          &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
9692            &quot;A String&quot;,
9693          ],
9694          &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
9695          &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
9696            &quot;A String&quot;,
9697          ],
9698          &quot;sources&quot;: [ # The sources of data for the person.
9699            { # The source of a field.
9700              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9701              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9702              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9703                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9704                &quot;userTypes&quot;: [ # Output only. The user types.
9705                  &quot;A String&quot;,
9706                ],
9707              },
9708              &quot;type&quot;: &quot;A String&quot;, # The source type.
9709              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9710            },
9711          ],
9712        },
9713        &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
9714          { # A person&#x27;s miscellaneous keyword.
9715            &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.
9716            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
9717              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9718              &quot;source&quot;: { # The source of a field. # The source of the field.
9719                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9720                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9721                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9722                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9723                  &quot;userTypes&quot;: [ # Output only. The user types.
9724                    &quot;A String&quot;,
9725                  ],
9726                },
9727                &quot;type&quot;: &quot;A String&quot;, # The source type.
9728                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9729              },
9730              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9731              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9732            },
9733            &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
9734            &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
9735          },
9736        ],
9737        &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
9738          { # A person&#x27;s name. If the name is a mononym, the family name is empty.
9739            &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.
9740            &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.
9741            &quot;familyName&quot;: &quot;A String&quot;, # The family name.
9742            &quot;givenName&quot;: &quot;A String&quot;, # The given name.
9743            &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
9744            &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
9745            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
9746              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9747              &quot;source&quot;: { # The source of a field. # The source of the field.
9748                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9749                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9750                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9751                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9752                  &quot;userTypes&quot;: [ # Output only. The user types.
9753                    &quot;A String&quot;,
9754                  ],
9755                },
9756                &quot;type&quot;: &quot;A String&quot;, # The source type.
9757                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9758              },
9759              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9760              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9761            },
9762            &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
9763            &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
9764            &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
9765            &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
9766            &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
9767            &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
9768            &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
9769            &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
9770          },
9771        ],
9772        &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
9773          { # A person&#x27;s nickname.
9774            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
9775              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9776              &quot;source&quot;: { # The source of a field. # The source of the field.
9777                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9778                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9779                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9780                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9781                  &quot;userTypes&quot;: [ # Output only. The user types.
9782                    &quot;A String&quot;,
9783                  ],
9784                },
9785                &quot;type&quot;: &quot;A String&quot;, # The source type.
9786                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9787              },
9788              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9789              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9790            },
9791            &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
9792            &quot;value&quot;: &quot;A String&quot;, # The nickname.
9793          },
9794        ],
9795        &quot;occupations&quot;: [ # The person&#x27;s occupations.
9796          { # A person&#x27;s occupation.
9797            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
9798              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9799              &quot;source&quot;: { # The source of a field. # The source of the field.
9800                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9801                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9802                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9803                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9804                  &quot;userTypes&quot;: [ # Output only. The user types.
9805                    &quot;A String&quot;,
9806                  ],
9807                },
9808                &quot;type&quot;: &quot;A String&quot;, # The source type.
9809                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9810              },
9811              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9812              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9813            },
9814            &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
9815          },
9816        ],
9817        &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
9818          { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
9819            &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
9820            &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.
9821            &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
9822            &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
9823            &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.
9824              &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.
9825              &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.
9826              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9827            },
9828            &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.
9829            &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
9830            &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
9831            &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
9832            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
9833              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9834              &quot;source&quot;: { # The source of a field. # The source of the field.
9835                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9836                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9837                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9838                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9839                  &quot;userTypes&quot;: [ # Output only. The user types.
9840                    &quot;A String&quot;,
9841                  ],
9842                },
9843                &quot;type&quot;: &quot;A String&quot;, # The source type.
9844                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9845              },
9846              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9847              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9848            },
9849            &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
9850            &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
9851            &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.
9852              &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.
9853              &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.
9854              &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
9855            },
9856            &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
9857            &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
9858            &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`
9859          },
9860        ],
9861        &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
9862          { # A person&#x27;s phone number.
9863            &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.
9864            &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.
9865            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
9866              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9867              &quot;source&quot;: { # The source of a field. # The source of the field.
9868                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9869                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9870                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9871                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9872                  &quot;userTypes&quot;: [ # Output only. The user types.
9873                    &quot;A String&quot;,
9874                  ],
9875                },
9876                &quot;type&quot;: &quot;A String&quot;, # The source type.
9877                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9878              },
9879              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9880              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9881            },
9882            &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`
9883            &quot;value&quot;: &quot;A String&quot;, # The phone number.
9884          },
9885        ],
9886        &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
9887          { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
9888            &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
9889            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
9890              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9891              &quot;source&quot;: { # The source of a field. # The source of the field.
9892                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9893                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9894                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9895                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9896                  &quot;userTypes&quot;: [ # Output only. The user types.
9897                    &quot;A String&quot;,
9898                  ],
9899                },
9900                &quot;type&quot;: &quot;A String&quot;, # The source type.
9901                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9902              },
9903              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9904              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9905            },
9906            &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
9907          },
9908        ],
9909        &quot;relations&quot;: [ # The person&#x27;s relations.
9910          { # A person&#x27;s relation to another person.
9911            &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.
9912            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
9913              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9914              &quot;source&quot;: { # The source of a field. # The source of the field.
9915                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9916                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9917                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9918                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9919                  &quot;userTypes&quot;: [ # Output only. The user types.
9920                    &quot;A String&quot;,
9921                  ],
9922                },
9923                &quot;type&quot;: &quot;A String&quot;, # The source type.
9924                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9925              },
9926              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9927              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9928            },
9929            &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
9930            &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`
9931          },
9932        ],
9933        &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
9934          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
9935            &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.
9936            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
9937              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9938              &quot;source&quot;: { # The source of a field. # The source of the field.
9939                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9940                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9941                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9942                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9943                  &quot;userTypes&quot;: [ # Output only. The user types.
9944                    &quot;A String&quot;,
9945                  ],
9946                },
9947                &quot;type&quot;: &quot;A String&quot;, # The source type.
9948                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9949              },
9950              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9951              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9952            },
9953            &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`
9954          },
9955        ],
9956        &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
9957          { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
9958            &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.
9959            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
9960              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9961              &quot;source&quot;: { # The source of a field. # The source of the field.
9962                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9963                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9964                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9965                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9966                  &quot;userTypes&quot;: [ # Output only. The user types.
9967                    &quot;A String&quot;,
9968                  ],
9969                },
9970                &quot;type&quot;: &quot;A String&quot;, # The source type.
9971                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9972              },
9973              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9974              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9975            },
9976            &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`
9977          },
9978        ],
9979        &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
9980          { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
9981            &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.
9982            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
9983              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
9984              &quot;source&quot;: { # The source of a field. # The source of the field.
9985                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
9986                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
9987                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
9988                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
9989                  &quot;userTypes&quot;: [ # Output only. The user types.
9990                    &quot;A String&quot;,
9991                  ],
9992                },
9993                &quot;type&quot;: &quot;A String&quot;, # The source type.
9994                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
9995              },
9996              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
9997              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
9998            },
9999            &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
10000          },
10001        ],
10002        &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}`.
10003        &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
10004          { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
10005            &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.
10006            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
10007              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10008              &quot;source&quot;: { # The source of a field. # The source of the field.
10009                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10010                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10011                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10012                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10013                  &quot;userTypes&quot;: [ # Output only. The user types.
10014                    &quot;A String&quot;,
10015                  ],
10016                },
10017                &quot;type&quot;: &quot;A String&quot;, # The source type.
10018                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10019              },
10020              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10021              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10022            },
10023            &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`
10024            &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.
10025          },
10026        ],
10027        &quot;skills&quot;: [ # The person&#x27;s skills.
10028          { # A skill that the person has.
10029            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
10030              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10031              &quot;source&quot;: { # The source of a field. # The source of the field.
10032                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10033                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10034                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10035                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10036                  &quot;userTypes&quot;: [ # Output only. The user types.
10037                    &quot;A String&quot;,
10038                  ],
10039                },
10040                &quot;type&quot;: &quot;A String&quot;, # The source type.
10041                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10042              },
10043              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10044              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10045            },
10046            &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
10047          },
10048        ],
10049        &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
10050          { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
10051            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
10052              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10053              &quot;source&quot;: { # The source of a field. # The source of the field.
10054                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10055                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10056                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10057                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10058                  &quot;userTypes&quot;: [ # Output only. The user types.
10059                    &quot;A String&quot;,
10060                  ],
10061                },
10062                &quot;type&quot;: &quot;A String&quot;, # The source type.
10063                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10064              },
10065              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10066              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10067            },
10068            &quot;value&quot;: &quot;A String&quot;, # The tagline.
10069          },
10070        ],
10071        &quot;urls&quot;: [ # The person&#x27;s associated URLs.
10072          { # A person&#x27;s associated URLs.
10073            &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.
10074            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
10075              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10076              &quot;source&quot;: { # The source of a field. # The source of the field.
10077                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10078                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10079                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10080                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10081                  &quot;userTypes&quot;: [ # Output only. The user types.
10082                    &quot;A String&quot;,
10083                  ],
10084                },
10085                &quot;type&quot;: &quot;A String&quot;, # The source type.
10086                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10087              },
10088              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10089              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10090            },
10091            &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`
10092            &quot;value&quot;: &quot;A String&quot;, # The URL.
10093          },
10094        ],
10095        &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
10096          { # Arbitrary user data that is populated by the end users.
10097            &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
10098            &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
10099              &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10100              &quot;source&quot;: { # The source of a field. # The source of the field.
10101                &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10102                &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10103                &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10104                  &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10105                  &quot;userTypes&quot;: [ # Output only. The user types.
10106                    &quot;A String&quot;,
10107                  ],
10108                },
10109                &quot;type&quot;: &quot;A String&quot;, # The source type.
10110                &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10111              },
10112              &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10113              &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10114            },
10115            &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
10116          },
10117        ],
10118      },
10119    },
10120  ],
10121}</pre>
10122</div>
10123
10124<div class="method">
10125    <code class="details" id="searchDirectoryPeople">searchDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, query=None, readMask=None, sources=None, x__xgafv=None)</code>
10126  <pre>Provides a list of domain profiles and domain contacts in the authenticated user&#x27;s domain directory that match the search query.
10127
10128Args:
10129  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)
10130    Allowed values
10131      DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified.
10132      DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact.
10133  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.
10134  pageToken: string, Optional. A page token, received from a previous response `next_page_token`. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchDirectoryPeople` must match the first call that provided the page token.
10135  query: string, Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match.
10136  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
10137  sources: string, Required. Directory sources to return. (repeated)
10138    Allowed values
10139      DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified.
10140      DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - Google Workspace domain shared contact.
10141      DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - Google Workspace domain profile.
10142  x__xgafv: string, V1 error format.
10143    Allowed values
10144      1 - v1 error format
10145      2 - v2 error format
10146
10147Returns:
10148  An object of the form:
10149
10150    { # The response to a request for people in the authenticated user&#x27;s domain directory that match the specified query.
10151  &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.
10152  &quot;people&quot;: [ # The list of people in the domain directory that match the query.
10153    { # 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.
10154      &quot;addresses&quot;: [ # The person&#x27;s street addresses.
10155        { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
10156          &quot;city&quot;: &quot;A String&quot;, # The city of the address.
10157          &quot;country&quot;: &quot;A String&quot;, # The country of the address.
10158          &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.
10159          &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
10160          &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.
10161          &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.
10162          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
10163            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10164            &quot;source&quot;: { # The source of a field. # The source of the field.
10165              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10166              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10167              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10168                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10169                &quot;userTypes&quot;: [ # Output only. The user types.
10170                  &quot;A String&quot;,
10171                ],
10172              },
10173              &quot;type&quot;: &quot;A String&quot;, # The source type.
10174              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10175            },
10176            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10177            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10178          },
10179          &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
10180          &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
10181          &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
10182          &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
10183          &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`
10184        },
10185      ],
10186      &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
10187      &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
10188        { # A person&#x27;s age range.
10189          &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
10190          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
10191            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10192            &quot;source&quot;: { # The source of a field. # The source of the field.
10193              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10194              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10195              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10196                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10197                &quot;userTypes&quot;: [ # Output only. The user types.
10198                  &quot;A String&quot;,
10199                ],
10200              },
10201              &quot;type&quot;: &quot;A String&quot;, # The source type.
10202              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10203            },
10204            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10205            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10206          },
10207        },
10208      ],
10209      &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
10210        { # A person&#x27;s short biography.
10211          &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
10212          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
10213            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10214            &quot;source&quot;: { # The source of a field. # The source of the field.
10215              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10216              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10217              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10218                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10219                &quot;userTypes&quot;: [ # Output only. The user types.
10220                  &quot;A String&quot;,
10221                ],
10222              },
10223              &quot;type&quot;: &quot;A String&quot;, # The source type.
10224              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10225            },
10226            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10227            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10228          },
10229          &quot;value&quot;: &quot;A String&quot;, # The short biography.
10230        },
10231      ],
10232      &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
10233        { # 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.
10234          &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.
10235            &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.
10236            &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.
10237            &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
10238          },
10239          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
10240            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10241            &quot;source&quot;: { # The source of a field. # The source of the field.
10242              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10243              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10244              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10245                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10246                &quot;userTypes&quot;: [ # Output only. The user types.
10247                  &quot;A String&quot;,
10248                ],
10249              },
10250              &quot;type&quot;: &quot;A String&quot;, # The source type.
10251              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10252            },
10253            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10254            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10255          },
10256          &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
10257        },
10258      ],
10259      &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
10260        { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
10261          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
10262            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10263            &quot;source&quot;: { # The source of a field. # The source of the field.
10264              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10265              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10266              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10267                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10268                &quot;userTypes&quot;: [ # Output only. The user types.
10269                  &quot;A String&quot;,
10270                ],
10271              },
10272              &quot;type&quot;: &quot;A String&quot;, # The source type.
10273              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10274            },
10275            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10276            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10277          },
10278          &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
10279        },
10280      ],
10281      &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
10282        { # A person&#x27;s calendar URL.
10283          &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.
10284          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
10285            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10286            &quot;source&quot;: { # The source of a field. # The source of the field.
10287              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10288              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10289              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10290                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10291                &quot;userTypes&quot;: [ # Output only. The user types.
10292                  &quot;A String&quot;,
10293                ],
10294              },
10295              &quot;type&quot;: &quot;A String&quot;, # The source type.
10296              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10297            },
10298            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10299            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10300          },
10301          &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`
10302          &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
10303        },
10304      ],
10305      &quot;clientData&quot;: [ # The person&#x27;s client data.
10306        { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
10307          &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
10308          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
10309            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10310            &quot;source&quot;: { # The source of a field. # The source of the field.
10311              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10312              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10313              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10314                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10315                &quot;userTypes&quot;: [ # Output only. The user types.
10316                  &quot;A String&quot;,
10317                ],
10318              },
10319              &quot;type&quot;: &quot;A String&quot;, # The source type.
10320              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10321            },
10322            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10323            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10324          },
10325          &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
10326        },
10327      ],
10328      &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
10329        { # 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.
10330          &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.
10331          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
10332            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10333            &quot;source&quot;: { # The source of a field. # The source of the field.
10334              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10335              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10336              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10337                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10338                &quot;userTypes&quot;: [ # Output only. The user types.
10339                  &quot;A String&quot;,
10340                ],
10341              },
10342              &quot;type&quot;: &quot;A String&quot;, # The source type.
10343              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10344            },
10345            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10346            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10347          },
10348          &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
10349        },
10350      ],
10351      &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
10352        { # A person&#x27;s email address.
10353          &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
10354          &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.
10355          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
10356            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10357            &quot;source&quot;: { # The source of a field. # The source of the field.
10358              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10359              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10360              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10361                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10362                &quot;userTypes&quot;: [ # Output only. The user types.
10363                  &quot;A String&quot;,
10364                ],
10365              },
10366              &quot;type&quot;: &quot;A String&quot;, # The source type.
10367              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10368            },
10369            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
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 email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
10373          &quot;value&quot;: &quot;A String&quot;, # The email address.
10374        },
10375      ],
10376      &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.
10377      &quot;events&quot;: [ # The person&#x27;s events.
10378        { # An event related to the person.
10379          &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.
10380            &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.
10381            &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.
10382            &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
10383          },
10384          &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.
10385          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
10386            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10387            &quot;source&quot;: { # The source of a field. # The source of the field.
10388              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10389              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10390              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10391                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10392                &quot;userTypes&quot;: [ # Output only. The user types.
10393                  &quot;A String&quot;,
10394                ],
10395              },
10396              &quot;type&quot;: &quot;A String&quot;, # The source type.
10397              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10398            },
10399            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10400            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10401          },
10402          &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`
10403        },
10404      ],
10405      &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
10406        { # An identifier from an external entity related to the person.
10407          &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.
10408          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
10409            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10410            &quot;source&quot;: { # The source of a field. # The source of the field.
10411              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10412              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10413              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10414                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10415                &quot;userTypes&quot;: [ # Output only. The user types.
10416                  &quot;A String&quot;,
10417                ],
10418              },
10419              &quot;type&quot;: &quot;A String&quot;, # The source type.
10420              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10421            },
10422            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10423            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10424          },
10425          &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`
10426          &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
10427        },
10428      ],
10429      &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
10430        { # The name that should be used to sort the person in a list.
10431          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
10432            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10433            &quot;source&quot;: { # The source of a field. # The source of the field.
10434              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10435              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10436              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10437                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10438                &quot;userTypes&quot;: [ # Output only. The user types.
10439                  &quot;A String&quot;,
10440                ],
10441              },
10442              &quot;type&quot;: &quot;A String&quot;, # The source type.
10443              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10444            },
10445            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10446            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10447          },
10448          &quot;value&quot;: &quot;A String&quot;, # The file-as value
10449        },
10450      ],
10451      &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
10452        { # A person&#x27;s gender.
10453          &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
10454          &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.
10455          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
10456            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10457            &quot;source&quot;: { # The source of a field. # The source of the field.
10458              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10459              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10460              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10461                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10462                &quot;userTypes&quot;: [ # Output only. The user types.
10463                  &quot;A String&quot;,
10464                ],
10465              },
10466              &quot;type&quot;: &quot;A String&quot;, # The source type.
10467              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10468            },
10469            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10470            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10471          },
10472          &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`
10473        },
10474      ],
10475      &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
10476        { # A person&#x27;s instant messaging client.
10477          &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.
10478          &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.
10479          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
10480            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10481            &quot;source&quot;: { # The source of a field. # The source of the field.
10482              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10483              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10484              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10485                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10486                &quot;userTypes&quot;: [ # Output only. The user types.
10487                  &quot;A String&quot;,
10488                ],
10489              },
10490              &quot;type&quot;: &quot;A String&quot;, # The source type.
10491              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10492            },
10493            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10494            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10495          },
10496          &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`
10497          &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`
10498          &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
10499        },
10500      ],
10501      &quot;interests&quot;: [ # The person&#x27;s interests.
10502        { # One of the person&#x27;s interests.
10503          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
10504            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10505            &quot;source&quot;: { # The source of a field. # The source of the field.
10506              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10507              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10508              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10509                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10510                &quot;userTypes&quot;: [ # Output only. The user types.
10511                  &quot;A String&quot;,
10512                ],
10513              },
10514              &quot;type&quot;: &quot;A String&quot;, # The source type.
10515              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10516            },
10517            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10518            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10519          },
10520          &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
10521        },
10522      ],
10523      &quot;locales&quot;: [ # The person&#x27;s locale preferences.
10524        { # A person&#x27;s locale preference.
10525          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
10526            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10527            &quot;source&quot;: { # The source of a field. # The source of the field.
10528              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10529              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10530              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10531                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10532                &quot;userTypes&quot;: [ # Output only. The user types.
10533                  &quot;A String&quot;,
10534                ],
10535              },
10536              &quot;type&quot;: &quot;A String&quot;, # The source type.
10537              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10538            },
10539            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10540            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10541          },
10542          &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
10543        },
10544      ],
10545      &quot;locations&quot;: [ # The person&#x27;s locations.
10546        { # A person&#x27;s location.
10547          &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
10548          &quot;current&quot;: True or False, # Whether the location is the current location.
10549          &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
10550          &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
10551          &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
10552          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
10553            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10554            &quot;source&quot;: { # The source of a field. # The source of the field.
10555              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10556              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10557              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10558                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10559                &quot;userTypes&quot;: [ # Output only. The user types.
10560                  &quot;A String&quot;,
10561                ],
10562              },
10563              &quot;type&quot;: &quot;A String&quot;, # The source type.
10564              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10565            },
10566            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10567            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10568          },
10569          &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`
10570          &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
10571        },
10572      ],
10573      &quot;memberships&quot;: [ # The person&#x27;s group memberships.
10574        { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
10575          &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
10576            &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
10577            &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.
10578          },
10579          &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
10580            &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
10581          },
10582          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
10583            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10584            &quot;source&quot;: { # The source of a field. # The source of the field.
10585              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10586              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10587              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10588                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10589                &quot;userTypes&quot;: [ # Output only. The user types.
10590                  &quot;A String&quot;,
10591                ],
10592              },
10593              &quot;type&quot;: &quot;A String&quot;, # The source type.
10594              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10595            },
10596            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10597            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10598          },
10599        },
10600      ],
10601      &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
10602        &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
10603        &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
10604          &quot;A String&quot;,
10605        ],
10606        &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
10607        &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
10608          &quot;A String&quot;,
10609        ],
10610        &quot;sources&quot;: [ # The sources of data for the person.
10611          { # The source of a field.
10612            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10613            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10614            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10615              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10616              &quot;userTypes&quot;: [ # Output only. The user types.
10617                &quot;A String&quot;,
10618              ],
10619            },
10620            &quot;type&quot;: &quot;A String&quot;, # The source type.
10621            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10622          },
10623        ],
10624      },
10625      &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
10626        { # A person&#x27;s miscellaneous keyword.
10627          &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.
10628          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
10629            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10630            &quot;source&quot;: { # The source of a field. # The source of the field.
10631              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10632              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10633              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10634                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10635                &quot;userTypes&quot;: [ # Output only. The user types.
10636                  &quot;A String&quot;,
10637                ],
10638              },
10639              &quot;type&quot;: &quot;A String&quot;, # The source type.
10640              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10641            },
10642            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10643            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10644          },
10645          &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
10646          &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
10647        },
10648      ],
10649      &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
10650        { # A person&#x27;s name. If the name is a mononym, the family name is empty.
10651          &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.
10652          &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.
10653          &quot;familyName&quot;: &quot;A String&quot;, # The family name.
10654          &quot;givenName&quot;: &quot;A String&quot;, # The given name.
10655          &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
10656          &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
10657          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
10658            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10659            &quot;source&quot;: { # The source of a field. # The source of the field.
10660              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10661              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10662              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10663                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10664                &quot;userTypes&quot;: [ # Output only. The user types.
10665                  &quot;A String&quot;,
10666                ],
10667              },
10668              &quot;type&quot;: &quot;A String&quot;, # The source type.
10669              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10670            },
10671            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10672            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10673          },
10674          &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
10675          &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
10676          &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
10677          &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
10678          &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
10679          &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
10680          &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
10681          &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
10682        },
10683      ],
10684      &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
10685        { # A person&#x27;s nickname.
10686          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
10687            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10688            &quot;source&quot;: { # The source of a field. # The source of the field.
10689              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10690              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10691              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10692                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10693                &quot;userTypes&quot;: [ # Output only. The user types.
10694                  &quot;A String&quot;,
10695                ],
10696              },
10697              &quot;type&quot;: &quot;A String&quot;, # The source type.
10698              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10699            },
10700            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10701            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10702          },
10703          &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
10704          &quot;value&quot;: &quot;A String&quot;, # The nickname.
10705        },
10706      ],
10707      &quot;occupations&quot;: [ # The person&#x27;s occupations.
10708        { # A person&#x27;s occupation.
10709          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
10710            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10711            &quot;source&quot;: { # The source of a field. # The source of the field.
10712              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10713              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10714              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10715                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10716                &quot;userTypes&quot;: [ # Output only. The user types.
10717                  &quot;A String&quot;,
10718                ],
10719              },
10720              &quot;type&quot;: &quot;A String&quot;, # The source type.
10721              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10722            },
10723            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10724            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10725          },
10726          &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
10727        },
10728      ],
10729      &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
10730        { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
10731          &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
10732          &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.
10733          &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
10734          &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
10735          &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.
10736            &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.
10737            &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.
10738            &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
10739          },
10740          &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.
10741          &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
10742          &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
10743          &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
10744          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
10745            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10746            &quot;source&quot;: { # The source of a field. # The source of the field.
10747              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10748              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10749              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10750                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10751                &quot;userTypes&quot;: [ # Output only. The user types.
10752                  &quot;A String&quot;,
10753                ],
10754              },
10755              &quot;type&quot;: &quot;A String&quot;, # The source type.
10756              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10757            },
10758            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10759            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10760          },
10761          &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
10762          &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
10763          &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.
10764            &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.
10765            &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.
10766            &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
10767          },
10768          &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
10769          &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
10770          &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`
10771        },
10772      ],
10773      &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
10774        { # A person&#x27;s phone number.
10775          &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.
10776          &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.
10777          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
10778            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10779            &quot;source&quot;: { # The source of a field. # The source of the field.
10780              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10781              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10782              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10783                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10784                &quot;userTypes&quot;: [ # Output only. The user types.
10785                  &quot;A String&quot;,
10786                ],
10787              },
10788              &quot;type&quot;: &quot;A String&quot;, # The source type.
10789              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10790            },
10791            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10792            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10793          },
10794          &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`
10795          &quot;value&quot;: &quot;A String&quot;, # The phone number.
10796        },
10797      ],
10798      &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
10799        { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
10800          &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
10801          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
10802            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10803            &quot;source&quot;: { # The source of a field. # The source of the field.
10804              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10805              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10806              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10807                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10808                &quot;userTypes&quot;: [ # Output only. The user types.
10809                  &quot;A String&quot;,
10810                ],
10811              },
10812              &quot;type&quot;: &quot;A String&quot;, # The source type.
10813              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10814            },
10815            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10816            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10817          },
10818          &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
10819        },
10820      ],
10821      &quot;relations&quot;: [ # The person&#x27;s relations.
10822        { # A person&#x27;s relation to another person.
10823          &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.
10824          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
10825            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10826            &quot;source&quot;: { # The source of a field. # The source of the field.
10827              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10828              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10829              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10830                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10831                &quot;userTypes&quot;: [ # Output only. The user types.
10832                  &quot;A String&quot;,
10833                ],
10834              },
10835              &quot;type&quot;: &quot;A String&quot;, # The source type.
10836              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10837            },
10838            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10839            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10840          },
10841          &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
10842          &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`
10843        },
10844      ],
10845      &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
10846        { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
10847          &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.
10848          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
10849            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10850            &quot;source&quot;: { # The source of a field. # The source of the field.
10851              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10852              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10853              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10854                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10855                &quot;userTypes&quot;: [ # Output only. The user types.
10856                  &quot;A String&quot;,
10857                ],
10858              },
10859              &quot;type&quot;: &quot;A String&quot;, # The source type.
10860              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10861            },
10862            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10863            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10864          },
10865          &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`
10866        },
10867      ],
10868      &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
10869        { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
10870          &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.
10871          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
10872            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10873            &quot;source&quot;: { # The source of a field. # The source of the field.
10874              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10875              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10876              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10877                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10878                &quot;userTypes&quot;: [ # Output only. The user types.
10879                  &quot;A String&quot;,
10880                ],
10881              },
10882              &quot;type&quot;: &quot;A String&quot;, # The source type.
10883              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10884            },
10885            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
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;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`
10889        },
10890      ],
10891      &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
10892        { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
10893          &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.
10894          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
10895            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10909            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10910          },
10911          &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
10912        },
10913      ],
10914      &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}`.
10915      &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
10916        { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
10917          &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.
10918          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
10919            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10920            &quot;source&quot;: { # The source of a field. # The source of the field.
10921              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10922              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10923              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10924                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10925                &quot;userTypes&quot;: [ # Output only. The user types.
10926                  &quot;A String&quot;,
10927                ],
10928              },
10929              &quot;type&quot;: &quot;A String&quot;, # The source type.
10930              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10931            },
10932            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10933            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10934          },
10935          &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`
10936          &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.
10937        },
10938      ],
10939      &quot;skills&quot;: [ # The person&#x27;s skills.
10940        { # A skill that the person has.
10941          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
10942            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10943            &quot;source&quot;: { # The source of a field. # The source of the field.
10944              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10945              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10946              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10947                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10948                &quot;userTypes&quot;: [ # Output only. The user types.
10949                  &quot;A String&quot;,
10950                ],
10951              },
10952              &quot;type&quot;: &quot;A String&quot;, # The source type.
10953              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10954            },
10955            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10956            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10957          },
10958          &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
10959        },
10960      ],
10961      &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
10962        { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
10963          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
10964            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
10978            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
10979          },
10980          &quot;value&quot;: &quot;A String&quot;, # The tagline.
10981        },
10982      ],
10983      &quot;urls&quot;: [ # The person&#x27;s associated URLs.
10984        { # A person&#x27;s associated URLs.
10985          &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.
10986          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
10987            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
10988            &quot;source&quot;: { # The source of a field. # The source of the field.
10989              &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
10990              &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
10991              &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
10992                &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
10993                &quot;userTypes&quot;: [ # Output only. The user types.
10994                  &quot;A String&quot;,
10995                ],
10996              },
10997              &quot;type&quot;: &quot;A String&quot;, # The source type.
10998              &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
10999            },
11000            &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11001            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11002          },
11003          &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`
11004          &quot;value&quot;: &quot;A String&quot;, # The URL.
11005        },
11006      ],
11007      &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
11008        { # Arbitrary user data that is populated by the end users.
11009          &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
11010          &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
11011            &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11025            &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11026          },
11027          &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
11028        },
11029      ],
11030    },
11031  ],
11032  &quot;totalSize&quot;: 42, # The total number of items in the list without pagination.
11033}</pre>
11034</div>
11035
11036<div class="method">
11037    <code class="details" id="searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</code>
11038  <pre>Retrieves the next page of results.
11039
11040Args:
11041  previous_request: The request for the previous page. (required)
11042  previous_response: The response from the request for the previous page. (required)
11043
11044Returns:
11045  A request object that you can call &#x27;execute()&#x27; on to request the next
11046  page. Returns None if there are no more items in the collection.
11047    </pre>
11048</div>
11049
11050<div class="method">
11051    <code class="details" id="updateContact">updateContact(resourceName, body=None, personFields=None, sources=None, updatePersonFields=None, x__xgafv=None)</code>
11052  <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
11053
11054Args:
11055  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)
11056  body: object, The request body.
11057    The object takes the form of:
11058
11059{ # 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.
11060  &quot;addresses&quot;: [ # The person&#x27;s street addresses.
11061    { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
11062      &quot;city&quot;: &quot;A String&quot;, # The city of the address.
11063      &quot;country&quot;: &quot;A String&quot;, # The country of the address.
11064      &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.
11065      &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
11066      &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.
11067      &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.
11068      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
11069        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11070        &quot;source&quot;: { # The source of a field. # The source of the field.
11071          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11072          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11073          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11074            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11075            &quot;userTypes&quot;: [ # Output only. The user types.
11076              &quot;A String&quot;,
11077            ],
11078          },
11079          &quot;type&quot;: &quot;A String&quot;, # The source type.
11080          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11081        },
11082        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11083        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11084      },
11085      &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
11086      &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
11087      &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
11088      &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
11089      &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`
11090    },
11091  ],
11092  &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
11093  &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
11094    { # A person&#x27;s age range.
11095      &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
11096      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
11097        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11098        &quot;source&quot;: { # The source of a field. # The source of the field.
11099          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11100          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11101          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11102            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11103            &quot;userTypes&quot;: [ # Output only. The user types.
11104              &quot;A String&quot;,
11105            ],
11106          },
11107          &quot;type&quot;: &quot;A String&quot;, # The source type.
11108          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11109        },
11110        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11111        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11112      },
11113    },
11114  ],
11115  &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
11116    { # A person&#x27;s short biography.
11117      &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
11118      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
11119        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11120        &quot;source&quot;: { # The source of a field. # The source of the field.
11121          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11122          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11123          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11124            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11125            &quot;userTypes&quot;: [ # Output only. The user types.
11126              &quot;A String&quot;,
11127            ],
11128          },
11129          &quot;type&quot;: &quot;A String&quot;, # The source type.
11130          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11131        },
11132        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11133        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11134      },
11135      &quot;value&quot;: &quot;A String&quot;, # The short biography.
11136    },
11137  ],
11138  &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
11139    { # 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.
11140      &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.
11141        &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.
11142        &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.
11143        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11144      },
11145      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
11146        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11147        &quot;source&quot;: { # The source of a field. # The source of the field.
11148          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11149          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11150          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11151            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11152            &quot;userTypes&quot;: [ # Output only. The user types.
11153              &quot;A String&quot;,
11154            ],
11155          },
11156          &quot;type&quot;: &quot;A String&quot;, # The source type.
11157          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11158        },
11159        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11160        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11161      },
11162      &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
11163    },
11164  ],
11165  &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
11166    { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
11167      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
11168        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11169        &quot;source&quot;: { # The source of a field. # The source of the field.
11170          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11171          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11172          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11173            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11174            &quot;userTypes&quot;: [ # Output only. The user types.
11175              &quot;A String&quot;,
11176            ],
11177          },
11178          &quot;type&quot;: &quot;A String&quot;, # The source type.
11179          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11180        },
11181        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11182        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11183      },
11184      &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
11185    },
11186  ],
11187  &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
11188    { # A person&#x27;s calendar URL.
11189      &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.
11190      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
11191        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11192        &quot;source&quot;: { # The source of a field. # The source of the field.
11193          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11194          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11195          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11196            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11197            &quot;userTypes&quot;: [ # Output only. The user types.
11198              &quot;A String&quot;,
11199            ],
11200          },
11201          &quot;type&quot;: &quot;A String&quot;, # The source type.
11202          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11203        },
11204        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11205        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11206      },
11207      &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`
11208      &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
11209    },
11210  ],
11211  &quot;clientData&quot;: [ # The person&#x27;s client data.
11212    { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
11213      &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
11214      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
11215        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11216        &quot;source&quot;: { # The source of a field. # The source of the field.
11217          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11218          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11219          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11220            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11221            &quot;userTypes&quot;: [ # Output only. The user types.
11222              &quot;A String&quot;,
11223            ],
11224          },
11225          &quot;type&quot;: &quot;A String&quot;, # The source type.
11226          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11227        },
11228        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11229        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11230      },
11231      &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
11232    },
11233  ],
11234  &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
11235    { # 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.
11236      &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.
11237      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
11238        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11239        &quot;source&quot;: { # The source of a field. # The source of the field.
11240          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11241          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11242          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11243            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11244            &quot;userTypes&quot;: [ # Output only. The user types.
11245              &quot;A String&quot;,
11246            ],
11247          },
11248          &quot;type&quot;: &quot;A String&quot;, # The source type.
11249          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11250        },
11251        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11252        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11253      },
11254      &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
11255    },
11256  ],
11257  &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
11258    { # A person&#x27;s email address.
11259      &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
11260      &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.
11261      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
11262        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11263        &quot;source&quot;: { # The source of a field. # The source of the field.
11264          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11265          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11266          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11267            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11268            &quot;userTypes&quot;: [ # Output only. The user types.
11269              &quot;A String&quot;,
11270            ],
11271          },
11272          &quot;type&quot;: &quot;A String&quot;, # The source type.
11273          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11274        },
11275        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11276        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11277      },
11278      &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`
11279      &quot;value&quot;: &quot;A String&quot;, # The email address.
11280    },
11281  ],
11282  &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.
11283  &quot;events&quot;: [ # The person&#x27;s events.
11284    { # An event related to the person.
11285      &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.
11286        &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.
11287        &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.
11288        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11289      },
11290      &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.
11291      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
11292        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11293        &quot;source&quot;: { # The source of a field. # The source of the field.
11294          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11295          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11296          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11297            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11298            &quot;userTypes&quot;: [ # Output only. The user types.
11299              &quot;A String&quot;,
11300            ],
11301          },
11302          &quot;type&quot;: &quot;A String&quot;, # The source type.
11303          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11304        },
11305        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11306        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11307      },
11308      &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`
11309    },
11310  ],
11311  &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
11312    { # An identifier from an external entity related to the person.
11313      &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.
11314      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
11315        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11316        &quot;source&quot;: { # The source of a field. # The source of the field.
11317          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11318          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11319          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11320            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11321            &quot;userTypes&quot;: [ # Output only. The user types.
11322              &quot;A String&quot;,
11323            ],
11324          },
11325          &quot;type&quot;: &quot;A String&quot;, # The source type.
11326          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11327        },
11328        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11329        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11330      },
11331      &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`
11332      &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
11333    },
11334  ],
11335  &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
11336    { # The name that should be used to sort the person in a list.
11337      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
11338        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11339        &quot;source&quot;: { # The source of a field. # The source of the field.
11340          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11341          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11342          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11343            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11344            &quot;userTypes&quot;: [ # Output only. The user types.
11345              &quot;A String&quot;,
11346            ],
11347          },
11348          &quot;type&quot;: &quot;A String&quot;, # The source type.
11349          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11350        },
11351        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
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 file-as value
11355    },
11356  ],
11357  &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
11358    { # A person&#x27;s gender.
11359      &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
11360      &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.
11361      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
11362        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11376        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11377      },
11378      &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`
11379    },
11380  ],
11381  &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
11382    { # A person&#x27;s instant messaging client.
11383      &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.
11384      &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.
11385      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
11386        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11387        &quot;source&quot;: { # The source of a field. # The source of the field.
11388          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11389          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11390          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11391            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11392            &quot;userTypes&quot;: [ # Output only. The user types.
11393              &quot;A String&quot;,
11394            ],
11395          },
11396          &quot;type&quot;: &quot;A String&quot;, # The source type.
11397          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11398        },
11399        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11400        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11401      },
11402      &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`
11403      &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`
11404      &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
11405    },
11406  ],
11407  &quot;interests&quot;: [ # The person&#x27;s interests.
11408    { # One of the person&#x27;s interests.
11409      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
11410        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11411        &quot;source&quot;: { # The source of a field. # The source of the field.
11412          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11413          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11414          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11415            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11416            &quot;userTypes&quot;: [ # Output only. The user types.
11417              &quot;A String&quot;,
11418            ],
11419          },
11420          &quot;type&quot;: &quot;A String&quot;, # The source type.
11421          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11422        },
11423        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11424        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11425      },
11426      &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
11427    },
11428  ],
11429  &quot;locales&quot;: [ # The person&#x27;s locale preferences.
11430    { # A person&#x27;s locale preference.
11431      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
11432        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11433        &quot;source&quot;: { # The source of a field. # The source of the field.
11434          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11435          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11436          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11437            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11438            &quot;userTypes&quot;: [ # Output only. The user types.
11439              &quot;A String&quot;,
11440            ],
11441          },
11442          &quot;type&quot;: &quot;A String&quot;, # The source type.
11443          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11444        },
11445        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11446        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11447      },
11448      &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
11449    },
11450  ],
11451  &quot;locations&quot;: [ # The person&#x27;s locations.
11452    { # A person&#x27;s location.
11453      &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
11454      &quot;current&quot;: True or False, # Whether the location is the current location.
11455      &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
11456      &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
11457      &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
11458      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
11459        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11460        &quot;source&quot;: { # The source of a field. # The source of the field.
11461          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11462          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11463          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11464            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11465            &quot;userTypes&quot;: [ # Output only. The user types.
11466              &quot;A String&quot;,
11467            ],
11468          },
11469          &quot;type&quot;: &quot;A String&quot;, # The source type.
11470          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11471        },
11472        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11473        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11474      },
11475      &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`
11476      &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
11477    },
11478  ],
11479  &quot;memberships&quot;: [ # The person&#x27;s group memberships.
11480    { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
11481      &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
11482        &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
11483        &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.
11484      },
11485      &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
11486        &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
11487      },
11488      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
11489        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11490        &quot;source&quot;: { # The source of a field. # The source of the field.
11491          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11492          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11493          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11494            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11495            &quot;userTypes&quot;: [ # Output only. The user types.
11496              &quot;A String&quot;,
11497            ],
11498          },
11499          &quot;type&quot;: &quot;A String&quot;, # The source type.
11500          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11501        },
11502        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11503        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11504      },
11505    },
11506  ],
11507  &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
11508    &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
11509    &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
11510      &quot;A String&quot;,
11511    ],
11512    &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
11513    &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
11514      &quot;A String&quot;,
11515    ],
11516    &quot;sources&quot;: [ # The sources of data for the person.
11517      { # The source of a field.
11518        &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11519        &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11520        &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11521          &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11522          &quot;userTypes&quot;: [ # Output only. The user types.
11523            &quot;A String&quot;,
11524          ],
11525        },
11526        &quot;type&quot;: &quot;A String&quot;, # The source type.
11527        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11528      },
11529    ],
11530  },
11531  &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
11532    { # A person&#x27;s miscellaneous keyword.
11533      &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.
11534      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
11535        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11536        &quot;source&quot;: { # The source of a field. # The source of the field.
11537          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11538          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11539          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11540            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11541            &quot;userTypes&quot;: [ # Output only. The user types.
11542              &quot;A String&quot;,
11543            ],
11544          },
11545          &quot;type&quot;: &quot;A String&quot;, # The source type.
11546          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11547        },
11548        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11549        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11550      },
11551      &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
11552      &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
11553    },
11554  ],
11555  &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
11556    { # A person&#x27;s name. If the name is a mononym, the family name is empty.
11557      &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.
11558      &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.
11559      &quot;familyName&quot;: &quot;A String&quot;, # The family name.
11560      &quot;givenName&quot;: &quot;A String&quot;, # The given name.
11561      &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
11562      &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
11563      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
11564        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11565        &quot;source&quot;: { # The source of a field. # The source of the field.
11566          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11567          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11568          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11569            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11570            &quot;userTypes&quot;: [ # Output only. The user types.
11571              &quot;A String&quot;,
11572            ],
11573          },
11574          &quot;type&quot;: &quot;A String&quot;, # The source type.
11575          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11576        },
11577        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11578        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11579      },
11580      &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
11581      &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
11582      &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
11583      &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
11584      &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
11585      &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
11586      &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
11587      &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
11588    },
11589  ],
11590  &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
11591    { # A person&#x27;s nickname.
11592      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
11593        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11594        &quot;source&quot;: { # The source of a field. # The source of the field.
11595          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11596          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11597          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11598            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11599            &quot;userTypes&quot;: [ # Output only. The user types.
11600              &quot;A String&quot;,
11601            ],
11602          },
11603          &quot;type&quot;: &quot;A String&quot;, # The source type.
11604          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11605        },
11606        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11607        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11608      },
11609      &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
11610      &quot;value&quot;: &quot;A String&quot;, # The nickname.
11611    },
11612  ],
11613  &quot;occupations&quot;: [ # The person&#x27;s occupations.
11614    { # A person&#x27;s occupation.
11615      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
11616        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11617        &quot;source&quot;: { # The source of a field. # The source of the field.
11618          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11619          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11620          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11621            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11622            &quot;userTypes&quot;: [ # Output only. The user types.
11623              &quot;A String&quot;,
11624            ],
11625          },
11626          &quot;type&quot;: &quot;A String&quot;, # The source type.
11627          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11628        },
11629        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11630        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11631      },
11632      &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
11633    },
11634  ],
11635  &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
11636    { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
11637      &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
11638      &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.
11639      &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
11640      &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
11641      &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.
11642        &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.
11643        &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.
11644        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11645      },
11646      &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.
11647      &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
11648      &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
11649      &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
11650      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
11651        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11652        &quot;source&quot;: { # The source of a field. # The source of the field.
11653          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11654          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11655          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11656            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11657            &quot;userTypes&quot;: [ # Output only. The user types.
11658              &quot;A String&quot;,
11659            ],
11660          },
11661          &quot;type&quot;: &quot;A String&quot;, # The source type.
11662          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11663        },
11664        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11665        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11666      },
11667      &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
11668      &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
11669      &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.
11670        &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.
11671        &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.
11672        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
11673      },
11674      &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
11675      &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
11676      &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`
11677    },
11678  ],
11679  &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
11680    { # A person&#x27;s phone number.
11681      &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.
11682      &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.
11683      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
11684        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11685        &quot;source&quot;: { # The source of a field. # The source of the field.
11686          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11687          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11688          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11689            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11690            &quot;userTypes&quot;: [ # Output only. The user types.
11691              &quot;A String&quot;,
11692            ],
11693          },
11694          &quot;type&quot;: &quot;A String&quot;, # The source type.
11695          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11696        },
11697        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11698        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11699      },
11700      &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`
11701      &quot;value&quot;: &quot;A String&quot;, # The phone number.
11702    },
11703  ],
11704  &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
11705    { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
11706      &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
11707      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
11708        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11709        &quot;source&quot;: { # The source of a field. # The source of the field.
11710          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11711          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11712          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11713            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11714            &quot;userTypes&quot;: [ # Output only. The user types.
11715              &quot;A String&quot;,
11716            ],
11717          },
11718          &quot;type&quot;: &quot;A String&quot;, # The source type.
11719          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11720        },
11721        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11722        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11723      },
11724      &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
11725    },
11726  ],
11727  &quot;relations&quot;: [ # The person&#x27;s relations.
11728    { # A person&#x27;s relation to another person.
11729      &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.
11730      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
11731        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11732        &quot;source&quot;: { # The source of a field. # The source of the field.
11733          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11734          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11735          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11736            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11737            &quot;userTypes&quot;: [ # Output only. The user types.
11738              &quot;A String&quot;,
11739            ],
11740          },
11741          &quot;type&quot;: &quot;A String&quot;, # The source type.
11742          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11743        },
11744        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
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;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
11748      &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`
11749    },
11750  ],
11751  &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
11752    { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
11753      &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.
11754      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
11755        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11756        &quot;source&quot;: { # The source of a field. # The source of the field.
11757          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11758          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11759          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11760            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11761            &quot;userTypes&quot;: [ # Output only. The user types.
11762              &quot;A String&quot;,
11763            ],
11764          },
11765          &quot;type&quot;: &quot;A String&quot;, # The source type.
11766          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11767        },
11768        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11769        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11770      },
11771      &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`
11772    },
11773  ],
11774  &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
11775    { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
11776      &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.
11777      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
11778        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11779        &quot;source&quot;: { # The source of a field. # The source of the field.
11780          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11781          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11782          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11783            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11784            &quot;userTypes&quot;: [ # Output only. The user types.
11785              &quot;A String&quot;,
11786            ],
11787          },
11788          &quot;type&quot;: &quot;A String&quot;, # The source type.
11789          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11790        },
11791        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11792        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11793      },
11794      &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`
11795    },
11796  ],
11797  &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
11798    { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
11799      &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.
11800      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
11801        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11802        &quot;source&quot;: { # The source of a field. # The source of the field.
11803          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11804          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11805          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11806            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11807            &quot;userTypes&quot;: [ # Output only. The user types.
11808              &quot;A String&quot;,
11809            ],
11810          },
11811          &quot;type&quot;: &quot;A String&quot;, # The source type.
11812          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11813        },
11814        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11815        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11816      },
11817      &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
11818    },
11819  ],
11820  &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}`.
11821  &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
11822    { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
11823      &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.
11824      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
11825        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11826        &quot;source&quot;: { # The source of a field. # The source of the field.
11827          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11828          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11829          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11830            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11831            &quot;userTypes&quot;: [ # Output only. The user types.
11832              &quot;A String&quot;,
11833            ],
11834          },
11835          &quot;type&quot;: &quot;A String&quot;, # The source type.
11836          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11837        },
11838        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11839        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11840      },
11841      &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`
11842      &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.
11843    },
11844  ],
11845  &quot;skills&quot;: [ # The person&#x27;s skills.
11846    { # A skill that the person has.
11847      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
11848        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11849        &quot;source&quot;: { # The source of a field. # The source of the field.
11850          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11851          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11852          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11853            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11854            &quot;userTypes&quot;: [ # Output only. The user types.
11855              &quot;A String&quot;,
11856            ],
11857          },
11858          &quot;type&quot;: &quot;A String&quot;, # The source type.
11859          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11860        },
11861        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11862        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11863      },
11864      &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
11865    },
11866  ],
11867  &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
11868    { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
11869      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
11870        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11884        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11885      },
11886      &quot;value&quot;: &quot;A String&quot;, # The tagline.
11887    },
11888  ],
11889  &quot;urls&quot;: [ # The person&#x27;s associated URLs.
11890    { # A person&#x27;s associated URLs.
11891      &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.
11892      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
11893        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11894        &quot;source&quot;: { # The source of a field. # The source of the field.
11895          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11896          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11897          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11898            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11899            &quot;userTypes&quot;: [ # Output only. The user types.
11900              &quot;A String&quot;,
11901            ],
11902          },
11903          &quot;type&quot;: &quot;A String&quot;, # The source type.
11904          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11905        },
11906        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11907        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11908      },
11909      &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`
11910      &quot;value&quot;: &quot;A String&quot;, # The URL.
11911    },
11912  ],
11913  &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
11914    { # Arbitrary user data that is populated by the end users.
11915      &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
11916      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
11917        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11918        &quot;source&quot;: { # The source of a field. # The source of the field.
11919          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11920          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11921          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11922            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11923            &quot;userTypes&quot;: [ # Output only. The user types.
11924              &quot;A String&quot;,
11925            ],
11926          },
11927          &quot;type&quot;: &quot;A String&quot;, # The source type.
11928          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11929        },
11930        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11931        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11932      },
11933      &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
11934    },
11935  ],
11936}
11937
11938  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
11939  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)
11940    Allowed values
11941      READ_SOURCE_TYPE_UNSPECIFIED - Unspecified.
11942      READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.
11943      READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT.
11944      READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT.
11945  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
11946  x__xgafv: string, V1 error format.
11947    Allowed values
11948      1 - v1 error format
11949      2 - v2 error format
11950
11951Returns:
11952  An object of the form:
11953
11954    { # 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.
11955  &quot;addresses&quot;: [ # The person&#x27;s street addresses.
11956    { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
11957      &quot;city&quot;: &quot;A String&quot;, # The city of the address.
11958      &quot;country&quot;: &quot;A String&quot;, # The country of the address.
11959      &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.
11960      &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
11961      &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.
11962      &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.
11963      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
11964        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11965        &quot;source&quot;: { # The source of a field. # The source of the field.
11966          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11967          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11968          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11969            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11970            &quot;userTypes&quot;: [ # Output only. The user types.
11971              &quot;A String&quot;,
11972            ],
11973          },
11974          &quot;type&quot;: &quot;A String&quot;, # The source type.
11975          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
11976        },
11977        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
11978        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
11979      },
11980      &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
11981      &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
11982      &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
11983      &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
11984      &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`
11985    },
11986  ],
11987  &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
11988  &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
11989    { # A person&#x27;s age range.
11990      &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
11991      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
11992        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
11993        &quot;source&quot;: { # The source of a field. # The source of the field.
11994          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
11995          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
11996          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
11997            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
11998            &quot;userTypes&quot;: [ # Output only. The user types.
11999              &quot;A String&quot;,
12000            ],
12001          },
12002          &quot;type&quot;: &quot;A String&quot;, # The source type.
12003          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12004        },
12005        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12006        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12007      },
12008    },
12009  ],
12010  &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
12011    { # A person&#x27;s short biography.
12012      &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
12013      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
12014        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12015        &quot;source&quot;: { # The source of a field. # The source of the field.
12016          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12017          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12018          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12019            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12020            &quot;userTypes&quot;: [ # Output only. The user types.
12021              &quot;A String&quot;,
12022            ],
12023          },
12024          &quot;type&quot;: &quot;A String&quot;, # The source type.
12025          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12026        },
12027        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12028        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12029      },
12030      &quot;value&quot;: &quot;A String&quot;, # The short biography.
12031    },
12032  ],
12033  &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
12034    { # 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.
12035      &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.
12036        &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.
12037        &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.
12038        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12039      },
12040      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
12041        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12042        &quot;source&quot;: { # The source of a field. # The source of the field.
12043          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12044          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12045          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12046            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12047            &quot;userTypes&quot;: [ # Output only. The user types.
12048              &quot;A String&quot;,
12049            ],
12050          },
12051          &quot;type&quot;: &quot;A String&quot;, # The source type.
12052          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12053        },
12054        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12055        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12056      },
12057      &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
12058    },
12059  ],
12060  &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
12061    { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
12062      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
12063        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12064        &quot;source&quot;: { # The source of a field. # The source of the field.
12065          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12066          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12067          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12068            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12069            &quot;userTypes&quot;: [ # Output only. The user types.
12070              &quot;A String&quot;,
12071            ],
12072          },
12073          &quot;type&quot;: &quot;A String&quot;, # The source type.
12074          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12075        },
12076        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12077        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12078      },
12079      &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
12080    },
12081  ],
12082  &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
12083    { # A person&#x27;s calendar URL.
12084      &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.
12085      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
12086        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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            ],
12095          },
12096          &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.
12098        },
12099        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12100        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12101      },
12102      &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`
12103      &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
12104    },
12105  ],
12106  &quot;clientData&quot;: [ # The person&#x27;s client data.
12107    { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
12108      &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
12109      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
12110        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12111        &quot;source&quot;: { # The source of a field. # The source of the field.
12112          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12113          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12114          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12115            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12116            &quot;userTypes&quot;: [ # Output only. The user types.
12117              &quot;A String&quot;,
12118            ],
12119          },
12120          &quot;type&quot;: &quot;A String&quot;, # The source type.
12121          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12122        },
12123        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12124        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12125      },
12126      &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
12127    },
12128  ],
12129  &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
12130    { # 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.
12131      &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.
12132      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
12133        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12134        &quot;source&quot;: { # The source of a field. # The source of the field.
12135          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12136          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12137          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12138            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12139            &quot;userTypes&quot;: [ # Output only. The user types.
12140              &quot;A String&quot;,
12141            ],
12142          },
12143          &quot;type&quot;: &quot;A String&quot;, # The source type.
12144          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12145        },
12146        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12147        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12148      },
12149      &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
12150    },
12151  ],
12152  &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
12153    { # A person&#x27;s email address.
12154      &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
12155      &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.
12156      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
12157        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12158        &quot;source&quot;: { # The source of a field. # The source of the field.
12159          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12160          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12161          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12162            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12163            &quot;userTypes&quot;: [ # Output only. The user types.
12164              &quot;A String&quot;,
12165            ],
12166          },
12167          &quot;type&quot;: &quot;A String&quot;, # The source type.
12168          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12169        },
12170        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12171        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12172      },
12173      &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`
12174      &quot;value&quot;: &quot;A String&quot;, # The email address.
12175    },
12176  ],
12177  &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.
12178  &quot;events&quot;: [ # The person&#x27;s events.
12179    { # An event related to the person.
12180      &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.
12181        &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.
12182        &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.
12183        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12184      },
12185      &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.
12186      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
12187        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12188        &quot;source&quot;: { # The source of a field. # The source of the field.
12189          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12190          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12191          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12192            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12193            &quot;userTypes&quot;: [ # Output only. The user types.
12194              &quot;A String&quot;,
12195            ],
12196          },
12197          &quot;type&quot;: &quot;A String&quot;, # The source type.
12198          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12199        },
12200        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12201        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12202      },
12203      &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`
12204    },
12205  ],
12206  &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
12207    { # An identifier from an external entity related to the person.
12208      &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.
12209      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
12210        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12211        &quot;source&quot;: { # The source of a field. # The source of the field.
12212          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12213          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12214          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12215            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12216            &quot;userTypes&quot;: [ # Output only. The user types.
12217              &quot;A String&quot;,
12218            ],
12219          },
12220          &quot;type&quot;: &quot;A String&quot;, # The source type.
12221          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12222        },
12223        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12224        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12225      },
12226      &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`
12227      &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
12228    },
12229  ],
12230  &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
12231    { # The name that should be used to sort the person in a list.
12232      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
12233        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12234        &quot;source&quot;: { # The source of a field. # The source of the field.
12235          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12236          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12237          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12238            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12239            &quot;userTypes&quot;: [ # Output only. The user types.
12240              &quot;A String&quot;,
12241            ],
12242          },
12243          &quot;type&quot;: &quot;A String&quot;, # The source type.
12244          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12245        },
12246        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12247        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12248      },
12249      &quot;value&quot;: &quot;A String&quot;, # The file-as value
12250    },
12251  ],
12252  &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
12253    { # A person&#x27;s gender.
12254      &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
12255      &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.
12256      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
12257        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12258        &quot;source&quot;: { # The source of a field. # The source of the field.
12259          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12260          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12261          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12262            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12263            &quot;userTypes&quot;: [ # Output only. The user types.
12264              &quot;A String&quot;,
12265            ],
12266          },
12267          &quot;type&quot;: &quot;A String&quot;, # The source type.
12268          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12269        },
12270        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12271        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12272      },
12273      &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`
12274    },
12275  ],
12276  &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
12277    { # A person&#x27;s instant messaging client.
12278      &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.
12279      &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.
12280      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
12281        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12282        &quot;source&quot;: { # The source of a field. # The source of the field.
12283          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12284          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12285          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12286            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12287            &quot;userTypes&quot;: [ # Output only. The user types.
12288              &quot;A String&quot;,
12289            ],
12290          },
12291          &quot;type&quot;: &quot;A String&quot;, # The source type.
12292          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12293        },
12294        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12295        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12296      },
12297      &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`
12298      &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`
12299      &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
12300    },
12301  ],
12302  &quot;interests&quot;: [ # The person&#x27;s interests.
12303    { # One of the person&#x27;s interests.
12304      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
12305        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12306        &quot;source&quot;: { # The source of a field. # The source of the field.
12307          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12308          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12309          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12310            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12311            &quot;userTypes&quot;: [ # Output only. The user types.
12312              &quot;A String&quot;,
12313            ],
12314          },
12315          &quot;type&quot;: &quot;A String&quot;, # The source type.
12316          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12317        },
12318        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12319        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12320      },
12321      &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
12322    },
12323  ],
12324  &quot;locales&quot;: [ # The person&#x27;s locale preferences.
12325    { # A person&#x27;s locale preference.
12326      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
12327        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12328        &quot;source&quot;: { # The source of a field. # The source of the field.
12329          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12330          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12331          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12332            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12333            &quot;userTypes&quot;: [ # Output only. The user types.
12334              &quot;A String&quot;,
12335            ],
12336          },
12337          &quot;type&quot;: &quot;A String&quot;, # The source type.
12338          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12339        },
12340        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12341        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12342      },
12343      &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
12344    },
12345  ],
12346  &quot;locations&quot;: [ # The person&#x27;s locations.
12347    { # A person&#x27;s location.
12348      &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
12349      &quot;current&quot;: True or False, # Whether the location is the current location.
12350      &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
12351      &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
12352      &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
12353      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
12354        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12355        &quot;source&quot;: { # The source of a field. # The source of the field.
12356          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12357          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12358          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12359            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12360            &quot;userTypes&quot;: [ # Output only. The user types.
12361              &quot;A String&quot;,
12362            ],
12363          },
12364          &quot;type&quot;: &quot;A String&quot;, # The source type.
12365          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12366        },
12367        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12368        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12369      },
12370      &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`
12371      &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
12372    },
12373  ],
12374  &quot;memberships&quot;: [ # The person&#x27;s group memberships.
12375    { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
12376      &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
12377        &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
12378        &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.
12379      },
12380      &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
12381        &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
12382      },
12383      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
12384        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12385        &quot;source&quot;: { # The source of a field. # The source of the field.
12386          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12387          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12388          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12389            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12390            &quot;userTypes&quot;: [ # Output only. The user types.
12391              &quot;A String&quot;,
12392            ],
12393          },
12394          &quot;type&quot;: &quot;A String&quot;, # The source type.
12395          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12396        },
12397        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12398        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12399      },
12400    },
12401  ],
12402  &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
12403    &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
12404    &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
12405      &quot;A String&quot;,
12406    ],
12407    &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
12408    &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
12409      &quot;A String&quot;,
12410    ],
12411    &quot;sources&quot;: [ # The sources of data for the person.
12412      { # The source of a field.
12413        &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12414        &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12415        &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12416          &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12417          &quot;userTypes&quot;: [ # Output only. The user types.
12418            &quot;A String&quot;,
12419          ],
12420        },
12421        &quot;type&quot;: &quot;A String&quot;, # The source type.
12422        &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12423      },
12424    ],
12425  },
12426  &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
12427    { # A person&#x27;s miscellaneous keyword.
12428      &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.
12429      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
12430        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12431        &quot;source&quot;: { # The source of a field. # The source of the field.
12432          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12433          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12434          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12435            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12436            &quot;userTypes&quot;: [ # Output only. The user types.
12437              &quot;A String&quot;,
12438            ],
12439          },
12440          &quot;type&quot;: &quot;A String&quot;, # The source type.
12441          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12442        },
12443        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12444        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12445      },
12446      &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
12447      &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
12448    },
12449  ],
12450  &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
12451    { # A person&#x27;s name. If the name is a mononym, the family name is empty.
12452      &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.
12453      &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.
12454      &quot;familyName&quot;: &quot;A String&quot;, # The family name.
12455      &quot;givenName&quot;: &quot;A String&quot;, # The given name.
12456      &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
12457      &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
12458      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
12459        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12460        &quot;source&quot;: { # The source of a field. # The source of the field.
12461          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12462          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12463          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12464            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12465            &quot;userTypes&quot;: [ # Output only. The user types.
12466              &quot;A String&quot;,
12467            ],
12468          },
12469          &quot;type&quot;: &quot;A String&quot;, # The source type.
12470          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12471        },
12472        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12473        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12474      },
12475      &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
12476      &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
12477      &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
12478      &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
12479      &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
12480      &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
12481      &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
12482      &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
12483    },
12484  ],
12485  &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
12486    { # A person&#x27;s nickname.
12487      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
12488        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12489        &quot;source&quot;: { # The source of a field. # The source of the field.
12490          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12491          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12492          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12493            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12494            &quot;userTypes&quot;: [ # Output only. The user types.
12495              &quot;A String&quot;,
12496            ],
12497          },
12498          &quot;type&quot;: &quot;A String&quot;, # The source type.
12499          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12500        },
12501        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12502        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12503      },
12504      &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
12505      &quot;value&quot;: &quot;A String&quot;, # The nickname.
12506    },
12507  ],
12508  &quot;occupations&quot;: [ # The person&#x27;s occupations.
12509    { # A person&#x27;s occupation.
12510      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
12511        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12512        &quot;source&quot;: { # The source of a field. # The source of the field.
12513          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12514          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12515          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12516            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12517            &quot;userTypes&quot;: [ # Output only. The user types.
12518              &quot;A String&quot;,
12519            ],
12520          },
12521          &quot;type&quot;: &quot;A String&quot;, # The source type.
12522          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12523        },
12524        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12525        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12526      },
12527      &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
12528    },
12529  ],
12530  &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
12531    { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
12532      &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
12533      &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.
12534      &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
12535      &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
12536      &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.
12537        &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.
12538        &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.
12539        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12540      },
12541      &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.
12542      &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
12543      &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
12544      &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
12545      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
12546        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12547        &quot;source&quot;: { # The source of a field. # The source of the field.
12548          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12549          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12550          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12551            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12552            &quot;userTypes&quot;: [ # Output only. The user types.
12553              &quot;A String&quot;,
12554            ],
12555          },
12556          &quot;type&quot;: &quot;A String&quot;, # The source type.
12557          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12558        },
12559        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12560        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12561      },
12562      &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
12563      &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
12564      &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.
12565        &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.
12566        &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.
12567        &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
12568      },
12569      &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
12570      &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
12571      &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`
12572    },
12573  ],
12574  &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
12575    { # A person&#x27;s phone number.
12576      &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.
12577      &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.
12578      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
12579        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12580        &quot;source&quot;: { # The source of a field. # The source of the field.
12581          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12582          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12583          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12584            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12585            &quot;userTypes&quot;: [ # Output only. The user types.
12586              &quot;A String&quot;,
12587            ],
12588          },
12589          &quot;type&quot;: &quot;A String&quot;, # The source type.
12590          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12591        },
12592        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12593        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12594      },
12595      &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`
12596      &quot;value&quot;: &quot;A String&quot;, # The phone number.
12597    },
12598  ],
12599  &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
12600    { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
12601      &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
12602      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
12603        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12604        &quot;source&quot;: { # The source of a field. # The source of the field.
12605          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12606          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12607          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12608            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12609            &quot;userTypes&quot;: [ # Output only. The user types.
12610              &quot;A String&quot;,
12611            ],
12612          },
12613          &quot;type&quot;: &quot;A String&quot;, # The source type.
12614          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12615        },
12616        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12617        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12618      },
12619      &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
12620    },
12621  ],
12622  &quot;relations&quot;: [ # The person&#x27;s relations.
12623    { # A person&#x27;s relation to another person.
12624      &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.
12625      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
12626        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12627        &quot;source&quot;: { # The source of a field. # The source of the field.
12628          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12629          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12630          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12631            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12632            &quot;userTypes&quot;: [ # Output only. The user types.
12633              &quot;A String&quot;,
12634            ],
12635          },
12636          &quot;type&quot;: &quot;A String&quot;, # The source type.
12637          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12638        },
12639        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12640        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12641      },
12642      &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
12643      &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`
12644    },
12645  ],
12646  &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
12647    { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
12648      &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.
12649      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
12650        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12651        &quot;source&quot;: { # The source of a field. # The source of the field.
12652          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12653          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12654          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12655            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12656            &quot;userTypes&quot;: [ # Output only. The user types.
12657              &quot;A String&quot;,
12658            ],
12659          },
12660          &quot;type&quot;: &quot;A String&quot;, # The source type.
12661          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12662        },
12663        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12664        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12665      },
12666      &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`
12667    },
12668  ],
12669  &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
12670    { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
12671      &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.
12672      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
12673        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12674        &quot;source&quot;: { # The source of a field. # The source of the field.
12675          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12676          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12677          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12678            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12679            &quot;userTypes&quot;: [ # Output only. The user types.
12680              &quot;A String&quot;,
12681            ],
12682          },
12683          &quot;type&quot;: &quot;A String&quot;, # The source type.
12684          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12685        },
12686        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12687        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12688      },
12689      &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`
12690    },
12691  ],
12692  &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
12693    { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
12694      &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.
12695      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
12696        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12697        &quot;source&quot;: { # The source of a field. # The source of the field.
12698          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12699          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12700          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12701            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12702            &quot;userTypes&quot;: [ # Output only. The user types.
12703              &quot;A String&quot;,
12704            ],
12705          },
12706          &quot;type&quot;: &quot;A String&quot;, # The source type.
12707          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12708        },
12709        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12710        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12711      },
12712      &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
12713    },
12714  ],
12715  &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}`.
12716  &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
12717    { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
12718      &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.
12719      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
12720        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12721        &quot;source&quot;: { # The source of a field. # The source of the field.
12722          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12723          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12724          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12725            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12726            &quot;userTypes&quot;: [ # Output only. The user types.
12727              &quot;A String&quot;,
12728            ],
12729          },
12730          &quot;type&quot;: &quot;A String&quot;, # The source type.
12731          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12732        },
12733        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12734        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12735      },
12736      &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`
12737      &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.
12738    },
12739  ],
12740  &quot;skills&quot;: [ # The person&#x27;s skills.
12741    { # A skill that the person has.
12742      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
12743        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12744        &quot;source&quot;: { # The source of a field. # The source of the field.
12745          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12746          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12747          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12748            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12749            &quot;userTypes&quot;: [ # Output only. The user types.
12750              &quot;A String&quot;,
12751            ],
12752          },
12753          &quot;type&quot;: &quot;A String&quot;, # The source type.
12754          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12755        },
12756        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12757        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12758      },
12759      &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
12760    },
12761  ],
12762  &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
12763    { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
12764      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
12765        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12766        &quot;source&quot;: { # The source of a field. # The source of the field.
12767          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12768          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12769          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12770            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12771            &quot;userTypes&quot;: [ # Output only. The user types.
12772              &quot;A String&quot;,
12773            ],
12774          },
12775          &quot;type&quot;: &quot;A String&quot;, # The source type.
12776          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12777        },
12778        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12779        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12780      },
12781      &quot;value&quot;: &quot;A String&quot;, # The tagline.
12782    },
12783  ],
12784  &quot;urls&quot;: [ # The person&#x27;s associated URLs.
12785    { # A person&#x27;s associated URLs.
12786      &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.
12787      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
12788        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12789        &quot;source&quot;: { # The source of a field. # The source of the field.
12790          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12791          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12792          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12793            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12794            &quot;userTypes&quot;: [ # Output only. The user types.
12795              &quot;A String&quot;,
12796            ],
12797          },
12798          &quot;type&quot;: &quot;A String&quot;, # The source type.
12799          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12800        },
12801        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12802        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12803      },
12804      &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`
12805      &quot;value&quot;: &quot;A String&quot;, # The URL.
12806    },
12807  ],
12808  &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
12809    { # Arbitrary user data that is populated by the end users.
12810      &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
12811      &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
12812        &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12813        &quot;source&quot;: { # The source of a field. # The source of the field.
12814          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12815          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12816          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12817            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12818            &quot;userTypes&quot;: [ # Output only. The user types.
12819              &quot;A String&quot;,
12820            ],
12821          },
12822          &quot;type&quot;: &quot;A String&quot;, # The source type.
12823          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12824        },
12825        &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12826        &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12827      },
12828      &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
12829    },
12830  ],
12831}</pre>
12832</div>
12833
12834<div class="method">
12835    <code class="details" id="updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</code>
12836  <pre>Update a contact&#x27;s photo.
12837
12838Args:
12839  resourceName: string, Required. Person resource name (required)
12840  body: object, The request body.
12841    The object takes the form of:
12842
12843{ # A request to update an existing contact&#x27;s photo. All requests must have a valid photo format: JPEG or PNG.
12844  &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
12845  &quot;photoBytes&quot;: &quot;A String&quot;, # Required. Raw photo bytes
12846  &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.
12847    &quot;A String&quot;,
12848  ],
12849}
12850
12851  x__xgafv: string, V1 error format.
12852    Allowed values
12853      1 - v1 error format
12854      2 - v2 error format
12855
12856Returns:
12857  An object of the form:
12858
12859    { # The response for updating a contact&#x27;s photo.
12860  &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.
12861    &quot;addresses&quot;: [ # The person&#x27;s street addresses.
12862      { # A person&#x27;s physical address. May be a P.O. box or street address. All fields are optional.
12863        &quot;city&quot;: &quot;A String&quot;, # The city of the address.
12864        &quot;country&quot;: &quot;A String&quot;, # The country of the address.
12865        &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.
12866        &quot;extendedAddress&quot;: &quot;A String&quot;, # The extended address of the address; for example, the apartment number.
12867        &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.
12868        &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.
12869        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the address.
12870          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
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;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12884          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12885        },
12886        &quot;poBox&quot;: &quot;A String&quot;, # The P.O. box of the address.
12887        &quot;postalCode&quot;: &quot;A String&quot;, # The postal code of the address.
12888        &quot;region&quot;: &quot;A String&quot;, # The region of the address; for example, the state or province.
12889        &quot;streetAddress&quot;: &quot;A String&quot;, # The street address.
12890        &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`
12891      },
12892    ],
12893    &quot;ageRange&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person&#x27;s age range.
12894    &quot;ageRanges&quot;: [ # Output only. The person&#x27;s age ranges.
12895      { # A person&#x27;s age range.
12896        &quot;ageRange&quot;: &quot;A String&quot;, # The age range.
12897        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the age range.
12898          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12899          &quot;source&quot;: { # The source of a field. # The source of the field.
12900            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12901            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12902            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12903              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12904              &quot;userTypes&quot;: [ # Output only. The user types.
12905                &quot;A String&quot;,
12906              ],
12907            },
12908            &quot;type&quot;: &quot;A String&quot;, # The source type.
12909            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12910          },
12911          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12912          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12913        },
12914      },
12915    ],
12916    &quot;biographies&quot;: [ # The person&#x27;s biographies. This field is a singleton for contact sources.
12917      { # A person&#x27;s short biography.
12918        &quot;contentType&quot;: &quot;A String&quot;, # The content type of the biography.
12919        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the biography.
12920          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12921          &quot;source&quot;: { # The source of a field. # The source of the field.
12922            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12923            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12924            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12925              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12926              &quot;userTypes&quot;: [ # Output only. The user types.
12927                &quot;A String&quot;,
12928              ],
12929            },
12930            &quot;type&quot;: &quot;A String&quot;, # The source type.
12931            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12932          },
12933          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12934          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12935        },
12936        &quot;value&quot;: &quot;A String&quot;, # The short biography.
12937      },
12938    ],
12939    &quot;birthdays&quot;: [ # The person&#x27;s birthdays. This field is a singleton for contact sources.
12940      { # 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.
12941        &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.
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;metadata&quot;: { # Metadata about a field. # Metadata about the birthday.
12947          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12948          &quot;source&quot;: { # The source of a field. # The source of the field.
12949            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12950            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12951            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12952              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12953              &quot;userTypes&quot;: [ # Output only. The user types.
12954                &quot;A String&quot;,
12955              ],
12956            },
12957            &quot;type&quot;: &quot;A String&quot;, # The source type.
12958            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12959          },
12960          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12961          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12962        },
12963        &quot;text&quot;: &quot;A String&quot;, # A free-form string representing the user&#x27;s birthday.
12964      },
12965    ],
12966    &quot;braggingRights&quot;: [ # **DEPRECATED**: No data will be returned The person&#x27;s bragging rights.
12967      { # **DEPRECATED**: No data will be returned A person&#x27;s bragging rights.
12968        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the bragging rights.
12969          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12970          &quot;source&quot;: { # The source of a field. # The source of the field.
12971            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12972            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12973            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12974              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12975              &quot;userTypes&quot;: [ # Output only. The user types.
12976                &quot;A String&quot;,
12977              ],
12978            },
12979            &quot;type&quot;: &quot;A String&quot;, # The source type.
12980            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
12981          },
12982          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
12983          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
12984        },
12985        &quot;value&quot;: &quot;A String&quot;, # The bragging rights; for example, `climbed mount everest`.
12986      },
12987    ],
12988    &quot;calendarUrls&quot;: [ # The person&#x27;s calendar URLs.
12989      { # A person&#x27;s calendar URL.
12990        &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.
12991        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the calendar URL.
12992          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
12993          &quot;source&quot;: { # The source of a field. # The source of the field.
12994            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
12995            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
12996            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
12997              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
12998              &quot;userTypes&quot;: [ # Output only. The user types.
12999                &quot;A String&quot;,
13000              ],
13001            },
13002            &quot;type&quot;: &quot;A String&quot;, # The source type.
13003            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13004          },
13005          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13006          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13007        },
13008        &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`
13009        &quot;url&quot;: &quot;A String&quot;, # The calendar URL.
13010      },
13011    ],
13012    &quot;clientData&quot;: [ # The person&#x27;s client data.
13013      { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
13014        &quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
13015        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the client data.
13016          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13017          &quot;source&quot;: { # The source of a field. # The source of the field.
13018            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13019            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13020            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13021              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13022              &quot;userTypes&quot;: [ # Output only. The user types.
13023                &quot;A String&quot;,
13024              ],
13025            },
13026            &quot;type&quot;: &quot;A String&quot;, # The source type.
13027            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13028          },
13029          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13030          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13031        },
13032        &quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
13033      },
13034    ],
13035    &quot;coverPhotos&quot;: [ # Output only. The person&#x27;s cover photos.
13036      { # 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.
13037        &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.
13038        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the cover photo.
13039          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13040          &quot;source&quot;: { # The source of a field. # The source of the field.
13041            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13042            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13043            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13044              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13045              &quot;userTypes&quot;: [ # Output only. The user types.
13046                &quot;A String&quot;,
13047              ],
13048            },
13049            &quot;type&quot;: &quot;A String&quot;, # The source type.
13050            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13051          },
13052          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13053          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13054        },
13055        &quot;url&quot;: &quot;A String&quot;, # The URL of the cover photo.
13056      },
13057    ],
13058    &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.
13059      { # A person&#x27;s email address.
13060        &quot;displayName&quot;: &quot;A String&quot;, # The display name of the email.
13061        &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.
13062        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the email address.
13063          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13064          &quot;source&quot;: { # The source of a field. # The source of the field.
13065            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13066            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13067            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13068              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13069              &quot;userTypes&quot;: [ # Output only. The user types.
13070                &quot;A String&quot;,
13071              ],
13072            },
13073            &quot;type&quot;: &quot;A String&quot;, # The source type.
13074            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13075          },
13076          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13077          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13078        },
13079        &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`
13080        &quot;value&quot;: &quot;A String&quot;, # The email address.
13081      },
13082    ],
13083    &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.
13084    &quot;events&quot;: [ # The person&#x27;s events.
13085      { # An event related to the person.
13086        &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.
13087          &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.
13088          &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.
13089          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
13090        },
13091        &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.
13092        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the event.
13093          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13094          &quot;source&quot;: { # The source of a field. # The source of the field.
13095            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13096            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13097            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13098              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13099              &quot;userTypes&quot;: [ # Output only. The user types.
13100                &quot;A String&quot;,
13101              ],
13102            },
13103            &quot;type&quot;: &quot;A String&quot;, # The source type.
13104            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13105          },
13106          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13107          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13108        },
13109        &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`
13110      },
13111    ],
13112    &quot;externalIds&quot;: [ # The person&#x27;s external IDs.
13113      { # An identifier from an external entity related to the person.
13114        &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.
13115        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the external ID.
13116          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13117          &quot;source&quot;: { # The source of a field. # The source of the field.
13118            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13119            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13120            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13121              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13122              &quot;userTypes&quot;: [ # Output only. The user types.
13123                &quot;A String&quot;,
13124              ],
13125            },
13126            &quot;type&quot;: &quot;A String&quot;, # The source type.
13127            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13128          },
13129          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13130          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13131        },
13132        &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`
13133        &quot;value&quot;: &quot;A String&quot;, # The value of the external ID.
13134      },
13135    ],
13136    &quot;fileAses&quot;: [ # The person&#x27;s file-ases.
13137      { # The name that should be used to sort the person in a list.
13138        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the file-as.
13139          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13140          &quot;source&quot;: { # The source of a field. # The source of the field.
13141            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13142            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13143            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13144              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13145              &quot;userTypes&quot;: [ # Output only. The user types.
13146                &quot;A String&quot;,
13147              ],
13148            },
13149            &quot;type&quot;: &quot;A String&quot;, # The source type.
13150            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13151          },
13152          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13153          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13154        },
13155        &quot;value&quot;: &quot;A String&quot;, # The file-as value
13156      },
13157    ],
13158    &quot;genders&quot;: [ # The person&#x27;s genders. This field is a singleton for contact sources.
13159      { # A person&#x27;s gender.
13160        &quot;addressMeAs&quot;: &quot;A String&quot;, # Free form text field for pronouns that should be used to address the person. Common values are: * `he`/`him` * `she`/`her` * `they`/`them`
13161        &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.
13162        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the gender.
13163          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13164          &quot;source&quot;: { # The source of a field. # The source of the field.
13165            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13166            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13167            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13168              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13169              &quot;userTypes&quot;: [ # Output only. The user types.
13170                &quot;A String&quot;,
13171              ],
13172            },
13173            &quot;type&quot;: &quot;A String&quot;, # The source type.
13174            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13175          },
13176          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13177          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13178        },
13179        &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`
13180      },
13181    ],
13182    &quot;imClients&quot;: [ # The person&#x27;s instant messaging clients.
13183      { # A person&#x27;s instant messaging client.
13184        &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.
13185        &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.
13186        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the IM client.
13187          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13188          &quot;source&quot;: { # The source of a field. # The source of the field.
13189            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13190            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13191            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13192              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13193              &quot;userTypes&quot;: [ # Output only. The user types.
13194                &quot;A String&quot;,
13195              ],
13196            },
13197            &quot;type&quot;: &quot;A String&quot;, # The source type.
13198            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13199          },
13200          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13201          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13202        },
13203        &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`
13204        &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`
13205        &quot;username&quot;: &quot;A String&quot;, # The user name used in the IM client.
13206      },
13207    ],
13208    &quot;interests&quot;: [ # The person&#x27;s interests.
13209      { # One of the person&#x27;s interests.
13210        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the interest.
13211          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13212          &quot;source&quot;: { # The source of a field. # The source of the field.
13213            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13214            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13215            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13216              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13217              &quot;userTypes&quot;: [ # Output only. The user types.
13218                &quot;A String&quot;,
13219              ],
13220            },
13221            &quot;type&quot;: &quot;A String&quot;, # The source type.
13222            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13223          },
13224          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13225          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13226        },
13227        &quot;value&quot;: &quot;A String&quot;, # The interest; for example, `stargazing`.
13228      },
13229    ],
13230    &quot;locales&quot;: [ # The person&#x27;s locale preferences.
13231      { # A person&#x27;s locale preference.
13232        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the locale.
13233          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13234          &quot;source&quot;: { # The source of a field. # The source of the field.
13235            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13236            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13237            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13238              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13239              &quot;userTypes&quot;: [ # Output only. The user types.
13240                &quot;A String&quot;,
13241              ],
13242            },
13243            &quot;type&quot;: &quot;A String&quot;, # The source type.
13244            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13245          },
13246          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13247          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13248        },
13249        &quot;value&quot;: &quot;A String&quot;, # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
13250      },
13251    ],
13252    &quot;locations&quot;: [ # The person&#x27;s locations.
13253      { # A person&#x27;s location.
13254        &quot;buildingId&quot;: &quot;A String&quot;, # The building identifier.
13255        &quot;current&quot;: True or False, # Whether the location is the current location.
13256        &quot;deskCode&quot;: &quot;A String&quot;, # The individual desk location.
13257        &quot;floor&quot;: &quot;A String&quot;, # The floor name or number.
13258        &quot;floorSection&quot;: &quot;A String&quot;, # The floor section in `floor_name`.
13259        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the location.
13260          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13261          &quot;source&quot;: { # The source of a field. # The source of the field.
13262            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13263            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13264            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13265              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13266              &quot;userTypes&quot;: [ # Output only. The user types.
13267                &quot;A String&quot;,
13268              ],
13269            },
13270            &quot;type&quot;: &quot;A String&quot;, # The source type.
13271            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13272          },
13273          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13274          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13275        },
13276        &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`
13277        &quot;value&quot;: &quot;A String&quot;, # The free-form value of the location.
13278      },
13279    ],
13280    &quot;memberships&quot;: [ # The person&#x27;s group memberships.
13281      { # A person&#x27;s membership in a group. Only contact group memberships can be modified.
13282        &quot;contactGroupMembership&quot;: { # A Google contact group membership. # The contact group membership.
13283          &quot;contactGroupId&quot;: &quot;A String&quot;, # Output only. The contact group ID for the contact group membership.
13284          &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.
13285        },
13286        &quot;domainMembership&quot;: { # A Google Workspace Domain membership. # Output only. The domain membership.
13287          &quot;inViewerDomain&quot;: True or False, # True if the person is in the viewer&#x27;s Google Workspace domain.
13288        },
13289        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the membership.
13290          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13291          &quot;source&quot;: { # The source of a field. # The source of the field.
13292            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13293            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13294            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13295              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13296              &quot;userTypes&quot;: [ # Output only. The user types.
13297                &quot;A String&quot;,
13298              ],
13299            },
13300            &quot;type&quot;: &quot;A String&quot;, # The source type.
13301            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13302          },
13303          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13304          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13305        },
13306      },
13307    ],
13308    &quot;metadata&quot;: { # The metadata about a person. # Output only. Metadata about the person.
13309      &quot;deleted&quot;: True or False, # Output only. True if the person resource has been deleted. Populated only for `people.connections.list` and `otherContacts.list` sync requests.
13310      &quot;linkedPeopleResourceNames&quot;: [ # Output only. Resource names of people linked to this resource.
13311        &quot;A String&quot;,
13312      ],
13313      &quot;objectType&quot;: &quot;A String&quot;, # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
13314      &quot;previousResourceNames&quot;: [ # Output only. Any former resource names this person has had. Populated only for `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.
13315        &quot;A String&quot;,
13316      ],
13317      &quot;sources&quot;: [ # The sources of data for the person.
13318        { # The source of a field.
13319          &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13320          &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13321          &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13322            &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13323            &quot;userTypes&quot;: [ # Output only. The user types.
13324              &quot;A String&quot;,
13325            ],
13326          },
13327          &quot;type&quot;: &quot;A String&quot;, # The source type.
13328          &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13329        },
13330      ],
13331    },
13332    &quot;miscKeywords&quot;: [ # The person&#x27;s miscellaneous keywords.
13333      { # A person&#x27;s miscellaneous keyword.
13334        &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.
13335        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the miscellaneous keyword.
13336          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13337          &quot;source&quot;: { # The source of a field. # The source of the field.
13338            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13339            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13340            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13341              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13342              &quot;userTypes&quot;: [ # Output only. The user types.
13343                &quot;A String&quot;,
13344              ],
13345            },
13346            &quot;type&quot;: &quot;A String&quot;, # The source type.
13347            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13348          },
13349          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13350          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13351        },
13352        &quot;type&quot;: &quot;A String&quot;, # The miscellaneous keyword type.
13353        &quot;value&quot;: &quot;A String&quot;, # The value of the miscellaneous keyword.
13354      },
13355    ],
13356    &quot;names&quot;: [ # The person&#x27;s names. This field is a singleton for contact sources.
13357      { # A person&#x27;s name. If the name is a mononym, the family name is empty.
13358        &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.
13359        &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.
13360        &quot;familyName&quot;: &quot;A String&quot;, # The family name.
13361        &quot;givenName&quot;: &quot;A String&quot;, # The given name.
13362        &quot;honorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes, such as `Mrs.` or `Dr.`
13363        &quot;honorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes, such as `Jr.`
13364        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the name.
13365          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13366          &quot;source&quot;: { # The source of a field. # The source of the field.
13367            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13368            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13369            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13370              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13371              &quot;userTypes&quot;: [ # Output only. The user types.
13372                &quot;A String&quot;,
13373              ],
13374            },
13375            &quot;type&quot;: &quot;A String&quot;, # The source type.
13376            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13377          },
13378          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13379          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13380        },
13381        &quot;middleName&quot;: &quot;A String&quot;, # The middle name(s).
13382        &quot;phoneticFamilyName&quot;: &quot;A String&quot;, # The family name spelled as it sounds.
13383        &quot;phoneticFullName&quot;: &quot;A String&quot;, # The full name spelled as it sounds.
13384        &quot;phoneticGivenName&quot;: &quot;A String&quot;, # The given name spelled as it sounds.
13385        &quot;phoneticHonorificPrefix&quot;: &quot;A String&quot;, # The honorific prefixes spelled as they sound.
13386        &quot;phoneticHonorificSuffix&quot;: &quot;A String&quot;, # The honorific suffixes spelled as they sound.
13387        &quot;phoneticMiddleName&quot;: &quot;A String&quot;, # The middle name(s) spelled as they sound.
13388        &quot;unstructuredName&quot;: &quot;A String&quot;, # The free form name value.
13389      },
13390    ],
13391    &quot;nicknames&quot;: [ # The person&#x27;s nicknames.
13392      { # A person&#x27;s nickname.
13393        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the nickname.
13394          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13395          &quot;source&quot;: { # The source of a field. # The source of the field.
13396            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13397            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13398            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13399              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13400              &quot;userTypes&quot;: [ # Output only. The user types.
13401                &quot;A String&quot;,
13402              ],
13403            },
13404            &quot;type&quot;: &quot;A String&quot;, # The source type.
13405            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13406          },
13407          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13408          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13409        },
13410        &quot;type&quot;: &quot;A String&quot;, # The type of the nickname.
13411        &quot;value&quot;: &quot;A String&quot;, # The nickname.
13412      },
13413    ],
13414    &quot;occupations&quot;: [ # The person&#x27;s occupations.
13415      { # A person&#x27;s occupation.
13416        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the occupation.
13417          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13418          &quot;source&quot;: { # The source of a field. # The source of the field.
13419            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13420            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13421            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13422              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13423              &quot;userTypes&quot;: [ # Output only. The user types.
13424                &quot;A String&quot;,
13425              ],
13426            },
13427            &quot;type&quot;: &quot;A String&quot;, # The source type.
13428            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13429          },
13430          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13431          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13432        },
13433        &quot;value&quot;: &quot;A String&quot;, # The occupation; for example, `carpenter`.
13434      },
13435    ],
13436    &quot;organizations&quot;: [ # The person&#x27;s past or current organizations.
13437      { # A person&#x27;s past or current organization. Overlapping date ranges are permitted.
13438        &quot;costCenter&quot;: &quot;A String&quot;, # The person&#x27;s cost center at the organization.
13439        &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.
13440        &quot;department&quot;: &quot;A String&quot;, # The person&#x27;s department at the organization.
13441        &quot;domain&quot;: &quot;A String&quot;, # The domain name associated with the organization; for example, `google.com`.
13442        &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.
13443          &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.
13444          &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.
13445          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
13446        },
13447        &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.
13448        &quot;fullTimeEquivalentMillipercent&quot;: 42, # The person&#x27;s full-time equivalent millipercent within the organization (100000 = 100%).
13449        &quot;jobDescription&quot;: &quot;A String&quot;, # The person&#x27;s job description at the organization.
13450        &quot;location&quot;: &quot;A String&quot;, # The location of the organization office the person works at.
13451        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the organization.
13452          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13453          &quot;source&quot;: { # The source of a field. # The source of the field.
13454            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13455            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13456            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13457              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13458              &quot;userTypes&quot;: [ # Output only. The user types.
13459                &quot;A String&quot;,
13460              ],
13461            },
13462            &quot;type&quot;: &quot;A String&quot;, # The source type.
13463            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13464          },
13465          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13466          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13467        },
13468        &quot;name&quot;: &quot;A String&quot;, # The name of the organization.
13469        &quot;phoneticName&quot;: &quot;A String&quot;, # The phonetic name of the organization.
13470        &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.
13471          &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.
13472          &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.
13473          &quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
13474        },
13475        &quot;symbol&quot;: &quot;A String&quot;, # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
13476        &quot;title&quot;: &quot;A String&quot;, # The person&#x27;s job title at the organization.
13477        &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`
13478      },
13479    ],
13480    &quot;phoneNumbers&quot;: [ # The person&#x27;s phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.
13481      { # A person&#x27;s phone number.
13482        &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.
13483        &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.
13484        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the phone number.
13485          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13486          &quot;source&quot;: { # The source of a field. # The source of the field.
13487            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13488            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13489            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13490              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13491              &quot;userTypes&quot;: [ # Output only. The user types.
13492                &quot;A String&quot;,
13493              ],
13494            },
13495            &quot;type&quot;: &quot;A String&quot;, # The source type.
13496            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13497          },
13498          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13499          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13500        },
13501        &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`
13502        &quot;value&quot;: &quot;A String&quot;, # The phone number.
13503      },
13504    ],
13505    &quot;photos&quot;: [ # Output only. The person&#x27;s photos.
13506      { # A person&#x27;s photo. A picture shown next to the person&#x27;s name to help others recognize the person.
13507        &quot;default&quot;: True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
13508        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the photo.
13509          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13510          &quot;source&quot;: { # The source of a field. # The source of the field.
13511            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13512            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13513            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13514              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13515              &quot;userTypes&quot;: [ # Output only. The user types.
13516                &quot;A String&quot;,
13517              ],
13518            },
13519            &quot;type&quot;: &quot;A String&quot;, # The source type.
13520            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13521          },
13522          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13523          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13524        },
13525        &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
13526      },
13527    ],
13528    &quot;relations&quot;: [ # The person&#x27;s relations.
13529      { # A person&#x27;s relation to another person.
13530        &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.
13531        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relation.
13532          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13533          &quot;source&quot;: { # The source of a field. # The source of the field.
13534            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13535            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13536            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13537              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13538              &quot;userTypes&quot;: [ # Output only. The user types.
13539                &quot;A String&quot;,
13540              ],
13541            },
13542            &quot;type&quot;: &quot;A String&quot;, # The source type.
13543            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13544          },
13545          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13546          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13547        },
13548        &quot;person&quot;: &quot;A String&quot;, # The name of the other person this relation refers to.
13549        &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`
13550      },
13551    ],
13552    &quot;relationshipInterests&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship interests.
13553      { # **DEPRECATED**: No data will be returned A person&#x27;s relationship interest .
13554        &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.
13555        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship interest.
13556          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13557          &quot;source&quot;: { # The source of a field. # The source of the field.
13558            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13559            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13560            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13561              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13562              &quot;userTypes&quot;: [ # Output only. The user types.
13563                &quot;A String&quot;,
13564              ],
13565            },
13566            &quot;type&quot;: &quot;A String&quot;, # The source type.
13567            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13568          },
13569          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13570          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13571        },
13572        &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`
13573      },
13574    ],
13575    &quot;relationshipStatuses&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s relationship statuses.
13576      { # **DEPRECATED**: No data will be returned A person&#x27;s relationship status.
13577        &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.
13578        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the relationship status.
13579          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13580          &quot;source&quot;: { # The source of a field. # The source of the field.
13581            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13582            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13583            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13584              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13585              &quot;userTypes&quot;: [ # Output only. The user types.
13586                &quot;A String&quot;,
13587              ],
13588            },
13589            &quot;type&quot;: &quot;A String&quot;, # The source type.
13590            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13591          },
13592          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13593          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13594        },
13595        &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`
13596      },
13597    ],
13598    &quot;residences&quot;: [ # **DEPRECATED**: (Please use `person.locations` instead) The person&#x27;s residences.
13599      { # **DEPRECATED**: Please use `person.locations` instead. A person&#x27;s past or current residence.
13600        &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.
13601        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the residence.
13602          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13603          &quot;source&quot;: { # The source of a field. # The source of the field.
13604            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13605            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13606            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13607              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13608              &quot;userTypes&quot;: [ # Output only. The user types.
13609                &quot;A String&quot;,
13610              ],
13611            },
13612            &quot;type&quot;: &quot;A String&quot;, # The source type.
13613            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13614          },
13615          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13616          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13617        },
13618        &quot;value&quot;: &quot;A String&quot;, # The address of the residence.
13619      },
13620    ],
13621    &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}`.
13622    &quot;sipAddresses&quot;: [ # The person&#x27;s SIP addresses.
13623      { # A person&#x27;s SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
13624        &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.
13625        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the SIP address.
13626          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13627          &quot;source&quot;: { # The source of a field. # The source of the field.
13628            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13629            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13630            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13631              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13632              &quot;userTypes&quot;: [ # Output only. The user types.
13633                &quot;A String&quot;,
13634              ],
13635            },
13636            &quot;type&quot;: &quot;A String&quot;, # The source type.
13637            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13638          },
13639          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13640          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13641        },
13642        &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`
13643        &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.
13644      },
13645    ],
13646    &quot;skills&quot;: [ # The person&#x27;s skills.
13647      { # A skill that the person has.
13648        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the skill.
13649          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13650          &quot;source&quot;: { # The source of a field. # The source of the field.
13651            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13652            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13653            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13654              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13655              &quot;userTypes&quot;: [ # Output only. The user types.
13656                &quot;A String&quot;,
13657              ],
13658            },
13659            &quot;type&quot;: &quot;A String&quot;, # The source type.
13660            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13661          },
13662          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13663          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13664        },
13665        &quot;value&quot;: &quot;A String&quot;, # The skill; for example, `underwater basket weaving`.
13666      },
13667    ],
13668    &quot;taglines&quot;: [ # Output only. **DEPRECATED**: No data will be returned The person&#x27;s taglines.
13669      { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
13670        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the tagline.
13671          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13672          &quot;source&quot;: { # The source of a field. # The source of the field.
13673            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13674            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13675            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13676              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13677              &quot;userTypes&quot;: [ # Output only. The user types.
13678                &quot;A String&quot;,
13679              ],
13680            },
13681            &quot;type&quot;: &quot;A String&quot;, # The source type.
13682            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13683          },
13684          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13685          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13686        },
13687        &quot;value&quot;: &quot;A String&quot;, # The tagline.
13688      },
13689    ],
13690    &quot;urls&quot;: [ # The person&#x27;s associated URLs.
13691      { # A person&#x27;s associated URLs.
13692        &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.
13693        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the URL.
13694          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13695          &quot;source&quot;: { # The source of a field. # The source of the field.
13696            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13697            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13698            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13699              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13700              &quot;userTypes&quot;: [ # Output only. The user types.
13701                &quot;A String&quot;,
13702              ],
13703            },
13704            &quot;type&quot;: &quot;A String&quot;, # The source type.
13705            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13706          },
13707          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13708          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13709        },
13710        &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`
13711        &quot;value&quot;: &quot;A String&quot;, # The URL.
13712      },
13713    ],
13714    &quot;userDefined&quot;: [ # The person&#x27;s user defined data.
13715      { # Arbitrary user data that is populated by the end users.
13716        &quot;key&quot;: &quot;A String&quot;, # The end user specified key of the user defined data.
13717        &quot;metadata&quot;: { # Metadata about a field. # Metadata about the user defined data.
13718          &quot;primary&quot;: True or False, # Output only. True if the field is the primary field for all sources in the person. Each person will have at most one field with `primary` set to true.
13719          &quot;source&quot;: { # The source of a field. # The source of the field.
13720            &quot;etag&quot;: &quot;A String&quot;, # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
13721            &quot;id&quot;: &quot;A String&quot;, # The unique identifier within the source type generated by the server.
13722            &quot;profileMetadata&quot;: { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
13723              &quot;objectType&quot;: &quot;A String&quot;, # Output only. The profile object type.
13724              &quot;userTypes&quot;: [ # Output only. The user types.
13725                &quot;A String&quot;,
13726              ],
13727            },
13728            &quot;type&quot;: &quot;A String&quot;, # The source type.
13729            &quot;updateTime&quot;: &quot;A String&quot;, # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
13730          },
13731          &quot;sourcePrimary&quot;: True or False, # True if the field is the primary field for the source. Each source must have at most one field with `source_primary` set to true.
13732          &quot;verified&quot;: True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
13733        },
13734        &quot;value&quot;: &quot;A String&quot;, # The end user specified value of the user defined data.
13735      },
13736    ],
13737  },
13738}</pre>
13739</div>
13740
13741</body></html>